/* Marketing pages (Research / Resources / Network + their sub-pages).
   Full-bleed alternating bands, a hero image slider, content-card grids, and link lists.
   Brand tokens come from main.css (loaded on these pages); fallbacks included for safety. */

.tc-mk { color: var(--navy, #1B2D5B); }

/* ---------- Page top: title + hero slider ---------- */
.tc-mk-hero {
	padding: 56px 24px 52px;
}
.tc-mk-hero__inner { max-width: 1232px; margin: 0 auto; }
.tc-mk-hero__eyebrow {
	font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
	color: var(--pumpkin, #F28030); margin: 0 0 10px;
}
.tc-mk-hero__title {
	font-size: clamp(34px, 5vw, 56px); font-weight: 900; text-transform: uppercase;
	letter-spacing: -0.01em; line-height: 1.04; color: var(--navy, #1B2D5B); margin: 0 0 28px;
}

/* ---------- Hero slider ---------- */
.tc-hero-slider {
	position: relative;
	max-width: 1232px;
	margin: 0 auto;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 22px 50px rgba(11, 17, 33, 0.18);
}
.tc-hero-slide {
	display: none;
	position: relative;
	min-height: 440px;
	background: var(--navy, #1B2D5B) center / cover no-repeat;
}
.tc-hero-slide.is-active { display: block; }
.tc-hero-slide::after {
	content: '';
	position: absolute; inset: 0;
	background: linear-gradient(90deg, rgba(11,17,33,0.15) 0%, rgba(11,17,33,0.55) 100%);
}
.tc-hero-slide__inner {
	position: relative; z-index: 1;
	min-height: 440px;
	display: flex; justify-content: flex-end; align-items: stretch;
	padding: 40px clamp(28px, 5vw, 64px);
}
.tc-hero-slide__content {
	display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end;
	max-width: 460px; text-align: right;
}
.tc-hero-slide__title {
	font-size: clamp(26px, 3.4vw, 40px); font-weight: 900; text-transform: uppercase;
	line-height: 1.08; color: #fff; margin: 0 0 12px; letter-spacing: -0.01em;
}
.tc-hero-slide__desc {
	font-size: 1.05rem; line-height: 1.6; color: rgba(255, 255, 255, 0.92); margin: 0;
}
.tc-hero-slide__cta {
	display: inline-block; margin-top: 28px;
	background: var(--pumpkin, #F28030); color: #fff;
	padding: 14px 34px; border-radius: 999px;
	font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.95rem;
	text-decoration: none; transition: background 0.15s ease, transform 0.15s ease;
}
.tc-hero-slide__cta:hover { background: var(--navy, #1B2D5B); transform: translateY(-1px); }
.tc-hero-slider__nav {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
	width: 44px; height: 44px; border-radius: 50%; border: 0;
	background: rgba(255, 255, 255, 0.85); color: var(--navy, #1B2D5B);
	font-size: 26px; line-height: 1; cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	transition: background 0.15s ease;
}
.tc-hero-slider__nav:hover { background: #fff; }
.tc-hero-slider__nav--prev { left: 16px; }
.tc-hero-slider__nav--next { right: 16px; }
.tc-hero-slider__dots {
	position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); z-index: 2;
	display: flex; gap: 8px;
}
.tc-hero-slider__dot {
	width: 9px; height: 9px; border-radius: 50%; border: 0; cursor: pointer; padding: 0;
	background: rgba(255, 255, 255, 0.5);
}
.tc-hero-slider__dot.is-active { background: #fff; }

/* ---------- Section navigator (navy jump-link cards, mirrors the About page) ----------
   A grid of navy cards at the top of a page, each linking to a section below. */
.tc-mk-secnav { max-width: 1232px; margin: 0 auto; padding: 0 24px clamp(28px, 4vw, 48px); }
.tc-mk-secnav__grid {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px;
}
.tc-mk-secnav__item { margin: 0; }
.tc-mk-secnav__link {
	display: block; padding: 20px 18px;
	background: var(--navy, #1B2D5B); border: 1px solid var(--navy, #1B2D5B); border-radius: 14px;
	color: #fff; text-decoration: none;
	font-family: 'Ubuntu', system-ui; font-weight: 700; font-size: 1.05rem; letter-spacing: 0.01em;
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease, color 0.15s ease;
}
.tc-mk-secnav__link:hover,
.tc-mk-secnav__link:focus-visible {
	background: #243A6D; border-color: var(--pumpkin, #F28030); color: var(--pumpkin, #F28030);
	transform: translateY(-2px); outline: none;
}
/* Offset in-page anchors so a section heading isn't clipped at the top on jump. */
.tc-mk-section[id] { scroll-margin-top: 24px; }
@media (max-width: 880px) { .tc-mk-secnav__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 460px) { .tc-mk-secnav__grid { grid-template-columns: 1fr; } }

/* ---------- Content sections (full-bleed alternating bands) ---------- */
.tc-mk-section { padding: 64px 24px; }
.tc-mk-section--yellow { background: var(--cream, #F0E0B0); }
.tc-mk-section--white { background: var(--offwhite, #F7F6F2); }
.tc-mk-section__inner { max-width: 1232px; margin: 0 auto; }
/* Section head: an eyebrow stacked above the title (the design-skill section-head pattern —
   eyebrow + uppercase navy title, no underline). One consistent treatment site-wide. */
.tc-mk-section__head {
	display: flex; flex-direction: column; align-items: flex-start; gap: 0;
	margin: 0 0 8px;
}
.tc-mk-section__eyebrow {
	font-family: 'Ubuntu', system-ui; font-weight: 700; text-transform: uppercase;
	letter-spacing: 0.22em; font-size: 0.72rem; line-height: 1.2;
	color: var(--tc-accent, #C2611F); margin: 0 0 12px;
}
.tc-mk-section__title {
	font-size: clamp(26px, 3.2vw, 38px); font-weight: 900; text-transform: uppercase;
	letter-spacing: -0.01em; color: var(--navy, #1B2D5B); margin: 0;
}
.tc-mk-section__title a { color: inherit; text-decoration: none; }
.tc-mk-section__title a:hover { color: var(--pumpkin, #F28030); }
.tc-mk-section__intro {
	max-width: 72ch; font-size: 1.0625rem; line-height: 1.7; color: var(--slate, #2C3A4A); margin: 14px 0 0;
}
/* "Coming soon" placeholder — stands in for a section's withheld content while its header stays
   visible (tc_mk_coming_soon / the section renderers' coming_soon flag). Accent-tinted so it
   picks up each page's hue. */
.tc-mk-coming-soon {
	margin-top: 34px; padding: clamp(40px, 6vw, 72px) 24px; text-align: center;
	background: #fff; border: 1.5px dashed var(--sand, #E8E6DF); border-radius: 18px;
}
.tc-mk-coming-soon__text {
	margin: 0; font-family: 'Ubuntu', system-ui;
	font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em;
	font-size: clamp(15px, 2vw, 20px); color: var(--tc-accent, #C2611F);
}
/* Rich-text section body (WYSIWYG copy, e.g. Comms Toolkit descriptions). */
.tc-mk-section__richtext {
	max-width: 72ch; font-size: 1.0625rem; line-height: 1.75; color: var(--slate, #2C3A4A); margin: 18px 0 0;
}
.tc-mk-section__richtext > :first-child { margin-top: 0; }
.tc-mk-section__richtext > :last-child { margin-bottom: 0; }
.tc-mk-section__richtext p { margin: 0 0 1.15em; }
.tc-mk-section__richtext ul, .tc-mk-section__richtext ol { margin: 0 0 1.15em; padding-left: 1.35em; }
.tc-mk-section__richtext li { margin: 0 0 0.5em; }
.tc-mk-section__richtext h3, .tc-mk-section__richtext h4 {
	margin: 1.6em 0 0.5em; font-family: 'Ubuntu', system-ui; font-weight: 700; color: var(--navy, #1B2D5B);
}
.tc-mk-section__richtext a { color: var(--pumpkin, #F28030); text-decoration: underline; }
.tc-mk-section__richtext a:hover { color: var(--navy, #1B2D5B); }
.tc-mk-section__cta-wrap { text-align: right; margin-top: 26px; }
.tc-mk-cta {
	display: inline-block; background: var(--pumpkin, #F28030); color: #fff;
	padding: 13px 30px; border-radius: 999px;
	font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.9rem;
	text-decoration: none; transition: background 0.15s ease, transform 0.15s ease;
}
.tc-mk-cta:hover { background: var(--navy, #1B2D5B); transform: translateY(-1px); }

/* ---------- Card grid (Landscape Assessment / Reports / Curated Content) ---------- */
.tc-mk-cards {
	display: grid;
	grid-template-columns: repeat(var(--tc-mk-cols, 2), minmax(0, 1fr));
	gap: 22px;
	margin: 28px 0 0;
}
.tc-mk-card[hidden] { display: none; }
.tc-mk-card {
	display: flex; flex-direction: column;
	background: #fff; border: 1px solid var(--sand, #E8E6DF); border-radius: 14px; overflow: hidden;
	color: inherit; text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.tc-mk-card:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(11,17,33,0.14); border-color: var(--pumpkin, #F28030); }
/* Media slot: an image, a text panel, or an image with a text overlay. */
.tc-mk-card__media { display: block; position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--sand, #E8E6DF); }
.tc-mk-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
/* No image: the whole slot becomes a brand-colored panel the text sits in. */
.tc-mk-card__media--text { background: var(--navy, #1B2D5B); }
/* Text overlay: anchored to the bottom of the media slot, over a legibility scrim. */
.tc-mk-card__overlay {
	position: absolute; inset: 0; z-index: 1;
	display: flex; flex-direction: column; justify-content: flex-end;
	padding: 16px 18px;
	background: linear-gradient(to top, rgba(11,17,33,0.82) 0%, rgba(11,17,33,0.38) 42%, rgba(11,17,33,0) 78%);
}
/* Over the solid panel the scrim isn't needed, and text is centered in the slot. */
.tc-mk-card__media--text .tc-mk-card__overlay { justify-content: center; background: none; padding: 22px 24px; }
/* Text-only cards have the whole slot to themselves — scale the type up to fill it. */
.tc-mk-card__media--text .tc-mk-card__title { font-size: 1.5rem; line-height: 1.2; margin: 0 0 10px; }
.tc-mk-card__media--text .tc-mk-card__desc { font-size: 1.1rem; line-height: 1.5; }
.tc-mk-card__media--text .tc-mk-card__source { font-size: 0.85rem; margin-top: 14px; }
.tc-mk-card__title { display: block; font-family: 'Ubuntu', system-ui; font-weight: 700; font-size: 1.05rem; color: #fff; margin: 0 0 6px; text-shadow: 0 1px 2px rgba(11,17,33,0.45); }
.tc-mk-card__desc { display: block; font-size: 0.95rem; line-height: 1.5; color: rgba(255,255,255,0.92); margin: 0; text-shadow: 0 1px 2px rgba(11,17,33,0.45); }
.tc-mk-card__source { display: block; margin-top: 10px; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--cream, #F0E0B0); text-shadow: 0 1px 2px rgba(11,17,33,0.45); }

/* ---------- Card category filter (Publications & Insights) ----------
   A left-aligned dropdown above the card list; client-side filters the cards. */
.tc-mk-cardfilter__bar { display: flex; margin: 0 0 22px; }
.tc-mk-cardfilter__field { display: inline-flex; align-items: center; gap: 10px; }
.tc-mk-cardfilter__label {
	font-family: 'Ubuntu', system-ui; font-weight: 700; font-size: 0.72rem;
	letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy, #1B2D5B);
}
.tc-mk-cardfilter__select {
	font-family: 'Ubuntu', system-ui; font-size: 0.95rem; color: var(--navy, #1B2D5B);
	padding: 9px 34px 9px 14px; border: 1px solid var(--sand, #E8E6DF); border-radius: 999px;
	background-color: #fff; cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231B2D5B' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 14px center;
	-webkit-appearance: none; appearance: none;
}
.tc-mk-cardfilter__select:focus-visible { outline: none; border-color: var(--pumpkin, #F28030); box-shadow: 0 0 0 3px rgba(51,198,245,0.4); }

/* ---------- Report banner variant (Publications & Insights collection) ----------
   Horizontal card: title + cerulean underline + description on the left, the
   illustration on the right, over a cream background. */
.tc-mk-cards--report { grid-template-columns: 1fr; gap: 20px; }
.tc-mk-card--report {
	flex-direction: row; align-items: stretch;
	background: var(--cream, #F0E0B0); border-color: transparent;
	min-height: 220px;
}
.tc-mk-card--report:hover { border-color: var(--pumpkin, #F28030); }
.tc-mk-card__report-body {
	flex: 1 1 46%;
	display: flex; flex-direction: column; justify-content: center;
	padding: 36px clamp(24px, 4vw, 52px);
}
.tc-mk-card__report-title {
	display: inline-block; align-self: flex-start;
	font-family: 'Ubuntu', system-ui; font-weight: 700;
	font-size: clamp(1.4rem, 2.4vw, 2rem); line-height: 1.15; color: var(--navy, #1B2D5B);
	margin: 0 0 14px; padding-bottom: 14px; position: relative;
}
.tc-mk-card__report-title::after {
	content: ''; position: absolute; left: 0; bottom: 0;
	width: 72px; height: 3px; background: var(--cerulean, #33C6F5);
}
.tc-mk-card__report-desc { font-size: 1.05rem; line-height: 1.6; color: var(--slate, #2C3A4A); margin: 0; }
.tc-mk-card__report-source {
	display: block; margin-top: 12px; font-size: 0.8rem; font-weight: 700;
	text-transform: uppercase; letter-spacing: 0.04em; color: var(--pumpkin, #F28030);
}
.tc-mk-card__report-figure {
	flex: 1 1 54%;
	display: flex; align-items: center; justify-content: center; padding: 12px;
}
.tc-mk-card__report-figure img {
	display: block; width: 100%; height: 100%; max-height: 320px;
	object-fit: contain; object-position: center;
}
@media (max-width: 720px) {
	.tc-mk-card--report { flex-direction: column; }
	.tc-mk-card__report-figure { order: -1; padding: 0; }
	.tc-mk-card__report-figure img { max-height: 220px; }
	.tc-mk-card__report-body { padding: 26px 24px; }
}

/* ---------- Landscape Assessment cards (navy hero) ----------
   Image card = banner (eyebrow + title + subtitle + illustration); no-image card =
   compact navy text card. The banner responds to its OWN width via a container query:
   side-by-side when the card is wide (1-up), stacked (image on top) when narrow (2-up). */
.tc-mk-cards--landscape { gap: 20px; }

.tc-mk-card--landscape {
	container-type: inline-size;
	flex-direction: row; flex-wrap: wrap; align-items: stretch;
	background: var(--navy, #1B2D5B); border-color: transparent;
	overflow: hidden;
}
.tc-mk-card--landscape:hover { border-color: var(--cerulean, #33C6F5); }
.tc-mk-card--landscape .tc-mk-card__report-body {
	flex: 1 1 100%;
	display: flex; flex-direction: column; justify-content: center;
	padding: 30px clamp(24px, 4vw, 40px);
}
.tc-mk-card--landscape .tc-mk-card__report-figure {
	flex: 1 1 100%; order: -1;
	display: flex; align-items: center; justify-content: center; padding: 16px 16px 0;
}
.tc-mk-card--landscape .tc-mk-card__report-figure img {
	display: block; width: 100%; height: 100%; max-height: 240px;
	object-fit: contain; object-position: center;
}
/* Eyebrow hidden on the narrow (stacked) card, shown on the wide banner. */
.tc-mk-card__ls-eyebrow { display: none; }
.tc-mk-card__ls-eyebrow::after {
	content: ''; position: absolute; left: 0; bottom: 0;
	width: 120px; height: 2px; background: var(--cerulean, #33C6F5);
}
.tc-mk-card__ls-title {
	display: block; font-family: 'Ubuntu', system-ui; font-weight: 700;
	font-size: 1.15rem; line-height: 1.2; color: #fff; margin: 0 0 6px;
}
.tc-mk-card__ls-sub {
	display: block; font-family: 'Ubuntu', system-ui; font-weight: 400;
	font-size: 0.95rem; line-height: 1.4; color: rgba(255, 255, 255, 0.85);
}
/* Wide card (1-up page): side-by-side, eyebrow shown, large title, cream subtitle. */
@container (min-width: 680px) {
	.tc-mk-card--landscape { flex-wrap: nowrap; min-height: 300px; }
	.tc-mk-card--landscape .tc-mk-card__report-body { flex: 1 1 46%; order: 0; padding: 44px clamp(28px, 4vw, 56px); }
	.tc-mk-card--landscape .tc-mk-card__report-figure { flex: 1 1 54%; order: 0; padding: 20px; }
	.tc-mk-card--landscape .tc-mk-card__report-figure img { max-height: 340px; }
	.tc-mk-card--landscape .tc-mk-card__ls-eyebrow {
		display: inline-block; align-self: flex-start;
		font-weight: 700; font-size: 1.15rem; color: var(--cerulean, #33C6F5);
		margin: 0 0 20px; padding-bottom: 10px; position: relative;
	}
	.tc-mk-card--landscape .tc-mk-card__ls-title { font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: 1.12; margin: 0 0 12px; }
	.tc-mk-card--landscape .tc-mk-card__ls-sub { font-weight: 700; font-size: clamp(1.1rem, 1.8vw, 1.4rem); color: var(--cream, #F0E0B0); }
}

/* No-image Landscape card: compact navy text card (stretches to a sibling banner's height). */
.tc-mk-card--landscape-text {
	background: var(--navy, #1B2D5B); border-color: transparent;
	justify-content: center;
}
.tc-mk-card--landscape-text:hover { border-color: var(--cerulean, #33C6F5); }
.tc-mk-card__lst-body { display: block; padding: 36px clamp(28px, 4vw, 44px); }
.tc-mk-card__lst-title {
	display: block; font-family: 'Ubuntu', system-ui; font-weight: 700;
	font-size: clamp(1.3rem, 2vw, 1.6rem); line-height: 1.2; color: #fff; margin: 0 0 14px;
}
.tc-mk-card__lst-desc {
	display: block; font-size: 1.02rem; line-height: 1.6; color: rgba(255, 255, 255, 0.9); margin: 0;
}

/* ---------- Split section: one feature card + a list of text links ---------- */
.tc-mk-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px; margin: 28px 0 0; align-items: start; }
.tc-mk-split__aside { display: flex; flex-direction: column; }
.tc-mk-linklist { list-style: none; margin: 0; padding: 0; }
.tc-mk-linklist__item { border-bottom: 1px solid var(--sand, #E8E6DF); }
.tc-mk-linklist__item:first-child { border-top: 1px solid var(--sand, #E8E6DF); }
.tc-mk-linklist__link { display: block; padding: 16px 2px; color: inherit; text-decoration: none; transition: color 0.15s ease; }
a.tc-mk-linklist__link:hover .tc-mk-linklist__title { color: var(--pumpkin, #F28030); }
.tc-mk-linklist__title { display: block; font-family: 'Ubuntu', system-ui; font-weight: 700; font-size: 1.1rem; line-height: 1.3; color: var(--navy, #1B2D5B); }
.tc-mk-linklist__desc { display: block; margin-top: 4px; font-size: 0.92rem; line-height: 1.45; color: var(--slate, #2C3A4A); }
.tc-mk-split__cta { margin-top: 22px; }
@media (max-width: 720px) {
	.tc-mk-split { grid-template-columns: 1fr; gap: 24px; }
}

/* ---------- Reading / link list (What We're Reading, Learning) ---------- */
.tc-mk-list { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 18px; }
.tc-mk-list__item { padding: 18px 22px; background: #fff; border: 1px solid var(--sand, #E8E6DF); border-radius: 12px; }
.tc-mk-list__title { font-family: 'Ubuntu', system-ui; font-weight: 700; font-size: 1.1rem; margin: 0 0 4px; }
.tc-mk-list__title a { color: var(--navy, #1B2D5B); text-decoration: none; }
.tc-mk-list__title a:hover { color: var(--pumpkin, #F28030); }
.tc-mk-list__source { font-family: 'Ubuntu', system-ui; font-weight: 500; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pumpkin, #F28030); margin: 0 0 6px; }
.tc-mk-list__desc { font-size: 0.95rem; line-height: 1.6; color: var(--slate, #2C3A4A); margin: 0; }

/* ---------- Reliable Sources — four-column invisible table ---------- */
.tc-mk-rs { margin: 26px 0 0; display: flex; flex-direction: column; gap: 16px; }
.tc-mk-rs__row {
	display: grid;
	grid-template-columns: 72px 1.3fr 2fr 0.9fr;
	gap: 18px;
	align-items: center;
}
.tc-mk-rs__graphic img { width: 64px; height: 64px; object-fit: cover; border-radius: 8px; border: 1px solid var(--sand, #E8E6DF); display: block; }
.tc-mk-rs__title { font-family: 'Ubuntu', system-ui; font-weight: 700; font-size: 1.02rem; color: var(--navy, #1B2D5B); }
.tc-mk-rs__title a { color: inherit; text-decoration: none; }
.tc-mk-rs__title a:hover { color: var(--pumpkin, #F28030); }
.tc-mk-rs__desc { font-size: 0.95rem; line-height: 1.55; color: var(--slate, #2C3A4A); }
.tc-mk-rs__source { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--pumpkin, #F28030); }

/* ---------- What We're Reading — book-cover cards ----------
   A row of portrait book covers (Featured Image / Cover URL / navy title fallback) with the
   title + author below; an optional dashed "see the full reading list" placeholder closes the
   row on the Research teaser. */
.tc-mk-reading__bar {
	display: flex; align-items: center; justify-content: space-between;
	gap: 10px 24px; flex-wrap: wrap; margin: 0 0 4px;
}
.tc-mk-reading__title { margin: 0; }
.tc-mk-reading__seeall {
	font-family: 'Ubuntu', system-ui; font-weight: 700; text-transform: uppercase;
	letter-spacing: 0.08em; font-size: 0.78rem; color: var(--navy, #1B2D5B);
	white-space: nowrap; text-decoration: none; transition: color 0.2s ease;
}
.tc-mk-reading__seeall span { font-weight: 700; }
.tc-mk-reading__seeall:hover { color: var(--pumpkin, #F28030); }
.tc-mk-reading {
	display: grid; grid-template-columns: repeat(var(--tc-mk-cols, 5), minmax(0, 1fr));
	gap: 30px 24px; margin: 28px 0 0; align-items: start;
}
.tc-mk-book { display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.tc-mk-book__cover {
	position: relative; display: block; width: 100%; aspect-ratio: 2 / 3;
	border-radius: 6px; overflow: hidden; background: var(--sand, #E8E6DF);
	box-shadow: 0 16px 30px -16px rgba(11, 17, 33, 0.5);
}
.tc-mk-book__cover img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.tc-mk-book__cover--text {
	display: flex; align-items: center; justify-content: center; padding: 18px;
	background: linear-gradient(135deg, #22407A, var(--navy-deep, #132145));
}
.tc-mk-book__cover-fallback {
	font-family: 'Ubuntu', system-ui; font-weight: 700; text-transform: uppercase;
	letter-spacing: 0.02em; font-size: 0.95rem; line-height: 1.22; color: #fff; text-align: center;
}
.tc-mk-book__title {
	display: block; margin: 15px 0 3px; font-family: 'Ubuntu', system-ui; font-weight: 700;
	font-size: 1rem; line-height: 1.25; color: var(--navy, #1B2D5B);
}
.tc-mk-book__author { display: block; font-size: 0.92rem; line-height: 1.4; color: var(--slate, #2C3A4A); }
/* Dashed "see the full reading list" placeholder card (Research teaser). */
.tc-mk-book--more .tc-mk-book__more {
	display: flex; align-items: center; justify-content: center; text-align: center;
	width: 100%; aspect-ratio: 2 / 3; border-radius: 6px; padding: 20px;
	border: 2px dashed var(--sand, #E8E6DF); color: var(--slate, #2C3A4A);
	font-family: 'Ubuntu', system-ui; font-weight: 700; text-transform: uppercase;
	letter-spacing: 0.06em; font-size: 0.82rem; line-height: 1.35;
	transition: border-color 0.2s ease, color 0.2s ease;
}
.tc-mk-book--more:hover .tc-mk-book__more { border-color: var(--pumpkin, #F28030); color: var(--navy, #1B2D5B); }
@media (max-width: 900px) { .tc-mk-reading { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 560px) { .tc-mk-reading { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ---------- Connect directory (TablePress + DataTables 2.x: .dt-* classes) ---------- */
.tc-mk-directory .dt-container { margin: 0; }
.tc-mk-directory .dt-search, .tc-mk-directory .dataTables_filter { text-align: right; margin-bottom: 14px; }
.tc-mk-directory .dt-search input, .tc-mk-directory .dataTables_filter input {
	margin-left: 8px; padding: 10px 14px; border: 1px solid var(--sand, #E8E6DF);
	border-radius: 10px; font: inherit; min-width: 240px;
}
.tc-mk-directory .dt-search input:focus { outline: none; border-color: var(--cerulean, #33C6F5); box-shadow: 0 0 0 3px rgba(51,198,245,0.25); }
.tc-mk-directory table.tablepress { width: 100%; border-collapse: collapse; margin: 0; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 22px rgba(11,17,33,0.08); }
.tc-mk-directory table.tablepress thead th {
	background: var(--navy, #1B2D5B); color: #fff; text-align: left; padding: 13px 16px;
	font-family: 'Ubuntu', system-ui; font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.03em;
}
.tc-mk-directory table.tablepress thead th.dt-orderable-asc, .tc-mk-directory table.tablepress thead th.sorting { cursor: pointer; }
.tc-mk-directory table.tablepress tbody td { padding: 12px 16px; border-bottom: 1px solid var(--sand, #E8E6DF); font-size: 0.95rem; color: var(--slate, #2C3A4A); vertical-align: top; }
.tc-mk-directory table.tablepress tbody tr:hover td { background: rgba(240, 224, 176, 0.35); }
.tc-mk-directory table.tablepress a { color: var(--pumpkin, #F28030); text-decoration: none; }
.tc-mk-directory table.tablepress a:hover { text-decoration: underline; }
.tc-mk-directory .dt-info, .tc-mk-directory .dataTables_info { margin-top: 14px; font-size: 0.85rem; color: var(--slate, #2C3A4A); }
.tc-mk-directory .dt-paging, .tc-mk-directory .dataTables_paginate { margin-top: 14px; }
/* Scope through .dt-container + the button element so these beat TablePress's own
   `div.dt-container .dt-paging .dt-paging-button` defaults (which would otherwise leave
   the current page navy-on-navy / invisible). */
/* TablePress forces `color: inherit !important` on every paging button, so the current
   page would render navy-on-navy. We override the text color with !important (our higher
   specificity wins among !important rules) and re-scope through .dt-container + button. */
.tc-mk-directory .dt-container .dt-paging button.dt-paging-button,
.tc-mk-directory .dataTables_paginate .paginate_button {
	display: inline-block; padding: 7px 13px; margin-left: 4px; border-radius: 8px;
	border: 1px solid var(--sand, #E8E6DF); background: #fff; color: var(--navy, #1B2D5B) !important; cursor: pointer;
}
.tc-mk-directory .dt-container .dt-paging button.dt-paging-button.current,
.tc-mk-directory .dt-container .dt-paging button.dt-paging-button:hover:not(.disabled),
.tc-mk-directory .dataTables_paginate .paginate_button.current,
.tc-mk-directory .dataTables_paginate .paginate_button:hover {
	background: var(--navy, #1B2D5B); color: #fff !important; border-color: var(--navy, #1B2D5B);
}
.tc-mk-directory .dt-container .dt-paging button.dt-paging-button.disabled {
	color: rgba(27, 45, 91, 0.35) !important; background: #fff; border-color: var(--sand, #E8E6DF); cursor: default;
}

/* ---------- Responsive ---------- */
@media (max-width: 880px) {
	.tc-mk-cards { grid-template-columns: 1fr; }
	.tc-hero-slide__inner { padding: 28px 22px; }
	.tc-hero-slide__content { max-width: none; }
	.tc-mk-rs__row { grid-template-columns: 56px 1fr; row-gap: 4px; }
	.tc-mk-rs__desc, .tc-mk-rs__source { grid-column: 2; }
}
