/* coaching.css — Ministry Coaching page overrides only. The system lives
   in components.css; keep this file thin. Offer-page flow: sage hero,
   light legible middle (value / proof / why), sage + gold CTA accents. */

/* ---- Hero (B): title + lede left, the offer as a value panel right. ---- */
.akf-coaching .akf-coaching-hero { background: var(--field); }
.akf-coaching-hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.akf-coaching .akf-coaching-hero .akf-hero__title { max-width: none; }
.akf-coaching .akf-coaching-hero .akf-hero__lede { max-width: 44ch; margin: 1.1rem 0 0; }
.akf-coaching-hero__panel {
	background: rgba(23, 33, 15, 0.28);
	border: 1px solid rgba(244, 242, 233, 0.22);
	border-radius: 10px;
	padding: clamp(1.4rem, 3vw, 2rem);
}
.akf-coaching-hero__stat { margin: 0 0 1.15rem; }
.akf-coaching-hero__stat b {
	font-family: var(--font-disp); font-weight: 900; font-stretch: 72%;
	font-size: clamp(1.6rem, 3vw, 2.3rem); display: block; line-height: 1; color: var(--gold);
}
.akf-coaching-hero__stat span { font-size: 0.9rem; color: rgba(244, 242, 233, 0.85); }
.akf-coaching-hero__panel .akf-btn { width: 100%; justify-content: center; margin-top: 0.5rem; }
@media (max-width: 720px) { .akf-coaching-hero__grid { grid-template-columns: 1fr; } }

/* ---- Who's coaching you — credibility line + a board-style coach grid. ---- */
.akf-coaching-who__lede { max-width: 60ch; margin: 0.8rem 0 clamp(1.6rem, 3.5vw, 2.4rem); font-size: var(--step-0); line-height: 1.65; color: var(--text-on-bone); }
.akf-coaching-coaches { grid-template-columns: repeat(auto-fit, minmax(150px, 190px)); justify-content: start; }

/* ---- What you get ---- */
.akf-coaching-value__intro { max-width: 64ch; margin: 0.9rem 0 0; }
.akf-coaching-value__intro p { font-size: var(--step-0); line-height: 1.7; color: var(--text-on-bone); }
.akf-coaching-value__label { margin: clamp(1.6rem, 3.5vw, 2.4rem) 0 0.6rem; font-weight: 700; color: var(--text-on-bone); }
.akf-coaching-benefits {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 24rem), 1fr));
	gap: 0.75rem 2.2rem;
}
.akf-coaching-benefits li {
	position: relative; padding-left: 1.7rem;
	font-size: var(--step-0); line-height: 1.5; color: var(--text-on-bone);
}
.akf-coaching-benefits li::before {
	content: ''; position: absolute; left: 0; top: 0.5em;
	width: 0.6rem; height: 0.6rem; border-radius: 50%; background: var(--gold-d);
}

/* ---- Proof: credibility + a testimonial carousel (shows three, arrows
   page through more) on a LIGHT surface. ---- */
.akf-carousel { position: relative; }
.akf-carousel__head {
	display: flex; align-items: flex-end; justify-content: space-between;
	gap: 1rem 2rem; flex-wrap: wrap; margin-bottom: clamp(1.6rem, 3.5vw, 2.5rem);
}
.akf-coaching-proof__intro { max-width: 64ch; }
.akf-coaching-proof__lede {
	margin: 0.7rem 0 0; font-size: var(--step-0); line-height: 1.6; color: var(--muted-on-bone);
}
.akf-carousel__nav { display: none; gap: 0.55rem; flex: none; }
.akf-carousel.is-ready .akf-carousel__nav { display: flex; }
.akf-carousel__btn {
	width: 46px; height: 46px; border-radius: 50%; border: 0; cursor: pointer;
	background: var(--field); color: var(--bone); font-size: 1.15rem; line-height: 1;
	display: grid; place-items: center;
	transition: opacity 0.15s ease, transform 0.15s ease;
}
.akf-carousel__btn:hover:not(:disabled) { transform: translateY(-1px); }
.akf-carousel__btn:disabled { opacity: 0.28; cursor: default; }

.akf-carousel__track {
	--gap: clamp(1.1rem, 2.5vw, 1.75rem);
	display: flex; gap: var(--gap);
	overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
	padding-bottom: 0.75rem; margin-bottom: -0.75rem;
	scrollbar-width: none;
}
.akf-carousel__track::-webkit-scrollbar { display: none; }
.akf-carousel__track > * {
	flex: 0 0 calc((100% - var(--gap)) / 2); /* two at a time — wider cards for long quotes */
	scroll-snap-align: start;
}
@media (max-width: 620px) {
	.akf-carousel__track > * { flex-basis: 88%; }
	.akf-carousel__head { align-items: center; }
}
@media (prefers-reduced-motion: reduce) { .akf-carousel__track { scroll-behavior: auto; } }

.akf-coaching-testimony__item {
	margin: 0; padding: clamp(1.4rem, 3vw, 1.9rem);
	background: #fff; border: 1px solid rgba(27, 42, 33, 0.08); border-radius: 6px;
	box-shadow: 0 10px 30px rgba(15, 23, 18, 0.05);
}
.akf-coaching-testimony__item p { font-size: 0.95rem; line-height: 1.65; color: var(--text-on-bone); margin: 0 0 0.85rem; }
.akf-coaching-testimony__item p:last-of-type { margin-bottom: 0; }
.akf-coaching-testimony__item cite {
	display: block; margin-top: 1rem; font-style: normal;
	font-size: 0.78rem; letter-spacing: 0.05em; text-transform: uppercase;
	color: var(--gold-d); font-weight: 700;
}

/* ---- Why: short prose that links out to the full story. ---- */
.akf-coaching-why .akf-prose { max-width: 64ch; }
.akf-coaching-why .akf-prose p { font-size: var(--step-0); line-height: 1.7; }
.akf-coaching-why__link { margin-top: 1.2rem; }
.akf-coaching-why__link a { font-weight: 700; color: var(--field); text-decoration: none; text-underline-offset: 0.25em; }
.akf-coaching-why__link a:hover { text-decoration: underline; }

/* ---- Apply CTA band (sage; --field already sets bg + bone text). ---- */
.akf-coaching-apply { text-align: center; }
.akf-coaching-apply h2 { font-size: var(--step-3); margin-bottom: 1.3rem; }
