@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@500&display=swap');

.cm-section,
.cm-single,
.cm-tag-archive {
	box-sizing: border-box;
}

.cm-section *,
.cm-section *::before,
.cm-section *::after,
.cm-single *,
.cm-single *::before,
.cm-single *::after,
.cm-tag-archive *,
.cm-tag-archive *::before,
.cm-tag-archive *::after {
	box-sizing: inherit;
}

.cm-section img,
.cm-single img,
.cm-tag-archive img,
.cm-section iframe,
.cm-single iframe,
.cm-tag-archive iframe,
.cm-section video,
.cm-single video,
.cm-tag-archive video {
	max-width: 100%;
}

/* ─────────────────────────────────────────
   SECTION / SLIDER (homepage widget)
───────────────────────────────────────── */

.cm-section {
	--cm-accent: #2f6df6;
	--cm-background: #edf4ff;
	--cm-text: #10213a;
	position: relative;
	padding: 38px;
	border-radius: 34px;
	color: var(--cm-text);
	background:
		radial-gradient(circle at top right, color-mix(in srgb, var(--cm-accent) 18%, white), transparent 28%),
		linear-gradient(160deg, color-mix(in srgb, var(--cm-background) 82%, white) 0%, var(--cm-background) 100%);
	box-shadow: 0 32px 90px rgba(16, 33, 58, 0.12);
	overflow: hidden;
}

.cm-section::before {
	content: "";
	position: absolute;
	right: -8%;
	bottom: -24%;
	width: 240px;
	height: 240px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--cm-accent) 12%, transparent);
	filter: blur(8px);
}

.cm-section::after {
	content: "";
	position: absolute;
	inset: 1px;
	border-radius: inherit;
	border: 1px solid rgba(255, 255, 255, 0.46);
	pointer-events: none;
}

.cm-section__header {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 26px;
}

.cm-section__eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--cm-accent);
}

.cm-section__header h2 {
	margin: 0;
	font-size: clamp(2.2rem, 3vw, 3.4rem);
	line-height: 0.92;
	letter-spacing: -0.04em;
	max-width: 9ch;
}

.cm-slider-nav {
	display: flex;
	gap: 10px;
}

