/* هام‌کست — archive + single (brand: yellow #ebd11a / ink #1a1532) */
.haam-cast-page {
	--cast-ink: #1a1532;
	--cast-muted: #6b6680;
	--cast-brand: #ebd11a;
	--cast-brand-2: #f4de3a;
	--cast-surface: #ffffff;
	--cast-bg: #e9e9eb;
	--cast-border: #e8e6df;
	--cast-shadow: 0 12px 40px -18px rgba(26, 21, 50, 0.18);
	--cast-radius: 22px;
	background-color: transparent !important;
	background-image: none;
	padding-top: 0 !important;
}

.haam-cast {
	font-family: inherit;
	color: var(--cast-ink);
	padding: 0 20px 8px;
	max-width: 1120px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: visible;
}

.haam-cast *,
.haam-cast *::before,
.haam-cast *::after {
	box-sizing: border-box;
}

.haam-cast-empty {
	text-align: center;
	color: var(--cast-muted);
	padding: 40px 16px;
}

/* ——— Latest episodes strip (archive top) ——— */
/* Shell aligns with season cards; cover bleeds past the box via negative margin. */
.haam-cast-latest {
	--latest-cover: 248px;
	--latest-bleed: 56px;
	margin: 8px 0 40px;
	padding-inline-start: 0;
}

.haam-cast-latest__shell {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(250px, 0.78fr);
	grid-template-rows: minmax(0, 1fr) auto;
	grid-template-areas:
		"featured aside"
		"foot foot";
	background: #fff;
	border-radius: 30px;
	box-shadow:
		0 1px 0 rgba(26, 21, 50, 0.04),
		0 22px 56px -28px rgba(26, 21, 50, 0.38);
	position: relative;
	isolation: isolate;
	overflow: visible;
}

.haam-cast-latest__top {
	display: contents;
}

.haam-cast-latest__featured {
	grid-area: featured;
	display: grid;
	grid-template-columns: var(--latest-cover) minmax(0, 1fr);
	gap: 8px 18px;
	align-items: center;
	padding: 28px 18px 28px 22px;
	min-width: 0;
	position: relative;
	z-index: 2;
}

.haam-cast-latest__copy {
	min-width: 0;
	text-align: start;
	padding: 0 4px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	animation: haam-cast-rise 0.55s ease both;
}

.haam-cast-latest__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
	padding: 5px 12px;
	border-radius: 999px;
	background: rgba(235, 209, 26, 0.22);
	color: #5a4f00;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.haam-cast-latest__eyebrow::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--cast-brand);
	box-shadow: 0 0 0 3px rgba(235, 209, 26, 0.35);
}

.haam-cast-latest__title {
	margin: 0;
	font-size: clamp(22px, 3.2vw, 34px);
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -0.02em;
	color: var(--cast-ink);
	max-width: 14em;
}

.haam-cast-latest__title a {
	color: inherit !important;
	text-decoration: none !important;
}

.haam-cast-latest__title a:hover {
	opacity: 0.82;
}

.haam-cast-latest__meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 8px;
	margin: 12px 0 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	color: #8b92a8;
}

.haam-cast-latest__meta {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.haam-cast-latest__meta-dot {
	color: #c0c5d2;
	font-weight: 700;
	line-height: 1;
}

.haam-cast-latest__season {
	display: inline;
	font-size: inherit;
	font-weight: 700;
	line-height: inherit;
	color: #6b738c !important;
	text-decoration: none !important;
	border-bottom: 1px solid transparent;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.haam-cast-latest__season:hover {
	color: var(--cast-ink) !important;
	border-bottom-color: rgba(26, 21, 50, 0.25);
}

.haam-cast-latest__cta-wrap {
	margin: 20px 0 0;
	align-self: flex-end;
}

.haam-cast-latest__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 11px 20px 11px 16px;
	border-radius: 999px;
	background: var(--cast-brand);
	color: #171500 !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	box-shadow: 0 12px 28px -14px rgba(235, 209, 26, 0.95);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.haam-cast-latest__cta:hover {
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 16px 32px -12px rgba(235, 209, 26, 1);
}

.haam-cast-latest__cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(26, 21, 50, 0.12);
}

.haam-cast-latest__cover {
	position: relative;
	display: block;
	width: var(--latest-cover);
	max-width: none;
	aspect-ratio: 1;
	margin-inline-start: calc(var(--latest-bleed) * -1);
	margin-block: 0;
	align-self: center;
	border-radius: 24px;
	overflow: hidden;
	background: #f3efd8;
	text-decoration: none !important;
	box-shadow:
		0 4px 0 rgba(26, 21, 50, 0.04),
		0 28px 50px -20px rgba(26, 21, 50, 0.5);
	transform-origin: center center;
	animation: haam-cast-cover-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	z-index: 4;
}

