/* =========================================================
   DW TILES – HOMEPAGE HERO
========================================================= */

.dw-home-hero {
	position: relative;
	width: 100%;
	min-height: 910px;
	overflow: hidden;
	padding: 0;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Optional dark gradient for text readability */
.dw-home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;

	background:
		linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.03) 0%,
			rgba(0, 0, 0, 0.08) 42%,
			rgba(0, 0, 0, 0.42) 100%
		);
}

.dw-home-hero-inner {
	position: relative;
	z-index: 1;

	display: flex;
	flex-direction: column;
	justify-content: flex-end;

	width: 100%;
	max-width: 1440px;
	min-height: 720px;
	margin: 0 auto;

	padding:
		392px
		clamp(28px, 5vw, 72px)
		80px;
}


/* =========================================================
   LARGE HERO TITLE
========================================================= */

.dw-home-hero-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;

	width: 100%;
	margin: 0 0 235px;

	color: #ffdebb;
	font-family: "Asta Sans", sans-serif;
	font-size: clamp(72px, 8.7vw, 132px);
	font-weight: 700;
	line-height: 0.82;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	white-space: nowrap;
}

.dw-home-hero-title span {
	display: inline-block;
}


/* =========================================================
   BOTTOM CONTENT
========================================================= */

.dw-home-hero-content {
	width: min(100%, 760px);
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
}

.dw-home-hero-subtitle {
	margin: 0 0 14px;

	color: #ffffff;
	font-family: "Asta Sans", sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
}

.dw-home-hero-description {
	margin: 0 auto;
	max-width: 700px;

	color: #ffffff;
	font-family: "Asta Sans", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.45;
}


/* =========================================================
   OPTIONAL CTA BUTTON
========================================================= */

