/* Hauska /material/ landing */
#hma-page.hauska-material-page {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	background: #fff;
	color: #221F20;
	font-family: Montserrat, sans-serif;
}
#hma-page.hauska-material-page * { box-sizing: border-box; }
#hma-page.hauska-material-page a { text-decoration: none; color: inherit; }
#hma-page h1:after { display: none !important; content: none !important; }

.hma-hero {
	padding: 40px 0;
	background: #fff;
}
#hma-page .hma-hero ul.breadcrumb.us-breadcrumb {
	margin: 0;
	padding: 0 !important;
	background: none !important;
	border: 0 !important;
	text-transform: none;
}
#hma-page .hma-hero .us-breadcrumb-item,
#hma-page .hma-hero .breadcrumb-item,
#hma-page .hma-hero .us-breadcrumb-item a,
#hma-page .hma-hero .breadcrumb-item a {
	color: #A8A8A8 !important;
	font-size: 12px !important;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.5px;
	text-transform: none;
	background: none !important;
}
#hma-page .hma-hero .us-breadcrumb-item:last-child,
#hma-page .hma-hero .breadcrumb-item:last-child,
#hma-page .hma-hero .us-breadcrumb-item:last-child a {
	color: #221F20 !important;
}
#hma-page .hma-hero .us-breadcrumb-item + .us-breadcrumb-item::before,
#hma-page .hma-hero .breadcrumb-item + .breadcrumb-item::before {
	color: #C8C8C8;
	padding: 0 8px;
	content: "/";
}
#hma-page .hma-hero .us-breadcrumb-item:first-child i,
#hma-page .hma-hero .fa-home {
	color: #A8A8A8 !important;
	font-size: 12px;
}
.hma-hero__title {
	margin: 24px 0 0;
	color: #221F20;
	font-family: Montserrat, sans-serif;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 48px;
	letter-spacing: 3px;
}

.hma-mosaic {
	padding: 64px 0;
}
.hma-grid {
	display: grid;
	grid-template-columns: 1.57fr 1fr 1fr;
	grid-template-rows: minmax(280px, 381fr) minmax(300px, 412fr);
	gap: 24px;
	min-height: min(817px, 70vw);
}
.hma-tile {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	min-height: 0;
	overflow: hidden;
	background: #221F20 center / cover no-repeat;
}
.hma-tile--soft { grid-column: 1; grid-row: 1 / 3; }
.hma-tile--dining { grid-column: 2 / 4; grid-row: 1; }
.hma-tile--beds { grid-column: 2; grid-row: 2; }
.hma-tile--kitchen { grid-column: 3; grid-row: 2; }
.hma-tile__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(18, 13, 8, 0.75) 0%, rgba(18, 13, 8, 0.14) 50%, rgba(18, 13, 8, 0.05) 100%);
	pointer-events: none;
}
.hma-tile__copy {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 32px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.hma-tile__kicker {
	color: rgba(255, 255, 255, 0.60);
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.hma-tile__title {
	margin: 16px 0 0;
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.hma-tile__cta {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 0;
	max-height: 0;
	overflow: hidden;
	color: #BD9746;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	opacity: 0;
	transition: opacity 0.2s ease, max-height 0.2s ease, margin-top 0.2s ease;
}
.hma-tile__cta svg { display: block; flex: 0 0 auto; }
.hma-tile:hover .hma-tile__cta,
.hma-tile:focus-visible .hma-tile__cta {
	margin-top: 16px;
	max-height: 24px;
	opacity: 1;
}

.hma-quote {
	padding: 0 0 64px;
}
.hma-quote__box {
	display: flex;
	align-items: center;
	gap: 100px;
	padding: 48px;
	background: #F8F5F0;
}
.hma-quote__lead {
	width: 528px;
	flex: 0 0 528px;
	max-width: 100%;
	color: #221F20;
	font-size: 24px;
	font-weight: 300;
	line-height: 44px;
}
.hma-quote__rule {
	width: 124px;
	height: 1px;
	margin-top: 24px;
	background: #BD9746;
}
.hma-quote__text {
	flex: 1 1 0;
	min-width: 0;
	color: rgba(34, 31, 32, 0.80);
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
}

@media (max-width: 1439px) {
	.hma-hero,
	.hma-mosaic { padding-left: 0; padding-right: 0; }
	.hma-quote { padding-left: 0; padding-right: 0; }
	.hma-quote__box { gap: 40px; }
	.hma-quote__lead { flex-basis: 360px; width: 360px; }
	.hma-tile__title { font-size: 26px; line-height: 36px; }
	.hma-tile__copy { padding: 32px; }
}
@media (max-width: 1199px) {
	.hma-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: none;
		min-height: 0;
	}
	.hma-tile--soft { grid-column: 1; grid-row: 1 / 3; min-height: 520px; }
	.hma-tile--dining { grid-column: 2; grid-row: 1; min-height: 248px; }
	.hma-tile--beds { grid-column: 2; grid-row: 2; min-height: 248px; }
	.hma-tile--kitchen { grid-column: 1 / 3; grid-row: 3; min-height: 280px; }
	.hma-quote__box { flex-direction: column; align-items: flex-start; gap: 28px; }
	.hma-quote__lead { flex-basis: auto; width: 100%; }
}
@media (max-width: 767px) {
	.hma-hero { padding: 24px 0; }
	.hma-mosaic { padding: 32px 0; }
	.hma-quote { padding: 0 0 40px; }
	.hma-hero__title { font-size: 28px; line-height: 36px; letter-spacing: 1.5px; }
	.hma-grid { grid-template-columns: 1fr; gap: 16px; }
	.hma-tile--soft,
	.hma-tile--dining,
	.hma-tile--beds,
	.hma-tile--kitchen { grid-column: 1; grid-row: auto; min-height: 280px; }
	.hma-tile__title { font-size: 22px; line-height: 30px; }
	.hma-quote__box { padding: 28px 20px; }
	.hma-quote__lead { font-size: 20px; line-height: 32px; }
	.hma-quote__text { font-size: 16px; line-height: 28px; }
}