.haam-cast-latest__cover:hover {
	transform: translateY(-6px) rotate(-1.5deg);
	box-shadow:
		0 6px 0 rgba(26, 21, 50, 0.04),
		0 34px 56px -18px rgba(26, 21, 50, 0.55);
}

.haam-cast-latest__cover-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.haam-cast-latest__cover-img--empty {
	background:
		radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.55), transparent 45%),
		linear-gradient(145deg, #f7f1c8 0%, #ebd11a 55%, #c9ad0e 100%);
}

.haam-cast-latest__cover-num {
	position: absolute;
	top: 14px;
	inset-inline-start: 14px;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	color: var(--cast-brand);
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	pointer-events: none;
}

.haam-cast-latest__aside {
	grid-area: aside;
	border-inline-start: 1px solid #edf0f6;
	padding: 22px 18px 0;
	background: linear-gradient(180deg, #f7f8fb 0%, #fff 55%);
	min-width: 0;
	border-radius: 0 30px 0 0;
	display: flex;
	flex-direction: column;
	animation: haam-cast-rise 0.55s ease 0.08s both;
}

.haam-cast-latest__aside-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 6px;
	padding-bottom: 10px;
}

.haam-cast-latest__aside-title {
	margin: 0;
	font-size: 14px;
	font-weight: 800;
	color: var(--cast-ink);
}

.haam-cast-latest__archive-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
	padding: 6px 11px;
	border: 1px solid #d5dae6;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	color: #6b738c !important;
	text-decoration: none !important;
	background: #fff;
	white-space: nowrap;
	transition: border-color 0.15s ease, color 0.15s ease;
}

.haam-cast-latest__archive-link:hover {
	border-color: var(--cast-ink);
	color: var(--cast-ink) !important;
}

.haam-cast-latest__list {
	list-style: none;
	margin: 0;
	padding: 0 0 8px;
	flex: 1;
}

.haam-cast-latest__list > li + li {
	border-top: 1px solid #e8ebf2;
}

.haam-cast-latest__item {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 11px;
	align-items: center;
	padding: 11px 0;
	text-decoration: none !important;
	color: inherit !important;
	border-radius: 10px;
	transition: background 0.15s ease;
}

.haam-cast-latest__item:hover {
	background: rgba(26, 21, 50, 0.03);
}

.haam-cast-latest__item:hover .haam-cast-latest__item-title {
	opacity: 0.8;
}

.haam-cast-latest__item-body {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 3px;
	text-align: start;
}

.haam-cast-latest__item-title {
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	color: var(--cast-ink);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.haam-cast-latest__item-meta {
	font-size: 11px;
	font-weight: 600;
	color: #8b92a8;
}

.haam-cast-latest__item-thumb {
	width: 52px;
	height: 52px;
	border-radius: 12px;
	overflow: hidden;
	background: #eef0f5;
	flex-shrink: 0;
	box-shadow: inset 0 0 0 1px rgba(26, 21, 50, 0.04);
}

.haam-cast-latest__item-thumb img,
.haam-cast-latest__item-thumb--empty {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.haam-cast-latest__item-thumb--empty {
	background: linear-gradient(145deg, #ebe7f5, #d8d2e8);
}

.haam-cast-latest__aside-empty {
	margin: 18px 0 0;
	font-size: 13px;
	color: var(--cast-muted);
}

/* Foot — stacked ribbon: about above, platforms below (aligned at every width) */
.haam-cast-latest__foot {
	grid-area: foot;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0;
	margin: 0;
	padding: 20px 24px 22px;
	background: #eef0f5;
	border-radius: 0 0 30px 30px;
	border-block-start: 1px solid rgba(26, 21, 50, 0.06);
	position: relative;
	z-index: 1;
}

.haam-cast-latest__about {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.75;
	font-weight: 500;
	color: #5a6278;
	text-align: start;
	max-width: 52em;
}

.haam-cast-latest__platforms {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 6px;
	width: 100%;
	margin: 14px 0 0;
	padding: 14px 0 0;
	border-block-start: 1px solid rgba(26, 21, 50, 0.07);
}

.haam-cast-latest__platforms-kicker {
	font-size: 11px;
	font-weight: 800;
	color: #8b92a8;
	white-space: nowrap;
	line-height: 1;
	margin-inline-end: 4px;
}

.haam-cast-latest__platform-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	flex: 1 1 auto;
	min-width: 0;
}

.haam-cast-latest__platform-list > li {
	display: inline-flex;
}

.haam-cast-latest__platform {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 7px 10px;
	border: 0;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.55);
	box-shadow: none;
	color: var(--cast-ink) !important;
	text-decoration: none !important;
	transition: background 0.15s ease, color 0.15s ease;
}

.haam-cast-latest__platform:hover {
	background: #fff;
	color: #6f640c !important;
}

.haam-cast-latest__platform-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 13px;
	height: 13px;
	color: currentColor;
	opacity: 0.65;
	flex-shrink: 0;
	transition: opacity 0.15s ease;
}

