:root {
	--landa-red: #ae1710;
	--landa-red-dark: #84110c;
	--landa-ink: #191817;
	--landa-muted: #67615d;
	--landa-cream: #f6f1eb;
	--landa-line: #e6ded5;
}

.brand-hero {
	position: relative;
	min-height: 780px;
	display: flex;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.brand-hero::before {
	position: absolute;
	inset: 0;
	content: '';
	background: linear-gradient(90deg, rgba(8, 8, 8, .88) 0%, rgba(8, 8, 8, .66) 52%, rgba(8, 8, 8, .24) 100%);
}

.brand-hero .auto-container {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 170px;
	padding-bottom: 100px;
}

.brand-eyebrow {
	display: inline-block;
	margin-bottom: 20px;
	color: var(--landa-red);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2.4px;
	text-transform: uppercase;
}

.brand-hero .brand-eyebrow {
	color: #fff;
}

.brand-hero h1 {
	max-width: 890px;
	margin: 0 0 28px;
	color: #fff;
	font-size: 66px;
	font-weight: 700;
	letter-spacing: -.7px;
	line-height: 1.08;
	text-transform: none;
}

.brand-hero-lead {
	max-width: 720px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, .9);
	font-size: 19px;
	line-height: 1.75;
}

.brand-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.brand-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	border: 2px solid var(--landa-red);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.4px;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	transition: .25s ease;
}

.brand-button-primary {
	background: var(--landa-red);
	color: #fff;
}

.brand-button-primary:hover,
.brand-button-primary:focus {
	border-color: var(--landa-red-dark);
	background: var(--landa-red-dark);
	color: #fff;
}

.brand-button-light {
	border-color: #fff;
	background: transparent;
	color: #fff;
}

.brand-button-light:hover,
.brand-button-light:focus {
	background: #fff;
	color: var(--landa-ink);
}

.brand-button-outline {
	background: transparent;
	color: var(--landa-ink);
}

.brand-button-outline:hover,
.brand-button-outline:focus {
	background: var(--landa-red);
	color: #fff;
}

.brand-proof-strip {
	position: relative;
	z-index: 2;
	margin-top: -38px;
}

.brand-proof-strip .auto-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	box-shadow: 0 18px 48px rgba(0, 0, 0, .14);
}

.brand-proof {
	padding: 26px 24px;
	border-right: 1px solid rgba(255, 255, 255, .18);
	background: var(--landa-red);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.brand-proof:last-child {
	border-right: 0;
}

.brand-section {
	position: relative;
	padding: 105px 0;
}

.brand-section-cream {
	background: var(--landa-cream);
}

.brand-section-dark {
	background: var(--landa-ink);
	color: #fff;
}

.brand-section-heading {
	max-width: 780px;
	margin: 0 auto 52px;
	text-align: center;
}

.brand-section-heading h2,
.brand-split-copy h2,
.brand-location-heading h2,
.brand-awards h2 {
	margin: 0 0 18px;
	color: var(--landa-ink);
	font-size: 42px;
	font-weight: 700;
	line-height: 1.18;
	text-transform: none;
}

.brand-section-heading p,
.brand-split-copy p,
.brand-location-heading p {
	color: var(--landa-muted);
	font-size: 17px;
	line-height: 1.8;
}

.brand-offer-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.brand-offer-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	background: #fff;
	box-shadow: 0 16px 42px rgba(35, 28, 22, .08);
	transition: transform .25s ease, box-shadow .25s ease;
}

.brand-offer-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 22px 52px rgba(35, 28, 22, .14);
}

.brand-offer-image,
.brand-offer-card > img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 235px;
	object-fit: cover;
}

.brand-offer-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.brand-offer-card:hover img {
	transform: scale(1.035);
}

.brand-offer-content,
.brand-offer-card-body {
	display: flex;
	min-height: 280px;
	flex: 1;
	flex-direction: column;
	padding: 30px 28px;
}

