.home {
	background: var(--sp-paper);
	color: var(--sp-ink);
}

.home .site-content,
.home .site-main,
.home .inside-article,
.home .entry-content {
	background: var(--sp-paper);
}

.home.separate-containers .inside-article,
.home .site-main {
	margin: 0;
	padding: 0;
}

.home .entry-header {
	display: none;
}

.home.right-sidebar .site-content {
	display: block;
}

.home .content-area {
	width: 100%;
}

.home .is-right-sidebar {
	display: none;
}

.home .gb-container-sp-home-page > .gb-inside-container {
	max-width: none;
	padding: 0;
}

.sp-home-page {
	width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: clamp(32px, 5vw, 72px) 0 clamp(48px, 7vw, 88px);
	border-top: 28px solid var(--sp-ink);
	background: var(--sp-paper);
	color: var(--sp-ink);
	font-family: var(--sp-body-font);
}

body.home .sp-home-page {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.sp-home-page *,
.sp-home-page *::before,
.sp-home-page *::after {
	box-sizing: border-box;
}

.sp-home-wrap {
	width: min(1280px, calc(100% - 48px));
	margin-inline: auto;
}

.sp-home-section {
	margin-top: clamp(34px, 5vw, 64px);
}

.sp-home-kicker,
.sp-home-mini-kicker {
	margin: 0 0 10px;
	color: var(--sp-orange);
	font-size: 0.76rem;
	font-weight: 950;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sp-home-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 3px solid var(--sp-ink);
}

.sp-home-section-heading h2,
.sp-home-hero h1,
.sp-home-newsletter h2,
.sp-home-stub h3 {
	margin: 0;
	color: var(--sp-ink);
	font-family: var(--sp-display-font);
	font-weight: 900;
	letter-spacing: 0;
}

.sp-home-section-heading h2 {
	font-size: clamp(2.7rem, 5.2vw, 5.8rem);
	line-height: 0.9;
}

.sp-home-section-heading a {
	color: var(--sp-orange-dark);
	font-size: 0.74rem;
	font-weight: 950;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

.sp-home-section-heading a:hover,
.sp-home-section-heading a:focus {
	color: var(--sp-green);
}

.sp-home-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
	align-items: stretch;
	gap: clamp(18px, 4vw, 48px);
}

.sp-home-hero-main,
body.home .sp-home-schedule,
.sp-home-schedule {
	border: 1px solid var(--sp-ink);
	border-radius: 0;
	background: var(--sp-panel);
}

.sp-home-hero-main {
	padding: clamp(28px, 5vw, 64px);
}

.sp-home-hero h1 {
	max-width: 10ch;
	font-size: clamp(4rem, 9vw, 9rem);
	line-height: 0.9;
}

.sp-home-hero-copy {
	max-width: 58ch;
	margin: 18px 0 0;
	color: var(--sp-muted);
	font-size: clamp(1.05rem, 1.4vw, 1.28rem);
	font-weight: 700;
	line-height: 1.5;
}

.sp-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.sp-home-button {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid var(--sp-ink);
	background: var(--sp-orange);
	color: var(--sp-panel);
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.sp-home-button:hover,
.sp-home-button:focus {
	background: var(--sp-orange-dark);
	color: var(--sp-panel);
}

.sp-home-button--secondary {
	border-color: var(--sp-border);
	background: transparent;
	color: var(--sp-green);
}

.sp-home-button--secondary:hover,
.sp-home-button--secondary:focus {
	border-color: var(--sp-green);
	background: var(--sp-green);
	color: var(--sp-paper);
}

body.home .sp-home-schedule,
.sp-home-schedule {
	padding: clamp(20px, 3vw, 34px);
}

body.home .sp-home-schedule ul,
.sp-home-schedule ul {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.home .sp-home-schedule li,
.sp-home-schedule li {
	display: grid;
	grid-template-columns: minmax(96px, 0.18fr) minmax(0, 1fr) auto;
	align-items: stretch;
	gap: clamp(14px, 2.4vw, 28px);
	padding: clamp(14px, 2.2vw, 22px) 0;
	border-top: 1px solid var(--sp-border);
}

body.home .sp-home-schedule li:last-child,
.sp-home-schedule li:last-child {
	border-bottom: 1px solid var(--sp-border);
}

body.home .sp-schedule-date,
.sp-schedule-date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	min-height: 86px;
	padding: 12px 10px;
	border: 1px solid var(--sp-ink);
	background: var(--sp-paper);
	text-align: center;
}

body.home .sp-schedule-date strong,
.sp-schedule-date strong {
	font-family: var(--sp-display-font);
	font-size: clamp(2.2rem, 4.4vw, 4.6rem);
	line-height: 0.82;
	text-transform: uppercase;
}

body.home .sp-schedule-date span,
.sp-schedule-date span {
	color: var(--sp-orange);
	font-size: 0.68rem;
	font-weight: 950;
	letter-spacing: 0.1em;
	line-height: 1.1;
	text-transform: uppercase;
}

body.home .sp-schedule-copy,
.sp-schedule-copy {
	align-self: center;
	min-width: 0;
}

body.home .sp-schedule-copy h3,
.sp-schedule-copy h3 {
	margin: 0;
	font-family: var(--sp-display-font);
	font-size: clamp(2.1rem, 3.6vw, 4rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.9;
	text-transform: uppercase;
}

body.home .sp-schedule-copy h3 a,
.sp-schedule-copy h3 a {
	color: var(--sp-ink);
	text-decoration: none;
}

body.home .sp-schedule-copy h3 a:hover,
body.home .sp-schedule-copy h3 a:focus,
.sp-schedule-copy h3 a:hover,
.sp-schedule-copy h3 a:focus {
	color: var(--sp-orange-dark);
}

body.home .sp-schedule-copy p,
.sp-schedule-copy p {
	max-width: 68ch;
	margin: 8px 0 0;
	color: var(--sp-muted);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.45;
}

body.home .sp-home-schedule .sp-links,
.sp-home-schedule .sp-links {
	display: flex;
	flex-direction: column;
	align-self: center;
	gap: 8px;
	min-width: 136px;
}

body.home .sp-home-schedule .sp-watch,
body.home .sp-home-schedule .sp-hub,
.sp-home-schedule .sp-watch,
.sp-home-schedule .sp-hub {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid var(--sp-ink);
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.07em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

body.home .sp-home-schedule .sp-watch,
.sp-home-schedule .sp-watch {
	background: var(--sp-orange);
	color: var(--sp-panel);
}

body.home .sp-home-schedule .sp-watch:hover,
body.home .sp-home-schedule .sp-watch:focus,
.sp-home-schedule .sp-watch:hover,
.sp-home-schedule .sp-watch:focus {
	border-color: var(--sp-orange-dark);
	background: var(--sp-orange-dark);
	color: var(--sp-panel);
}

body.home .sp-home-schedule .sp-hub,
.sp-home-schedule .sp-hub {
	background: transparent;
	color: var(--sp-green);
}

body.home .sp-home-schedule .sp-hub:hover,
body.home .sp-home-schedule .sp-hub:focus,
.sp-home-schedule .sp-hub:hover,
.sp-home-schedule .sp-hub:focus {
	border-color: var(--sp-green);
	background: var(--sp-green);
	color: var(--sp-paper);
}

body.home .sp-home-schedule--empty p:not(.sp-home-mini-kicker),
.sp-home-schedule--empty p:not(.sp-home-mini-kicker) {
	color: var(--sp-muted);
	font-weight: 750;
	line-height: 1.45;
}

body.home .sp-home-spotlight {
	grid-template-columns: minmax(340px, 0.88fr) minmax(0, 1.12fr);
	gap: 0;
	min-height: clamp(560px, 58vw, 760px);
	border: 1px solid var(--sp-ink);
	background: var(--sp-panel);
	overflow: hidden;
}

.sp-home-spotlight__media {
	position: relative;
	display: grid;
	min-height: 560px;
	padding: 0;
	background:
		linear-gradient(135deg, rgba(5, 60, 49, 0.95), rgba(28, 26, 24, 0.98)),
		repeating-linear-gradient(90deg, rgba(255, 207, 47, 0.13) 0, rgba(255, 207, 47, 0.13) 1px, transparent 1px, transparent 18px);
	place-items: center;
	overflow: hidden;
}

.sp-home-spotlight__portrait {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: var(--sp-ink);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.sp-home-spotlight__portrait img,
.sp-home-spotlight__cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
}

.sp-home-spotlight__covers {
	display: none;
}

.sp-home-spotlight__cover {
	aspect-ratio: 7 / 11;
	border: 4px solid var(--sp-panel);
	background: var(--sp-panel);
	background-position: center;
	background-size: cover;
	box-shadow: 10px 10px 0 rgba(28, 26, 24, 0.32);
	overflow: hidden;
}

.sp-home-spotlight__cover:nth-child(2) {
	margin-left: -34px;
}

.sp-home-spotlight__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: clamp(28px, 3.5vw, 56px);
	border-left: 1px solid var(--sp-ink);
	background: var(--sp-panel);
}

.sp-home-spotlight__role {
	margin: 0 0 14px;
	color: var(--sp-green);
	font-size: 0.86rem;
	font-weight: 950;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.home .sp-home-spotlight h1 {
	max-width: none;
	font-size: clamp(2.6rem, 5vw, 5rem);
	line-height: 0.88;
	text-wrap: balance;
	overflow-wrap: break-word;
	hyphens: none;
}

.sp-home-spotlight__rule {
	width: min(100%, 520px);
	height: 3px;
	margin: clamp(18px, 2.6vw, 30px) 0;
	background: var(--sp-orange);
}

.sp-home-spotlight__known,
.sp-home-spotlight__bio {
	max-width: 64ch;
	margin: 0;
	color: var(--sp-muted);
	font-size: clamp(1rem, 1.25vw, 1.16rem);
	font-weight: 750;
	line-height: 1.52;
}

.sp-home-spotlight__known + .sp-home-spotlight__bio {
	margin-top: 16px;
}

.sp-home-spotlight__known span {
	color: var(--sp-orange);
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.home .wp-block-post-template {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
}

body.home .wp-block-post-template.is-flex-container > li {
	width: 100% !important;
}

body.home .sp-home-recent .wp-block-post-template {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home .wp-block-post {
	display: flex;
	flex-direction: column;
	min-width: 0;
	border: 1px solid var(--sp-border);
	border-radius: 0;
	background: var(--sp-panel);
	overflow: hidden;
}

body.home .wp-block-post-featured-image {
	margin: 0;
	background:
		linear-gradient(135deg, rgba(5, 60, 49, 0.92), rgba(200, 85, 20, 0.54)),
		repeating-linear-gradient(90deg, rgba(255, 207, 47, 0.18) 0, rgba(255, 207, 47, 0.18) 1px, transparent 1px, transparent 18px);
}

body.home .wp-block-post-featured-image a {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 11;
	overflow: hidden;
}

body.home .sp-home-recent .wp-block-post-featured-image a {
	aspect-ratio: 4 / 5;
}

body.home .wp-block-post-featured-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.home .wp-block-post-title {
	margin: 18px 18px 0;
	color: var(--sp-ink);
	font-family: var(--sp-display-font);
	font-size: clamp(1.65rem, 2.5vw, 2.35rem);
	line-height: 0.98;
	letter-spacing: 0;
}

body.home .wp-block-post-title a {
	color: var(--sp-ink);
	text-decoration: none;
}

body.home .wp-block-post-title a:hover,
body.home .wp-block-post-title a:focus {
	color: var(--sp-orange-dark);
}

body.home .wp-block-post-excerpt,
body.home .wp-block-post-date {
	margin: 10px 18px 0;
	color: var(--sp-muted);
	font-weight: 650;
	line-height: 1.45;
}

body.home .wp-block-post-excerpt__excerpt {
	margin: 0;
}

body.home .wp-block-post-date {
	margin-bottom: 18px;
	color: var(--sp-orange);
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sp-home-newsletter {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(280px, 0.35fr);
	align-items: center;
	gap: 24px;
	padding: clamp(24px, 4vw, 44px);
	border: 1px solid var(--sp-ink);
	border-radius: 0;
	background: var(--sp-panel);
}

.sp-home-newsletter h2 {
	font-size: clamp(2.8rem, 5vw, 5.8rem);
	line-height: 0.9;
}

.sp-home-newsletter p {
	max-width: 62ch;
	margin: 12px 0 0;
	color: var(--sp-muted);
	font-weight: 700;
	line-height: 1.55;
}

.sp-home-stubs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.sp-home-stub {
	min-height: 120px;
	padding: 18px;
	border: 1px solid var(--sp-border);
	border-radius: 0;
	background: var(--sp-panel);
}

.sp-home-stub h3 {
	font-size: 2rem;
	line-height: 0.95;
}

.sp-home-stub p {
	margin: 8px 0 0;
	color: var(--sp-muted);
	font-weight: 700;
	line-height: 1.45;
}

@media (max-width: 900px) {
	.sp-home-hero,
	.sp-home-newsletter {
		grid-template-columns: 1fr;
	}

	body.home .sp-home-spotlight {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.sp-home-spotlight__media {
		min-height: 460px;
	}

	.sp-home-spotlight__content {
		border-top: 1px solid var(--sp-ink);
		border-left: 0;
	}

	body.home .wp-block-post-template,
	body.home .sp-home-recent .wp-block-post-template,
	.sp-home-stubs {
		grid-template-columns: 1fr 1fr;
	}

	.sp-home-schedule li {
		grid-template-columns: minmax(88px, 0.24fr) minmax(0, 1fr);
	}

	.sp-home-schedule .sp-links {
		grid-column: 1 / -1;
		flex-direction: row;
		align-self: stretch;
		min-width: 0;
	}

	.sp-home-schedule .sp-watch,
	.sp-home-schedule .sp-hub {
		flex: 1 1 0;
	}
}

@media (max-width: 620px) {
	.sp-home-wrap {
		width: min(100% - 28px, 1280px);
	}

	body.home .wp-block-post-template,
	body.home .sp-home-recent .wp-block-post-template,
	.sp-home-stubs {
		grid-template-columns: 1fr;
	}

	.sp-home-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.sp-home-schedule li {
		grid-template-columns: 1fr;
	}

	.sp-schedule-date {
		align-items: baseline;
		flex-direction: row;
		justify-content: space-between;
		min-height: 0;
		text-align: left;
	}

	.sp-home-spotlight__media {
		min-height: 360px;
		padding: 0;
	}

	.sp-home-spotlight__portrait {
		width: 100%;
		height: 100%;
	}

	.sp-home-spotlight__covers {
		right: 14px;
		bottom: 16px;
		width: min(28%, 120px);
	}

	.sp-home-spotlight__content {
		padding: 26px;
	}

	body.home .sp-home-spotlight h1 {
		font-size: clamp(2rem, 8vw, 3.4rem);
	}
}

/* Recent Interviews — last-4 cards (shortcode) */
.sp-ri-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
	align-items: stretch;
}

.sp-ri-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.sp-ri-blurb-label {
	color: var(--sp-orange);
	font-weight: 950;
	font-size: 0.72rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sp-ri-media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--sp-ink);
	border: 1px solid var(--sp-ink);
}

.sp-ri-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sp-ri-role {
	margin: 0 0 6px;
	color: var(--sp-orange);
	font-size: 0.74rem;
	font-weight: 950;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.3;
}

.sp-ri-blurb {
	margin: 0 0 10px;
	color: var(--sp-muted);
	font-size: 0.86rem;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sp-ri-meta {
	margin: 0 0 10px;
	color: var(--sp-muted);
	font-size: 0.8rem;
	font-weight: 700;
}

.sp-ri-name {
	margin: 14px 0 2px;
	font-family: var(--sp-display-font);
	font-weight: 900;
	font-size: clamp(1.1rem, 1.5vw, 1.45rem);
	line-height: 1;
	text-transform: uppercase;
}

.sp-ri-name a {
	color: var(--sp-ink);
	text-decoration: none;
}

.sp-ri-name a:hover {
	color: var(--sp-orange-dark);
}

.sp-ri-watch {
	display: inline-block;
	margin-top: auto;
	align-self: flex-start;
	padding-top: 4px;
	color: var(--sp-orange);
	font-weight: 950;
	font-size: 0.74rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
}

.sp-ri-watch:hover {
	color: var(--sp-orange-dark);
	text-decoration: underline;
}

@media (max-width: 900px) {
	.sp-ri-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 620px) {
	.sp-ri-grid {
		grid-template-columns: 1fr;
	}
}

/* Standout Moment block */
.sp-standout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(28px, 4vw, 56px);
	align-items: center;
	background: var(--sp-ink);
	color: var(--sp-paper);
	padding: clamp(32px, 4vw, 60px);
}

.sp-standout__mark {
	display: block;
	font-family: var(--sp-display-font);
	font-size: 4.5rem;
	line-height: 0.6;
	color: #403a32;
}

.sp-standout__kicker {
	margin: 8px 0 18px;
	color: var(--sp-yellow);
	font-size: 0.74rem;
	font-weight: 950;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.sp-standout__quote {
	margin: 0 0 22px;
	font-size: clamp(1.2rem, 1.8vw, 1.7rem);
	font-style: italic;
	line-height: 1.5;
	color: #f1ece1;
}

.sp-standout__cite {
	margin: 0 0 22px;
	color: var(--sp-yellow);
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sp-standout__cta {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 18px;
	background: var(--sp-orange);
	color: var(--sp-panel);
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
}

.sp-standout__cta:hover {
	background: var(--sp-orange-dark);
}

.sp-standout__media {
	align-self: stretch;
}

.sp-standout__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 860px) {
	.sp-standout {
		grid-template-columns: 1fr;
	}

	.sp-standout__media {
		order: -1;
	}
}
