/* Order bump box on the checkout page */
.hc-order-bump {
	border: 2px dashed #b45309;
	background: #fffbeb;
	border-radius: 8px;
	padding: 1em 1.25em;
	margin: 0 0 1.5em;
}

.hc-order-bump__label {
	display: flex;
	gap: 0.75em;
	align-items: flex-start;
	cursor: pointer;
	margin: 0;
}

.hc-order-bump__label input[type="checkbox"] {
	margin-top: 0.35em;
	transform: scale(1.4);
	flex-shrink: 0;
}

.hc-order-bump__text {
	line-height: 1.5;
}

.hc-order-bump__text strong {
	color: #92400e;
}

.hc-final-sale {
	font-size: 0.85em;
	color: #555;
	margin-bottom: 1em;
}

/* Thank-you page access button */
.hc-thankyou-access {
	text-align: center;
	margin: 1.5em 0 2em;
}

.hc-access-btn {
	display: inline-block;
	background: #d9b45b;
	color: #1e3a2f;
	font-weight: 700;
	font-size: 1.15rem;
	padding: 0.9rem 2.5rem;
	border-radius: 50px;
	text-decoration: none;
}

.hc-access-btn:hover {
	background: #c9a54e;
	color: #1e3a2f;
}

.hc-access-btn--secondary {
	background: transparent;
	border: 2px solid #6d907d;
	color: #1e3a2f;
	margin-left: 0.75rem;
}

.hc-access-btn--secondary:hover {
	background: #6d907d;
	color: #fff;
}

@media (max-width: 700px) {
	.hc-access-btn--secondary {
		margin-left: 0;
		margin-top: 0.75rem;
	}
}

.hc-thankyou-access p {
	margin-top: 2.25rem !important;
	font-size: 0.9em;
}

/* Header member links */
.hc-member-links {
	display: inline-flex;
	gap: 1.25rem;
	margin-right: 1.25rem;
	align-items: center;
}

.hc-member-links a {
	color: inherit;
	font-weight: 600;
	text-decoration: none;
}

.hc-member-links a:hover {
	text-decoration: underline;
}

/* White text on the green LearnDash buttons (Login/Logout etc.). LearnDash's
   generated inline CSS sets these to dark text on the accent green at high
   specificity, so !important is needed to override it. Exclude ghost/transparent
   variants, whose text sits on a light background. */
.ld-button:not(.ld-button-transparent):not(.ld-button-alt):not(.ld-button-reverse):not([class*="ghost"]),
.learndash-wrapper .ld-button:not(.ld-button-transparent):not(.ld-button-alt):not(.ld-button-reverse):not([class*="ghost"]) {
	color: #fff !important;
}

/* Footer: brand green background with legible links.
   Gold fails contrast on this green (~2:1); white (~4.2:1) is the legible pick.
   Kadence paints the footer bg via a generated inline rule, hence !important. */
.site-footer .site-footer-row-container-inner {
	background: #768062 !important;
}

.site-footer,
.site-footer .site-footer-row-container-inner,
.site-footer .site-footer-row-column-wrap {
	color: #fff !important;
}

.site-footer a {
	color: #fff;
	text-decoration: underline;
}

.site-footer a:hover {
	color: #fff;
	opacity: 0.85;
}

/* Footer hCaptcha disclosure (Stripe.js loads invisible hCaptcha at checkout) */
.hc-captcha-notice {
	display: inline-block;
	margin-top: 0.4rem;
	font-size: 0.8em;
	opacity: 0.9;
}

/* Ported Learn content: give each resource's action button room to breathe,
   especially below, where the next resource's cover image follows. */
.single-sfwd-lessons .wp-block-buttons,
.single-sfwd-topic .wp-block-buttons,
.single-sfwd-courses .wp-block-buttons {
	margin-top: 1.75rem;
	margin-bottom: 3.5rem;
}

/* ---------------------------------------------------------------------------
 * Site-wide fonts: self-hosted Playfair Display (headings) + DM Sans (body),
 * promoted from the staging page at go-live (2026-07-17).
 * ------------------------------------------------------------------------- */