.brand-offer-content h3,
.brand-offer-card-body h3 {
	min-height: 57px;
	margin: 0 0 14px;
	color: var(--landa-ink);
	font-size: 21px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: none;
}

.brand-offer-content p,
.brand-offer-card-body p {
	margin-bottom: 22px;
	color: var(--landa-muted);
	font-size: 15px;
	line-height: 1.75;
}

.brand-text-link,
.brand-offer-card-body > a {
	margin-top: auto;
	color: var(--landa-red);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.brand-text-link:hover,
.brand-text-link:focus,
.brand-offer-card-body > a:hover,
.brand-offer-card-body > a:focus {
	color: var(--landa-red-dark);
}

.brand-split {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	align-items: stretch;
}

.brand-split-image {
	min-height: 570px;
	background-position: center;
	background-size: cover;
}

.brand-split-copy {
	display: flex;
	align-items: center;
	padding: 70px 8vw;
	background: #fff;
}

.brand-split-copy-inner {
	max-width: 590px;
}

.brand-signature {
	margin: 28px 0 30px;
	color: var(--landa-ink);
	font-family: 'Caveat', 'Segoe Print', cursive;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	transform: rotate(-2deg);
	transform-origin: left center;
}

.brand-location-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 44px;
}

.brand-location-heading > div:first-child {
	max-width: 760px;
}

.brand-location-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

.brand-location-card {
	overflow: hidden;
	background: #fff;
	box-shadow: 0 16px 42px rgba(35, 28, 22, .1);
}

.brand-location-card img {
	width: 100%;
	height: 330px;
	object-fit: cover;
}

.brand-location-card-content,
.brand-location-body {
	padding: 34px;
}

.brand-location-label {
	display: block;
	margin-bottom: 8px;
	color: var(--landa-red);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.brand-location-card h3 {
	margin: 0 0 10px;
	color: var(--landa-ink);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: none;
}

.brand-location-address,
.brand-location-hours,
.brand-location-body > p,
.brand-hours {
	margin-bottom: 8px;
	color: var(--landa-muted);
	font-size: 15px;
	line-height: 1.7;
}

.brand-hours {
	margin-top: 20px;
}

.brand-hours > div {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding: 7px 0;
	border-bottom: 1px solid var(--landa-line);
}

.brand-hours dt,
.brand-hours dd {
	margin: 0;
}

.brand-hours dt {
	font-weight: 700;
}

.brand-location-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 24px;
}

.brand-location-actions a {
	color: var(--landa-red);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.brand-location-actions .brand-button-primary {
	color: #fff;
}

.brand-location-actions .brand-button-primary:hover,
.brand-location-actions .brand-button-primary:focus {
	color: #fff;
}

.brand-cl-section {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 0;
	align-items: stretch;
}

.brand-cl-media {
	display: grid;
	grid-template-rows: 1fr 1fr;
	min-height: 720px;
}

.brand-cl-media img {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
}

.brand-cl-copy {
	display: flex;
	align-items: center;
	padding: 80px 9vw;
	background: var(--landa-ink);
}

.brand-cl-copy-inner,
.brand-cl-copy > div {
	max-width: 650px;
}

.brand-cl-copy h2,
.brand-cl-copy p {
	color: #fff;
}

.brand-cl-copy h2 {
	margin-bottom: 22px;
	font-size: 44px;
	line-height: 1.18;
	text-transform: none;
}

.brand-cl-copy p {
	margin-bottom: 22px;
	font-size: 17px;
	line-height: 1.8;
}

.brand-shop-banner {
	position: relative;
	padding: 110px 0;
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.brand-shop-banner::before {
	position: absolute;
	inset: 0;
	content: '';
	background: rgba(0, 0, 0, .76);
}

.brand-shop-banner .auto-container {
	position: relative;
	z-index: 1;
}

.brand-shop-banner h2 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 44px;
	text-transform: none;
}

.brand-shop-banner p {
	max-width: 720px;
	margin: 0 auto 30px;
	color: rgba(255, 255, 255, .88);
	font-size: 17px;
	line-height: 1.8;
}

.brand-awards {
	text-align: center;
}

.brand-award-grid,
.brand-awards-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin-top: 42px;
	background: var(--landa-line);
}

