:root {
}

*,::before,::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--font-body);
	background: var(--ivory);
	color: var(--text-body);
	line-height: 1.7;
	font-size: 1rem;
}

.site-header,.wp-block-template-part[class*="header"],.wp-block-site-title,.wp-block-navigation,.entry-header,.wp-block-post-title,.page-title {
	display: none !important;
}

.wp-block-post-content,.wp-block-group,.wp-block-html {
	max-width: 100% !important;
	padding: 0 !important;
}

nav[role="navigation"].ajf-nav,nav.ajf-nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: rgba(26,10,0,0.97);
	padding: 0 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 68px;
	border-bottom: 1px solid rgba(200,134,10,0.3);
}

.nav-brand {
	font-family: var(--font-display);
	font-size: 1.35rem;
	font-weight: 600;
	color: var(--gold-light);
	text-decoration: none;
	letter-spacing: .01em;
}

.nav-links {
	display: flex;
	gap: 2rem;
	list-style: none;
	align-items: center;
}

.nav-links a {
	color: rgba(255,255,255,0.85);
	text-decoration: none;
	font-size: .875rem;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: color .2s;
}

.nav-links a:hover {
	color: var(--gold-light);
}

.nav-donate {
	background: var(--gold) !important;
	color: var(--espresso) !important;
	padding: .45rem 1.1rem;
	border-radius: 2px;
	font-weight: 700 !important;
}

.nav-hamburger {
	display: none;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
	background: none;
	border: none;
	padding: 4px;
}

.nav-hamburger span {
	display: block;
	width: 24px;
	height: 2px;
	background: var(--gold-light);
}

.hero {
	min-height: 100vh;
	background: linear-gradient(160deg,var(--espresso) 0%,var(--dark-brown) 40%,#3A1A08 100%);
	display: flex;
	align-items: center;
	padding: 8rem 2rem 5rem;
	position: relative;
	overflow: hidden;
}

.hero::before {
	content: '';
	position: absolute;
	background: radial-gradient(ellipse at 70% 50%,rgba(200,134,10,0.08) 0%,transparent 70%);
	pointer-events: none;
}

.hero-inner {
	max-width: var(--max-w);
	margin: 0 auto;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
}

.hero-eyebrow {
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 1.25rem;
}

.hero-headline {
	font-family: var(--font-display);
	font-size: clamp(2.8rem,5vw,4.5rem);
	font-weight: 600;
	color: var(--white);
	line-height: 1.1;
	margin-bottom: 1.5rem;
}

.hero-headline em {
	color: var(--gold-light);
	font-style: italic;
}

.hero-subtext {
	font-size: 1.1rem;
	color: rgba(255,255,255,0.75);
	line-height: 1.75;
	margin-bottom: 2.25rem;
	max-width: 480px;
}

.hero-ctas {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.hero-stat-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.hero-stat {
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(200,134,10,0.25);
	border-radius: 4px;
	padding: 1.5rem;
}

.hero-stat-number {
	font-family: var(--font-display);
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--gold-light);
	line-height: 1;
	margin-bottom: .35rem;
}

.hero-stat-label {
	font-size: .78rem;
	color: rgba(255,255,255,0.65);
	letter-spacing: .04em;
	text-transform: uppercase;
}

.btn-primary {
	display: inline-block;
	background: var(--gold);
	color: var(--espresso);
	font-weight: 700;
	font-size: .9rem;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: .85rem 1.75rem;
	text-decoration: none;
	border-radius: 2px;
	transition: background 0.2s, transform .1s;
}

.btn-primary:hover {
	background: var(--gold-light);
	transform: translateY(-1px);
}

.btn-outline {
	display: inline-block;
	border: 1.5px solid rgba(255,255,255,0.4);
	color: rgba(255,255,255,0.9);
	font-weight: 500;
	font-size: .9rem;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: .85rem 1.75rem;
	text-decoration: none;
	border-radius: 2px;
	transition: border-color 0.2s, color .2s;
}

.btn-outline:hover {
	border-color: var(--gold-light);
	color: var(--gold-light);
}

.btn-dark {
	display: inline-block;
	background: var(--espresso);
	color: var(--gold-light);
	font-weight: 700;
	font-size: .9rem;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: .9rem 2rem;
	text-decoration: none;
	border-radius: 2px;
	transition: background .2s;
}

.btn-dark:hover {
	background: var(--dark-brown);
}

.story-bar {
	background: var(--gold);
	padding: 1.25rem 2rem;
	text-align: center;
}

.story-bar p {
	font-family: var(--font-display);
	font-size: 1.4rem;
	font-style: italic;
	font-weight: 500;
	color: var(--espresso);
}

section {
	padding: var(--section-pad);
}

.section-inner {
	max-width: var(--max-w);
	margin: 0 auto;
}

.section-eyebrow {
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: .75rem;
}

.section-title {
	font-family: var(--font-display);
	font-size: clamp(2rem,3.5vw,3rem);
	font-weight: 600;
	color: var(--espresso);
	line-height: 1.2;
	margin-bottom: 1.25rem;
}

.section-title em {
	color: var(--gold);
	font-style: italic;
}

.section-body {
	font-size: 1.05rem;
	line-height: 1.8;
	color: var(--text-body);
	max-width: 680px;
}

.about {
	background: var(--white);
}

.about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5rem;
	align-items: center;
}