.haam-cast-latest__platform:hover .haam-cast-latest__platform-ico {
	opacity: 1;
}

.haam-cast-latest__platform-ico svg {
	display: block;
	width: 13px;
	height: 13px;
}

.haam-cast-latest__platform-name {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.haam-cast-latest__platform.is-disabled {
	opacity: 0.38;
	pointer-events: none;
}

@keyframes haam-cast-rise {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes haam-cast-cover-in {
	from {
		opacity: 0;
		transform: translateY(18px) rotate(4deg) scale(0.94);
	}
	to {
		opacity: 1;
		transform: translateY(0) rotate(0) scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.haam-cast-latest__copy,
	.haam-cast-latest__aside,
	.haam-cast-latest__cover {
		animation: none;
	}
}

.haam-cast-archive__hero--empty {
	text-align: center;
	padding: 40px 20px;
}

.haam-cast-archive__hero--empty .haam-cast-archive__title {
	margin: 0 0 12px;
	font-size: 36px;
	font-weight: 900;
	color: var(--cast-ink);
}

.haam-cast-archive__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 20px;
}

.haam-cast-pill {
	appearance: none;
	border: 1px solid var(--cast-border);
	background: var(--cast-surface);
	color: var(--cast-ink);
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 999px;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(26, 21, 50, 0.04);
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.haam-cast-pill:hover {
	border-color: var(--cast-brand);
	transform: translateY(-1px);
}

.haam-cast-pill.is-active {
	background: var(--cast-brand);
	border-color: var(--cast-brand);
	color: #171500;
}

/* ——— Season rows ——— */
.haam-cast-archive__seasons {
	display: flex;
	flex-direction: column;
	gap: 28px;
	margin-top: 18px;
}

.haam-cast-season {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.haam-cast-season__head {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	align-items: center;
	padding: 22px 24px;
	background: #fff;
	border: 1px solid var(--cast-border);
	border-radius: 28px;
	box-shadow: 0 14px 36px -24px rgba(26, 21, 50, 0.22);
	position: relative;
	overflow: hidden;
}

.haam-cast-season__head--cover {
	grid-template-columns: minmax(0, 1fr) minmax(160px, 220px);
	gap: 28px;
	padding: 20px 22px 20px 28px;
	background:
		radial-gradient(circle at 12% 80%, rgba(235, 209, 26, 0.14), transparent 42%),
		linear-gradient(135deg, #ffffff 0%, #f7f6f2 100%);
}

.haam-cast-season__intro {
	min-width: 0;
	text-align: right;
	padding-inline-end: 8px;
}

.haam-cast-season__eyebrow {
	margin: 0 0 8px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #8a7a00;
}

.haam-cast-season__eyebrow::before {
	content: "";
	width: 18px;
	height: 3px;
	border-radius: 999px;
	background: var(--cast-brand);
}

.haam-cast-season__name {
	margin: 0 0 10px;
	font-size: clamp(26px, 3.4vw, 34px);
	font-weight: 800;
	color: var(--cast-ink);
	line-height: 1.3;
}

.haam-cast-season__count {
	margin: 0;
	font-size: 15px;
	color: var(--cast-muted);
	font-weight: 500;
	line-height: 1.6;
}

.haam-cast-season__count-num {
	display: inline-block;
	font-weight: 800;
	color: var(--cast-ink);
	font-size: 1.05em;
}

.haam-cast-season__name-link {
	color: inherit !important;
	text-decoration: none !important;
}

.haam-cast-season__name-link:hover {
	opacity: 0.8;
}

.haam-cast-season__cta-wrap {
	margin: 16px 0 0;
}

.haam-cast-season__cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 800;
	color: var(--cast-ink) !important;
	text-decoration: none !important;
	padding: 10px 16px;
	border-radius: 999px;
	background: var(--cast-brand);
	box-shadow: 0 8px 22px -14px rgba(235, 209, 26, 0.9);
	transition: background 0.15s ease, transform 0.15s ease;
}

.haam-cast-season__cta:hover {
	background: var(--cast-brand-2);
	transform: translateY(-1px);
}

.haam-cast-season__book a {
	display: block;
	color: inherit;
}

.haam-cast-breadcrumb-wrap {
	max-width: 1120px;
	margin: 0 auto 8px;
	padding: 0 20px;
	box-sizing: border-box;
}

.haam-cast-page .haam-mag-breadcrumb {
	margin: 0 0 12px;
}

.haam-cast-season-page {
	padding-top: 0;
}

.haam-cast-season-page__hero {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	align-items: center;
	padding: 28px 26px;
	background: #fff;
	border: 1px solid var(--cast-border);
	border-radius: 28px;
	box-shadow: 0 14px 36px -24px rgba(26, 21, 50, 0.22);
	margin-bottom: 28px;
}

.haam-cast-season-page__hero--cover {
	grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
	gap: 28px;
	background:
		radial-gradient(circle at 10% 85%, rgba(235, 209, 26, 0.14), transparent 42%),
		linear-gradient(135deg, #ffffff 0%, #f7f6f2 100%);
}

.haam-cast-season-page__eyebrow {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 800;
	color: #8a7a00;
}

.haam-cast-season-page__title {
	margin: 0 0 12px;
	font-size: clamp(26px, 3.6vw, 38px);
	font-weight: 800;
	line-height: 1.35;
	color: var(--cast-ink);
}

.haam-cast-season-page__lead {
	margin: 0 0 16px;
	max-width: 40em;
	font-size: 15.5px;
	line-height: 1.9;
	color: #4a4660;
}

.haam-cast-season-page__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: var(--cast-muted);
}

.haam-cast-season-page__book {
	margin: 0;
	justify-self: end;
	width: min(100%, 260px);
	filter: drop-shadow(0 22px 28px rgba(26, 21, 50, 0.22));
	transform: rotate(-2deg);
}

.haam-cast-season-page__book img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 18px;
	background: #ebe9e2;
}

.haam-cast-season-page__body {
	margin: 0 0 36px;
	padding: 8px 4px;
	font-size: 16px;
	line-height: 2;
	color: var(--cast-ink);
}

.haam-cast-season-page__body > *:first-child {
	margin-top: 0;
}

.haam-cast-season-page__eps-title {
	margin: 0 0 16px;
	font-size: 22px;
	font-weight: 800;
	color: var(--cast-ink);
}

.haam-cast-season__book {
	margin: 0;
	justify-self: end;
	width: min(100%, 220px);
	filter: drop-shadow(0 22px 28px rgba(26, 21, 50, 0.22));
	transform: rotate(-2.5deg);
	transition: transform 0.3s ease, filter 0.3s ease;
}

.haam-cast-season__head--cover:hover .haam-cast-season__book {
	transform: rotate(0deg) translateY(-4px);
	filter: drop-shadow(0 28px 34px rgba(26, 21, 50, 0.28));
}

.haam-cast-season__cover {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
	border-radius: 18px;
	background: #ebe9e2;
}

.haam-cast-season__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 14px;
}

/* Episode card (archive) */
.haam-cast-card {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 14px;
	align-items: center;
	background: var(--cast-surface);
	border: 1px solid var(--cast-border);
	border-radius: 18px;
	padding: 14px;
	box-shadow: 0 8px 24px -16px rgba(26, 21, 50, 0.16);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.haam-cast-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--cast-shadow);
}

.haam-cast-card__media {
	display: block;
	width: 88px;
	height: 88px;
	border-radius: 12px;
	overflow: hidden;
	flex-shrink: 0;
	background: #eceaf3;
}

.haam-cast-card__img,
.haam-cast-card__img--empty {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.haam-cast-card__img--empty {
	background: linear-gradient(135deg, #f3f1ea, #ebe7d8);
}

.haam-cast-card__title {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
}

.haam-cast-card__title a {
	color: var(--cast-ink) !important;
	text-decoration: none !important;
}

.haam-cast-card__title a:hover {
	opacity: 0.8;
}

.haam-cast-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-size: 12px;
	color: var(--cast-muted);
}

.haam-cast-card__ep {
	font-weight: 700;
	color: var(--cast-ink);
}

.haam-cast-card__date {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

/* ——— Single (episode page) ——— */
.haam-cast-single {
	padding-top: 12px;
}

.haam-cast-hero {
	position: relative;
	margin-bottom: 28px;
}

.haam-cast-hero__panel {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 22px;
	background: var(--cast-surface);
	border-radius: 28px;
	box-shadow: var(--cast-shadow);
	border: 1px solid rgba(26, 21, 50, 0.06);
	padding: 28px 32px 30px;
	overflow: hidden;
}

.haam-cast-hero__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 200px;
	gap: 20px 28px;
	align-items: start;
}

.haam-cast-hero__copy {
	min-width: 0;
}

.haam-cast-hero__title {
	margin: 0 0 14px;
	font-size: clamp(24px, 3.2vw, 34px);
	font-weight: 800;
	line-height: 1.4;
	color: var(--cast-ink);
}

.haam-cast-hero__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	margin: 0 0 16px;
	font-size: 13px;
	color: var(--cast-muted);
}

.haam-cast-hero__ep {
	font-weight: 800;
	color: var(--cast-ink);
	font-size: 15px;
}

.haam-cast-hero__duration,
.haam-cast-hero__date,
.haam-cast-hero__season {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.haam-cast-shortlink {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	max-width: 100%;
	margin: 0;
	padding: 4px 5px 4px 10px;
	background: #eef1f6;
	border-radius: 999px;
	border: 1px solid #e2e6ee;
	transition: background 0.15s ease, border-color 0.15s ease;
	vertical-align: middle;
}

.haam-cast-shortlink.is-copied {
	background: #f7f3c8;
	border-color: #ebd11a;
}

.haam-cast-shortlink__url {
	font-size: 11px;
	font-weight: 600;
	color: var(--cast-muted);
	line-height: 1.35;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
	min-width: 0;
}

.haam-cast-shortlink__copy {
	appearance: none;
	border: 0;
	background: #fff;
	color: var(--cast-ink);
	width: 24px;
	height: 24px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
	padding: 0;
	box-shadow: 0 1px 2px rgba(26, 21, 50, 0.05);
}

.haam-cast-shortlink__copy:hover {
	background: var(--cast-brand);
}

.haam-cast-hero__lead {
	margin: 14px 0 0;
	max-width: 38em;
	font-size: 14.5px;
	font-weight: 500;
	line-height: 1.85;
	color: #4a4660;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.haam-cast-hero__listen {
	width: 100%;
	min-width: 0;
}

.haam-cast-sources__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px 16px;
	margin-bottom: 12px;
}

.haam-cast-sources__label {
	font-size: 13px;
	font-weight: 700;
	color: var(--cast-muted);
}

.haam-cast-sources__tabs {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 4px;
	background: #eef1f6;
	border-radius: 999px;
}

.haam-cast-sources__tab {
	appearance: none;
	border: 0;
	background: transparent;
	color: var(--cast-ink);
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	padding: 8px 16px;
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.haam-cast-sources__tab:hover {
	background: rgba(255, 255, 255, 0.7);
}

.haam-cast-sources__tab.is-active {
	background: var(--cast-brand);
	color: #171500;
}

.haam-cast-sources__stage {
	position: relative;
	min-height: 220px;
}

.haam-cast-sources__panel {
	margin: 0;
}

.haam-cast-sources__panel[hidden] {
	display: none !important;
}

.haam-cast-player {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	background: #1a1532;
	box-shadow: 0 14px 36px -20px rgba(26, 21, 50, 0.55);
}

.haam-cast-player__frame {
	display: block;
	width: 100%;
	height: 180px;
	border: 0;
	background: #1a1532;
}

.haam-cast-player--spotify .haam-cast-player__frame {
	height: 152px;
	border-radius: 12px;
	background: #191414;
}

.haam-cast-player--castbox .haam-cast-player__frame {
	height: 220px;
}

.haam-cast-player--apple {
	background: #f5f5f7;
	box-shadow: 0 8px 24px -16px rgba(26, 21, 50, 0.2);
}

.haam-cast-player--apple .haam-cast-player__frame {
	height: 175px;
	border-radius: 10px;
	background: #f5f5f7;
}

.haam-cast-player--link {
	background: transparent;
	box-shadow: none;
	padding: 4px 0;
}

.haam-cast-listen {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--cast-brand);
	color: #171500 !important;
	font-weight: 800;
	font-size: 15px;
	text-decoration: none !important;
	padding: 12px 22px;
	border-radius: 999px;
	box-shadow: 0 10px 28px -14px rgba(235, 209, 26, 0.9);
	transition: background 0.15s ease, transform 0.15s ease;
}

.haam-cast-listen:hover {
	background: var(--cast-brand-2);
	transform: translateY(-1px);
}

.haam-cast-hero__cover {
	position: relative;
	margin: 0;
	width: 100%;
	max-width: 200px;
	justify-self: end;
	border-radius: 18px;
	overflow: hidden;
	aspect-ratio: 1;
	background: #eceaf3;
	box-shadow: 0 16px 36px -18px rgba(26, 21, 50, 0.35);
}

.haam-cast-hero__cover-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.haam-cast-hero__cover-img--empty {
	background: linear-gradient(145deg, #ebd11a 0%, #f7f6f2 55%, #1a1532 140%);
	opacity: 0.4;
	min-height: 100%;
}

.haam-cast-hero__cover-ep {
	position: absolute;
	top: 12px;
	right: 12px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--cast-ink);
	font-weight: 800;
	font-size: 13px;
	padding: 6px 12px;
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(26, 21, 50, 0.1);
}

.haam-cast-body {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(240px, 0.85fr);
	gap: 22px;
	align-items: start;
	margin-bottom: 36px;
}

.haam-cast-body__main {
	min-width: 0;
	padding: 8px 4px 8px 8px;
	color: var(--cast-ink);
	font-size: 16px;
	line-height: 2;
}

.haam-cast-body__main > *:first-child {
	margin-top: 0;
}

.haam-cast-body__main h2,
.haam-cast-body__main h3 {
	margin: 1.6em 0 0.55em;
	font-size: 1.25em;
	font-weight: 800;
	color: var(--cast-ink);
	line-height: 1.45;
}

.haam-cast-body__main p {
	margin: 0 0 1.1em;
}

.haam-cast-empty-inline {
	color: var(--cast-muted);
	margin: 0;
}

.haam-cast-body__aside {
	display: flex;
	flex-direction: column;
	gap: 14px;
	position: sticky;
	top: 88px;
}

.haam-cast-details {
	background: #eef1f6;
	border-radius: 22px;
	padding: 22px 20px;
	border: 1px solid #e2e6ee;
}

.haam-cast-details__title {
	margin: 0 0 14px;
	font-size: 17px;
	font-weight: 800;
	color: var(--cast-ink);
}

.haam-cast-details__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 13.5px;
	line-height: 1.7;
	color: #4a4660;
}