.cm-slider-button {
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(180deg, #2f6df6 0%, #1d4ed8 100%);
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	box-shadow: 0 12px 24px rgba(29, 78, 216, 0.22);
}

.cm-slider-shell {
	position: relative;
	z-index: 1;
}

.cm-slider-track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(260px, 28%);
	gap: 22px;
	overflow-x: auto;
	padding-bottom: 12px;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.cm-slider-track::-webkit-scrollbar {
	height: 8px;
}

.cm-slider-track::-webkit-scrollbar-thumb {
	background: color-mix(in srgb, var(--cm-accent) 35%, transparent);
	border-radius: 999px;
}

/* ─────────────────────────────────────────
   CINEMATIC CARD
───────────────────────────────────────── */

.cm-cinematic-card {
	position: relative;
	min-height: clamp(440px, 58vw, 560px);
	border-radius: 32px;
	overflow: hidden;
	scroll-snap-align: start;
	background: linear-gradient(180deg, #14366a 0%, #091224 100%);
	box-shadow: 0 34px 64px rgba(8, 18, 38, 0.28);
}

.cm-cinematic-card__media,
.cm-cinematic-card__media img,
.cm-cinematic-card__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.cm-cinematic-card__media img {
	object-fit: cover;
	transform: scale(1.02);
}

.cm-cinematic-card__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-size: 4rem;
	font-weight: 800;
	background: linear-gradient(135deg, var(--cm-accent), #89b9ff);
	color: #fff;
}

.cm-cinematic-card__overlay {
	background: linear-gradient(180deg, rgba(7, 17, 34, 0.04) 0%, rgba(7, 17, 34, 0.28) 30%, rgba(7, 17, 34, 0.94) 100%);
}

.cm-cinematic-card__body {
	position: absolute;
	inset: auto 0 0 0;
	z-index: 1;
	padding: 26px;
	color: #fff;
}

.cm-cinematic-card__topline {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.cm-cinematic-card__topline span {
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(12px);
	font-size: 12px;
	font-weight: 700;
}

.cm-cinematic-card__body h3 {
	margin: 0 0 10px;
	font-size: 1.9rem;
	line-height: 0.96;
	letter-spacing: -0.03em;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

.cm-title-link {
	color: inherit;
	text-decoration: none;
}

.cm-title-link:hover,
.cm-title-link:focus-visible {
	opacity: 0.84;
}

.cm-cinematic-card__body p {
	margin: 0 0 16px;
	color: rgba(255, 255, 255, 0.82);
	overflow-wrap: anywhere;
}

.cm-cinematic-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

/* ─────────────────────────────────────────
   BUTTONS / LINKS
───────────────────────────────────────── */

.cm-pill-link,
.cm-ghost-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 15px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	max-width: 100%;
	text-align: center;
	white-space: normal;
	overflow-wrap: anywhere;
}

.cm-pill-link {
	background: linear-gradient(180deg, var(--cm-accent) 0%, color-mix(in srgb, var(--cm-accent) 70%, #0f172a) 100%);
	color: #fff;
	box-shadow: 0 14px 26px rgba(29, 78, 216, 0.22);
}

.cm-pill-link:hover,
.cm-pill-link:focus-visible {
	background: linear-gradient(
		180deg,
		var(--cm-pill-hover, color-mix(in srgb, var(--cm-accent) 88%, white)) 0%,
		var(--cm-pill-hover-dark, color-mix(in srgb, var(--cm-accent) 72%, #0f172a)) 100%
	);
	color: #fff;
}

.cm-ghost-link {
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	background: rgba(255, 255, 255, 0.07);
}

/* ─────────────────────────────────────────
   HOMEPAGE SCHEDULE LIST
───────────────────────────────────────── */

.cm-schedule-list {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 14px;
}

.cm-schedule-item {
	display: grid;
	grid-template-columns: 62px 92px 1fr auto;
	align-items: center;
	gap: 18px;
	padding: 18px 20px;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid color-mix(in srgb, var(--cm-accent) 14%, white);
	backdrop-filter: blur(10px);
	box-shadow: 0 18px 40px rgba(16, 33, 58, 0.08);
}

.cm-schedule-item__poster {
	width: 62px;
	height: 84px;
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(180deg, #dce8ff 0%, #bfd7ff 100%);
	box-shadow: 0 12px 22px rgba(17, 43, 92, 0.12);
}

.cm-schedule-item__poster img,
.cm-schedule-item__poster-placeholder {
	width: 100%;
	height: 100%;
}

.cm-schedule-item__poster img {
	object-fit: cover;
	display: block;
}

.cm-schedule-item__poster-placeholder {
	display: grid;
	place-items: center;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--cm-accent), #89b9ff);
}

.cm-schedule-item__time {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 68px;
	padding: 8px 10px;
	border-radius: 20px;
	background: linear-gradient(180deg, #2f6df6 0%, #1d4ed8 100%);
	color: #fff;
	font-size: 1.45rem;
	font-weight: 800;
	box-shadow: 0 16px 28px rgba(29, 78, 216, 0.2);
}

.cm-schedule-item__main strong {
	display: block;
	margin-bottom: 6px;
	font-size: 1.12rem;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.cm-schedule-item__main {
	min-width: 0;
}

.cm-schedule-item > .cm-pill-link {
	justify-self: end;
	align-self: center;
}

.cm-schedule-item__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cm-schedule-item__meta span {
	padding: 6px 10px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--cm-accent) 10%, white);
	font-size: 12px;
	font-weight: 700;
}

.cm-empty-message {
	position: relative;
	z-index: 1;
	padding: 24px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.66);
	border: 1px dashed color-mix(in srgb, var(--cm-accent) 18%, white);
}

/* ─────────────────────────────────────────
   SINGLE MOVIE PAGE
───────────────────────────────────────── */

.cm-single {
	position: relative;
	z-index: 0;
	padding-top: 0;
	--cm-accent: #2f6df6;
	--cm-background: #edf4ff;
	--cm-text: #10213a;
	color: var(--cm-text);
	background:
		radial-gradient(circle at top, rgba(123, 167, 255, 0.12), transparent 28%),
		linear-gradient(180deg, #f7fbff 0%, #eef4ff 54%, #e8f0ff 100%);
}

/* Hero */

.cm-single-hero {
	position: relative;
	z-index: 0;
	isolation: isolate;
	overflow: hidden;
	padding: 18px 24px 42px;
}

body.single-cm_movie .site-content,
body.single-cm_movie .entry-content,
body.single-cm_movie .site-main,
body.single-cm_movie .content-area,
body.single-cm_movie article.type-cm_movie {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.cm-single-hero__backdrop,
.cm-single-hero__overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: -1;
}

.cm-single-hero__backdrop img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: blur(22px) saturate(0.9);
	transform: scale(1.08);
	opacity: 0.22;
}

.cm-single-hero__overlay {
	background:
		linear-gradient(180deg, rgba(247, 251, 255, 0.28) 0%, rgba(238, 244, 255, 0.82) 42%, rgba(232, 240, 255, 0.98) 100%),
		radial-gradient(circle at top right, rgba(47, 109, 246, 0.1), transparent 26%);
}

.cm-single-hero__inner,
.cm-single-content {
	position: relative;
	z-index: 0;
	max-width: 1180px;
	margin: 0 auto;
}

.cm-single-hero__inner {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 32px;
	align-items: end;
}

/* Poster */

.cm-single-poster {
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 30px 70px rgba(16, 33, 58, 0.16);
	background: linear-gradient(180deg, #dce8ff 0%, #bfd7ff 100%);
}

.cm-single-poster img,
.cm-single-poster__placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 0.72;
}

.cm-single-poster img {
	object-fit: cover;
}

.cm-single-poster__placeholder {
	display: grid;
	place-items: center;
	font-size: 4rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--cm-accent), #89b9ff);
}

/* Copy / meta */

.cm-single-eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--cm-accent);
}

.cm-single-copy h1 {
	margin: 0 0 14px;
	font-size: clamp(2.3rem, 4.2vw, 3.9rem);
	line-height: 1;
	letter-spacing: -0.04em;
	text-wrap: balance;
	max-width: 16ch;
	overflow-wrap: anywhere;
}

.cm-single-meta,
.cm-single-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.cm-single-actions {
	margin-top: 22px;
	padding-top: 4px;
}

.cm-single-actions .cm-pill-link {
	min-height: 48px;
	padding: 12px 20px;
	font-size: 0.95rem;
	line-height: 1.1;
	box-shadow: 0 12px 22px rgba(29, 78, 216, 0.16);
}

.cm-single-actions .cm-pill-link--primary {
	padding-inline: 22px;
}

.cm-single-meta span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(47, 109, 246, 0.14);
	font-size: 13px;
	font-weight: 700;
	box-shadow: 0 10px 22px rgba(16, 33, 58, 0.05);
	overflow-wrap: anywhere;
}

.cm-single-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 14px 0 0;
}

.cm-single-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--cm-tag-accent, #2f6df6) 16%, white);
	border: 1px solid color-mix(in srgb, var(--cm-tag-accent, #2f6df6) 28%, white);
	color: color-mix(in srgb, var(--cm-tag-accent, #2f6df6) 72%, #163b9f);
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.cm-single-tag:hover,
.cm-single-tag:focus-visible {
	background: color-mix(in srgb, var(--cm-tag-accent, #2f6df6) 24%, white);
}

.cm-single-tag.is-static {
	cursor: default;
}

.cm-single-lead {
	max-width: 68ch;
	margin: 18px 0 22px;
	font-size: 1.06rem;
	line-height: 1.82;
	color: rgba(16, 33, 58, 0.8);
}

/* Content panels */

.cm-single-content {
	display: grid;
	gap: 22px;
	padding: 14px 24px 56px;
}

.cm-single-panel {
	padding: 30px;
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(47, 109, 246, 0.09);
	box-shadow: 0 22px 52px rgba(16, 33, 58, 0.07);
	backdrop-filter: blur(10px);
}

.cm-single-panel__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 18px;
}

.cm-single-panel__head h2 {
	margin: 6px 0 0;
	font-size: clamp(1.6rem, 2.6vw, 2.4rem);
	line-height: 0.96;
	letter-spacing: -0.04em;
	overflow-wrap: anywhere;
}

.cm-single-panel__cta {
	min-height: 46px;
	padding: 11px 18px;
	font-size: 0.92rem;
	box-shadow: 0 12px 22px rgba(29, 78, 216, 0.16);
}

.cm-single-richtext {
	line-height: 1.8;
}

.cm-single-richtext p:first-child {
	margin-top: 0;
}

.cm-single-credits {
	display: grid;
	gap: 10px;
}

.cm-single-credits__row {
	display: grid;
	grid-template-columns: minmax(140px, 190px) minmax(0, 1fr);
	gap: 14px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(16, 33, 58, 0.08);
	line-height: 1.65;
	color: rgba(16, 33, 58, 0.84);
}

.cm-single-credits__label {
	display: flex;
	align-items: flex-start;
}

.cm-single-credits__label strong {
	color: rgba(16, 33, 58, 0.62);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cm-single-credits__value {
	display: grid;
	align-content: center;
	min-width: 0;
}

.cm-single-credits__value span {
	display: block;
	font-size: 1.02rem;
	line-height: 1.72;
	color: rgba(16, 33, 58, 0.9);
}

/* Trailer */

.cm-single-trailer iframe,
.cm-single-trailer video,
.cm-single-trailer embed {
	width: 100%;
	min-height: 360px;
	border: 0;
	border-radius: 20px;
}

.cm-single-trailer {
	max-width: 760px;
	margin: 0 auto;
}

.cm-single-panel__head--sub {
	margin: 26px 0 14px;
}

.cm-single-panel__head--sub h3 {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: var(--cm-text);
}

/* ─────────────────────────────────────────
   SHOWTIMES SCHEDULE (redesigned)
───────────────────────────────────────── */

.cm-single-schedule {
	display: grid;
	gap: 1.5rem;
}

.cm-single-schedule__day {
	display: grid;
	gap: 0.75rem;
}

/* Day header: pill + horizontal rule */

.cm-day-header {
	display: flex;
	align-items: center;
	gap: 12px;
}

.cm-day-pill {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(47, 109, 246, 0.18);
	border-radius: 999px;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	color: var(--cm-accent);
	box-shadow: 0 8px 18px rgba(16, 33, 58, 0.05);
}

.cm-day-line {
	flex: 1;
    height: 1px;
    background: rgba(47, 109, 246, 0.12);
}

/* Time cards grid */

.cm-single-schedule__times {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cm-single-time {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(245, 249, 255, 0.92));
	border: 1px solid rgba(47, 109, 246, 0.12);
	border-radius: 18px;
	padding: 15px 16px;
	min-width: 156px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	box-shadow: 0 14px 28px rgba(16, 33, 58, 0.05);
	transition: border-color 0.15s, background 0.15s, transform 0.15s;
}

.cm-single-time:hover {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 245, 255, 0.98));
	border-color: rgba(47, 109, 246, 0.28);
	transform: translateY(-1px);
}

.cm-single-time strong {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: var(--cm-text);
	display: block;
}

.cm-single-time span {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	padding: 3px 8px;
	border-radius: 6px;
	background: rgba(47, 109, 246, 0.1);
	color: var(--cm-accent);
}

.cm-single-time small {
	font-size: 12px;
	color: rgba(16, 33, 58, 0.45);
}

/* "Book Now" inside time card */

.cm-single-time .cm-pill-link {
	margin-top: 4px;
	font-size: 12px;
	font-weight: 700;
	padding: 7px 14px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--cm-accent) 0%, color-mix(in srgb, var(--cm-accent) 70%, #0f172a) 100%);
	color: #fff;
	box-shadow: 0 8px 18px rgba(47, 109, 246, 0.22);
	text-align: center;
	transition: opacity 0.15s;
}

.cm-single-time .cm-pill-link:hover {
	opacity: 0.85;
}

.cm-single-schedule-summary {
	display: grid;
	gap: 14px;
}

.cm-single-mobile-schedule {
	display: none;
}

.cm-single-schedule-summary__list {
	display: grid;
	gap: 12px;
}

.cm-single-schedule-summary__footer {
	display: flex;
	justify-content: center;
	padding-top: 6px;
}

.cm-single-day-overview {
	display: grid;
	grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.7fr);
	gap: 16px;
	padding: 16px 18px;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 247, 255, 0.98));
	border: 1px solid rgba(47, 109, 246, 0.12);
	box-shadow: 0 14px 28px rgba(16, 33, 58, 0.05);
	align-items: center;
}

.cm-single-day-summary__head {
	margin: 0;
	padding-right: 10px;
	border-right: 1px solid rgba(47, 109, 246, 0.08);
}

.cm-single-day-summary__head strong {
	font-size: 0.98rem;
	color: var(--cm-text);
}

.cm-single-day-summary__head small {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 700;
	color: rgba(16, 33, 58, 0.55);
}

.cm-single-day-overview__times {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	min-width: 0;
}

.cm-single-day-overview__slot {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 12px;
	border-radius: 999px;
	background: rgba(47, 109, 246, 0.08);
	border: 1px solid rgba(47, 109, 246, 0.1);
	text-decoration: none;
	color: inherit;
	transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

a.cm-single-day-overview__slot:hover,
a.cm-single-day-overview__slot:focus-visible {
	transform: translateY(-1px);
	background: rgba(47, 109, 246, 0.14);
	border-color: rgba(47, 109, 246, 0.26);
	box-shadow: 0 10px 18px rgba(47, 109, 246, 0.12);
}

.cm-single-day-overview__hour {
	font-size: 1rem;
	font-weight: 800;
	color: var(--cm-text);
}

.cm-single-day-overview__screen {
	font-size: 12px;
	font-weight: 700;
	color: var(--cm-accent);
}

/* Empty state */

.cm-empty-message {
	padding: 24px;
	border-radius: 16px;
	background: rgba(16, 33, 58, 0.02);
	border: 1px dashed rgba(16, 33, 58, 0.12);
	font-size: 14px;
	color: rgba(16, 33, 58, 0.5);
}

.cm-tag-archive {
	--cm-tag-page-accent: #2f6df6;
	min-height: 100vh;
	padding: 2.75rem 0 3rem;
	background:
		radial-gradient(circle at top right, color-mix(in srgb, var(--cm-tag-page-accent) 14%, white), transparent 22%),
		linear-gradient(180deg, #f7fbff 0%, #eef4ff 54%, #e8f0ff 100%);
}

.cm-tag-archive__hero,
.cm-tag-archive__content {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 24px;
}

.cm-tag-archive__hero {
	margin-bottom: 20px;
}

.cm-tag-archive__hero-card {
	position: relative;
	padding: 20px 24px 18px;
	border-radius: 26px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.82) 0%, rgba(246, 250, 255, 0.88) 100%);
	border: 1px solid rgba(47, 109, 246, 0.08);
	box-shadow: 0 16px 38px rgba(16, 33, 58, 0.06);
	overflow: hidden;
}

.cm-tag-archive__hero-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	bottom: 18px;
	width: 4px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--cm-tag-page-accent), color-mix(in srgb, var(--cm-tag-page-accent) 38%, white));
}

