/* Low End West theme — Venice Beach / Tribe Called Quest aesthetic */

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background-image: linear-gradient(rgba(250, 248, 245, 0.94), rgba(250, 248, 245, 0.94)), url("brand/swirl-strip-teal-cream.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	background-size: 480px auto;
	color: #2c2420;
}

.lew-site-header {
	background-image: linear-gradient(rgba(250, 248, 245, 0.92), rgba(250, 248, 245, 0.92)), url("brand/swirl-strip-sunset.jpg");
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 520px auto;
}

.lew-header-mark {
	margin-bottom: 0.75rem !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0 !important;
	max-width: 116px;
}

.lew-header-mark img {
	aspect-ratio: 1;
	border: 3px solid #2c2420;
	border-radius: 999px;
	box-shadow: 0 8px 28px rgba(44, 36, 32, 0.16);
	display: block;
	object-fit: cover;
}

.lew-site-header .wp-block-site-title {
	margin-bottom: 1rem !important;
	margin-top: 0 !important;
}

.lew-site-header .wp-block-navigation {
	background: rgba(250, 248, 245, 0.78);
	border: 1px solid rgba(139, 94, 60, 0.22);
	border-radius: 999px;
	padding: 0.45rem 1rem;
}

.lew-home-collage {
	border: 1px solid #d5bd91;
	border-radius: 10px;
	box-shadow: 0 18px 48px rgba(44, 36, 32, 0.18);
	margin-bottom: 3rem !important;
	overflow: hidden;
}

.lew-home-collage img {
	display: block;
	width: 100%;
}

.lew-home-playlist {
	background-image: linear-gradient(rgba(250, 248, 245, 0.86), rgba(250, 248, 245, 0.86)), url("brand/swirl-strip-blue-gold.jpg");
	background-position: center;
	background-repeat: repeat-x;
	background-size: 560px auto;
	border: 1px solid #d5bd91;
	border-radius: 14px;
	box-shadow: 0 18px 48px rgba(44, 36, 32, 0.14);
	margin-bottom: 3rem;
	padding: 0.85rem;
}

.lew-home-playlist__intro {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem 1rem;
	justify-content: space-between;
	padding: 0.4rem 0.25rem 0.95rem;
}

