/**
 * Single Mood (moods CPT) — Focus / mood landing layout.
 */

body.single-moods #qodef-page-inner {
	padding: 0;
	width: 100%;
}

body.single-moods .qodef-grid>.qodef-grid-inner {
	margin: 0;
}

body.single-moods .qodef-page-content-section {
	padding: 0 116px !important;
	font-family: "Inter", Sans-serif;
	background: #f7f7f7;
}

.bryzant-mood-breadcrumbs,
section {
	max-width: 1440px;
	padding: 56px 0;
	margin: 0 !important;
}

.bryzant-mood-page {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 0 64px;
	color: #111;
}

.bryzant-mood-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	line-height: 1.4;
	color: #888;
	margin: 0 0 28px;
	font-family: "Inter", Sans-serif;
}

.bryzant-mood-breadcrumbs a {
	color: #888;
	text-decoration: none;
}

.bryzant-mood-breadcrumbs a:hover {
	color: #111;
}

.bryzant-mood-breadcrumbs__current {
	color: #111;
	font-weight: 600;
}

.bryzant-mood-breadcrumbs__sep {
	opacity: 0.6;
}

/* Hero */
.bryzant-mood-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 48px;
	align-items: center;
	margin-bottom: 56px;
}

.bryzant-mood-hero__title {
	margin: 0 0 18px;
	font-size: clamp(2rem, 3.4vw, 3.1rem);
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #111;
}

.bryzant-mood-hero__text {
	margin: 0 0 28px;
	font-size: 1rem;
	line-height: 1.7;
	color: #555;
	max-width: 34em;
}

.bryzant-mood-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.bryzant-mood-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.bryzant-mood-btn--primary {
	background: #111;
	color: #fff;
	border: 1px solid #111;
}

.bryzant-mood-btn--primary:hover {
	background: #fff;
	color: #1a1a1a;
	border: 1px solid #1a1a1a;
}

.bryzant-mood-btn--outline {
	background: transparent;
	color: #111;
	border: 1px solid #111;
}

.bryzant-mood-btn--outline:hover {
	background: #111;
	color: #fff !important;
}

.bryzant-mood-hero__media {
	position: relative;
	min-width: 0;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 28px;
	overflow: hidden;
	background: #e8e8e8;
	isolation: isolate;
}

.bryzant-mood-hero__media img.bryzant-mood-hero__image,
.bryzant-mood-hero__image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	object-fit: cover !important;
	object-position: center center !important;
	background: none !important;
	box-shadow: none !important;
	filter: none !important;
	aspect-ratio: auto !important;
	/* Crop baked-in letterbox/blur frames from some uploads; also fills hero cleanly. */
	transform: scale(1.24);
	transform-origin: center center;
}

.bryzant-mood-hero__image--placeholder {
	width: 100%;
	height: 100%;
	min-height: 0;
	background: #e0e0e0;
}

/* Shared section bits */
.bryzant-mood-section-title {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	color: #111;
}

.bryzant-mood-section-sub {
	margin: 8px 0 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #777;
	max-width: 42em;
}

.bryzant-mood-section-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 28px;
}

.bryzant-mood-section-header--stacked {
	display: block;
}

.bryzant-mood-section-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	margin-top: 6px;
	font-size: 0.92rem;
	font-weight: 600;
	color: #111;
	text-decoration: none;
	white-space: nowrap;
}

.bryzant-mood-section-link:hover {
	opacity: 0.7;
	color: #111;
}

.bryzant-mood-section-link__arrow {
	display: inline-flex;
	flex-shrink: 0;
	line-height: 0;
}

.bryzant-mood-section-link__arrow svg {
	display: block;
	width: 11px;
	height: 10px;
}

/* Intro + stats */
.bryzant-mood-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.6fr) minmax(0, 0.9fr);
	gap: clamp(20px, 4.167vw, 80px);
	align-items: start;
	margin-bottom: 64px;
	align-items: center;
}

.bryzant-mood-intro__text {
	margin-top: 16px;
	font-size: 0.98rem;
	line-height: 1.75;
	color: #444;
}

.bryzant-mood-intro__text p {
	margin: 0 0 1em;
}

.bryzant-mood-intro__text p:last-child {
	margin-bottom: 0;
}

.bryzant-mood-stats-card {
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.bryzant-mood-stats-card__title {
	padding: 24px 24px 0 24px;
	margin: 0 0 8px;
	font-size: 32PX;
	line-height: 1.25;
	font-weight: 600;
}

.bryzant-mood-stats-card__sub {
	padding: 0 24px 24px 24px;
	font-size: 14px;
	line-height: 1.5;
	color: #9A9A9A;
}

.bryzant-mood-stats-card__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px 18px;
	border-top: 1px solid #CACACA;
}

.bryzant-mood-stats-card__grid .bryzant-mood-stats-card__item {
	padding: 20px;
	border-right: 1px solid #CACACA;
}

.bryzant-mood-stats-card__grid .bryzant-mood-stats-card__item:last-child {
	border: 0;
}

.bryzant-mood-stats-card__value {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.1;
	color: #111;
	margin-bottom: 15px;
}

.bryzant-mood-stats-card__label {
	font-size: 13px;
	line-height: 1.35;
	color: #9A9A9A;
}