.brand-award,
.brand-awards-grid > div {
	padding: 34px 24px;
	background: #fff;
}

.brand-award strong,
.brand-awards-grid strong {
	display: block;
	margin-bottom: 8px;
	color: var(--landa-red);
	font-size: 30px;
	line-height: 1;
}

.brand-award span,
.brand-awards-grid span {
	color: var(--landa-ink);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

.brand-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.brand-news-card {
	display: flex;
	height: 100%;
	flex-direction: column;
	background: #fff;
	box-shadow: 0 14px 38px rgba(35, 28, 22, .08);
	transition: transform .25s ease, box-shadow .25s ease;
}

.brand-news-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 48px rgba(35, 28, 22, .13);
}

.brand-news-card img {
	width: 100%;
	height: 255px;
	object-fit: cover;
}

.brand-news-card-content,
.brand-news-card > div {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 28px 26px;
}

.brand-news-card > div > span {
	display: inline-block;
	margin-bottom: 10px;
	color: var(--landa-red);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.brand-news-card h3 {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: none;
}

.brand-news-card h3 a {
	color: var(--landa-ink);
}

.brand-news-card p {
	margin-bottom: 20px;
	color: var(--landa-muted);
	font-size: 14px;
	line-height: 1.75;
}

.brand-news-card > div > a:last-child {
	margin-top: auto;
}

.brand-news-card > div > a,
.brand-center-action a {
	color: var(--landa-red);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.1px;
	text-transform: uppercase;
}

.brand-center-action {
	margin-top: 42px;
	text-align: center;
}

/* Interactive tiles */
.brand-offer-card,
.brand-location-card,
.brand-news-card,
.brand-awards-grid > div {
	position: relative;
	transition: transform .32s cubic-bezier(.2, .7, .2, 1), box-shadow .32s ease, border-color .32s ease;
}

.brand-offer-card,
.brand-location-card,
.brand-news-card {
	overflow: hidden;
	border: 1px solid rgba(174, 23, 16, 0);
}

.brand-offer-card::after,
.brand-location-card::after,
.brand-news-card::after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
	height: 4px;
	background: var(--landa-red);
	content: '';
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .32s cubic-bezier(.2, .7, .2, 1);
}

.brand-location-card img,
.brand-news-card img {
	transition: transform .5s cubic-bezier(.2, .7, .2, 1), filter .35s ease;
}

.brand-offer-card:focus-within,
.brand-location-card:focus-within,
.brand-news-card:focus-within {
	border-color: rgba(174, 23, 16, .28);
	box-shadow: 0 26px 62px rgba(35, 28, 22, .17);
	transform: translateY(-8px);
}

.brand-offer-card:focus-within::after,
.brand-location-card:focus-within::after,
.brand-news-card:focus-within::after {
	transform: scaleX(1);
}

.brand-awards-grid > div:focus-within {
	z-index: 1;
	box-shadow: 0 18px 42px rgba(35, 28, 22, .13);
	transform: translateY(-5px);
}