.cm-tag-archive__inner {
	padding-left: 10px;
}

.cm-tag-archive__headline {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: start;
}

.cm-tag-archive__inner h1 {
	margin: 0 0 8px;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: clamp(1.55rem, 2.8vw, 2.35rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
	word-break: break-word;
	max-width: 16ch;
}

.cm-tag-archive__intro {
	max-width: 58ch;
	margin: 0;
	color: rgba(16, 33, 58, 0.7);
	line-height: 1.55;
	font-size: 0.95rem;
}

.cm-tag-archive__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 2px;
}

.cm-tag-archive__stats span {
	display: inline-flex;
	align-items: center;
	padding: 7px 11px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--cm-tag-page-accent) 10%, white);
	border: 1px solid color-mix(in srgb, var(--cm-tag-page-accent) 16%, white);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--cm-tag-page-accent) 72%, #17345a);
}

.cm-tag-archive__grid {
	display: grid;
	gap: 18px;
}

.cm-tag-card {
	position: relative;
	overflow: hidden;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid color-mix(in srgb, var(--cm-tag-page-accent) 9%, white);
	box-shadow: 0 18px 36px rgba(16, 33, 58, 0.07);
}

.cm-tag-card__link {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	align-items: stretch;
	color: inherit;
	text-decoration: none;
}

