/* === Kabir Kadre Special Needs Trust page — scoped to .kkt — begin === */
.kkt {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: #edf0ea;
	color: #18241e;
	text-align: left;
	font-family: "Public Sans", system-ui, -apple-system, sans-serif;
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

.kkt * {
	box-sizing: border-box;
}

.kkt .wrap {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 28px;
}

.kkt .hero {
	position: relative;
	overflow: hidden;
	padding: clamp(72px,16vh,148px) 0 clamp(48px,9vh,92px);
	background: radial-gradient(120% 82% at 50% 116%, rgba(232,199,126,.55) 0%, rgba(232,199,126,.12) 38%, rgba(232,199,126,0) 62%), linear-gradient(180deg, #edf0ea 0%, #f6f8f3 55%, #eef2e8 100%);
}

.kkt .hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: clamp(30px,6vh,64px);
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(24,36,30,.14) 18%, rgba(24,36,30,.14) 82%, transparent);
}

.kkt .eyebrow {
	font-size: .72rem;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: #46564c;
	margin: 0 0 26px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.kkt .eyebrow::before {
	content: "";
	width: 22px;
	height: 2px;
	background: #c69339;
	display: inline-block;
}

.kkt h1 {
	font-family: "Fraunces", Georgia, serif;
	font-weight: 440;
	font-size: clamp(2.4rem,6.4vw,4.1rem);
	line-height: 1.04;
	letter-spacing: -.015em;
	margin: 0 0 24px;
	max-width: 15ch;
}

.kkt h1 em {
	font-style: italic;
	font-weight: 340;
	color: #3f5e45;
}

.kkt .lede {
	font-size: clamp(1.08rem,2.4vw,1.24rem);
	color: #46564c;
	max-width: 48ch;
	margin: 0 0 40px;
}

.kkt .actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.kkt .btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: "Public Sans", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	padding: 15px 26px;
	border-radius: 2px;
	text-decoration: none;
	border: 1.5px solid transparent;
	transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.kkt .btn-primary {
	background: #3f5e45;
	color: #f6f8f3;
}

.kkt .btn-primary:hover {
	background: #2c4531;
	transform: translateY(-1px);
}

.kkt .btn-primary .arrow {
	transition: transform 160ms ease;
}

.kkt .btn-primary:hover .arrow {
	transform: translateX(3px);
}

.kkt .btn-ghost {
	background: transparent;
	color: #18241e;
	border-color: rgba(24,36,30,.14);
}

.kkt .btn-ghost:hover {
	border-color: #3f5e45;
	color: #2c4531;
}

.kkt .btn:focus-visible {
	outline: 3px solid #c69339;
	outline-offset: 3px;
}

.kkt section.block {
	padding: clamp(52px,10vh,88px) 0;
}

.kkt section.block + section.block {
	border-top: 1px solid rgba(24,36,30,.14);
}

.kkt .kicker {
	font-size: .72rem;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: #c69339;
	margin: 0 0 20px;
	font-weight: 600;
}

.kkt .block h2 {
	font-family: "Fraunces", Georgia, serif;
	font-weight: 440;
	font-size: clamp(1.6rem,3.8vw,2.15rem);
	line-height: 1.15;
	letter-spacing: -.01em;
	margin: 0 0 22px;
	max-width: 24ch;
}

.kkt .block p {
	max-width: 60ch;
	margin: 0 0 18px;
}

.kkt .block p:last-child {
	margin-bottom: 0;
}

.kkt .block strong {
	font-weight: 600;
	color: #18241e;
}

.kkt .give {
	background: #f6f8f3;
	border: 1px solid rgba(24,36,30,.14);
	border-left: 3px solid #c69339;
	border-radius: 3px;
	padding: 30px 32px;
	margin-top: 8px;
}

.kkt .give p {
	margin: 0 0 20px;
	max-width: 56ch;
}

.kkt .contact .email-hint {
	font-size: .95rem;
	color: #46564c;
	margin: 16px 0 0;
}

.kkt .lede a, .kkt .block p a {
	color: #2c4531;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: rgba(63,94,69,.4);
	transition: color 160ms ease, text-decoration-color 160ms ease;
}

.kkt .lede a:hover, .kkt .block p a:hover {
	color: #c69339;
	text-decoration-color: #c69339;
}

.kkt .lede a:focus-visible, .kkt .block p a:focus-visible {
	outline: 3px solid #c69339;
	outline-offset: 2px;
	border-radius: 2px;
}

.kkt footer {
	border-top: 1px solid rgba(24,36,30,.14);
	padding: 40px 0 56px;
}

.kkt footer .mark {
	font-family: "Fraunces", Georgia, serif;
	font-weight: 560;
	font-size: 1.05rem;
	color: #18241e;
	margin: 0 0 6px;
}

.kkt footer .fine {
	font-size: .85rem;
	color: #46564c;
	margin: 0;
	max-width: 60ch;
}

/* — portrait duo layout ("Why this trust exists") — */
.kkt .duo {
	display: flex;
	gap: 44px;
	align-items: flex-start;
}

.kkt .duo-text {
	flex: 1 1 auto;
	min-width: 0;
}

.kkt .duo-photo {
	flex: 0 0 300px;
	margin: 2px 0 0;
}

.kkt .duo-photo img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #c69339;
	border-radius: 3px;
	padding: 5px;
	background: #f6f8f3;
}