.about-text .section-body {
	margin-bottom: 1.25rem;
	max-width: 100%;
}

.founder-card {
	background: var(--gold-pale);
	border-left: 4px solid var(--gold);
	padding: 2rem;
	border-radius: 0 4px 4px 0;
}

.founder-name {
	font-family: var(--font-display);
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--espresso);
	margin-bottom: .25rem;
}

.founder-title {
	font-size: .85rem;
	color: var(--text-muted);
	letter-spacing: .04em;
	margin-bottom: 1rem;
}

.founder-quote {
	font-family: var(--font-display);
	font-size: 1.25rem;
	font-style: italic;
	color: var(--plum);
	line-height: 1.5;
	margin-bottom: 1rem;
}

.founder-bio {
	font-size: .95rem;
	color: var(--text-body);
	line-height: 1.7;
}

.creds {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-top: 1.25rem;
}

.cred-tag {
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: var(--espresso);
	color: var(--gold-light);
	padding: .3rem .75rem;
	border-radius: 2px;
}

.programs {
	background: var(--gold-pale);
}

.programs-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 1.5rem;
	margin-top: 3rem;
}

.program-card {
	background: var(--white);
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid var(--border);
	transition: transform 0.2s, box-shadow .2s;
}

.program-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(26,10,0,0.12);
}

.program-card-accent {
	height: 5px;
	background: var(--gold);
}

.program-card-accent.plum {
	background: var(--plum);
}

.program-card-accent.dark {
	background: var(--dark-brown);
}

.program-card-body {
	padding: 2rem;
}

.program-icon {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.program-name {
	font-family: var(--font-display);
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--espresso);
	margin-bottom: .75rem;
}

.program-desc {
	font-size: .95rem;
	color: var(--text-body);
	line-height: 1.7;
	margin-bottom: 1.5rem;
}

.program-link {
	display: inline-block;
	font-size: .85rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--gold);
	text-decoration: none;
	border-bottom: 1.5px solid var(--gold);
	padding-bottom: 2px;
}

.safehub {
	background: var(--espresso);
	color: var(--white);
}

.safehub-inner {
	max-width: var(--max-w);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5rem;
	align-items: center;
}

.safehub .section-eyebrow {
	color: var(--gold-light);
}

.safehub .section-title {
	color: var(--white);
}

.safehub .section-title em {
	color: var(--gold-light);
}

.safehub-body {
	color: rgba(255,255,255,0.8);
	font-size: 1.05rem;
	line-height: 1.8;
	margin-bottom: 1.5rem;
}

.safehub-features {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: .75rem;
	margin-bottom: 2rem;
}

.safehub-features li {
	display: flex;
	align-items: flex-start;
	gap: .75rem;
	color: rgba(255,255,255,0.8);
	font-size: .95rem;
}

.safehub-features li::before {
	content: '◆';
	color: var(--gold);
	flex-shrink: 0;
	margin-top: .2em;
	font-size: .6rem;
}

.safehub-tiers {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.safehub-tier {
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(200,134,10,0.2);
	border-radius: 4px;
	padding: 1rem 1.25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tier-name {
	font-size: .9rem;
	font-weight: 600;
	color: var(--white);
}

.tier-price {
	font-family: var(--font-display);
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--gold-light);
}

.books {
	background: var(--white);
}

.books-grid {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 1.5rem;
	margin-top: 3rem;
}

.book-card {
	border: 1px solid var(--border);
	border-radius: 4px;
	overflow: hidden;
	transition: transform 0.2s, box-shadow .2s;
	text-decoration: none;
	color: inherit;
	display: block;
}

.book-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(26,10,0,0.10);
}

.book-cover {
	width: 100%;
	aspect-ratio: 3/4;
	background: var(--gold-pale);
	display: flex;
	align-items: center;
	justify-content: center;
}

.book-cover-placeholder {
	text-align: center;
	padding: 1.5rem;
}

.book-cover-emoji {
	font-size: 3rem;
	display: block;
	margin-bottom: .5rem;
}

.book-cover-title {
	font-family: var(--font-display);
	font-size: 1rem;
	font-weight: 600;
	color: var(--espresso);
	line-height: 1.2;
}