.cm-tag-card__link:hover,
.cm-tag-card__link:focus-visible,
.cm-tag-card__link:hover .cm-single-eyebrow,
.cm-tag-card__link:focus-visible .cm-single-eyebrow,
.cm-tag-card__link:hover h2,
.cm-tag-card__link:focus-visible h2 {
	color: inherit;
}

.cm-tag-card__link:hover .cm-single-eyebrow,
.cm-tag-card__link:focus-visible .cm-single-eyebrow {
	color: var(--cm-accent);
}

.cm-tag-card__poster {
	position: relative;
	background: linear-gradient(180deg, #dce8ff 0%, #bfd7ff 100%);
}

.cm-tag-card__poster::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 34, 62, 0.02), rgba(10, 34, 62, 0.16));
	pointer-events: none;
}

.cm-tag-card__poster,
.cm-tag-card__poster img,
.cm-tag-card__poster-placeholder {
	display: block;
	width: 100%;
	height: 100%;
}

.cm-tag-card__poster img {
	object-fit: cover;
}

.cm-tag-card__poster-placeholder {
	display: grid;
	place-items: center;
	font-size: 3rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--cm-tag-page-accent), #89b9ff);
}

.cm-tag-card__body {
	padding: 14px;
}

.cm-tag-card__inner {
	height: 100%;
	padding: 18px 20px;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 251, 255, 0.95) 100%);
	border: 1px solid rgba(255, 255, 255, 0.72);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cm-tag-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 10px 0 0;
}