.haam-cast-details__list a {
	color: var(--cast-ink);
	font-weight: 600;
}

.haam-cast-support {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	background: #fff;
	border-radius: 18px;
	border: 1px solid var(--cast-border);
	text-decoration: none !important;
	box-shadow: 0 8px 24px -18px rgba(26, 21, 50, 0.2);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.haam-cast-support:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px -18px rgba(26, 21, 50, 0.28);
}

.haam-cast-support__icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--cast-brand);
	color: #171500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.haam-cast-support__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.haam-cast-support__text strong {
	font-size: 14px;
	font-weight: 800;
	color: #8a7a00;
}

.haam-cast-support__text span {
	font-size: 12px;
	color: var(--cast-muted);
}

.haam-cast-support__arrow {
	color: var(--cast-muted);
}

.haam-cast-more {
	margin-top: 8px;
	padding-top: 8px;
}

.haam-cast-more__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.haam-cast-more__title {
	margin: 0;
	font-size: 20px;
	font-weight: 800;
	color: var(--cast-ink);
}

.haam-cast-archive-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 600;
	color: var(--cast-muted) !important;
	text-decoration: none !important;
	border: 1px solid var(--cast-border);
	border-radius: 999px;
	padding: 6px 12px;
	white-space: nowrap;
	background: #fff;
}