.lew-home-playlist__eyebrow {
	color: #8b5e3c;
	flex-basis: 100%;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.lew-home-playlist__intro h2 {
	color: #2c2420;
	font-size: clamp(1.4rem, 4vw, 2.15rem);
	line-height: 1;
	margin: 0;
}

.lew-home-playlist__intro a {
	background: #2c2420;
	border: 1px solid rgba(250, 248, 245, 0.35);
	border-radius: 999px;
	color: #faf8f5;
	font-size: 0.86rem;
	font-weight: 700;
	padding: 0.55rem 0.8rem;
	text-decoration: none;
}

.lew-spotify-frame {
	background: #2c2420;
	border: 1px solid rgba(44, 36, 32, 0.18);
	border-radius: 12px;
	min-height: 352px;
	overflow: hidden;
}

.lew-spotify-frame iframe {
	border-radius: 10px;
	display: block;
	min-height: 352px;
}

.lew-spotify-fallback {
	align-items: center;
	background: rgba(255, 250, 242, 0.88);
	border: 1px solid rgba(213, 189, 145, 0.8);
	border-radius: 8px;
	display: flex;
	gap: 0.8rem;
	justify-content: space-between;
	margin-top: 0.75rem;
	padding: 0.75rem 0.85rem;
}

.lew-spotify-fallback p {
	color: #2c2420;
	font-size: 0.9rem;
	margin: 0;
}

.lew-spotify-fallback a {
	background: #1d6e7a;
	border-radius: 999px;
	color: #faf8f5;
	flex: 0 0 auto;
	font-size: 0.84rem;
	font-weight: 700;
	padding: 0.5rem 0.75rem;
	text-decoration: none;
}

.lew-home-intro {
	background-image: linear-gradient(90deg, rgba(250, 248, 245, 0.92), rgba(250, 248, 245, 0.98)), url("brand/swirl-strip-rust-blue.jpg");
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 540px auto;
	border-top: 1px solid #d5bd91;
}

/* Horizontal review cards with warm glow */
.featured-review-card,
.review-card-horizontal {
	box-shadow: 0 4px 20px rgba(193, 70, 46, 0.08), 0 2px 8px rgba(212, 160, 48, 0.06);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	margin-bottom: 1.5rem !important;
	border: 1px solid #e8ddd0;
}
.featured-review-card:hover,
.review-card-horizontal:hover {
	box-shadow: 0 8px 30px rgba(193, 70, 46, 0.15), 0 4px 12px rgba(212, 160, 48, 0.1);
	transform: translateY(-2px);
}

/* Card image */
.featured-review-card .wp-block-post-featured-image,
.review-card-horizontal .wp-block-post-featured-image {
	margin: 0 !important;
	height: 100%;
}
.featured-review-card .wp-block-post-featured-image img,
.review-card-horizontal .wp-block-post-featured-image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

/* Hero cover section */
.wp-block-cover {
	background-size: cover;
	background-position: center;
}

/* Decorative header shapes */
.wp-block-site-title {
	line-height: 1;
}

/* Navigation spacing */
.wp-block-navigation a {
	padding: 0.25rem 0;
}

/* Post content */
.wp-block-post-content p {
	margin-bottom: 1.5rem;
}

/* Embeds */
.wp-block-embed {
	margin: 2rem 0;
	border-radius: 8px;
	overflow: hidden;
}

/* Selection */
::selection {
	background: rgba(193, 70, 46, 0.2);
	color: #2c2420;
}

/* Separator style */
.wp-block-separator {
	opacity: 0.3;
	max-width: 100px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.wp-block-post-template .wp-block-group.has-card-background-color,
.featured-review-card {
	overflow: hidden;
}

.lew-contact-form {
	display: grid;
	gap: 0.8rem;
	margin: 2rem 0;
	max-width: 680px;
}

.lew-contact-form label {
	color: #2c2420;
	font-weight: 700;
}

.lew-contact-form input,
.lew-contact-form select,
.lew-contact-form textarea {
	background: #ffffff;
	border: 1px solid #e8ddd0;
	border-radius: 6px;
	color: #2c2420;
	font: inherit;
	padding: 0.8rem 0.9rem;
	width: 100%;
}

.lew-contact-form button {
	background: #c1462e;
	border: 0;
	border-radius: 4px;
	color: #faf8f5;
	cursor: default;
	font: inherit;
	font-weight: 700;
	justify-self: start;
	padding: 0.8rem 1.15rem;
	text-transform: uppercase;
}

.lew-artists-hero {
	background-image: linear-gradient(90deg, rgba(250, 248, 245, 0.94), rgba(250, 248, 245, 0.9)), url("brand/swirl-strip-rust-blue.jpg");
	background-position: center;
	background-repeat: repeat-x;
	background-size: 640px auto;
	border-bottom: 1px solid #d5bd91;
	border-top: 1px solid #d5bd91;
	margin-bottom: 2rem;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.lew-artists-hero h1 {
	font-size: clamp(2.6rem, 9vw, 6rem);
	line-height: 0.95;
	margin-bottom: 1rem;
	margin-top: 0.35rem;
}

.lew-atlas-fallback {
	background: #f3eadc;
	border: 1px solid #d5bd91;
	border-radius: 8px;
	padding: 1.25rem;
}

.lew-atlas {
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
	margin: 2rem 0;
}

.lew-atlas__stage,
.lew-atlas__panel {
	background: rgba(250, 248, 245, 0.92);
	border: 1px solid #d5bd91;
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(44, 36, 32, 0.12);
}

.lew-atlas__stage {
	overflow: hidden;
}

.lew-atlas__toolbar {
	align-items: center;
	background-image: linear-gradient(rgba(44, 36, 32, 0.88), rgba(44, 36, 32, 0.88)), url("brand/swirl-strip-sunset.jpg");
	background-position: center;
	background-repeat: repeat-x;
	background-size: 540px auto;
	color: #faf8f5;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: 1rem;
}

.lew-atlas__toolbar h2,
.lew-atlas__list-head h2 {
	font-size: clamp(1.7rem, 5vw, 3rem);
	line-height: 1;
	margin: 0;
}

.lew-atlas__eyebrow {
	color: #c1462e;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

.lew-atlas__toolbar .lew-atlas__eyebrow {
	color: #d4a030;
}

.lew-atlas__zoom {
	display: flex;
	gap: 0.45rem;
}

.lew-atlas__zoom button {
	aspect-ratio: 1;
	background: #faf8f5;
	border: 1px solid rgba(250, 248, 245, 0.36);
	border-radius: 999px;
	color: #2c2420;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	width: 2.4rem;
}

.lew-atlas__globe {
	aspect-ratio: 16 / 10;
	background:
		radial-gradient(circle at 50% 50%, rgba(29, 110, 122, 0.94) 0 55%, rgba(12, 48, 55, 0.95) 72%),
		linear-gradient(120deg, rgba(212, 160, 48, 0.16), rgba(193, 70, 46, 0.1));
	border-top: 1px solid rgba(213, 189, 145, 0.55);
	overflow: hidden;
	position: relative;
}

.lew-atlas__globe::before {
	background:
		linear-gradient(90deg, transparent 0 12%, rgba(250, 248, 245, 0.13) 12.2% 12.55%, transparent 12.8% 24%, rgba(250, 248, 245, 0.12) 24.2% 24.55%, transparent 24.8% 36%, rgba(250, 248, 245, 0.11) 36.2% 36.55%, transparent 36.8% 48%, rgba(250, 248, 245, 0.12) 48.2% 48.55%, transparent 48.8% 60%, rgba(250, 248, 245, 0.11) 60.2% 60.55%, transparent 60.8% 72%, rgba(250, 248, 245, 0.12) 72.2% 72.55%, transparent 72.8% 84%, rgba(250, 248, 245, 0.13) 84.2% 84.55%, transparent 84.8%),
		linear-gradient(0deg, transparent 0 16%, rgba(250, 248, 245, 0.11) 16.2% 16.5%, transparent 16.8% 32%, rgba(250, 248, 245, 0.1) 32.2% 32.5%, transparent 32.8% 48%, rgba(250, 248, 245, 0.11) 48.2% 48.5%, transparent 48.8% 64%, rgba(250, 248, 245, 0.1) 64.2% 64.5%, transparent 64.8% 80%, rgba(250, 248, 245, 0.11) 80.2% 80.5%, transparent 80.8%);
	border-radius: 999px;
	content: "";
	inset: 7% 4%;
	position: absolute;
}

.lew-atlas__globe::after {
	background:
		radial-gradient(ellipse at 18% 34%, rgba(242, 221, 177, 0.74) 0 10%, transparent 10.5%),
		radial-gradient(ellipse at 24% 47%, rgba(242, 221, 177, 0.7) 0 8%, transparent 8.6%),
		radial-gradient(ellipse at 47% 34%, rgba(242, 221, 177, 0.72) 0 11%, transparent 11.6%),
		radial-gradient(ellipse at 54% 50%, rgba(242, 221, 177, 0.68) 0 9%, transparent 9.6%),
		radial-gradient(ellipse at 69% 39%, rgba(242, 221, 177, 0.76) 0 14%, transparent 14.6%),
		radial-gradient(ellipse at 81% 62%, rgba(242, 221, 177, 0.66) 0 8%, transparent 8.8%);
	border-radius: 999px;
	content: "";
	filter: blur(0.2px);
	inset: 7% 4%;
	opacity: 0.68;
	position: absolute;
}

.lew-atlas__map {
	height: 100%;
	position: relative;
	transform: scale(var(--atlas-zoom, 1));
	transition: transform 0.24s ease;
	width: 100%;
	z-index: 2;
}

.lew-atlas__pin {
	appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	height: 1.4rem;
	padding: 0;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 1.4rem;
}

.lew-atlas__pin span {
	background: #d4a030;
	border: 2px solid #2c2420;
	border-radius: 999px;
	box-shadow: 0 0 0 5px rgba(193, 70, 46, 0.18), 0 8px 18px rgba(44, 36, 32, 0.32);
	display: block;
	height: 0.82rem;
	margin: 0.29rem;
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	width: 0.82rem;
}

.lew-atlas__pin:hover span,
.lew-atlas__pin:focus-visible span,
.lew-atlas__pin.is-active span {
	background: #c1462e;
	box-shadow: 0 0 0 7px rgba(212, 160, 48, 0.26), 0 10px 24px rgba(44, 36, 32, 0.36);
	transform: scale(1.18);
}

.lew-atlas__panel {
	display: grid;
	gap: 1rem;
	padding: 1rem;
}

.lew-atlas__controls label {
	color: #2c2420;
	display: flex;
	font-size: 0.9rem;
	font-weight: 700;
	justify-content: space-between;
	margin-bottom: 0.65rem;
	text-transform: uppercase;
}

.lew-atlas__controls input[type="range"] {
	accent-color: #c1462e;
	width: 100%;
}

.lew-atlas__ticks {
	color: #8b5e3c;
	display: flex;
	font-size: 0.72rem;
	justify-content: space-between;
	margin-top: 0.25rem;
}

.lew-atlas__regions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 1rem;
}

.lew-atlas__regions button,
.lew-atlas__related button {
	background: #f3eadc;
	border: 1px solid #d5bd91;
	border-radius: 999px;
	color: #2c2420;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 700;
	padding: 0.45rem 0.65rem;
}

.lew-atlas__regions button.is-active {
	background: #2c2420;
	border-color: #2c2420;
	color: #faf8f5;
}

.lew-atlas__detail {
	background: #fffaf2;
	border: 1px solid #e8ddd0;
	border-radius: 8px;
	padding: 1rem;
}

.lew-atlas__portrait {
	aspect-ratio: 16 / 9;
	background: #f3eadc;
	border: 1px solid #d5bd91;
	border-radius: 8px;
	margin: 0 0 1rem;
	overflow: hidden;
}

.lew-atlas__portrait img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lew-atlas__detail h3 {
	font-size: clamp(1.8rem, 5vw, 3.1rem);
	line-height: 0.95;
	margin: 0.4rem 0 0.25rem;
}

.lew-atlas__detail p {
	margin-bottom: 1rem;
}

.lew-atlas__place {
	color: #8b5e3c;
	font-weight: 700;
}

.lew-atlas__tags,
.lew-atlas__links,
.lew-atlas__related {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.lew-atlas__tags span {
	background: rgba(29, 110, 122, 0.12);
	border: 1px solid rgba(29, 110, 122, 0.22);
	border-radius: 999px;
	color: #1d6e7a;
	font-size: 0.78rem;
	font-weight: 700;
	padding: 0.35rem 0.55rem;
}

.lew-atlas__links {
	margin: 1rem 0;
}

.lew-atlas__links a {
	background: #c1462e;
	border-radius: 999px;
	color: #faf8f5;
	font-size: 0.82rem;
	font-weight: 700;
	padding: 0.5rem 0.7rem;
	text-decoration: none;
}

.lew-atlas__related {
	align-items: center;
	border-top: 1px solid #e8ddd0;
	padding-top: 0.9rem;
}

.lew-atlas__related strong {
	flex-basis: 100%;
	font-size: 0.82rem;
	text-transform: uppercase;
}

.lew-atlas__list {
	margin: 2rem 0 3rem;
}

.lew-atlas__list-head {
	margin-bottom: 1rem;
}

.lew-atlas__list section {
	border-top: 1px solid #d5bd91;
	padding: 1.3rem 0;
}

.lew-atlas__list h3 {
	margin-bottom: 0.8rem;
}

.lew-atlas__cards {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lew-atlas-card {
	background: rgba(250, 248, 245, 0.9);
	border: 1px solid #d5bd91;
	border-radius: 8px;
	color: #2c2420;
	display: grid;
	font: inherit;
	gap: 0.25rem;
	min-height: 7rem;
	padding: 0.85rem;
	text-align: left;
}

.lew-atlas-card.is-active {
	background: #fffaf2;
	border-color: #c1462e;
	box-shadow: 0 8px 24px rgba(193, 70, 46, 0.12);
}

.lew-atlas-card span {
	color: #c1462e;
	font-size: 0.8rem;
	font-weight: 700;
}

.lew-atlas-card strong {
	font-size: 1.1rem;
	line-height: 1.05;
}

.lew-atlas-card small {
	color: #8b5e3c;
	font-size: 0.82rem;
}

/* Responsive card columns */
@media (max-width: 768px) {
	.lew-header-mark {
		max-width: 96px;
	}

	.lew-site-header .wp-block-navigation {
		border-radius: 8px;
	}

	.lew-home-collage {
		border-radius: 8px;
		margin-left: -0.75rem !important;
		margin-right: -0.75rem !important;
	}

	.lew-home-playlist {
		border-radius: 10px;
		margin-left: -0.75rem;
		margin-right: -0.75rem;
		padding: 0.5rem;
	}

	.lew-home-playlist__intro {
		align-items: flex-start;
		display: grid;
		padding: 0.55rem 0.35rem 0.8rem;
	}

	.lew-home-playlist__intro a {
		justify-self: start;
	}

	.lew-spotify-fallback {
		align-items: flex-start;
		display: grid;
	}

	.lew-atlas {
		grid-template-columns: 1fr;
	}

	.lew-atlas__toolbar {
		align-items: flex-start;
	}

	.lew-atlas__globe {
		aspect-ratio: 1 / 1;
	}

	.lew-atlas__cards {
		grid-template-columns: 1fr 1fr;
	}

	.featured-review-card .wp-block-column,
	.review-card-horizontal .wp-block-column {
		flex-basis: 100% !important;
	}
	.featured-review-card .wp-block-post-featured-image img,
	.review-card-horizontal .wp-block-post-featured-image img {
		border-radius: 12px 12px 0 0 !important;
		max-height: 200px;
	}
}

@media (max-width: 520px) {
	.lew-atlas__cards {
		grid-template-columns: 1fr;
	}

	.lew-atlas__toolbar {
		display: grid;
	}
}

/* Modern / minimal homepage direction */
body.page-id-14 {
	background-color: #f8ecd6;
	background-image:
		linear-gradient(rgba(248, 236, 214, 0.95), rgba(248, 236, 214, 0.98)),
		url("brand/swirl-strip-teal-cream.jpg");
	color: #171513;
}

body.page-id-14 main.wp-block-group {
	padding-top: 1.25rem !important;
}

body.page-id-14 .lew-site-header .wp-block-site-title {
	display: none;
}

.lew-site-header {
	background-image:
		linear-gradient(rgba(255, 248, 233, 0.84), rgba(255, 248, 233, 0.9)),
		url("brand/swirl-strip-teal-cream.jpg");
}

.lew-site-header .wp-block-site-title a {
	color: #171513;
	text-decoration: none;
}

.lew-site-header .wp-block-navigation {
	background: rgba(255, 248, 233, 0.52);
	border-color: rgba(23, 21, 19, 0.22);
	border-radius: 10px;
}

.lew-site-header .wp-block-navigation a {
	color: #171513;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
}

.lew-home-shell {
	background: linear-gradient(180deg, #fff8e9 0%, #f8ecd6 100%);
	border: 1px solid rgba(23, 21, 19, 0.42);
	border-radius: 16px;
	box-shadow: 0 18px 50px rgba(47, 39, 30, 0.08);
	margin: 0 auto 3rem;
	max-width: 1120px;
	overflow: hidden;
}

.lew-home-masthead {
	padding: clamp(2.1rem, 6vw, 5.1rem) clamp(1rem, 5vw, 3.5rem) clamp(1.4rem, 3vw, 2rem);
	text-align: center;
}

.lew-home-kicker,
.lew-home-playlist__eyebrow {
	color: #171513;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.22em;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.lew-home-masthead h1 {
	color: #171513;
	font-family: var(--wp--preset--font-family--bebas);
	font-size: clamp(4.5rem, 15vw, 9.5rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.86;
	margin: 0.8rem 0 0;
	text-transform: uppercase;
}

.lew-home-playlist {
	background: transparent;
	background-image: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: clamp(1rem, 2.4vw, 1.75rem) clamp(1rem, 4vw, 3.5rem) clamp(1.6rem, 4vw, 3.25rem);
}

.lew-home-playlist__intro {
	align-items: end;
	display: flex;
	gap: 0.75rem 1rem;
	justify-content: space-between;
	padding: 0 0 0.65rem;
}

.lew-home-playlist__intro h2 {
	display: none;
}

.lew-home-playlist__intro a {
	background: transparent;
	border: 1px solid rgba(23, 21, 19, 0.42);
	border-radius: 999px;
	color: #171513;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.62rem 0.85rem;
	text-transform: uppercase;
}

.lew-spotify-frame {
	background: #11110f;
	border: 1px solid rgba(23, 21, 19, 0.55);
	border-radius: 8px;
	box-shadow: 0 16px 42px rgba(23, 21, 19, 0.14);
	min-height: 352px;
	overflow: hidden;
}

.lew-spotify-frame iframe {
	border-radius: 8px;
	display: block;
	min-height: 352px;
}

.lew-spotify-fallback {
	background: rgba(255, 248, 233, 0.72);
	border: 1px solid rgba(23, 21, 19, 0.2);
	border-radius: 7px;
	color: #171513;
	margin-top: 0.8rem;
}

.lew-spotify-fallback a {
	background: #171513;
	border-radius: 6px;
	color: #fff8e9;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.lew-home-reviews {
	margin-bottom: 3rem;
	max-width: 1120px !important;
}

.lew-section-title {
	color: #171513;
	font-size: clamp(1.45rem, 3vw, 2rem);
	letter-spacing: 0.02em;
	margin-bottom: 1.35rem;
	text-transform: uppercase;
}

.lew-review-grid {
	gap: clamp(0.75rem, 1.6vw, 1.15rem) !important;
}

.lew-review-card {
	background: rgba(255, 248, 233, 0.68);
	border: 1px solid rgba(23, 21, 19, 0.14);
	border-radius: 7px;
	overflow: hidden;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.lew-review-card:hover {
	border-color: rgba(23, 21, 19, 0.42);
	box-shadow: 0 16px 34px rgba(47, 39, 30, 0.11);
	transform: translateY(-2px);
}

.lew-review-card .wp-block-post-featured-image {
	background: #d7c6aa;
	margin: 0 !important;
}

.lew-review-card .wp-block-post-featured-image img {
	filter: grayscale(0.72) sepia(0.12) contrast(1.04);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lew-review-card__body {
	background: rgba(255, 248, 233, 0.62);
}

.lew-review-card .wp-block-post-date {
	color: #5f564d;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1.2;
	margin: 0 0 0.4rem;
	text-transform: uppercase;
}

.lew-review-card .wp-block-post-title {
	font-family: var(--wp--preset--font-family--dm-sans);
	font-size: clamp(1rem, 1.5vw, 1.18rem) !important;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 1.05rem;
}

.lew-review-card .wp-block-post-title a {
	color: #171513;
	text-decoration: none;
}

.lew-review-card .wp-block-post-terms {
	color: #171513;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lew-home-more .wp-block-button__link {
	background: #171513;
	border: 1px solid #171513;
	border-radius: 7px;
	color: #fff8e9;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	padding: 0.78rem 2.5rem;
	text-transform: uppercase;
}

.lew-home-more .wp-block-button__link:hover {
	background: transparent;
	color: #171513;
}

@media (min-width: 900px) {
	body.page-id-14 .lew-site-header {
		padding-bottom: 1rem !important;
		padding-top: 1.1rem !important;
	}

	body.page-id-14 .lew-header-mark {
		max-width: 96px;
	}
}

@media (max-width: 768px) {
	body.page-id-14 main.wp-block-group {
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important;
	}

	.lew-home-shell {
		border-radius: 10px;
	}

	.lew-home-playlist__intro {
		align-items: start;
		display: grid;
	}

	.lew-home-playlist__intro a {
		justify-self: start;
	}

	.lew-home-reviews {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}
}

/* Shared modern editorial header */
.lew-site-header {
	align-items: center;
	display: flex;
	gap: clamp(1rem, 4vw, 3rem);
	justify-content: space-between;
}

.lew-site-header .wp-block-site-title {
	display: none;
}

.lew-site-header .lew-header-mark {
	flex: 0 0 auto;
	margin: 0 !important;
	max-width: 92px;
}

.lew-site-header .wp-block-navigation {
	margin-left: auto;
	margin-right: auto;
}

.lew-site-header .wp-block-navigation__container {
	gap: clamp(1.4rem, 4vw, 3.2rem) !important;
}

.lew-site-header .wp-block-navigation-item__content[aria-current="page"],
.lew-site-header .current-menu-item .wp-block-navigation-item__content {
	border-bottom: 2px solid currentColor;
}

@media (max-width: 760px) {
	.lew-site-header {
		display: grid;
		justify-items: center;
	}

	.lew-site-header .lew-header-mark {
		max-width: 88px;
	}

	.lew-site-header .wp-block-navigation {
		margin: 0 !important;
		width: 100%;
	}
}