.cm-tag-card__meta span {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--cm-tag-page-accent) 10%, white);
	font-size: 12px;
	font-weight: 700;
	color: rgba(16, 33, 58, 0.74);
}

.cm-tag-card__body h2 {
	margin: 8px 0 8px;
	font-size: 1.22rem;
	line-height: 1.12;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

.cm-tag-card__summary {
	margin: 0;
	color: rgba(16, 33, 58, 0.74);
	line-height: 1.55;
	font-size: 0.92rem;
}

.cm-tag-card__link:hover .cm-tag-card__inner,
.cm-tag-card__link:focus-visible .cm-tag-card__inner {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(16, 33, 58, 0.07);
}

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */

@media (max-width: 1024px) {
	.cm-slider-track {
		grid-auto-columns: minmax(260px, 42%);
	}
}

@media (max-width: 900px) {
	.cm-section__header {
		gap: 16px;
	}

	.cm-slider-nav {
		width: 100%;
		justify-content: flex-start;
	}

	.cm-single-hero__inner {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
		gap: 24px;
	}

	.cm-single-poster {
		max-width: 280px;
	}

	.cm-single-copy {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.cm-single-copy h1,
	.cm-single-lead {
		max-width: 18ch;
	}

	.cm-single-meta,
	.cm-single-actions {
		justify-content: center;
	}

	.cm-single-tags {
		justify-content: center;
	}

	.cm-tag-card__link {
		grid-template-columns: 116px minmax(0, 1fr);
	}

	.cm-tag-card__body {
		padding: 12px;
	}

	.cm-tag-card__inner {
		padding: 14px 16px;
		clip-path: none;
	}

	.cm-tag-archive__headline {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.cm-schedule-item {
		grid-template-columns: 62px minmax(0, 1fr) auto;
		grid-template-areas:
			"poster main action"
			"time main action";
		align-items: center;
	}

	.cm-schedule-item__poster {
		grid-area: poster;
	}

	.cm-schedule-item__time {
		grid-area: time;
		min-height: 54px;
		font-size: 1.15rem;
	}

	.cm-schedule-item__main {
		grid-area: main;
	}

	.cm-schedule-item > .cm-pill-link {
		grid-area: action;
	}

	.cm-single-trailer iframe,
	.cm-single-trailer video,
	.cm-single-trailer embed {
		min-height: 210px;
	}
}

@media (max-width: 767px) {
	.cm-section {
		padding: 22px 18px;
		border-radius: 24px;
	}

	.cm-section__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.cm-section__header h2 {
		max-width: none;
		font-size: clamp(1.8rem, 8vw, 2.45rem);
	}

	.cm-slider-nav {
		gap: 8px;
	}

	.cm-slider-button {
		width: 42px;
		height: 42px;
	}

	.cm-single {
		padding-top: 0;
	}

	.cm-single-hero {
		padding: clamp(40px, calc(env(safe-area-inset-top, 0px) + 28px), 56px) 16px 24px;
	}

	.cm-single-hero__inner,
	.cm-single-content {
		max-width: 100%;
	}

	.cm-single-hero__inner {
		gap: 18px;
	}

	.cm-single-poster {
		margin-top: 8px;
	}

	.cm-single-copy h1 {
		margin-bottom: 10px;
		font-size: clamp(1.9rem, 8.4vw, 2.65rem);
		line-height: 1.05;
		max-width: 14ch;
	}

	.cm-single-eyebrow {
		margin-bottom: 8px;
		font-size: 10px;
	}

	.cm-single-meta {
		gap: 8px;
	}

	.cm-single-meta span {
		font-size: 12px;
		padding: 7px 10px;
	}

	.cm-single-lead {
		margin: 14px 0 16px;
		font-size: 0.98rem;
		line-height: 1.68;
	}

	.cm-single-actions {
		width: 100%;
		gap: 10px;
		margin-top: 18px;
		justify-content: center;
	}

	.cm-single-actions .cm-pill-link {
		min-width: 0;
		width: 100%;
		min-height: 44px;
		padding: 11px 16px;
		font-size: 0.92rem;
	}

	.cm-single-content {
		gap: 16px;
		padding: 0 16px 36px;
	}

	.cm-tag-archive__hero,
	.cm-tag-archive__content {
		padding: 0 16px;
	}

	.cm-tag-archive {
		padding-top: 2rem;
	}

	.cm-tag-archive__hero-card {
		padding: 16px 16px 14px;
	}

	.cm-tag-archive__hero-card::before {
		top: 14px;
		bottom: 14px;
	}

	.cm-tag-archive__grid {
		gap: 10px;
	}

	.cm-tag-card {
		border-radius: 18px;
		background: rgba(255, 255, 255, 0.92);
		box-shadow: 0 10px 24px rgba(16, 33, 58, 0.05);
	}

	.cm-tag-card__link {
		grid-template-columns: 86px minmax(0, 1fr);
		align-items: start;
	}

	.cm-tag-card__poster {
		aspect-ratio: 0.68;
	}

	.cm-tag-card__body {
		padding: 10px 12px 10px 10px;
	}

	.cm-tag-card__inner {
		padding: 2px 0;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.cm-tag-card__body h2 {
		margin: 4px 0 6px;
		font-size: 1rem;
		line-height: 1.12;
	}

	.cm-tag-card__summary,
	.cm-tag-card__meta span:nth-child(n+3) {
		display: none;
	}

	.cm-tag-card__meta {
		gap: 6px;
		margin-top: 6px;
	}

	.cm-tag-card__meta span {
		padding: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		font-size: 11px;
		font-weight: 700;
		color: rgba(16, 33, 58, 0.62);
	}

	.cm-tag-card__meta span::after {
		content: "•";
		margin-left: 6px;
		color: rgba(16, 33, 58, 0.34);
	}

	.cm-tag-card__meta span:last-child::after {
		display: none;
	}

	.cm-tag-card .cm-single-eyebrow {
		margin-bottom: 4px;
		font-size: 9px;
		letter-spacing: 0.14em;
	}

	.cm-tag-archive.is-mobile-grid .cm-tag-archive__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px 10px;
	}

	.cm-tag-archive.is-mobile-grid .cm-tag-card {
		border-radius: 14px;
		background: transparent;
		border: 0;
		box-shadow: none;
		overflow: visible;
	}

	.cm-tag-archive.is-mobile-grid .cm-tag-card__link {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.cm-tag-archive.is-mobile-grid .cm-tag-card__poster {
		aspect-ratio: 0.68;
		border-radius: 12px;
		overflow: hidden;
		box-shadow: 0 10px 24px rgba(16, 33, 58, 0.18);
	}

	.cm-tag-archive.is-mobile-grid .cm-tag-card__body {
		padding: 0 2px;
	}

	.cm-tag-archive.is-mobile-grid .cm-tag-card__inner {
		padding: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.cm-tag-archive.is-mobile-grid .cm-tag-card .cm-single-eyebrow,
	.cm-tag-archive.is-mobile-grid .cm-tag-card__summary,
	.cm-tag-archive.is-mobile-grid .cm-tag-card__meta {
		display: none;
	}

	.cm-tag-archive.is-mobile-grid .cm-tag-card__body h2 {
		margin: 0;
		font-size: 0.82rem;
		line-height: 1.24;
		text-align: center;
	}

	.cm-single-credits__row {
		grid-template-columns: 1fr;
	}

	.cm-single-panel {
		padding: 20px 16px;
		border-radius: 24px;
	}

	.cm-single-panel__head {
		margin-bottom: 14px;
		text-align: center;
		align-items: flex-start;
		justify-content: center;
	}

	.cm-single-panel__cta {
		inline-size: 100%;
		justify-content: center;
	}

	.cm-single-panel__head h2 {
		font-size: clamp(1.35rem, 7vw, 1.85rem);
	}

	.cm-single-trailer {
		max-width: 100%;
	}

	.cm-single-trailer iframe,
	.cm-single-trailer video,
	.cm-single-trailer embed {
		min-height: 138px;
		border-radius: 16px;
	}

	.cm-single-richtext {
		font-size: 0.96rem;
		line-height: 1.72;
	}

	.cm-single-schedule {
		gap: 1rem;
	}

	.cm-day-header {
		gap: 10px;
	}

	.cm-day-pill {
		font-size: 12px;
		padding: 6px 12px;
	}

	.cm-slider-track {
		grid-auto-columns: minmax(244px, 86%);
		gap: 16px;
	}

	.cm-cinematic-card {
		min-height: 460px;
		border-radius: 26px;
	}

	.cm-cinematic-card__body {
		padding: 20px;
	}

	.cm-cinematic-card__body h3 {
		font-size: 1.55rem;
	}

	.cm-cinematic-card__body p {
		font-size: 0.94rem;
		line-height: 1.55;
	}

	.cm-schedule-item {
		grid-template-columns: 1fr;
		grid-template-areas: none;
		gap: 12px;
		padding: 16px;
	}

	.cm-schedule-item__poster {
		width: 74px;
		height: 98px;
	}

	.cm-schedule-item__time {
		justify-self: start;
		min-height: 0;
		padding-inline: 14px;
	}

	.cm-schedule-item > .cm-pill-link {
		justify-self: stretch;
		width: 100%;
	}

	.cm-single-time {
		min-width: 120px;
		max-width: 100%;
		padding: 13px 14px;
	}

	.cm-single-day-overview {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.cm-single-day-summary__head {
		padding-right: 0;
		padding-bottom: 10px;
		border-right: 0;
		border-bottom: 1px solid rgba(47, 109, 246, 0.08);
	}

	.cm-single-schedule-summary--desktop {
		display: none;
	}

	.cm-single-mobile-schedule {
		display: grid;
		gap: 14px;
	}

	.cm-single-mobile-schedule__days {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: minmax(68px, 1fr);
		gap: 8px;
		overflow-x: auto;
		padding-bottom: 2px;
		scroll-snap-type: x proximity;
	}

	.cm-single-mobile-schedule__day {
		display: grid;
		gap: 5px;
		justify-items: center;
		padding: 12px 8px;
		border-radius: 18px;
		border: 1px solid rgba(36, 82, 180, 0.14);
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.96));
		color: rgba(16, 33, 58, 0.72);
		box-shadow: 0 8px 20px rgba(16, 33, 58, 0.045);
		scroll-snap-align: start;
	}

	.cm-single-mobile-schedule__day span {
		font-size: 10px;
		font-weight: 800;
		letter-spacing: 0.07em;
		text-transform: uppercase;
		color: rgba(29, 78, 216, 0.72);
	}

	.cm-single-mobile-schedule__day strong {
		font-size: 1.35rem;
		line-height: 1;
		color: var(--cm-text);
	}

	.cm-single-mobile-schedule__day.is-active {
		border-color: rgba(47, 109, 246, 0.38);
		color: #1845a3;
		background: linear-gradient(180deg, rgba(233, 242, 255, 1), rgba(223, 236, 255, 0.98));
		box-shadow: 0 12px 24px rgba(47, 109, 246, 0.12);
	}

	.cm-single-mobile-schedule__pane {
		display: none;
		gap: 12px;
	}

	.cm-single-mobile-schedule__pane.is-active {
		display: grid;
	}

	.cm-single-mobile-schedule__pane-head strong {
		font-size: 1rem;
		color: var(--cm-text);
	}

	.cm-single-mobile-schedule__slots {
		display: grid;
		gap: 10px;
	}

	.cm-single-mobile-schedule__slot {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 10px;
		padding: 15px 16px;
		border-radius: 18px;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(241, 247, 255, 0.98));
		border: 1px solid rgba(47, 109, 246, 0.12);
		box-shadow: 0 10px 24px rgba(16, 33, 58, 0.045);
	}

	.cm-single-mobile-schedule__slot-hour {
		font-size: 1.3rem;
		font-weight: 700;
		color: #123a8c;
		margin-right: auto;
	}

	.cm-single-mobile-schedule__slot-screen {
		font-size: 12px;
		font-weight: 700;
		color: rgba(18, 58, 140, 0.62);
		text-align: left;
	}

}