@media (hover: hover) and (pointer: fine) {
	.brand-offer-card:hover,
	.brand-location-card:hover,
	.brand-news-card:hover {
		border-color: rgba(174, 23, 16, .2);
		box-shadow: 0 26px 62px rgba(35, 28, 22, .17);
		transform: translateY(-8px);
	}

	.brand-offer-card:hover::after,
	.brand-location-card:hover::after,
	.brand-news-card:hover::after {
		transform: scaleX(1);
	}

	.brand-offer-card:hover img,
	.brand-location-card:hover img,
	.brand-news-card:hover img {
		filter: saturate(1.08) contrast(1.03);
		transform: scale(1.06);
	}

	.brand-awards-grid > div:hover {
		z-index: 1;
		box-shadow: 0 18px 42px rgba(35, 28, 22, .13);
		transform: translateY(-5px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.brand-offer-card,
	.brand-location-card,
	.brand-news-card,
	.brand-awards-grid > div,
	.brand-offer-card::after,
	.brand-location-card::after,
	.brand-news-card::after,
	.brand-offer-card img,
	.brand-location-card img,
	.brand-news-card img {
		transition: none;
	}
}

.mobile-quick-actions {
	display: none;
}

@media only screen and (max-width: 1199px) {
	.brand-offer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 991px) {
	.brand-hero {
		min-height: 720px;
	}

	.brand-hero h1 {
		font-size: 52px;
	}

	.brand-split,
	.brand-cl-section {
		grid-template-columns: 1fr;
	}

	.brand-split-image {
		min-height: 470px;
	}

	.brand-split-copy,
	.brand-cl-copy {
		padding: 70px 8vw;
	}

	.brand-cl-media {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: none;
		min-height: 420px;
	}
}

@media only screen and (max-width: 767px) {
	body {
		padding-bottom: 62px;
	}

	.brand-hero {
		min-height: 650px;
		background-position: 58% center;
	}

	.brand-hero::before {
		background: rgba(6, 6, 6, .69);
	}

	.brand-hero .auto-container {
		padding-top: 135px;
		padding-bottom: 72px;
	}

	.brand-hero h1 {
		font-size: 39px;
		line-height: 1.12;
	}

	.brand-hero-lead {
		font-size: 16px;
		line-height: 1.7;
	}

	.brand-actions {
		flex-direction: column;
	}

	.brand-button {
		width: 100%;
	}

	.brand-proof-strip {
		margin-top: 0;
	}

	.brand-proof-strip .auto-container {
		grid-template-columns: 1fr;
		padding: 0;
	}

	.brand-proof {
		padding: 18px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .18);
	}

	.brand-section {
		padding: 76px 0;
	}

	.brand-section-heading {
		margin-bottom: 38px;
	}

	.brand-section-heading h2,
	.brand-split-copy h2,
	.brand-location-heading h2,
	.brand-awards h2,
	.brand-shop-banner h2,
	.brand-cl-copy h2 {
		font-size: 32px;
	}

	.brand-offer-grid,
	.brand-location-grid,
	.brand-award-grid,
	.brand-awards-grid,
	.brand-news-grid {
		grid-template-columns: 1fr;
	}

	.brand-offer-content,
	.brand-offer-card-body {
		min-height: 0;
	}

	.brand-offer-content h3,
	.brand-offer-card-body h3 {
		min-height: 0;
	}

	.brand-offer-card > img,
	.brand-news-card img {
		height: 245px;
	}

	.brand-location-heading {
		display: block;
	}

	.brand-location-card img {
		height: 250px;
	}

	.brand-location-card-content,
	.brand-location-body {
		padding: 28px 24px;
	}

	.brand-split-image {
		min-height: 360px;
	}

	.brand-split-copy,
	.brand-cl-copy {
		padding: 56px 24px;
	}

	.brand-cl-media {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.brand-cl-media img {
		height: 280px;
	}

	.brand-shop-banner {
		padding: 82px 0;
	}

	.mobile-quick-actions {
		position: fixed;
		z-index: 9997;
		left: 0;
		right: 0;
		bottom: 0;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		background: #151515;
		box-shadow: 0 -8px 24px rgba(0, 0, 0, .2);
	}

	.mobile-quick-actions a {
		padding: 18px 8px;
		border-right: 1px solid rgba(255, 255, 255, .15);
		color: #fff;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: .8px;
		text-align: center;
		text-transform: uppercase;
	}

	.mobile-quick-actions a:last-child {
		border-right: 0;
		background: var(--landa-red);
	}
}
