/* ============================= */
/* MOBILE IMPROVEMENTS */
/* ============================= */
@media screen and (max-width: 768px) {
	.site-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.entry-content p {
		font-size: 17px;
		line-height: 1.6;
	}
	
	.button,
							    button,
							    input[type="submit"] {
		width: 100%;
		text-align: center;
		padding: 14px 18px;
		font-size: 16px;
	}
	
	.funders-logos img {
		max-height: 90px;
		width: auto;
	}
	
	.wp-block-columns {
		gap: 25px;
	}
}

/* ============================= */
/* FUNDER LOGOS SECTION */
/* ============================= */
.funders-logos {
	margin-top: 40px;
}

.funders-logos img {
	max-height: 120px;
	width: auto;
	display: block;
	margin: 0 auto;
}

/* Remove Twenty Sixteen linked image underline */
.funders-logos a img {
	border-bottom: none !important;
	border: none !important;
	box-shadow: none !important;
}

/* ============================= */
/* RESTORE BLUE BACKGROUND + WHITE TEXT */
/* ============================= */
/* Main background */
body,
.site {
	background-color: #4c67a1;
}

/* Content background */
.site-content,
.entry-content,
.site-main {
	background-color: transparent;
}

/* Default text */
body,
.entry-content,
.entry-content p {
	color: #ffffff;
}

/* Headings */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #ffffff;
}

/* Navigation */
.main-navigation a {
	color: #ffffff;
}

/* Links */
a {
	color: #ffffff;
}

a:hover,
a:focus {
	opacity: .8;
}

/* ============================= */
/* FORCE WHITE TEXT SITEWIDE */
/* ============================= */
/* All body text */
.site-main,
.site-main p,
.site-main li,
.site-main span {
	color: #ffffff !important;
}

/* All headings */
.site-main h1,
.site-main h2,
.site-main h3,
.site-main h4,
.site-main h5,
.site-main h6 {
	color: #ffffff !important;
}

/* All links */
.site-main a {
	color: #ffffff !important;
}

/* Image captions */
.wp-block-image figcaption,
.wp-caption-text,
.entry-content .wp-caption-text {
	color: #ffffff !important;
}

/* Remove Twenty Sixteen link underline (box shadow) in funders */
.funders-logos a {
	box-shadow: none !important;
	border: none !important;
}

/* ============================= */
/* BIO PAGE STRUCTURE */
/* ============================= */
.site-main p {
	font-size: 18px;
	line-height: 1.7;
}

.site-main h2 {
	font-size: 28px;
	margin-top: 60px;
}

.site-main h3 {
	font-size: 22px;
	margin-top: 40px;
}

/* Bio column spacing */
.wp-block-columns {
	align-items: flex-start;
	margin-bottom: 40px;
}

/* Headshot sizing */
.wp-block-columns img {
	max-width: 100%;
	height: auto;
}

/* ============================= */
/* BIO PAGE STRUCTURE */
/* ============================= */
.site-main p {
	font-size: 18px;
	line-height: 1.7;
}

.site-main h2 {
	font-size: 28px;
	margin-top: 60px;
}

.site-main h3 {
	font-size: 22px;
	margin-top: 40px;
}

/* Bio column spacing */
.wp-block-columns {
	align-items: flex-start;
	margin-bottom: 40px;
}

/* Headshot sizing */
.wp-block-columns img {
	max-width: 100%;
	height: auto;
}

/* ============================= */
/* BIO PAGE STRUCTURE */
/* ============================= */
.site-main p {
	font-size: 18px;
	line-height: 1.7;
}

.site-main h2 {
	font-size: 28px;
	margin-top: 60px;
}

.site-main h3 {
	font-size: 22px;
	margin-top: 40px;
}

/* Bio column spacing */
.wp-block-columns {
	align-items: flex-start;
	margin-bottom: 40px;
}

/* Headshot sizing */
.wp-block-columns img {
	max-width: 100%;
	height: auto;
}

/* Kill ALL underlines in funder logo section */
.funders-logos a,
.funders-logos a:link,
.funders-logos a:visited,
.funders-logos a:hover,
.funders-logos a:focus,
.funders-logos a:active {
	box-shadow: none !important;
	text-decoration: none !important;
	border: none !important;
}

/* Remove Twenty Sixteen centered image border */
.funders-logos .aligncenter,
.funders-logos img.aligncenter,
.funders-logos .wp-block-image.aligncenter img {
	border: none !important;
	box-shadow: none !important;
}

/* Completely neutralize theme image styling in funders section */
.funders-logos img {
	border: 0 !important;
	box-shadow: none !important;
	outline: none !important;
}

/* Dark text inside light toolkit sections */
section[aria-labelledby="toolkit-heading"],
section[aria-labelledby="toolkit-heading"] p,
section[aria-labelledby="toolkit-heading"] li,
section[aria-labelledby="toolkit-heading"] h2,
section[aria-labelledby="toolkit-heading"] h3 {
	color: #1a1a1a !important;
}

/* Season 2026 layout */
.season-show {
	margin: 50px 0;
}

.season-show .wp-block-columns {
	align-items: center;
}

.season-show .wp-block-image img {
	display: block;
	width: 100%;
	height: auto;
}

/* Mobile: reduce whitespace */
@media screen and (max-width: 768px) {
	.season-show {
		margin: 30px 0;
	}
	
	.season-show .wp-block-columns {
		gap: 18px;
	}
	
	.season-show h2 {
		margin-top: 10px;
	}
	
	.season-show p {
		font-size: 16px;
		line-height: 1.6;
	}
}