.book-info {
	padding: 1.25rem;
	background: var(--white);
}

.book-series-tag {
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: .4rem;
}

.book-title {
	font-family: var(--font-display);
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--espresso);
	line-height: 1.3;
	margin-bottom: .5rem;
}

.book-cta {
	font-size: .8rem;
	font-weight: 700;
	color: var(--gold);
	text-transform: uppercase;
	letter-spacing: .05em;
}

.kings {
	background: linear-gradient(135deg,var(--plum) 0%,#2A0D25 100%);
	color: var(--white);
}

.kings-inner {
	max-width: var(--max-w);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5rem;
	align-items: center;
}

.kings .section-eyebrow {
	color: var(--gold-light);
}

.kings .section-title {
	color: var(--white);
}

.kings .section-title em {
	color: var(--gold-light);
}

.kings-date {
	display: inline-block;
	background: var(--gold);
	color: var(--espresso);
	font-size: .8rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: .4rem 1rem;
	border-radius: 2px;
	margin-bottom: 1.5rem;
}

.kings-body {
	color: rgba(255,255,255,0.8);
	font-size: 1.05rem;
	line-height: 1.8;
	margin-bottom: 2rem;
}

.sponsor-tiers {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.sponsor-tier {
	background: rgba(255,255,255,0.07);
	border: 1px solid rgba(200,134,10,0.3);
	border-radius: 4px;
	padding: 1.25rem;
	text-align: center;
}

.sponsor-tier-name {
	font-family: var(--font-display);
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--gold-light);
	margin-bottom: .25rem;
}

.sponsor-tier-amount {
	font-size: 1.4rem;
	font-weight: 800;
	color: var(--white);
}

.donate-section {
	background: var(--gold-pale);
	text-align: center;
	padding: var(--section-pad);
}

.donate-inner {
	max-width: 700px;
	margin: 0 auto;
}

.donate-body {
	font-size: 1.1rem;
	line-height: 1.8;
	color: var(--text-body);
	margin: 1.25rem auto 2rem;
	max-width: 560px;
}

.donate-ctas {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
}

.contact {
	background: var(--white);
}

.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5rem;
	align-items: start;
}

.contact-methods {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 2rem;
}

.contact-method {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.contact-method-icon {
	font-size: 1.5rem;
	flex-shrink: 0;
}

.contact-method-label {
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: .25rem;
}

.contact-method-value {
	font-size: 1rem;
	color: var(--text-body);
}

.contact-method-value a {
	color: var(--espresso);
	text-decoration: none;
	font-weight: 500;
	border-bottom: 1px solid var(--border);
}

.partnership-box {
	background: var(--gold-pale);
	border: 1px solid var(--border);
	border-left: 4px solid var(--gold);
	border-radius: 0 4px 4px 0;
	padding: 2rem;
}

.partnership-box h3 {
	font-family: var(--font-display);
	font-size: 1.35rem;
	font-weight: 600;
	color: var(--espresso);
	margin-bottom: .75rem;
}

.partnership-box p {
	font-size: .95rem;
	color: var(--text-body);
	line-height: 1.7;
	margin-bottom: 1.25rem;
}

footer[role="contentinfo"] {
	background: var(--dark-brown);
	color: rgba(255,255,255,0.65);
	padding: 3rem 2rem;
	text-align: center;
}

.footer-brand {
	font-family: var(--font-display);
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--gold-light);
	margin-bottom: .5rem;
}

.footer-nav {
	display: flex;
	justify-content: center;
	gap: 2rem;
	flex-wrap: wrap;
	margin: 1.25rem 0;
	list-style: none;
}

.footer-nav a {
	font-size: .82rem;
	color: rgba(255,255,255,0.55);
	text-decoration: none;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.footer-nav a:hover {
	color: var(--gold-light);
}

.footer-legal {
	font-size: .82rem;
	color: rgba(255,255,255,0.4);
	margin-top: 1rem;
	line-height: 1.6;
}

@media(max-width:900px) {
	:root {
	}
	
	.nav-links {
		display: none;
	}
	
	.nav-hamburger {
		display: flex;
	}
	
	.hero-inner,.about-grid,.safehub-inner,.kings-inner,.contact-grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}
	
	.hero-visual {
		display: none;
	}
	
	.programs-grid {
		grid-template-columns: 1fr;
	}
	
	.books-grid {
		grid-template-columns: 1fr 1fr;
	}
	
	.sponsor-tiers {
		grid-template-columns: 1fr 1fr;
	}
}

@media(max-width:560px) {
	.books-grid,.sponsor-tiers {
		grid-template-columns: 1fr;
	}
	
	.hero-ctas,.donate-ctas {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.donate-ctas {
		align-items: center;
	}
}