/*
Theme Name: TellingPointy
Theme URI: https://tellingpointy.com/
Description: A bespoke digital broadsheet child theme for TellingPointy.
Author: BYO / Codex
Template: generatepress
Version: 1.0.5
Text Domain: tellingpointy
*/

:root {
	--tp-ink: #111318;
	--tp-ink-soft: #4b515a;
	--tp-paper: #ffffff;
	--tp-paper-alt: #f3f5f7;
	--tp-line: #d7dce1;
	--tp-line-strong: #9da5ad;
	--tp-red: #d22c36;
	--tp-teal: #006b70;
	--tp-gold: #aa7617;
	--tp-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
	--tp-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	--tp-shell: 1320px;
	--tp-reading: 720px;
}

html {
	scroll-behavior: smooth;
}

body.tellingpointy-site {
	background: var(--tp-paper);
	color: var(--tp-ink);
	font-family: var(--tp-sans);
	font-size: 17px;
	letter-spacing: 0;
	line-height: 1.58;
}

.tellingpointy-site *,
.tellingpointy-site *::before,
.tellingpointy-site *::after {
	box-sizing: border-box;
}

.tellingpointy-site a {
	color: inherit;
	text-decoration-color: currentColor;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.tellingpointy-site a:hover,
.tellingpointy-site a:focus-visible {
	color: var(--tp-red);
}

.tellingpointy-site :focus-visible {
	outline: 3px solid rgba(0, 107, 112, 0.35);
	outline-offset: 3px;
}

.tellingpointy-site h1,
.tellingpointy-site h2,
.tellingpointy-site h3,
.tellingpointy-site h4,
.tellingpointy-site .main-title {
	font-family: var(--tp-serif);
	font-weight: 800;
	letter-spacing: 0;
}

.tp-shell {
	margin-inline: auto;
	max-width: var(--tp-shell);
	padding-inline: 28px;
	width: 100%;
}

.tellingpointy-site .site.grid-container,
.tellingpointy-site .site-content,
.tellingpointy-site .container.grid-container {
	max-width: none;
}

.tellingpointy-site .site-content {
	padding: 0;
}

.tellingpointy-site #primary,
.tellingpointy-site .content-area {
	float: none;
	width: 100%;
}

.tellingpointy-site .widget-area,
.tellingpointy-site .site-content > .widget-area {
	display: none;
}

.tp-kicker {
	color: var(--tp-red);
	display: inline-block;
	font-family: var(--tp-sans);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
}

/* Utility and masthead */
.tp-utility {
	background: var(--tp-ink);
	border-top: 4px solid var(--tp-red);
	color: #ffffff;
	font-size: 12px;
}

.tp-utility__inner {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-height: 38px;
}

.tp-utility__edition,
.tp-utility__standards {
	font-weight: 700;
	white-space: nowrap;
}

.tp-utility__latest {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tp-utility__latest span {
	color: #ff7f87;
	font-weight: 800;
	margin-right: 8px;
	text-transform: uppercase;
}

.tp-utility a {
	color: #ffffff;
	text-decoration: none;
}

.tellingpointy-site .site-header {
	background: var(--tp-paper);
	border-bottom: 1px solid var(--tp-line);
}

.tellingpointy-site .inside-header {
	align-items: end;
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	max-width: var(--tp-shell);
	padding: 26px 28px 22px;
	text-align: center;
}

.tellingpointy-site .site-branding {
	margin: 0;
}

.tellingpointy-site .main-title {
	font-size: 58px;
	line-height: 0.9;
	margin: 0;
}

.tellingpointy-site .main-title a {
	color: var(--tp-ink);
	text-decoration: none;
}

.tellingpointy-site .site-description {
	color: var(--tp-ink-soft);
	font-size: 13px;
	font-weight: 650;
	margin: 12px 0 0;
}

.tellingpointy-site .main-navigation {
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid var(--tp-ink);
	border-top: 1px solid var(--tp-line);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.tellingpointy-site .main-navigation .inside-navigation {
	max-width: var(--tp-shell);
	padding-inline: 28px;
}

.tellingpointy-site .main-navigation .main-nav > ul {
	display: flex;
	justify-content: center;
	width: 100%;
}

.tellingpointy-site .main-navigation .main-nav ul li a,
.tellingpointy-site .menu-toggle {
	background: transparent;
	color: var(--tp-ink);
	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0;
	line-height: 48px;
	padding: 0 17px;
	text-transform: uppercase;
}

.tellingpointy-site .main-navigation .main-nav ul li:hover > a,
.tellingpointy-site .main-navigation .main-nav ul li:focus-within > a,
.tellingpointy-site .main-navigation .main-nav ul li[class*="current-menu-"] > a {
	background: var(--tp-ink);
	color: #ffffff;
}

.tp-header-search {
	margin-left: auto;
}

.tp-header-search a {
	align-items: center;
	display: flex;
	font-size: 12px;
	font-weight: 750;
	gap: 7px;
	text-decoration: none;
	text-transform: uppercase;
}

.tp-header-search svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2;
	width: 18px;
}

.tp-reading-progress {
	background: transparent;
	height: 3px;
	left: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}

.tp-reading-progress span {
	background: var(--tp-red);
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
}

/* Front page */
.tp-home-intro {
	align-items: end;
	border-bottom: 4px double var(--tp-ink);
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	padding-bottom: 26px;
	padding-top: 28px;
}

.tp-home-intro h2 {
	font-size: 92px;
	line-height: 0.83;
	margin: 6px 0 0;
}

.tp-home-intro > p {
	color: var(--tp-ink-soft);
	font-family: var(--tp-serif);
	font-size: 23px;
	line-height: 1.35;
	margin: 0;
}

.tp-lead-layout {
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) 350px;
	padding-bottom: 48px;
	padding-top: 32px;
}

.tp-lead-layout__main {
	min-width: 0;
}

.tp-story {
	min-width: 0;
}

.tp-story__media {
	background: #dfe4e8;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.tp-story-image,
.tp-image-fallback {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 240ms ease;
	width: 100%;
}

.tp-story:hover .tp-story-image,
.tp-story:focus-within .tp-story-image {
	transform: scale(1.018);
}

.tp-image-fallback {
	align-items: center;
	background: #0d3337;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
	text-align: center;
}

.tp-image-fallback span {
	border-bottom: 4px solid var(--tp-red);
	font-family: var(--tp-serif);
	font-size: 64px;
	font-weight: 800;
	line-height: 1;
	padding-bottom: 6px;
}

.tp-image-fallback strong {
	font-size: 13px;
	margin-top: 14px;
	text-transform: uppercase;
}

.tp-story__body {
	padding-top: 15px;
}

.tp-story__title {
	font-size: 30px;
	line-height: 1.03;
	margin: 8px 0 10px;
}

.tp-story__title a {
	text-decoration: none;
}

.tp-story__dek {
	color: var(--tp-ink-soft);
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 13px;
}

.tp-story__meta {
	align-items: center;
	color: #646b73;
	display: flex;
	font-size: 11px;
	font-weight: 700;
	gap: 12px;
	text-transform: uppercase;
}

.tp-story__meta span::before {
	color: var(--tp-red);
	content: "/";
	margin-right: 12px;
}

.tp-story--lead {
	position: relative;
}

.tp-story--lead .tp-story__media,
.tp-story--lead .tp-story-image,
.tp-story--lead .tp-image-fallback {
	aspect-ratio: 16 / 9;
}

.tp-story--lead .tp-story__body {
	background: var(--tp-ink);
	color: #ffffff;
	margin: -106px 28px 0;
	padding: 24px 28px 25px;
	position: relative;
	z-index: 2;
}

.tp-story--lead .tp-story__title {
	font-size: 50px;
	line-height: 0.98;
	margin-top: 10px;
}

.tp-story--lead .tp-story__title a:hover,
.tp-story--lead .tp-story__title a:focus {
	color: #ffffff;
	text-decoration: underline;
}

.tp-story--lead .tp-story__dek,
.tp-story--lead .tp-story__meta {
	color: #d6dade;
}

.tp-supporting-grid {
	border-top: 1px solid var(--tp-ink);
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 32px;
	padding-top: 26px;
}

.tp-briefing {
	align-self: start;
	border-top: 6px solid var(--tp-teal);
	position: sticky;
	top: 66px;
}

.tp-briefing > header {
	border-bottom: 1px solid var(--tp-ink);
	padding: 16px 0 14px;
}

.tp-briefing h2 {
	font-size: 27px;
	line-height: 1;
	margin: 7px 0 0;
}

.tp-briefing ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tp-briefing li {
	border-bottom: 1px solid var(--tp-line);
	display: grid;
	gap: 14px;
	grid-template-columns: 34px minmax(0, 1fr);
	padding: 16px 0;
}

.tp-briefing li > span {
	color: var(--tp-gold);
	font-family: var(--tp-serif);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.1;
}

.tp-briefing li a {
	display: block;
	font-family: var(--tp-serif);
	font-size: 19px;
	font-weight: 800;
	line-height: 1.12;
	text-decoration: none;
}

.tp-briefing li time {
	color: var(--tp-ink-soft);
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin-top: 7px;
	text-transform: uppercase;
}

.tp-opening {
	align-items: end;
	background: var(--tp-ink);
	color: #ffffff;
	display: grid;
	gap: 32px;
	grid-template-columns: 1.1fr 1fr auto;
	margin-bottom: 48px;
	margin-top: 32px;
	padding-bottom: 38px;
	padding-top: 38px;
}

.tp-opening .tp-kicker {
	color: #ff6670;
}

.tp-opening h2 {
	font-size: 46px;
	line-height: 0.98;
	margin: 9px 0 0;
}

.tp-opening > p {
	color: #d6dade;
	margin: 0;
}

.tp-opening > a {
	border-bottom: 2px solid var(--tp-red);
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	padding-bottom: 5px;
	text-decoration: none;
	white-space: nowrap;
}

.tp-section-heading {
	align-items: end;
	border-bottom: 3px solid var(--tp-ink);
	display: flex;
	gap: 32px;
	justify-content: space-between;
	padding-bottom: 18px;
}

.tp-section-heading h2 {
	font-size: 48px;
	line-height: 0.95;
	margin: 8px 0 0;
}

.tp-section-heading > p {
	color: var(--tp-ink-soft);
	margin: 0;
	max-width: 420px;
}

.tp-desks {
	padding-bottom: 64px;
}

.tp-desk-list {
	display: grid;
}

.tp-desk {
	border-bottom: 1px solid var(--tp-line-strong);
	display: grid;
	gap: 38px;
	grid-template-columns: 270px minmax(0, 1fr);
	padding: 34px 0;
}

.tp-desk__header h3 {
	font-size: 38px;
	line-height: 1;
	margin: 6px 0 14px;
}

.tp-desk__header h3 a {
	text-decoration: none;
}

.tp-desk__header > div {
	align-items: baseline;
	display: flex;
	gap: 12px;
}

.tp-desk__number {
	color: var(--tp-red);
	font-family: var(--tp-serif);
	font-size: 15px;
	font-weight: 800;
}

.tp-desk__header > p,
.tp-desk__empty {
	color: var(--tp-ink-soft);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.tp-desk__stories {
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
}

.tp-desk--reverse .tp-desk__stories {
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
}

.tp-desk--reverse .tp-story--desk-lead {
	grid-column: 2;
	grid-row: 1;
}

.tp-desk--reverse .tp-desk__links {
	grid-column: 1;
	grid-row: 1;
}

.tp-story--desk-lead .tp-story__title {
	font-size: 34px;
}

.tp-desk__links {
	border-top: 1px solid var(--tp-ink);
}

.tp-story--compact {
	border-bottom: 1px solid var(--tp-line);
	padding: 15px 0;
}

.tp-story--compact .tp-story__media,
.tp-story--compact .tp-story__meta {
	display: none;
}

.tp-story--compact .tp-story__body {
	padding: 0;
}

.tp-story--compact .tp-story__title {
	font-size: 21px;
	line-height: 1.12;
	margin-bottom: 0;
}

.tp-trust-band {
	background: var(--tp-paper-alt);
	border-bottom: 1px solid var(--tp-line);
	border-top: 1px solid var(--tp-line);
}

.tp-trust-band__inner {
	display: grid;
	gap: 38px;
	grid-template-columns: 1.05fr 1fr 250px;
	padding-bottom: 46px;
	padding-top: 46px;
}

.tp-trust-band h2 {
	font-size: 38px;
	line-height: 1;
	margin: 8px 0 0;
}

.tp-trust-band__inner > p {
	color: var(--tp-ink-soft);
	margin: 0;
}

.tp-trust-band__links {
	border-top: 2px solid var(--tp-teal);
	display: grid;
}

.tp-trust-band__links a {
	border-bottom: 1px solid var(--tp-line);
	font-size: 13px;
	font-weight: 750;
	padding: 10px 0;
	text-decoration: none;
}

/* Breadcrumbs and archives */
.rank-math-breadcrumb,
.tp-breadcrumbs {
	color: #68717a;
	font-size: 12px;
	font-weight: 650;
	padding: 22px 0;
	text-transform: uppercase;
}

.rank-math-breadcrumb p {
	margin: 0;
}

.rank-math-breadcrumb a,
.tp-breadcrumbs a {
	text-decoration: none;
}

.rank-math-breadcrumb .separator {
	color: var(--tp-red);
	margin: 0 8px;
}

.tp-archive {
	padding-bottom: 68px;
}

.tp-archive-header {
	align-items: end;
	border-bottom: 4px double var(--tp-ink);
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
	padding: 16px 0 28px;
}

.tp-archive-header h1 {
	font-size: 78px;
	line-height: 0.85;
	margin: 8px 0 0;
}

.tp-archive-header__context {
	color: var(--tp-ink-soft);
}

.tp-archive-header__context p {
	font-family: var(--tp-serif);
	font-size: 20px;
	line-height: 1.45;
	margin: 0 0 12px;
}

.tp-archive-header__context span {
	color: var(--tp-teal);
	font-size: 12px;
	font-weight: 750;
	text-transform: uppercase;
}

.tp-archive-featured {
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 0.65fr));
	padding: 32px 0 42px;
}

.tp-story--archive-lead .tp-story__title {
	font-size: 42px;
}

.tp-archive-stream {
	margin-top: 36px;
}

.tp-stream-heading {
	border-bottom: 3px solid var(--tp-ink);
	margin-bottom: 5px;
	padding-bottom: 12px;
}

.tp-stream-heading h2 {
	font-size: 34px;
	margin: 0;
}

.tp-stream-list {
	display: grid;
}

.tp-story--stream {
	border-bottom: 1px solid var(--tp-line);
	display: grid;
	gap: 28px;
	grid-template-columns: 320px minmax(0, 1fr);
	padding: 24px 0;
}

.tp-story--stream .tp-story__body {
	padding: 4px 0;
}

.tp-story--stream .tp-story__title {
	font-size: 34px;
}

.tp-pagination {
	margin-top: 32px;
}

.tp-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tp-pagination .page-numbers {
	align-items: center;
	border: 1px solid var(--tp-line);
	display: inline-flex;
	font-size: 13px;
	font-weight: 750;
	justify-content: center;
	min-height: 42px;
	min-width: 42px;
	padding: 8px 12px;
	text-decoration: none;
}

.tp-pagination .current,
.tp-pagination a:hover {
	background: var(--tp-ink);
	color: #ffffff;
}

.tp-empty-archive {
	border-bottom: 1px solid var(--tp-line);
	padding: 42px 0;
}

.tp-empty-archive h2 {
	font-size: 34px;
	margin: 0 0 8px;
}

/* Article */
.tp-article {
	padding-bottom: 70px;
}

.tp-article-header {
	border-bottom: 1px solid var(--tp-line);
	padding-bottom: 28px;
	padding-top: 8px;
}

.tp-article-header > .tp-kicker {
	border-bottom: 2px solid var(--tp-red);
	padding-bottom: 4px;
}

.tp-article-header h1 {
	font-size: 70px;
	line-height: 0.96;
	margin: 18px 0 16px;
	max-width: 1120px;
}

.tp-article-dek {
	color: var(--tp-ink-soft);
	font-family: var(--tp-serif);
	font-size: 25px;
	line-height: 1.38;
	margin: 0;
	max-width: 930px;
}

.tp-article-byline {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-top: 26px;
}

.tp-byline-author {
	align-items: center;
	display: flex;
	gap: 11px;
	text-decoration: none;
}

.tp-author-mark,
.tp-author-card__mark {
	align-items: center;
	background: var(--tp-teal);
	color: #ffffff;
	display: inline-flex;
	font-family: var(--tp-serif);
	font-size: 15px;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	line-height: 1;
	width: 42px;
}

.tp-byline-author strong,
.tp-byline-author small {
	display: block;
}

.tp-byline-author strong {
	font-size: 14px;
}

.tp-byline-author small {
	color: var(--tp-ink-soft);
	font-size: 11px;
	margin-top: 1px;
}

.tp-byline-dates {
	color: #626a72;
	display: flex;
	flex-wrap: wrap;
	font-size: 11px;
	font-weight: 650;
	gap: 8px 18px;
	justify-content: flex-end;
	text-transform: uppercase;
}

.tp-article-hero {
	margin-bottom: 38px;
	margin-top: 30px;
}

.tp-article-hero img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.tp-article-hero figcaption {
	border-bottom: 1px solid var(--tp-line);
	color: #626a72;
	font-size: 12px;
	line-height: 1.45;
	padding: 9px 0;
}

.tp-article-layout {
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(0, var(--tp-reading)) 310px;
	justify-content: center;
}

.tp-article-content {
	color: #1a1d22;
	font-family: var(--tp-serif);
	font-size: 20px;
	line-height: 1.76;
}

.tp-article-content > p:first-child,
.tp-article-content > .article-lead:first-child,
.tp-article-content > .wp-block-paragraph:first-child {
	font-size: 23px;
	line-height: 1.58;
}

.tp-article-content p,
.tp-article-content ul,
.tp-article-content ol {
	margin-bottom: 1.35em;
}

.tp-article-content h2,
.tp-article-content h3,
.tp-article-content h4 {
	color: var(--tp-ink);
	line-height: 1.08;
	margin-bottom: 0.5em;
	margin-top: 1.55em;
}

.tp-article-content h2 {
	border-top: 3px solid var(--tp-ink);
	font-size: 39px;
	padding-top: 19px;
}

.tp-article-content h3 {
	font-size: 29px;
}

.tp-article-content h4 {
	font-size: 23px;
}

.tp-article-content a {
	color: #00636a;
	font-weight: 650;
}

.tp-article-content blockquote,
.tp-article-content .wp-block-quote {
	border-left: 6px solid var(--tp-red);
	font-size: 25px;
	font-style: normal;
	line-height: 1.45;
	margin: 34px 0;
	padding: 7px 0 7px 24px;
}

.tp-article-content blockquote p:last-child {
	margin-bottom: 0;
}

.tp-article-content cite {
	color: var(--tp-ink-soft);
	display: block;
	font-family: var(--tp-sans);
	font-size: 12px;
	font-style: normal;
	font-weight: 750;
	margin-top: 10px;
}

.tp-article-content figure,
.tp-article-content .wp-block-image {
	margin: 32px 0;
}

.tp-article-content figure img {
	height: auto;
	max-width: 100%;
}

.tp-article-content figcaption {
	color: #626a72;
	font-family: var(--tp-sans);
	font-size: 12px;
	line-height: 1.45;
	margin-top: 8px;
}

.tp-article-content table {
	border-collapse: collapse;
	display: block;
	font-family: var(--tp-sans);
	font-size: 14px;
	margin: 30px 0;
	overflow-x: auto;
	width: 100%;
}

.tp-article-content th,
.tp-article-content td {
	border-bottom: 1px solid var(--tp-line);
	padding: 11px 13px;
	text-align: left;
	vertical-align: top;
}

.tp-article-content th {
	background: var(--tp-ink);
	color: #ffffff;
	font-weight: 750;
}

.tp-article-content .wp-block-pullquote {
	border-bottom: 2px solid var(--tp-ink);
	border-top: 2px solid var(--tp-ink);
	padding: 26px 0;
}

.tp-article-content .wp-block-separator {
	border-color: var(--tp-line-strong);
	margin: 36px 0;
}

.tp-article-rail {
	font-size: 14px;
}

.tp-rail-sticky {
	position: static;
}

.tp-rail-section {
	border-top: 5px solid var(--tp-teal);
	padding: 17px 0 24px;
}

.tp-rail-section + .tp-rail-section {
	margin-top: 28px;
}

.tp-rail-section ol {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

.tp-rail-section li {
	border-bottom: 1px solid var(--tp-line);
	padding: 11px 0;
}

.tp-rail-section li a {
	font-family: var(--tp-serif);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.18;
	text-decoration: none;
}

.tp-rail-section--standards {
	border-color: var(--tp-red);
}

.tp-rail-section h2 {
	font-size: 26px;
	line-height: 1;
	margin: 8px 0 10px;
}

.tp-rail-section p {
	color: var(--tp-ink-soft);
	line-height: 1.5;
}

.tp-rail-section > a {
	font-weight: 750;
}

.tp-rail-section--popular {
	border-color: var(--tp-gold);
}

.tp-rail-section--desk {
	border-color: var(--tp-red);
}

.tp-rail-recent-list,
.tp-rail-popular-list {
	list-style: none;
	margin: 9px 0 0;
	padding: 0;
}

.tp-rail-recent-list li {
	align-items: start;
	display: grid;
	gap: 12px;
	grid-template-columns: 78px minmax(0, 1fr);
	padding: 13px 0;
}

.tp-rail-recent__media {
	display: block;
	height: 58px;
	overflow: hidden;
	text-decoration: none;
	width: 78px;
}

.tp-rail-recent__media img,
.tp-rail-recent__media .tp-image-fallback {
	display: flex;
	height: 58px;
	object-fit: cover;
	width: 78px;
}

.tp-rail-recent__media .tp-image-fallback strong {
	display: none;
}

.tp-rail-recent__title {
	display: block;
	font-family: var(--tp-serif);
	font-size: 16px !important;
	font-weight: 800;
	line-height: 1.15 !important;
	text-decoration: none;
}

.tp-rail-meta {
	color: #687079;
	display: block;
	font-size: 10px;
	font-weight: 750;
	line-height: 1.3;
	margin-top: 6px;
	text-transform: uppercase;
}

.tp-rail-popular-list li {
	align-items: start;
	display: grid;
	gap: 11px;
	grid-template-columns: 34px minmax(0, 1fr);
	padding: 13px 0;
}

.tp-rail-popular-list li a {
	display: block;
	font-size: 17px;
	line-height: 1.15;
}

.tp-rail-rank {
	color: var(--tp-gold);
	font-family: var(--tp-serif);
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
}

.tp-rail-empty {
	border-bottom: 1px solid var(--tp-line);
	font-size: 13px;
	margin: 8px 0 0;
	padding: 4px 0 17px;
}

.tp-corrections-note {
	border-bottom: 1px solid var(--tp-line);
	border-top: 1px solid var(--tp-line);
	display: grid;
	font-size: 13px;
	gap: 3px;
	margin-top: 38px;
	padding: 17px 0;
}

.tp-corrections-note span {
	color: var(--tp-ink-soft);
}

.tp-author-card {
	align-items: start;
	background: var(--tp-paper-alt);
	display: grid;
	gap: 18px;
	grid-template-columns: 62px minmax(0, 1fr);
	margin-top: 34px;
	padding: 24px;
}

.tp-author-card__mark {
	font-size: 20px;
	height: 62px;
	width: 62px;
}

.tp-author-card h2 {
	font-size: 27px;
	line-height: 1;
	margin: 6px 0 9px;
}

.tp-author-card h2 a {
	text-decoration: none;
}

.tp-author-card p:last-child {
	color: var(--tp-ink-soft);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.tp-post-navigation {
	border-bottom: 1px solid var(--tp-line);
	border-top: 1px solid var(--tp-line);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 56px;
	padding-bottom: 0;
	padding-top: 0;
}

.tp-post-navigation--single {
	grid-template-columns: minmax(0, 1fr);
}

.tp-post-navigation--single .tp-post-navigation__item--next {
	border-left: 0;
}

.tp-post-navigation__item {
	display: block;
	min-height: 154px;
	padding: 25px 28px 27px 0;
	text-decoration: none;
}

.tp-post-navigation__item--next {
	border-left: 1px solid var(--tp-line);
	padding-left: 28px;
	padding-right: 0;
	text-align: right;
}

.tp-post-navigation__item span,
.tp-post-navigation__item strong,
.tp-post-navigation__item small {
	display: block;
}

.tp-post-navigation__item span {
	color: var(--tp-red);
	font-size: 11px;
	font-weight: 750;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.tp-post-navigation__item strong {
	font-family: var(--tp-serif);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.18;
	transition: color 160ms ease, transform 160ms ease;
}

.tp-post-navigation__item small {
	color: #687079;
	font-size: 10px;
	font-weight: 750;
	margin-top: 11px;
	text-transform: uppercase;
}

.tp-post-navigation__item:hover strong,
.tp-post-navigation__item:focus-visible strong {
	color: var(--tp-red);
	transform: translateX(2px);
}

.tp-post-navigation__item--previous:hover strong,
.tp-post-navigation__item--previous:focus-visible strong {
	transform: translateX(-2px);
}

.tp-related {
	margin-top: 54px;
}

.tp-related-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-top: 24px;
}

.tp-story--related .tp-story__title {
	font-size: 23px;
}

/* Pages, authors, search, 404 */
.tp-page,
.tp-author,
.tp-search {
	padding-bottom: 76px;
}

.tp-page-header,
.tp-search-header {
	border-bottom: 4px double var(--tp-ink);
	padding: 24px 0 28px;
}

.tp-page-header h1,
.tp-search-header h1 {
	font-size: 66px;
	line-height: 0.92;
	margin: 9px 0 0;
	max-width: 950px;
}

.tp-page-header > p:last-child {
	color: var(--tp-ink-soft);
	font-family: var(--tp-serif);
	font-size: 22px;
	max-width: 760px;
}

.tp-page-content {
	font-family: var(--tp-serif);
	font-size: 19px;
	line-height: 1.72;
	margin: 0 auto;
	max-width: 820px;
	padding: 38px 0;
}

.tp-page-content h2 {
	border-top: 2px solid var(--tp-ink);
	font-size: 36px;
	line-height: 1.08;
	margin-top: 1.5em;
	padding-top: 18px;
}

.tp-page-content h3 {
	font-size: 26px;
	margin-top: 1.4em;
}

.tp-page-content li {
	margin-bottom: 8px;
}

.tp-author-header {
	align-items: start;
	border-bottom: 4px double var(--tp-ink);
	display: grid;
	gap: 24px;
	grid-template-columns: 92px minmax(0, 1fr);
	padding: 22px 0 34px;
}

.tp-author-header .tp-author-card__mark {
	font-size: 28px;
	height: 92px;
	width: 92px;
}

.tp-author-header h1 {
	font-size: 60px;
	line-height: 0.95;
	margin: 7px 0 12px;
}

.tp-author-header > div > p:last-child {
	color: var(--tp-ink-soft);
	max-width: 820px;
}

.tp-search-header {
	margin-bottom: 20px;
}

.tp-search .search-form,
.tp-not-found .search-form {
	display: flex;
	max-width: 680px;
	margin-top: 25px;
}

.tp-search .search-field,
.tp-not-found .search-field {
	border: 1px solid var(--tp-line-strong);
	font-size: 16px;
	min-height: 50px;
	padding: 10px 14px;
	width: 100%;
}

.tp-search .search-submit,
.tp-not-found .search-submit {
	background: var(--tp-ink);
	border: 0;
	color: #ffffff;
	font-weight: 750;
	min-height: 50px;
	padding: 0 20px;
}

.tp-not-found {
	min-height: 58vh;
	padding-bottom: 80px;
	padding-top: 70px;
}

.tp-not-found h1 {
	font-size: 66px;
	line-height: 0.95;
	margin: 12px 0 18px;
	max-width: 720px;
}

.tp-not-found > p {
	color: var(--tp-ink-soft);
}

.tp-text-link {
	display: inline-block;
	font-weight: 750;
	margin-top: 25px;
}

/* Footer */
.tp-footer-manifesto {
	background: var(--tp-teal);
	color: #ffffff;
}

.tp-footer-manifesto__inner {
	align-items: end;
	display: grid;
	gap: 34px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	padding-bottom: 35px;
	padding-top: 35px;
}

.tp-footer-manifesto .tp-kicker {
	color: #bde7e8;
}

.tp-footer-manifesto h2 {
	font-size: 32px;
	line-height: 1.05;
	margin: 0;
	max-width: 760px;
}

.tp-footer-manifesto a {
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	font-size: 13px;
	font-weight: 750;
	padding-bottom: 4px;
	text-decoration: none;
	white-space: nowrap;
}

.tp-footer-links {
	background: var(--tp-ink);
	color: #ffffff;
	display: grid;
	gap: 46px;
	grid-template-columns: 1fr auto auto;
	max-width: none;
	padding-bottom: 42px;
	padding-left: max(28px, calc((100vw - var(--tp-shell)) / 2 + 28px));
	padding-right: max(28px, calc((100vw - var(--tp-shell)) / 2 + 28px));
	padding-top: 42px;
}

.tp-footer-brand {
	color: #ffffff;
	font-family: var(--tp-serif);
	font-size: 35px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.tp-footer-links p {
	color: #bdc2c7;
	font-size: 13px;
	margin: 8px 0 0;
}

.tp-footer-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tp-footer-links li {
	margin-bottom: 7px;
}

.tp-footer-links li a {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
}

.tellingpointy-site .site-footer,
.tellingpointy-site .site-info {
	background: var(--tp-ink);
	color: #91989f;
}

.tellingpointy-site .site-info {
	border-top: 1px solid #34383d;
	font-size: 11px;
	padding: 14px 28px;
}

@keyframes tp-reveal {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

.tp-home-intro,
.tp-lead-layout,
.tp-opening {
	animation: tp-reveal 420ms ease both;
}

@media (max-width: 1080px) {
	.tp-home-intro,
	.tp-archive-header,
	.tp-trust-band__inner {
		grid-template-columns: 1fr;
	}

	.tp-home-intro h2 {
		font-size: 76px;
	}

	.tp-lead-layout {
		grid-template-columns: minmax(0, 1fr) 310px;
	}

	.tp-story--lead .tp-story__title {
		font-size: 42px;
	}

	.tp-desk {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.tp-article-layout {
		gap: 42px;
		grid-template-columns: minmax(0, var(--tp-reading)) 260px;
	}

	.tp-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.tp-utility__inner {
		grid-template-columns: 1fr auto;
	}

	.tp-utility__latest {
		display: none;
	}

	.tellingpointy-site .main-title {
		font-size: 48px;
	}

	.tp-header-search span {
		display: none;
	}

	.tp-lead-layout,
	.tp-article-layout,
	.tp-opening {
		grid-template-columns: 1fr;
	}

	.tp-briefing,
	.tp-rail-sticky {
		position: static;
	}

	.tp-rail-sticky {
		display: grid;
		gap: 32px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tp-rail-section + .tp-rail-section {
		margin-top: 0;
	}

	.tp-desk {
		gap: 22px;
		grid-template-columns: 1fr;
	}

	.tp-archive-featured {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tp-archive-featured .tp-story:first-child {
		grid-column: 1 / -1;
	}

	.tp-article-header h1 {
		font-size: 56px;
	}

	.tp-article-rail {
		border-top: 1px solid var(--tp-ink);
		padding-top: 28px;
	}

	.tp-footer-manifesto__inner,
	.tp-footer-links {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.tp-shell {
		padding-inline: 18px;
	}

	.tp-utility__inner {
		padding-inline: 18px;
	}

	.tellingpointy-site .inside-header {
		padding: 20px 18px 17px;
	}

	.tellingpointy-site .main-title {
		font-size: 40px;
	}

	.tellingpointy-site .site-description {
		font-size: 12px;
	}

	.tellingpointy-site .main-navigation .inside-navigation {
		padding-inline: 18px;
	}

	.tellingpointy-site .main-navigation .main-nav > ul {
		justify-content: flex-start;
	}

	.tellingpointy-site .main-navigation .main-nav ul li a,
	.tellingpointy-site .menu-toggle {
		line-height: 44px;
		padding: 0 12px;
	}

	.tellingpointy-site .menu-toggle {
		align-items: center;
		display: flex;
		height: 44px;
		justify-content: center;
		margin-left: auto;
		padding: 0;
		width: 44px;
	}

	.tellingpointy-site .menu-toggle .gp-icon {
		align-items: center;
		display: inline-flex;
		height: 24px;
		justify-content: center;
		width: 24px;
	}

	.tellingpointy-site .menu-toggle .gp-icon svg {
		height: 24px;
		width: 24px;
	}

	.tp-home-intro {
		gap: 18px;
		padding-bottom: 20px;
		padding-top: 22px;
	}

	.tp-home-intro h2 {
		font-size: 51px;
		line-height: 0.9;
	}

	.tp-home-intro > p {
		font-size: 19px;
	}

	.tp-lead-layout {
		gap: 28px;
		padding-top: 22px;
	}

	.tp-story--lead .tp-story__body {
		margin: -48px 12px 0;
		padding: 18px;
	}

	.tp-story--lead .tp-story__title {
		font-size: 34px;
	}

	.tp-story--lead .tp-story__dek {
		display: none;
	}

	.tp-supporting-grid,
	.tp-desk__stories,
	.tp-desk--reverse .tp-desk__stories,
	.tp-archive-featured,
	.tp-related-grid,
	.tp-post-navigation {
		grid-template-columns: 1fr;
	}

	.tp-rail-sticky {
		grid-template-columns: 1fr;
	}

	.tp-desk--reverse .tp-story--desk-lead,
	.tp-desk--reverse .tp-desk__links {
		grid-column: auto;
		grid-row: auto;
	}

	.tp-desk--reverse .tp-desk__links {
		order: 2;
	}

	.tp-section-heading {
		align-items: start;
		flex-direction: column;
	}

	.tp-section-heading h2 {
		font-size: 40px;
	}

	.tp-desk__header h3 {
		font-size: 34px;
	}

	.tp-trust-band__inner {
		gap: 24px;
	}

	.tp-archive-header h1,
	.tp-page-header h1,
	.tp-search-header h1,
	.tp-not-found h1,
	.tp-author-header h1 {
		font-size: 46px;
	}

	.tp-archive-header {
		gap: 20px;
	}

	.tp-archive-featured .tp-story:first-child {
		grid-column: auto;
	}

	.tp-story--stream {
		gap: 16px;
		grid-template-columns: 120px minmax(0, 1fr);
	}

	.tp-story--stream .tp-story__title {
		font-size: 22px;
	}

	.tp-story--stream .tp-story__dek {
		display: none;
	}

	.tp-article-header h1 {
		font-size: 43px;
	}

	.tp-article-dek {
		font-size: 21px;
	}

	.tp-article-byline {
		align-items: flex-start;
		flex-direction: column;
	}

	.tp-byline-dates {
		justify-content: flex-start;
	}

	.tp-article-content,
	.tp-article-content > p:first-child,
	.tp-article-content > .article-lead:first-child,
	.tp-article-content > .wp-block-paragraph:first-child {
		font-size: 18px;
	}

	.tp-article-content h2 {
		font-size: 32px;
	}

	.tp-article-content blockquote,
	.tp-article-content .wp-block-quote {
		font-size: 21px;
		padding-left: 18px;
	}

	.tp-post-navigation__item {
		min-height: 0;
		padding: 22px 0;
	}

	.tp-post-navigation__item--next {
		border-left: 0;
		border-top: 1px solid var(--tp-line);
		text-align: left;
	}

	.tp-post-navigation--single .tp-post-navigation__item--next {
		border-top: 0;
	}

	.tp-author-header {
		grid-template-columns: 62px minmax(0, 1fr);
	}

	.tp-author-header .tp-author-card__mark {
		font-size: 20px;
		height: 62px;
		width: 62px;
	}

	.tp-footer-links {
		padding-left: 18px;
		padding-right: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.tp-home-intro,
	.tp-lead-layout,
	.tp-opening { animation: none; }
	.tp-story-image { transition: none; }
	.tp-post-navigation__item strong { transition: none; }
}