@font-face {
	font-family: "Playfair Display";
	font-style: normal;
	font-weight: 400 900;
	font-display: swap;
	src: url("fonts/playfair-display-latin.woff2") format("woff2");
}
@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 100 1000;
	font-display: swap;
	src: url("fonts/dm-sans-latin.woff2") format("woff2");
}
@font-face {
	font-family: "DM Sans";
	font-style: italic;
	font-weight: 100 1000;
	font-display: swap;
	src: url("fonts/dm-sans-latin-italic.woff2") format("woff2");
}

body,
body p,
body li,
body a,
body .wp-block-button__link,
body input,
body button,
body summary,
body label,
body strong {
	font-family: "DM Sans", -apple-system, system-ui, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.wp-block-heading {
	font-family: "Playfair Display", Georgia, serif;
}

/* ===========================================================================
 * Expanded homepage: ThriveCart-style marketing sections (showcase, trust,
 * gifts, bump, bands). Classes exist only on the expanded page.
 * ========================================================================= */
.hcb-section-title {
	text-align: center;
	color: #3a6c51;
	font-size: clamp(1.6rem, 3.5vw, 2.2rem);
	margin: 0 auto 2rem;
	max-width: 20em;
	line-height: 1.2;
}

/* Trust badges */
.hcb-trust {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1rem;
}
.hcb-trust__tile {
	text-align: center;
	padding: 1rem 0.5rem;
	border: 1px solid #e3dcc9;
	border-radius: 10px;
	background: #fbfaf5;
}
.hcb-trust__t { color: #3a6c51; font-weight: 700; font-size: 0.98rem; line-height: 1.25; }

/* Expand-library band */
.hcb-expand {
	text-align: center;
	color: #6d907d;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	line-height: 1.35;
	margin: 0;
}

/* Dark-green CTA band */
.hcb-band-title { text-align: center; color: #fff; font-size: clamp(1.7rem, 4vw, 2.4rem); margin: 0 0 0.6rem; }
.hcb-band-sub { text-align: center; color: #f0ede2; font-size: 1.1rem; margin: 0 auto 1.6rem; max-width: 34em; }

/* Showcase grid */
.hcb-showcase {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
	gap: 1.5rem;
}
.hcb-card {
	background: #fff;
	border: 1px solid #e7e0cf;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 1px 2px rgba(38, 44, 32, 0.04), 0 12px 26px -20px rgba(38, 44, 32, 0.35);
}
.hcb-card__media { position: relative; aspect-ratio: 4 / 3; background: #f1ede3; }
.hcb-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hcb-card__badge {
	position: absolute; top: 0.6rem; left: 0.6rem; z-index: 1;
	background: #d9b45b; color: #1e3a2f;
	font-size: 0.62rem; font-weight: 700; letter-spacing: 0.06em;
	padding: 0.28rem 0.55rem; border-radius: 5px; text-transform: uppercase;
}
.hcb-card__body { padding: 1rem 1.1rem 1.15rem; display: flex; flex-direction: column; gap: 0.35rem; flex: 1; }
.hcb-card__title { color: #3a6c51; font-size: 1.12rem; line-height: 1.25; margin: 0; }
.hcb-card__by { color: #7a8270; font-size: 0.82rem; font-style: italic; margin: 0; }
.hcb-card__desc { color: #4a4f42; font-size: 0.88rem; line-height: 1.5; margin: 0.2rem 0 0; }
.hcb-card__value { color: #b8933f; font-weight: 700; font-size: 0.95rem; margin: auto 0 0; padding-top: 0.5rem; }

/* Bonus gifts */
.hcb-gifts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.hcb-gift {
	background: #fbfaf5; border: 1px solid #e7e0cf; border-radius: 12px; overflow: hidden;
	display: flex; flex-direction: column;
}
.hcb-gift__media { aspect-ratio: 16 / 10; background: #f1ede3; }
.hcb-gift__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hcb-gift__body { padding: 1.1rem 1.25rem 1.35rem; }
.hcb-gift__title { color: #3a6c51; font-size: 1.15rem; margin: 0 0 0.5rem; line-height: 1.3; }
.hcb-gift__desc { color: #4a4f42; font-size: 0.9rem; line-height: 1.55; margin: 0 0 0.6rem; }

/* Continuation Pack bump band */
.hcb-bump { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 2rem; align-items: center; }
.hcb-bump__media img { width: 100%; border-radius: 12px; display: block; }
.hcb-bump__title { color: #3a6c51; font-size: clamp(1.4rem, 3vw, 1.9rem); margin: 0 0 0.9rem; line-height: 1.25; }
.hcb-bump__points { margin: 0; padding-left: 1.1rem; color: #4a4f42; font-size: 0.95rem; line-height: 1.5; display: flex; flex-direction: column; gap: 0.5rem; }

@media (max-width: 900px) {
	.hcb-trust { grid-template-columns: repeat(3, 1fr); }
	.hcb-bump { grid-template-columns: 1fr; }
	.hcb-bump__media { max-width: 320px; margin: 0 auto; }
}
@media (max-width: 640px) {
	.hcb-trust { grid-template-columns: repeat(2, 1fr); }
	.hcb-gifts { grid-template-columns: 1fr; }
}

/* ===========================================================================
 * Faithful ThriveCart mirror (staging page): tc2-* section styles.
 * Layout/colors follow the extracted originals; fonts via the page-scoped
 * Playfair/DM Sans block above.
 * ========================================================================= */
/* No page-bg gaps between adjacent full-width bands: the theme puts default
   block margins between top-level groups; zero them on this page. */
.page-id-2094 .entry-content > .wp-block-group.alignfull,
.page-id-2094 .entry-content > .wp-block-group.alignfull + .wp-block-group.alignfull {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.tc2-h { margin: 0 0 0.6em; line-height: 1.22; text-wrap: balance; }
.page-id-2094 .tc2-h { margin-top: 0 !important; }
.page-id-2094 .tc2-tile .tc2-h { margin-top: 0.75rem !important; }
.tc2-p { margin: 0 0 0.9em; line-height: 1.55; }
.tc2-img, .tc2-wide-img { max-width: 100%; height: auto; display: block; }
.tc2-center { text-align: center; }
.tc2-center img { display: inline-block; }
.tc2-hr { border: 0; border-top: 1px solid #e3dcc9; margin: 2rem auto; max-width: 640px; }

.tc2-btnwrap { margin: 1.2rem 0; }
.tc2-btnwrap--center { text-align: center; }
.tc2-btn {
	display: inline-block;
	background: #c3a564;
	color: #fff !important;
	font-weight: 700;
	font-size: 1.1rem;
	padding: 0.85rem 2.3rem;
	border-radius: 50px;
	text-decoration: none;
	letter-spacing: 0.02em;
}
.tc2-btn:hover { background: #b2934f; }

/* Hero */
.tc2-hero-logo { text-align: center; margin-bottom: 1.5rem; }
.tc2-hero-logo img { max-width: 220px; height: auto; }
.tc2-hero { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 2.5rem; align-items: center; }
.tc2-hero .tc2-btnwrap { text-align: center; }
.tc2-hero-media img { width: 100%; height: auto; border-radius: 10px; }
.tc2-mini { display: flex; flex-direction: column; gap: 0.4rem; align-items: center; justify-content: center; text-align: center; }
.tc2-mini .tc2-btnwrap { margin: 0.4rem 0; }
.tc2-mini .tc2-h { margin: 0; }

/* Generic 2-col */
.tc2-two { display: grid; grid-template-columns: 1fr 1fr; gap: 2.25rem; align-items: center; }

/* What's-included tiles (green band) */
.tc2-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; margin-top: 2rem; }
.tc2-tile { text-align: center; }
.tc2-tile .tc2-h { color: #fff !important; margin-top: 0.75rem; }
.tc2-tile-img { width: 96px; height: 96px; object-fit: cover; border-radius: 50%; margin: 0 auto; display: block; }

/* Category units — 2-up grid */
.tc2-cats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem 2.25rem;
	align-items: start;
	margin: 1.75rem 0 0.5rem;
}
.tc2-cat-img { width: 100%; height: auto; border-radius: 10px; margin-bottom: 0.9rem; }
.tc2-cat h3 { color: #b8592b; }

/* Showcase cards — 3-up grid */
.tc2-cardgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.tc2-card {
	background: #fff;
	border: 1px solid #e7e0cf;
	border-radius: 12px;
	padding: 1.25rem 1.25rem 1.35rem;
	box-shadow: 0 1px 2px rgba(38,44,32,.04), 0 12px 26px -20px rgba(38,44,32,.3);
}
.tc2-card-img { width: 100%; height: auto; border-radius: 8px; margin-bottom: 0.9rem; }
.tc2-card--plain {
	display: flex;
	align-items: center;
	justify-content: center;
}
.tc2-card--plain .tc2-card-img { margin: 0; }
.tc2-card h3 { margin-bottom: 0.35em; }
.tc2-badge {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	padding: 0.65rem 0.75rem;
	margin-top: 0.75rem;
}

/* Icon-bulleted lists (✔ offerings, 🌼 benefits) */
.tc2-list {
	list-style: none;
	margin: 0 0 0.9em;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.55em;
	line-height: 1.45;
}
.tc2-list li { display: flex; gap: 0.55em; align-items: baseline; }
.tc2-li-icon { flex: none; }
.tc2-list:not(.tc2-list--flower) .tc2-li-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25em;
	height: 1.25em;
	border-radius: 50%;
	background: #8b6f5e;
	color: #fff;
	font-size: 0.7em;
	position: relative;
	top: 0.15em;
}

/* Gifts */
.tc2-gift-img { width: 100%; height: auto; border-radius: 10px; }

/* Bump */
.tc2-leaf { max-width: 90px; height: auto; }
.tc2-bump { align-items: center; margin-top: 1.5rem; }
.tc2-bumpopt { margin: 1rem 0 0.25rem; font-size: 1rem; }

/* FAQ */
.tc2-faq { align-items: start; }
.tc2-faq-items details {
	background: #fff; border-radius: 8px; padding: 1rem 1.25rem; margin-bottom: 1.1rem;
}
.tc2-faq-items summary { cursor: pointer; font-weight: 600; }
.tc2-faq-items details[open] summary { margin-bottom: 1rem; }
.tc2-faq-items details[open] > :not(summary) { animation: hc-fade 0.45s ease both; }
@keyframes hc-fade { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
	.tc2-faq-items details[open] > :not(summary) { animation: none; }
}

/* Final band */
.tc2-logo-sm { max-width: 190px; height: auto; }
.tc2-curated { max-width: 300px; height: auto; margin: 1rem auto; }

@media (max-width: 1024px) {
	.tc2-cardgrid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
	.tc2-hero, .tc2-two, .tc2-cardgrid, .tc2-cats { grid-template-columns: 1fr; }
	.tc2-tiles { grid-template-columns: repeat(2, 1fr); }
	.tc2-hero .tc2-h { text-align: center; }
}
@media (max-width: 520px) {
	.tc2-tiles { grid-template-columns: 1fr; }
}

/* --- round 4: gift bar buttons + 3-col bump lists --- */
.tc2-btn--bar {
	text-wrap: balance;
	background: #f0e8a9;
	color: #ae8a02 !important;
	border-radius: 0;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 28px;
}
.tc2-btn--bar:hover, .tc2-btn--bar:focus { background: #e9de92; color: #ae8a02 !important; }
.tc2-bumpcols {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	max-width: 1100px;
	margin: 2rem auto 1rem;
	text-align: left;
}
.tc2-bumpcol .tc2-list { margin-top: 0.75rem; }
@media (max-width: 860px) {
	.tc2-bumpcols { grid-template-columns: 1fr; }
}

/* --- round 5: tighter paragraph rhythm in Join the Collective --- */
.tc2-join .tc2-p { margin-bottom: 0.55em; }
.tc2-join .tc2-list { margin-top: 0.35rem; margin-bottom: 0.75rem; }

/* --- final band: mock embedded-checkout box --- */
.tc2-checkout { align-items: center; margin-top: 1.25rem; }
@media (min-width: 861px) {
	.tc2-checkout { gap: 4.5rem; }
}
/* balance wraps so no single word ("join", "$29") strands on its own line */
.tc2-checkout .tc2-p { text-wrap: balance; }
.tc2-checkoutbox .hc-bump-opt label { text-wrap: balance; display: inline-block; }
.tc2-checkoutbox {
	background: #fff;
	border-radius: 12px;
	padding: 2rem 1.75rem 2.25rem;
	color: #3d2e26;
	box-shadow: 0 2px 4px rgba(0,0,0,.08), 0 18px 40px -24px rgba(0,0,0,.45);
}
.tc2-checkoutbox .tc2-h { color: #3d2e26; }

/* --- round 9 --- */
/* cards: pin price + badge to the bottom edge */
.tc2-card { display: flex; flex-direction: column; }
.tc2-card .tc2-price { margin-top: auto; padding-top: 0.5rem; }
.tc2-card > .tc2-badge { margin-top: auto; }
.tc2-card .tc2-price ~ .tc2-badge { margin-top: 0.65rem; }
/* checkout box: bump thumbnail + bullets */
.tc2-packthumb { display: block; max-width: 200px; height: auto; margin: 0.9rem auto 0.4rem; }
.tc2-checkoutbox ul.tc2-list { width: fit-content; margin: 0.5rem auto 1rem; text-align: left; }

/* framed add-on module inside the checkout box */
.tc2-bumpbox {
	background: #f7f4ea;
	border: 2px dashed #c3a564;
	border-radius: 10px;
	padding: 0.9rem 1rem 1rem;
	margin: 0.9rem 0 1.1rem;
}

/* green checks only in the Continuation Pack sections */
.tc2-bumpcol .tc2-list .tc2-li-icon, .tc2-bumpbox .tc2-list .tc2-li-icon { background: #6d907d; }

/* --- mobile QA: scale down desktop inline heading sizes, tidy buttons --- */
@media (max-width: 600px) {
	h1.tc2-h { font-size: clamp(28px, 8.5vw, 34px) !important; }
	h2.tc2-h { font-size: clamp(24px, 7.5vw, 32px) !important; }
	h3.tc2-h { font-size: clamp(19px, 5.5vw, 24px) !important; }
	.tc2-btn { font-size: 16px; padding: 0.85em 1.6em; }
	.tc2-btnwrap { text-align: center; }
	.tc2-btn--bar { font-size: 13px; padding: 10px 16px; }
	.tc2-checkoutbox { padding: 1.4rem 1rem 1.6rem; }
	.tc2-bumpbox { padding: 0.8rem 0.7rem 0.9rem; }
}

/* --- CTA anchors: smooth scroll to the checkout box --- */
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
#hcb-order { scroll-margin-top: 90px; }

/* --- checkout: hide Stripe's empty save-payment fieldset, tighten the
 * form -> disclaimer -> Place order stack, beef up the button --- */
.payment_box fieldset:has(.woocommerce-SavedPaymentMethods-saveNew),
#payment fieldset:empty { display: none; }
#payment .payment_box { margin-bottom: 0 !important; }
#payment ul.payment_methods { padding-bottom: 0.5rem; margin-bottom: 0; }
#payment .hc-final-sale { margin: 0.75rem 0 0.8rem; }
#payment .place-order { padding-top: 0; }
#payment .woocommerce-terms-and-conditions-wrapper { margin-top: 0 !important; }
#payment .place-order button#place_order {
	padding: 1.1em 2em !important;
	margin-top: 0.35rem !important;
	font-size: 1.05rem;
}

/* My Account dashboard: access buttons */
.hc-account-access { margin: 1.25rem 0 0.75rem; display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }
.hc-account-access .hc-access-btn--secondary { margin-left: 0; }