/* — video ("The campaign of care") — Vimeo embed in keyline frame — */
.kkt .video-lede {
	color: #46564c;
	max-width: 52ch;
	margin: 0 0 26px;
}

@media (max-width:760px) {
	.kkt .duo {
		flex-direction: column;
	}
	
	.kkt .duo-photo {
		flex-basis: auto;
		width: min(320px, 78%);
		margin: 8px auto 0;
	}
}

@media (max-width:480px) {
	.kkt .actions .btn {
		width: 100%;
		justify-content: center;
	}
}

/* Video embed — balanced-block structure: frame applied directly to the embed figure */
figure.wp-block-embed.kkt-embed {
	width: 100vw;
	margin: 0 0 0 calc(50% - 50vw) !important;
	background: #edf0ea;
	padding: 26px 28px clamp(52px,10vh,88px);
	box-sizing: border-box;
}

.kkt-embed .wp-block-embed__wrapper {
	max-width: 664px;
	margin: 0 auto;
	border: 1px solid #c69339;
	border-radius: 3px;
	padding: 5px;
	background: #f6f8f3;
}

.kkt-embed .embed-vimeo {
	display: block;
	width: 100% !important;
}

.kkt-embed iframe {
	display: block;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: 2px;
}

.kkt section.video-block {
	padding-bottom: 0;
}

.kkt-embed + .kkt > section.block:first-child {
	border-top: 1px solid rgba(24,36,30,.14);
}

.entry-content > .kkt,
.entry-content > figure.kkt-embed {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* --- trustee section placeholder (temporary: replace .photo-ph with real portrait img) --- */
.kkt .duo-photo .photo-ph {
	aspect-ratio: 3/4;
	border: 1px solid #c69339;
	border-radius: 3px;
	padding: 5px;
	background: linear-gradient(#dde3da,#dde3da) content-box, #f6f8f3;
	box-sizing: border-box;
}

/* --- donor testimonials --- gold rule + Fraunces; italic for short pull-quotes, roman for sustained ones --- */
.kkt section.quote-block {
	padding: clamp(38px,7vh,60px) 0;
}

.kkt .quote {
	margin: 0;
}

.kkt .quote::before {
	content: "";
	display: block;
	width: 32px;
	height: 2px;
	background: #c69339;
	margin: 0 0 22px;
}

.kkt .quote p {
	font-family: "Fraunces", Georgia, serif;
	font-style: italic;
	font-weight: 340;
	font-size: clamp(1.14rem,2.7vw,1.34rem);
	line-height: 1.5;
	letter-spacing: -.005em;
	color: #2c4531;
	max-width: 50ch;
	margin: 0 0 16px;
}

.kkt .quote-long p {
	font-style: normal;
	font-weight: 400;
	font-size: clamp(1.02rem,2.1vw,1.1rem);
	line-height: 1.62;
	max-width: 56ch;
}

.kkt .quote cite {
	display: block;
	font-family: "Public Sans", sans-serif;
	font-style: normal;
	font-size: .74rem;
	letter-spacing: .18em;
	text-transform: uppercase;
	font-weight: 600;
	color: #46564c;
}

/* === Kabir Kadre Special Needs Trust page — end === */