/* Playlist cards */
.bryzant-mood-playlists,
.bryzant-mood-artists,
.bryzant-mood-scenarios,
.bryzant-mood-faq,
.bryzant-mood-related {
	margin-bottom: 64px;
}

.bryzant-mood-playlists__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.bryzant-mood-playlists__grid--related {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bryzant-mood-playlist-card {
	display: block;
	text-decoration: none;
	color: inherit;
	min-width: 0;
	padding: 14px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.bryzant-mood-playlist-card__image,
.bryzant-mood-playlist-card__placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 18px;
	overflow: hidden;
	background: #e8e8e8;
	margin-bottom: 12px;
}

.bryzant-mood-playlist-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bryzant-mood-playlist-card__title {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	color: #111;
	margin-bottom: 4px;
}

.bryzant-mood-playlist-card__sub {
	display: block;
	font-size: 0.85rem;
	color: #888;
}

.bryzant-mood-playlist-card:hover .bryzant-mood-playlist-card__title {
	opacity: 0.75;
}

/* Artists */
.bryzant-mood-artists__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 28px 18px;
}

.bryzant-mood-artist {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: inherit;
}

.bryzant-mood-artist__avatar,
.bryzant-mood-artist__placeholder {
	width: 112px;
	height: 112px;
	border-radius: 50%;
	overflow: hidden;
	background: #e0e0e0;
	margin-bottom: 12px;
}

.bryzant-mood-artist__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bryzant-mood-artist__name {
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.3;
	color: #111;
}

.bryzant-mood-artist__sub {
	margin-top: 4px;
	font-size: 0.8rem;
	color: #888;
}

.bryzant-mood-artist:hover .bryzant-mood-artist__name {
	opacity: 0.75;
}

/* Scenarios */
.bryzant-mood-scenarios__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.bryzant-mood-scenario-card {
	background: #fff;
	border-radius: 20px;
	padding: 28px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.bryzant-mood-scenario-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #f0f0f0;
	margin-bottom: 16px;
	overflow: hidden;
}

.bryzant-mood-scenario-card__icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	display: block;
}

.bryzant-mood-scenario-card__title {
	margin: 0 0 10px;
	font-size: 1.1rem;
	font-weight: 700;
}

.bryzant-mood-scenario-card__desc {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.6;
	color: #666;
}

.bryzant-mood-faq-item {
	border: 1px solid #E6E6E6;
	padding: 0 15px;
	border-radius: 10px;
	margin-bottom: 15px;
	background: #fff;
}

.bryzant-mood-faq-question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 0;
	background: transparent;
	border: 0;
	text-align: left;
	cursor: pointer;
	font-size: 1.05rem;
	font-weight: 600;
	color: #111;
	font-family: inherit;
}

.bryzant-mood-faq-icon {
	position: relative;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.bryzant-mood-faq-icon::before,
.bryzant-mood-faq-icon::after {
	content: "";
	position: absolute;
	background: #111;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bryzant-mood-faq-icon::before {
	width: 14px;
	height: 2px;
}

.bryzant-mood-faq-icon::after {
	width: 2px;
	height: 14px;
	transition: opacity 0.15s ease;
}

.bryzant-mood-faq-item.is-open .bryzant-mood-faq-icon::after {
	opacity: 0;
}

.bryzant-mood-faq-answer {
	padding: 0 0 20px;
	font-size: 0.95rem;
	line-height: 1.7;
	color: #555;
	max-width: 52em;
}

.bryzant-mood-faq-answer p {
	margin: 0 0 0.8em;
}

.bryzant-mood-faq-answer p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1366px) {

	body.single-moods .qodef-page-content-section {
		padding: 0 40px !important;
	}

	.bryzant-mood-breadcrumbs,
	section {
		padding: 40px 0 !important;
	}

}

@media (max-width: 1100px) {

	.bryzant-mood-artists__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.bryzant-mood-playlists__grid,
	.bryzant-mood-playlists__grid--related {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {

	body.single-moods .qodef-page-content-section {
		padding: 0 !important;
	}

	.bryzant-mood-breadcrumbs,
	section {
		padding: 30px !important;
	}

}

@media (max-width: 900px) {

	.bryzant-mood-hero,
	.bryzant-mood-intro {
		grid-template-columns: 1fr;
	}

	.bryzant-mood-hero__media {
		order: -1;
		max-width: 480px;
	}

	.bryzant-mood-hero__image--placeholder {
		min-height: 0;
	}

	.bryzant-mood-artists__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}



@media (max-width: 680px) {

	.bryzant-mood-playlists__grid,
	.bryzant-mood-playlists__grid--related,
	.bryzant-mood-scenarios__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.bryzant-mood-artists__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bryzant-mood-artist__avatar,
	.bryzant-mood-artist__placeholder {
		width: 96px;
		height: 96px;
	}

	.bryzant-mood-section-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.bryzant-mood-stats-card__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 24px;
		border: 1px solid #CACACA;
		border-radius: 20px;
		margin: 10px;
	}
}

@media (max-width: 640px) {

	.bryzant-mood-breadcrumbs,
	section {
		padding: 20px 15px !important;
	}
}

@media (max-width: 420px) {

	.bryzant-mood-playlists__grid,
	.bryzant-mood-playlists__grid--related,
	.bryzant-mood-scenarios__grid {
		grid-template-columns: 1fr;
	}
}