.dw-home-hero-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-height: 48px;
	margin-top: 24px;
	padding: 12px 26px;

	border: 1px solid #ffffff;
	background: transparent;
	color: #ffffff;

	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;

	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.dw-home-hero-button:hover {
	background: #ffffff;
	color: #1e1e1e;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

	.dw-home-hero,
	.dw-home-hero-inner {
		min-height: 680px;
	}

	.dw-home-hero-inner {
		padding:
			125px
			36px
			48px;
	}

	.dw-home-hero-title {
		gap: 24px;
		margin-bottom: 90px;
		font-size: clamp(64px, 10vw, 96px);
	}

	.dw-home-hero-content {
		max-width: 680px;
	}

	.dw-home-hero-subtitle {
		font-size: 23px;
	}

	.dw-home-hero-description {
		font-size: 16px;
	}
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

	.dw-home-hero {
		min-height: 700px;
		background-position: 58% center;
	}

	.dw-home-hero-inner {
		justify-content: flex-end;

		min-height: 700px;
		padding:
			110px
			20px
			38px;
	}

	.dw-home-hero-title {
		display: block;
		margin-bottom: 170px;

		font-size: clamp(54px, 17vw, 76px);
		line-height: 0.9;
		white-space: normal;
		text-align: center;
	}

	.dw-home-hero-title span {
		display: block;
		margin-top: 8px;
		text-align: center;
	}

	.dw-home-hero-content {
		width: 100%;
		max-width: 100%;
	}

	.dw-home-hero-subtitle {
		font-size: 21px;
		line-height: 1.25;
	}

	.dw-home-hero-description {
		max-width: 360px;
		font-size: 15px;
		line-height: 1.45;
	}
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {

	.dw-home-hero,
	.dw-home-hero-inner {
		min-height: 660px;
	}

	.dw-home-hero-inner {
		padding:
			100px
			16px
			30px;
	}

	.dw-home-hero-title {
		margin-bottom: 145px;
		font-size: clamp(48px, 16vw, 68px);
	}

	.dw-home-hero-subtitle {
		font-size: 19px;
	}

	.dw-home-hero-description {
		font-size: 14px;
	}
}


/*** ***/

/* DW Tiles - Find Tiles Your Way
 * Replace the previous CSS with this complete version.
 */

section.dw-wayfinder {
	--dw-wayfinder-bg: #fdf5ed;
	--dw-wayfinder-text: #1e1e1e;

	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	background: var(--dw-wayfinder-bg);
	color: var(--dw-wayfinder-text);
}

section.dw-wayfinder,
section.dw-wayfinder * {
	box-sizing: border-box;
}

/*
 * Stronger selector than the default Bricks .brxe-container rules.
 * Without this, Bricks can change the grid back to a flex container,
 * leaving the cards with zero visible height.
 */
section.dw-wayfinder > .dw-wayfinder__grid.brxe-container {
	display: grid !important;
	grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr) minmax(0, 1fr) !important;
	grid-template-rows: repeat(2, minmax(310px, 1fr)) !important;
	align-items: stretch !important;
	justify-items: stretch !important;
	gap: 0 !important;

	width: 100% !important;
	max-width: none !important;
	min-height: 760px !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* ================================================================
 * CARDS
 * ================================================================ */

section.dw-wayfinder .dw-wayfinder__card {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 406px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	isolation: isolate;
	color: var(--dw-wayfinder-text);
	text-decoration: none;
}

section.dw-wayfinder .dw-wayfinder__card:hover,
section.dw-wayfinder .dw-wayfinder__card:focus,
section.dw-wayfinder .dw-wayfinder__card:visited {
	color: var(--dw-wayfinder-text);
	text-decoration: none;
}

section.dw-wayfinder .dw-wayfinder__card--collections {
	grid-column: 1 !important;
	grid-row: 1 / span 2 !important;
	min-height: 812px !important;
}

section.dw-wayfinder .dw-wayfinder__card--application {
	grid-column: 2 !important;
	grid-row: 1 !important;
}

section.dw-wayfinder .dw-wayfinder__card--appearance {
	grid-column: 3 !important;
	grid-row: 1 !important;
}

section.dw-wayfinder .dw-wayfinder__card--colour {
	grid-column: 2 !important;
	grid-row: 2 !important;
}

section.dw-wayfinder .dw-wayfinder__card--format {
	grid-column: 3 !important;
	grid-row: 2 !important;
}

/* ================================================================
 * BACKGROUND IMAGES
 * ================================================================ */

section.dw-wayfinder .dw-wayfinder__media {
	position: absolute !important;
	inset: 0 !important;
	z-index: -2 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.5s ease;
}

section.dw-wayfinder .dw-wayfinder__card:hover .dw-wayfinder__media {
	transform: scale(1.035);
}

/*
 * Update these five URLs if your actual filenames are different.
 */
section.dw-wayfinder .dw-wayfinder__card--collections .dw-wayfinder__media {
	background-image: url("/wp-content/uploads/2026/07/AP1_Collections.webp");
}

section.dw-wayfinder .dw-wayfinder__card--application .dw-wayfinder__media {
	background-image: url("/wp-content/uploads/2026/07/AP2_Applications.webp");
}

section.dw-wayfinder .dw-wayfinder__card--appearance .dw-wayfinder__media {
	background-image: url("/wp-content/uploads/2026/07/AP3_Appearence.webp");
}

section.dw-wayfinder .dw-wayfinder__card--colour .dw-wayfinder__media {
	background-image: url("/wp-content/uploads/2026/07/AP4_Colours.webp");
}

section.dw-wayfinder .dw-wayfinder__card--format .dw-wayfinder__media {
	background-image: url("/wp-content/uploads/2026/07/AP5_Format.webp");
}

/* ================================================================
 * OVERLAY AND CONTENT
 * ================================================================ */

section.dw-wayfinder .dw-wayfinder__overlay {
	position: absolute !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: -1 !important;
	display: block !important;
	width: 100% !important;
	min-height: 44% !important;
	background: linear-gradient(
		to top,
		rgba(253, 245, 237, 0.98),
		rgba(253, 245, 237, 0.78) 68%,
		rgba(253, 245, 237, 0)
	);
	pointer-events: none;
}

section.dw-wayfinder .dw-wayfinder__card--collections .dw-wayfinder__overlay {
	min-height: 34% !important;
}

section.dw-wayfinder .dw-wayfinder__content {
	position: absolute !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 2 !important;

	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 34px 40px 36px !important;
}

section.dw-wayfinder .dw-wayfinder__title {
	display: block !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
	color: var(--dw-wayfinder-text);
	font-family: "Asta Sans", Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

section.dw-wayfinder .dw-wayfinder__text {
	display: block !important;
	max-width: 470px;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--dw-wayfinder-text);
	font-family: "Asta Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
}

section.dw-wayfinder .dw-wayfinder__card:focus-visible {
	z-index: 3;
	outline: 3px solid #000;
	outline-offset: -3px;
}

/* ================================================================
 * TABLET
 * ================================================================ */

@media (max-width: 1024px) {
	section.dw-wayfinder > .dw-wayfinder__grid.brxe-container {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		grid-template-rows: 520px repeat(2, minmax(300px, 1fr)) !important;
		min-height: 1120px !important;
	}

	section.dw-wayfinder .dw-wayfinder__card {
		min-height: 300px !important;
	}

	section.dw-wayfinder .dw-wayfinder__card--collections {
		grid-column: 1 / -1 !important;
		grid-row: 1 !important;
		min-height: 520px !important;
	}

	section.dw-wayfinder .dw-wayfinder__card--application {
		grid-column: 1 !important;
		grid-row: 2 !important;
	}

	section.dw-wayfinder .dw-wayfinder__card--appearance {
		grid-column: 2 !important;
		grid-row: 2 !important;
	}

	section.dw-wayfinder .dw-wayfinder__card--colour {
		grid-column: 1 !important;
		grid-row: 3 !important;
	}

	section.dw-wayfinder .dw-wayfinder__card--format {
		grid-column: 2 !important;
		grid-row: 3 !important;
	}

	section.dw-wayfinder .dw-wayfinder__content {
		padding: 30px 30px 32px !important;
	}
}

/* ================================================================
 * MOBILE
 * ================================================================ */

@media (max-width: 767px) {
	section.dw-wayfinder > .dw-wayfinder__grid.brxe-container {
		display: flex !important;
		flex-direction: column !important;
		min-height: 0 !important;
	}

	section.dw-wayfinder .dw-wayfinder__card,
	section.dw-wayfinder .dw-wayfinder__card--application,
	section.dw-wayfinder .dw-wayfinder__card--appearance,
	section.dw-wayfinder .dw-wayfinder__card--colour,
	section.dw-wayfinder .dw-wayfinder__card--format {
		flex: 0 0 auto !important;
		width: 100% !important;
		min-height: 430px !important;
	}

	section.dw-wayfinder .dw-wayfinder__card--collections {
		min-height: 520px !important;
	}

	section.dw-wayfinder .dw-wayfinder__content {
		padding: 26px 22px 28px !important;
	}

	section.dw-wayfinder .dw-wayfinder__title {
		font-size: 18px;
	}

	section.dw-wayfinder .dw-wayfinder__text {
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	section.dw-wayfinder .dw-wayfinder__media {
		transition: none;
	}
}


.dw-home-collection-view-all {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-right: 8px;
  box-sizing: border-box;
}

.dw-home-collection-view-all::after {
  display: inline-block;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.dw-home-collection-view-all:hover::after {
   transform: translateX(8px);
}