.haam-cast-archive-link:hover {
	border-color: var(--cast-ink);
	color: var(--cast-ink) !important;
}

.haam-cast-more__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.haam-cast-more__card {
	background: #fff;
	border-radius: 18px;
	border: 1px solid var(--cast-border);
	box-shadow: 0 8px 24px -18px rgba(26, 21, 50, 0.16);
	overflow: hidden;
}

.haam-cast-more__link {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 12px;
	align-items: center;
	padding: 12px;
	text-decoration: none !important;
	color: inherit;
}

.haam-cast-more__thumb {
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 12px;
	overflow: hidden;
	background: #eceaf3;
}

.haam-cast-more__thumb img,
.haam-cast-more__thumb-empty {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.haam-cast-more__thumb-empty {
	background: linear-gradient(145deg, #ebd11a 0%, #ebe7d8 60%);
	opacity: 0.55;
}

.haam-cast-more__card-title {
	display: block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
	color: var(--cast-ink);
	margin-bottom: 6px;
}

.haam-cast-more__card-date {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	color: var(--cast-muted);
}

.haam-cast-page .haam-mag-comments {
	max-width: 1120px;
	margin-inline: auto;
	padding: 8px 20px 24px;
	box-sizing: border-box;
}

/* ——— Cast ↔ Mag bridge (related magazine posts) ——— */
.haam-cast-mag {
	margin: 40px 0 8px;
	padding: 28px 24px 30px;
	background: #fff;
	border: 1px solid rgba(26, 21, 50, 0.06);
	border-radius: 28px;
	box-shadow: 0 14px 40px -28px rgba(26, 21, 50, 0.28);
}

.haam-cast-mag__header {
	margin-bottom: 22px;
}

.haam-cast-mag__kicker {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	color: #8a7a00;
}

.haam-cast-mag__kicker::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 3px;
	margin-inline-end: 8px;
	vertical-align: middle;
	border-radius: 999px;
	background: var(--cast-brand);
}

.haam-cast-mag__heading {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px 16px;
}

.haam-cast-mag__title {
	margin: 0;
	font-size: clamp(22px, 2.8vw, 28px);
	font-weight: 800;
	color: var(--cast-ink);
	line-height: 1.3;
}

.haam-cast-mag__all {
	font-size: 14px;
	font-weight: 700;
	color: #8a7a00 !important;
	text-decoration: none !important;
	white-space: nowrap;
}

.haam-cast-mag__all:hover {
	color: var(--cast-ink) !important;
}

.haam-cast-mag__lead {
	margin: 10px 0 0;
	max-width: 40em;
	font-size: 14px;
	line-height: 1.75;
	color: var(--cast-muted);
}

.haam-cast-mag__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.haam-cast-mag-card {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 12px;
	border-radius: 18px;
	background: #f7f8fb;
	border: 1px solid rgba(26, 21, 50, 0.04);
	transition: background 0.15s ease, border-color 0.15s ease;
}

.haam-cast-mag-card:hover {
	background: #fff;
	border-color: rgba(26, 21, 50, 0.08);
}

.haam-cast-mag-card__media {
	display: block;
	border-radius: 14px;
	overflow: hidden;
	aspect-ratio: 1;
	background: #ebe9e2;
}

.haam-cast-mag-card__img,
.haam-cast-mag-card__img--empty {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.haam-cast-mag-card__img--empty {
	background: linear-gradient(145deg, #f7f1c8, #ebd11a 60%, #c9ad0e);
}

.haam-cast-mag-card__body {
	min-width: 0;
}

.haam-cast-mag-card .haam-mag-meta {
	margin-bottom: 6px;
	gap: 6px;
}

.haam-cast-mag-card .haam-mag-tag,
.haam-cast-mag-card .haam-mag-date {
	font-size: 11px;
}

.haam-cast-mag-card__title {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
	color: var(--cast-ink);
}

.haam-cast-mag-card__title a {
	color: inherit !important;
	text-decoration: none !important;
}

.haam-cast-mag-card__title a:hover {
	opacity: 0.8;
}

.haam-cast-mag__empty {
	padding: 22px 20px;
	border-radius: 18px;
	background: #f7f8fb;
	text-align: center;
}

.haam-cast-mag__empty p {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.75;
	color: var(--cast-muted);
}

.haam-cast-mag__empty-cta {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 999px;
	background: var(--cast-brand);
	color: #171500 !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
}

/* ——— Archive follow / social CTA ——— */
.haam-cast-follow {
	margin: 48px 0 32px;
}

.haam-cast-follow__band {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.95fr);
	gap: 28px 40px;
	align-items: center;
	padding: 36px 36px 34px;
	border-radius: 28px;
	background: #fff;
	color: var(--cast-ink);
	border: 1px solid rgba(26, 21, 50, 0.06);
	box-shadow: 0 18px 48px -28px rgba(26, 21, 50, 0.28);
}

.haam-cast-follow__band::after {
	content: "";
	position: absolute;
	inset-inline-end: -10%;
	inset-block-start: -35%;
	width: 48%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(235, 209, 26, 0.22) 0%, transparent 70%);
	pointer-events: none;
	z-index: 0;
}

.haam-cast-follow__wave {
	position: absolute;
	inset-inline-end: 4%;
	inset-block-end: 12%;
	width: min(280px, 42%);
	color: rgba(26, 21, 50, 0.1);
	pointer-events: none;
	z-index: 0;
}

.haam-cast-follow__wave svg {
	display: block;
	width: 100%;
	height: auto;
	animation: haam-cast-wave 3.6s ease-in-out infinite;
}

.haam-cast-follow__intro {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.haam-cast-follow__kicker {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #8b92a8;
}

.haam-cast-follow__title {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
	line-height: 1.1;
}

.haam-cast-follow__title-line {
	font-size: clamp(28px, 4.2vw, 44px);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--cast-ink);
}

.haam-cast-follow__brand {
	font-size: clamp(34px, 5vw, 56px);
	font-weight: 900;
	letter-spacing: -0.04em;
	color: var(--cast-brand); /* #ebd11a — same as site primary */
}

.haam-cast-follow__text {
	margin: 16px 0 0;
	max-width: 28em;
	font-size: 14px;
	line-height: 1.85;
	color: var(--cast-muted);
}

.haam-cast-follow__links {
	position: relative;
	z-index: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.haam-cast-follow__links > li {
	min-width: 0;
}

.haam-cast-follow__link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 16px;
	background: #f4f5f8;
	border: 1px solid transparent;
	color: var(--cast-ink) !important;
	text-decoration: none !important;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.haam-cast-follow__link:hover {
	background: #fff;
	border-color: rgba(235, 209, 26, 0.65);
	box-shadow: 0 10px 24px -16px rgba(26, 21, 50, 0.35);
	transform: translateY(-2px);
}

.haam-cast-follow__link.is-disabled {
	opacity: 0.45;
	pointer-events: none;
}

.haam-cast-follow__ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: var(--cast-brand);
	color: var(--cast-ink);
}

.haam-cast-follow__ico svg {
	display: block;
	width: 20px;
	height: 20px;
}

.haam-cast-follow__name {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	min-width: 0;
}

@keyframes haam-cast-wave {
	0%,
	100% {
		transform: translateY(0);
		opacity: 0.85;
	}
	50% {
		transform: translateY(-4px);
		opacity: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.haam-cast-follow__wave svg {
		animation: none;
	}
}

@media (max-width: 900px) {
	.haam-cast-season__head--cover {
		grid-template-columns: 1fr;
		padding: 18px 16px 20px;
		gap: 18px;
	}

	.haam-cast-season__book {
		justify-self: center;
		width: min(220px, 62vw);
		transform: rotate(-1.5deg);
		order: -1;
	}

	.haam-cast-season__head--cover:hover .haam-cast-season__book {
		transform: rotate(0deg) translateY(-2px);
	}

	.haam-cast-season__intro {
		text-align: center;
		padding: 0;
	}

	.haam-cast-season__eyebrow {
		justify-content: center;
	}

	.haam-cast-season__cta-wrap {
		display: flex;
		justify-content: center;
	}

	.haam-cast-season-page__hero--cover {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.haam-cast-season-page__book {
		justify-self: center;
		order: -1;
		width: min(220px, 70vw);
		transform: none;
	}

	.haam-cast-season-page__lead {
		margin-inline: auto;
	}

	.haam-cast-season-page__meta {
		justify-content: center;
	}

	.haam-cast-hero__panel {
		padding: 22px 18px 24px;
	}

	.haam-cast-hero__top {
		grid-template-columns: 1fr;
	}

	.haam-cast-hero__cover {
		max-width: 180px;
		justify-self: center;
		order: -1;
	}

	.haam-cast-body {
		grid-template-columns: 1fr;
	}

	.haam-cast-body__aside {
		position: static;
	}

	.haam-cast-more__grid {
		grid-template-columns: 1fr;
	}

	.haam-cast-follow__band {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 28px 22px 24px;
	}

	.haam-cast-follow__wave {
		width: 70%;
		opacity: 0.7;
	}

	.haam-cast-latest__shell {
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}

	.haam-cast-latest {
		--latest-bleed: 0px;
		--latest-cover: 180px;
		padding-inline-start: 0;
	}

	.haam-cast-latest__top {
		display: contents;
	}

	.haam-cast-latest__featured,
	.haam-cast-latest__aside,
	.haam-cast-latest__foot {
		grid-area: auto;
	}

	.haam-cast-latest__aside {
		border-inline-start: 0;
		border-block-start: 1px solid #edf0f6;
		border-radius: 0;
		background: #fff;
		padding: 16px 16px 8px;
		order: 2;
	}

	.haam-cast-latest__featured {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
		padding: 24px 18px 8px;
		order: 1;
	}

	.haam-cast-latest__copy {
		text-align: center;
		padding: 0 0 16px;
		align-items: center;
	}

	.haam-cast-latest__meta-row {
		justify-content: center;
	}

	.haam-cast-latest__title {
		max-width: none;
	}

	.haam-cast-latest__cta-wrap {
		align-self: center;
	}

	.haam-cast-latest__cover {
		margin: 0 0 8px;
		width: min(180px, 56vw);
	}

	.haam-cast-latest__cta-wrap {
		display: flex;
		justify-content: center;
	}

	.haam-cast-latest__foot {
		order: 3;
		border-radius: 0 0 30px 30px;
		padding: 18px 16px 20px;
	}

	.haam-cast-latest__about {
		max-width: none;
	}

	.haam-cast-latest__platforms {
		margin-block-start: 12px;
		padding-block-start: 12px;
	}

	.haam-cast-latest__platform-list {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
		flex: none;
	}

	.haam-cast-latest__platform-list > li {
		display: block;
		min-width: 0;
	}

	.haam-cast-latest__platform {
		width: 100%;
		justify-content: flex-start;
		padding: 10px 12px;
		background: #fff;
		border: 1px solid rgba(26, 21, 50, 0.06);
	}

	.haam-cast-latest__platforms-kicker {
		width: 100%;
		margin: 0 0 2px;
	}
}

@media (max-width: 560px) {
	.haam-cast {
		padding: 0 12px 16px;
	}

	.haam-cast-latest__aside {
		padding: 18px 14px 12px;
	}

	.haam-cast-latest__aside-head {
		flex-wrap: wrap;
	}

	.haam-cast-latest__item {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.haam-cast-latest__item-thumb {
		width: 48px;
		height: 48px;
	}

	.haam-cast-follow {
		margin: 32px 0 18px;
	}

	.haam-cast-follow__links {
		grid-template-columns: 1fr;
	}

	.haam-cast-follow__link {
		padding: 12px 14px;
	}

	.haam-cast-card {
		grid-template-columns: 72px 1fr;
		padding: 12px;
	}

	.haam-cast-card__media {
		width: 72px;
		height: 72px;
	}

	.haam-cast-player__frame {
		height: 200px;
	}

	.haam-cast-player--spotify .haam-cast-player__frame {
		height: 152px;
	}

	.haam-cast-player--castbox .haam-cast-player__frame {
		height: 240px;
	}

	.haam-cast-player--apple .haam-cast-player__frame {
		height: 175px;
	}

	.haam-cast-page .haam-mag-comments {
		padding-inline: 12px;
	}

	.haam-cast-mag {
		padding: 20px 16px 22px;
		border-radius: 22px;
	}

	.haam-cast-mag__grid {
		grid-template-columns: 1fr;
	}

	.haam-cast-mag-card {
		grid-template-columns: 80px minmax(0, 1fr);
	}
}