.mackers-guide {
	font-family: Georgia, "Times New Roman", serif;
	color: var(--ink);
	background: radial-gradient(circle at top, rgba(184, 138, 59, 0.08), transparent 32%), linear-gradient(180deg, #fbf8f4 0%, var(--bg) 100%);
	line-height: 1.65;
	padding: 0;
	margin: 0;
}

.mackers-guide * {
	box-sizing: border-box;
}

.mackers-guide img {
	max-width: 100%;
	display: block;
	border-radius: 14px;
}

.mackers-guide a {
	color: var(--accent);
}

.mackers-guide .container {
	width: min(var(--max), calc(100% - 2rem));
	margin: 0 auto;
}

.mackers-guide .hero {
	padding: 3rem 0 2rem;
}

.mackers-guide .hero-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 2rem;
	align-items: center;
}

.mackers-guide .eyebrow {
	display: inline-block;
	margin-bottom: .8rem;
	padding: .35rem .7rem;
	border-radius: 999px;
	background: rgba(122, 31, 31, 0.08);
	color: var(--accent);
	font-size: .8rem;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mackers-guide h1,
.mackers-guide h2,
.mackers-guide h3 {
	line-height: 1.15;
	margin: 0 0 .8rem;
	font-weight: 700;
}

.mackers-guide h1 {
	font-size: clamp(2.4rem, 5vw, 4.8rem);
	letter-spacing: -.03em;
}

.mackers-guide h2 {
	font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.mackers-guide h3 {
	font-size: 1.2rem;
	color: var(--accent);
}

.mackers-guide .subtitle {
	font-size: 1.1rem;
	color: var(--muted);
	max-width: 58ch;
	margin-bottom: 1.2rem;
}

.mackers-guide .hero-card,
.mackers-guide .card {
	background: var(--paper);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.mackers-guide .hero-card {
	overflow: hidden;
}

.mackers-guide .hero-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 420px;
}

.mackers-guide .meta {
	display: flex;
	flex-wrap: wrap;
	gap: .8rem;
	margin-top: 1rem;
	color: var(--muted);
	font-size: .95rem;
}

.mackers-guide .meta span {
	padding: .35rem .7rem;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: #fff;
}

.mackers-guide .quote-banner {
	margin: 1.5rem 0 0;
	padding: 1.25rem 1.4rem;
	background: linear-gradient(135deg, rgba(122, 31, 31, 0.95), rgba(73, 16, 16, 0.95));
	color: #fffaf5;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.mackers-guide .quote-banner blockquote {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.5;
}

.mackers-guide .quote-banner cite {
	display: block;
	margin-top: .6rem;
	font-style: normal;
	color: rgba(255, 250, 245, 0.8);
}

.mackers-guide section {
	padding: 2.5rem 0;
}

.mackers-guide .two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: start;
}

.mackers-guide .card {
	padding: 1.5rem;
}

.mackers-guide .card.tight {
	padding: 1.1rem 1.25rem;
}

.mackers-guide .lede {
	font-size: 1.1rem;
	color: var(--muted);
	max-width: 70ch;
}

.mackers-guide .pull-quote {
	border-left: 4px solid var(--accent-2);
	padding: .25rem 0 .25rem 1rem;
	margin: 1rem 0 0;
	font-size: 1.05rem;
	color: #3d342e;
}

.mackers-guide .grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.mackers-guide .grid-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
}

.mackers-guide .image-card {
	overflow: hidden;
	padding: 0;
}

.mackers-guide .image-card img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 0;
}

.mackers-guide .image-card .caption {
	padding: 1rem 1.1rem 1.15rem;
	font-size: .95rem;
	color: var(--muted);
}

.mackers-guide ul,
.mackers-guide ol {
	padding-left: 1.2rem;
}

.mackers-guide .timeline {
	display: grid;
	gap: 1rem;
	margin-top: 1rem;
}

.mackers-guide .timeline-item {
	background: var(--paper);
	border: 1px solid var(--border);
	border-radius: 14px;
	padding: 1rem 1.1rem;
	box-shadow: var(--shadow);
}

.mackers-guide .timeline-item strong {
	color: var(--accent);
	display: inline-block;
	margin-bottom: .3rem;
}

.mackers-guide .discussion li,
.mackers-guide .activities li,
.mackers-guide .glossary li {
	margin-bottom: .75rem;
}

.mackers-guide .cta-band {
	background: linear-gradient(135deg, rgba(184, 138, 59, 0.14), rgba(122, 31, 31, 0.08));
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
}

.mackers-guide .small {
	font-size: .92rem;
	color: var(--muted);
}

@media (max-width: 960px) {
	.mackers-guide .hero-grid,
			  .mackers-guide .two-col,
			  .mackers-guide .grid-3,
			  .mackers-guide .grid-2 {
		grid-template-columns: 1fr;
	}
	
	.mackers-guide .hero-card img {
		min-height: 320px;
	}
	
	.mackers-guide .image-card img {
		height: 240px;
	}
}

.mackers-guide .guide-meta-line {
	margin: 1rem 0 1.25rem;
	color: var(--muted);
	font-size: .98rem;
}

.mackers-guide .quote-banner {
	max-width: 640px;
	margin-top: 1.5rem;
}

.mackers-guide .quote-banner blockquote,
.mackers-guide .quote-banner cite {
	color: #fffaf5;
}

.mackers-guide .container {
	max-width: 1100px;
}