:root {
	--bf-parchment: #F5EFE0;
	--bf-parchment-deep: #E8DDC4;
	--bf-parchment-soft: #FBF7EB;
	--bf-root: #3D2C1E;
	--bf-soft-brown: #6B5B47;
	--bf-gold: #C9A961;
	--bf-gold-dark: #A7822D;
	--bf-moss: #6B8E5A;
	--bf-dark-moss: #172719;
	--bf-darker-moss: #0F1F14;
	--bf-cream: #F1E8D2;
	--shadow-card: 0 10px 28px -16px rgba(95, 65, 30, .35);
	--serif: "Cormorant Garamond", "Lora", Georgia, serif;
	--sans: "DM Sans", "Nunito Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	--hand: "Caveat", "Segoe Script", cursive;
	--container: 1320px;
}

body.home {
	background:
		radial-gradient(1200px 700px at 50% -10%, #FBF6E6 0%, transparent 70%),
		radial-gradient(900px 600px at 100% 30%, #EDE2C8 0%, transparent 70%),
		radial-gradient(900px 600px at 0% 70%, #EDE2C8 0%, transparent 70%),
		var(--bf-parchment);
	color: var(--bf-root);
	font-family: var(--sans);
	line-height: 1.55;
	overflow-x: hidden;
}

body.home::before,
body.home::after {
	display: none;
}

body.home .site-main {
	overflow: visible;
}

body.home .site-header {
	background: transparent;
	box-shadow: none;
	padding: 26px 0 8px;
	position: relative;
	z-index: 8;
}

body.home .site-header__inner,
.bondifly-home .container {
	margin: 0 auto;
	max-width: var(--container);
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}

body.home .site-header__inner {
	align-items: center;
	display: flex;
	gap: 36px;
	min-height: 0;
}

body.home .site-brand {
	display: flex;
	flex-direction: column;
	line-height: 1;
	text-decoration: none;
}

body.home .site-brand__name {
	color: var(--bf-root);
	font-family: var(--serif);
	font-size: 34px;
	font-weight: 600;
	line-height: 1;
}

body.home .site-brand__heart {
	color: var(--bf-gold-dark);
	font-size: 1em;
	position: static;
	transform: none;
}

body.home .site-brand__tagline {
	color: var(--bf-soft-brown);
	font-size: 13px;
	margin-top: 4px;
}

body.home .site-navigation {
	display: block;
	margin-left: auto;
	margin-right: 24px;
}

body.home .bondifly-menu {
	align-items: center;
	display: flex;
	gap: 34px;
	margin: 0;
	padding: 0;
}

body.home .bondifly-menu a {
	color: var(--bf-soft-brown);
	font-size: 15px;
	font-weight: 500;
	padding: 6px 0;
	text-decoration: none;
	white-space: nowrap;
}

body.home .bondifly-menu a:hover,
body.home .bondifly-menu a:focus {
	color: var(--bf-root);
}

body.home .site-header__account,
.bondifly-home .btn {
	align-items: center;
	border: 1px solid transparent;
	border-radius: var(--bf-btn-radius);
	display: inline-flex;
	font-family: var(--sans);
	font-size: 15px;
	font-weight: var(--bf-btn-font-weight);
	gap: 10px;
	justify-content: center;
	letter-spacing: .2px;
	line-height: 1.2;
	min-height: var(--bf-btn-min-h);
	padding: 14px 26px;
	text-decoration: none;
	transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
	white-space: nowrap;
}

body.home .site-header__account,
.bondifly-home .btn-gold {
	background: var(--bf-btn-gold);
	border-color: var(--bf-btn-gold-border);
	box-shadow: var(--bf-btn-gold-shadow);
	color: var(--bf-btn-gold-text);
}

body.home .site-header__account:hover,
.bondifly-home .btn-gold:hover {
	background: var(--bf-btn-gold-hover);
	box-shadow: var(--bf-btn-gold-shadow-hover);
	color: var(--bf-btn-gold-text);
	transform: translateY(-1px);
}

.bondifly-home .btn-lg {
	font-size: 16px;
	padding: 16px 28px;
}

.bondifly-home .btn-sm {
	font-size: 14px;
	padding: 10px 18px;
}

.bondifly-home .btn-outline {
	background: var(--bf-btn-secondary-bg);
	border-color: var(--bf-btn-secondary-border);
	box-shadow: 0 6px 14px -10px rgba(95, 65, 30, .4);
	color: var(--bf-btn-secondary-text);
}

.bondifly-home .btn-outline:hover {
	background: var(--bf-btn-secondary-bg-hover);
	border-color: var(--bf-btn-gold-border);
	color: var(--bf-btn-secondary-text);
}

.bondifly-home {
	background: transparent;
	overflow-x: hidden;
	position: relative;
}

.bondifly-home img {
	display: block;
	max-width: 100%;
}

.bondifly-home .hero {
	padding: 30px 0 70px;
	position: relative;
	z-index: 2;
}

.bondifly-home .hero-inner {
	align-items: center;
	display: grid;
	gap: 64px;
	grid-template-columns: .95fr 1.15fr;
}

.bondifly-home .eyebrow {
	align-items: center;
	color: var(--bf-soft-brown);
	display: inline-flex;
	font-size: 14px;
	gap: 8px;
	margin-bottom: 18px;
}

.bondifly-home .eyebrow-icon {
	height: 16px;
	width: 16px;
}

.bondifly-home .hero-title {
	color: var(--bf-root);
	font-family: var(--serif);
	font-size: clamp(40px, 4.4vw, 64px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0 0 22px;
	max-width: 620px;
}

.bondifly-home .hero-sub {
	color: var(--bf-soft-brown);
	font-size: 16px;
	margin: 0 0 28px;
	max-width: 460px;
}

.bondifly-home .hero-ctas {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 14px;
	max-width: 420px;
}

.bondifly-home .hero-ctas .btn {
	width: 100%;
}

.bondifly-home .hero-trust {
	color: var(--bf-soft-brown);
	font-size: 13px;
	margin-top: 18px;
}

.bondifly-home .hero-mini-link {
	color: var(--bf-gold-dark);
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	margin-top: 8px;
	text-decoration: none;
}

/* Premium framed storybook scene — works with any hero illustration, no
   separate decorative side assets needed. */
.bondifly-home .hero-image {
	border-radius: 34px;
	margin: 0;
	position: relative;
}

.bondifly-home .hero-image img {
	border-radius: 34px;
	display: block;
	height: auto;
	width: 100%;
	/* Soft warm shadow + a faint golden glow for depth. */
	box-shadow:
		0 32px 60px -28px rgba(70, 40, 10, .45),
		0 0 54px rgba(201, 169, 97, .15);
}

/* Gentle parchment blend around the edges: a hairline warm frame plus a soft
   inset parchment glow so the scene melts into the background instead of
   reading as a hard square block. */
.bondifly-home .hero-image::after {
	border-radius: 34px;
	box-shadow:
		inset 0 0 0 1px rgba(221, 203, 163, .55),
		inset 0 0 34px rgba(245, 239, 224, .5);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.bondifly-home .section-title {
	align-items: center;
	color: var(--bf-root);
	display: flex;
	font-family: var(--serif);
	font-size: clamp(26px, 2.6vw, 36px);
	font-weight: 500;
	gap: 18px;
	justify-content: center;
	line-height: 1.12;
	margin: 70px 0 30px;
	text-align: center;
}

.bondifly-home .section-title .rule {
	background: linear-gradient(90deg, transparent, #C9B894, transparent);
	flex: 0 0 110px;
	height: 1px;
}

.bondifly-home .section-title .rule.short {
	flex-basis: 60px;
}

.bondifly-home .section-title--left {
	display: block;
	margin: 0 0 22px;
	text-align: left;
}

.bondifly-home .section-lede {
	color: var(--bf-soft-brown);
	font-size: 16px;
	line-height: 1.65;
	margin: -14px auto 30px;
	max-width: 820px;
	text-align: center;
}

.bondifly-home .audio-lede {
	max-width: 940px;
}

.bondifly-home .ornament {
	color: var(--bf-gold-dark);
	font-size: 14px;
	letter-spacing: 6px;
	margin-bottom: 28px;
	text-align: center;
}

.bondifly-home .promise {
	padding: 0 0 34px;
}

.bondifly-home .promise-grid {
	display: grid;
	gap: 36px;
	grid-template-columns: repeat(3, 1fr);
	padding: 12px 20px 24px;
	text-align: center;
}

.bondifly-home .promise-item h3 {
	color: var(--bf-root);
	font-family: var(--serif);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin: 12px 0 8px;
}

.bondifly-home .promise-item p {
	color: var(--bf-soft-brown);
	font-size: 15px;
	line-height: 1.55;
	margin: 0 auto;
	max-width: 230px;
}

.bondifly-home .promise-icon {
	display: block;
	height: 42px;
	margin: 0 auto;
	width: 42px;
}

.bondifly-home .promise-icon.gold {
	color: var(--bf-gold-dark);
}

.bondifly-home .promise-icon.moss {
	color: var(--bf-moss);
}

.bondifly-home .character-grid,
.bondifly-home .episode-grid,
.bondifly-home .steps-grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 10px;
}

.bondifly-home .char-card,
.bondifly-home .audio-card,
.bondifly-home .ep-card,
.bondifly-home .step-card,
.bondifly-home .subscription-card,
.bondifly-home .faq-item,
.bondifly-home .parents-badge {
	background: linear-gradient(180deg, #FBF6E7 0%, #F2E9CF 100%);
	border: 1px solid #DDCBA3;
	box-shadow: var(--shadow-card);
}

.bondifly-home .char-card {
	align-items: stretch;
	border-radius: 16px;
	display: grid;
	gap: 0;
	grid-template-columns: 40% 1fr;
	overflow: hidden;
	padding: 0;
}

.bondifly-home .char-img-wrap {
	aspect-ratio: auto;
	background: #ddd;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.bondifly-home .char-body {
	align-self: center;
	padding: 18px 20px 18px 22px;
}

.bondifly-home .char-img-wrap img,
.bondifly-home .audio-thumb img,
.bondifly-home .ep-thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bondifly-home .badge-new {
	background: var(--bf-dark-moss);
	border-radius: 6px;
	color: var(--bf-cream);
	font-size: 12px;
	left: 10px;
	letter-spacing: .5px;
	padding: 4px 10px;
	position: absolute;
	top: 10px;
	z-index: 2;
}

.bondifly-home .char-body h3 {
	align-items: center;
	color: var(--bf-root);
	display: flex;
	font-family: var(--serif);
	font-size: 23px;
	font-weight: 600;
	gap: 8px;
	justify-content: flex-start;
	margin: 0 0 8px;
}

.bondifly-home .char-body .heart {
	color: var(--bf-gold-dark);
}

.bondifly-home .char-body p {
	color: var(--bf-soft-brown);
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 12px;
	text-align: left;
}

.bondifly-home .char-link {
	color: var(--bf-gold-dark);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.bondifly-home .preview {
	padding-bottom: 20px;
}

.bondifly-home .audio-card {
	align-items: center;
	border-radius: 16px;
	display: grid;
	gap: 24px;
	grid-template-columns: 130px 1fr auto auto auto;
	padding: 20px 26px;
}

.bondifly-home .audio-thumb {
	border-radius: 12px;
	height: 130px;
	margin: 0;
	overflow: hidden;
	width: 130px;
}

.bondifly-home .audio-label {
	align-items: center;
	color: var(--bf-soft-brown);
	display: inline-flex;
	font-size: 13px;
	gap: 8px;
	margin-bottom: 6px;
}

.bondifly-home .tiny-leaf {
	height: 14px;
	width: 14px;
}

.bondifly-home .audio-title {
	color: var(--bf-root);
	font-family: var(--serif);
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 6px;
}

.bondifly-home .audio-sub {
	color: var(--bf-soft-brown);
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
}

.bondifly-home .play-btn {
	align-items: center;
	background: linear-gradient(180deg, #D4B36C, #BC9748);
	border: 1px solid #A7822D;
	border-radius: 50%;
	box-shadow: 0 12px 24px -10px rgba(167, 130, 45, .6), inset 0 1px 0 rgba(255, 255, 255, .4);
	color: #2A1C0B;
	display: flex;
	height: 62px;
	justify-content: center;
	transition: transform .15s;
	width: 62px;
}

.bondifly-home .play-btn:hover {
	transform: scale(1.05);
}

.bondifly-home .play-btn svg {
	height: 24px;
	margin-left: 2px;
	width: 24px;
}

.bondifly-home .play-btn .ico-pause,
.bondifly-home .play-btn.is-playing .ico-play {
	display: none;
}

.bondifly-home .play-btn.is-playing .ico-pause {
	display: block;
	margin-left: 0;
}

.bondifly-home .waveform {
	height: 46px;
	position: relative;
	width: 320px;
}

.bondifly-home .waveform__bars {
	align-items: center;
	display: flex;
	gap: 3px;
	inset: 0;
	position: absolute;
}

.bondifly-home .waveform__progress {
	background: linear-gradient(90deg, rgba(167, 130, 45, .16), rgba(167, 130, 45, .26));
	border-radius: 2px;
	bottom: 0;
	box-shadow: inset -2px 0 0 0 var(--bf-gold-dark);
	left: 0;
	max-width: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 0;
}

.bondifly-home .waveform__range {
	appearance: none;
	-webkit-appearance: none;
	background: transparent;
	cursor: pointer;
	height: 100%;
	inset: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

.bondifly-home .waveform__range::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 46px;
	width: 16px;
}

.bondifly-home .waveform__range::-moz-range-thumb {
	background: transparent;
	border: 0;
	height: 46px;
	width: 16px;
}

.bondifly-home .waveform:focus-within {
	border-radius: 4px;
	outline: 2px solid rgba(167, 130, 45, .5);
	outline-offset: 3px;
}

.bondifly-home .waveform .bar {
	background: var(--bf-gold-dark);
	border-radius: 2px;
	flex: 1;
	opacity: .55;
	transition: opacity .15s, background .15s;
}

.bondifly-home .audio-card.is-playing .waveform .bar {
	animation: bf-pulse 1.2s ease-in-out infinite;
}

@keyframes bf-pulse {
	0%, 100% {
		opacity: .55;
		transform: scaleY(.6);
	}
	50% {
		opacity: 1;
		transform: scaleY(1);
	}
}

.bondifly-home .audio-time {
	color: var(--bf-soft-brown);
	font-size: 13px;
	min-width: 80px;
	text-align: right;
}

.bondifly-home .audio-card audio {
	display: none;
}

.bondifly-home .preview-cta {
	display: grid;
	gap: 12px;
	justify-items: center;
	margin-top: 22px;
	text-align: center;
}

.bondifly-home .audio-note {
	color: var(--bf-soft-brown);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	max-width: 620px;
}

.bondifly-home .emervale-strip {
	align-items: center;
	background: rgba(255, 249, 236, .58);
	border: 1px solid #DDCBA3;
	border-radius: 16px;
	display: grid;
	gap: 22px;
	grid-template-columns: 180px 1fr;
	margin-top: 28px;
	overflow: hidden;
	padding: 16px 22px 16px 16px;
}

.bondifly-home .emervale-strip__image {
	aspect-ratio: 16 / 10;
	border-radius: 12px;
	margin: 0;
	overflow: hidden;
}

.bondifly-home .emervale-strip__image img,
.bondifly-home .parents-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bondifly-home .emervale-strip p {
	color: var(--bf-soft-brown);
	font-size: 17px;
	margin: 0;
}

.bondifly-home .parents {
	padding: 74px 0 16px;
}

.bondifly-home .parents-inner {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: 1.05fr .95fr;
}

.bondifly-home .parents-text p {
	color: var(--bf-soft-brown);
	font-size: 17px;
	line-height: 1.65;
	margin: 0 0 18px;
}

.bondifly-home .parents-badges {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 26px;
}

.bondifly-home .parents-badge {
	border-radius: 14px;
	padding: 18px;
}

.bondifly-home .parents-badge h3,
.bondifly-home .step-card h3 {
	color: var(--bf-root);
	font-family: var(--serif);
	font-size: 21px;
	font-weight: 600;
	margin: 0 0 8px;
}

.bondifly-home .parents-badge p,
.bondifly-home .step-card p {
	color: var(--bf-soft-brown);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.bondifly-home .parents-image {
	aspect-ratio: 5 / 4;
	border-radius: 18px;
	filter: drop-shadow(0 24px 44px rgba(70, 40, 10, .18));
	margin: 0;
	overflow: hidden;
}

.bondifly-home .how-it-works {
	padding-top: 20px;
}

.bondifly-home .step-card {
	border-radius: 16px;
	padding: 26px;
	position: relative;
}

.bondifly-home .step-number {
	align-items: center;
	background: linear-gradient(180deg, #D4B36C, #BC9748);
	border: 1px solid #A7822D;
	border-radius: 50%;
	color: #2A1C0B;
	display: flex;
	font-family: var(--serif);
	font-size: 20px;
	font-weight: 700;
	height: 42px;
	justify-content: center;
	margin-bottom: 18px;
	width: 42px;
}

.bondifly-home .subscription {
	padding: 72px 0 18px;
}

.bondifly-home .subscription-card {
	border-color: rgba(167, 130, 45, .7);
	border-radius: 18px;
	margin: 0 auto;
	max-width: 680px;
	padding: 36px;
	text-align: center;
}

.bondifly-home .subscription-card h2 {
	font-family: var(--serif);
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 500;
	margin: 0 0 10px;
}

.bondifly-home .subscription-price {
	color: var(--bf-root);
	font-family: var(--serif);
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 22px;
}

.bondifly-home .subscription-benefits {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0 auto 26px;
	max-width: 470px;
	padding: 0;
	text-align: left;
}

.bondifly-home .subscription-benefits li {
	color: var(--bf-soft-brown);
	font-size: 16px;
	line-height: 1.5;
	padding-left: 30px;
	position: relative;
}

.bondifly-home .subscription-benefits li::before {
	color: var(--bf-gold-dark);
	content: "✓";
	font-weight: 700;
	left: 0;
	position: absolute;
	top: 0;
}

.bondifly-home .subscription-guarantee,
.bondifly-home .subscription-stripe {
	color: var(--bf-soft-brown);
	font-size: 14px;
	line-height: 1.55;
	margin: 18px auto 0;
	max-width: 520px;
}

.bondifly-home .subscription-stripe {
	margin-top: 8px;
}

.bondifly-home .faq {
	padding: 16px 0 12px;
}

.bondifly-home .faq-inner {
	max-width: 920px;
}

.bondifly-home .faq-list {
	display: grid;
	gap: 12px;
}

.bondifly-home .faq-item {
	border-radius: 14px;
	overflow: hidden;
}

.bondifly-home .faq-item summary {
	color: var(--bf-root);
	cursor: pointer;
	font-family: var(--serif);
	font-size: 21px;
	font-weight: 600;
	list-style: none;
	padding: 20px 56px 20px 22px;
	position: relative;
}

.bondifly-home .faq-item summary::-webkit-details-marker {
	display: none;
}

.bondifly-home .faq-item summary::after {
	color: var(--bf-gold-dark);
	content: "+";
	font-family: var(--sans);
	font-size: 28px;
	line-height: 1;
	position: absolute;
	right: 22px;
	/* Vertically centred in the (closed) summary row regardless of how many
	   lines the question wraps to, with consistent right padding. */
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: transform .2s ease;
}

/* Rotate the "+" into an "×" on open — smooth, immediate, both directions. */
.bondifly-home .faq-item[open] summary::after {
	transform: translateY(-50%) rotate(45deg);
}

.bondifly-home .faq-item p {
	color: var(--bf-soft-brown);
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	padding: 0 22px 20px;
}

/* Light, quick reveal: the answer softly slides down and fades in on open. */
.bondifly-home .faq-item[open] p {
	animation: bf-faq-reveal .22s ease both;
}

@keyframes bf-faq-reveal {
	from {
		opacity: 0;
		transform: translateY(-6px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.bondifly-home .episode-grid {
	gap: 22px;
}

.bondifly-home .ep-card {
	align-items: center;
	border-radius: 14px;
	display: grid;
	gap: 16px;
	grid-template-columns: 110px 1fr;
	padding: 14px;
	position: relative;
}

.bondifly-home .ep-num {
	align-items: center;
	background: linear-gradient(180deg, #D4B36C, #BC9748);
	border: 1px solid #A7822D;
	border-radius: 50%;
	box-shadow: 0 6px 14px -6px rgba(167, 130, 45, .6);
	color: #2A1C0B;
	display: flex;
	font-family: var(--serif);
	font-weight: 600;
	height: 36px;
	justify-content: center;
	left: -10px;
	position: absolute;
	top: -10px;
	width: 36px;
}

.bondifly-home .ep-thumb {
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	margin: 0;
	overflow: hidden;
}

.bondifly-home .ep-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.bondifly-home .ep-label,
.bondifly-home .ep-dur {
	color: var(--bf-soft-brown);
	font-size: 12px;
}

.bondifly-home .ep-label {
	letter-spacing: .4px;
}

.bondifly-home .ep-body h3 {
	color: var(--bf-root);
	font-family: var(--serif);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}

.bondifly-home .ep-dur {
	margin-bottom: 8px;
}

.bondifly-home .ep-body .btn {
	align-self: flex-start;
}

body.home .bondifly-home .final,
body.home .bf-story-footer {
	background:
		radial-gradient(900px 200px at 50% -20%, rgba(107, 142, 90, .25), transparent 70%),
		linear-gradient(180deg, var(--bf-dark-moss) 0%, var(--bf-darker-moss) 100%) !important;
	color: var(--bf-cream);
	position: relative;
}

body.home .bondifly-home .final {
	border-top: 2px solid rgba(107, 142, 90, .2);
	margin-top: 90px;
	overflow: hidden;
}

body.home .bondifly-home .final::before {
	display: none;
}

.bondifly-home .final-inner {
	align-items: center;
	display: grid;
	gap: 32px;
	grid-template-columns: 1.3fr 1fr 1fr;
	padding-bottom: 40px;
	padding-top: 56px;
}

.bondifly-home .final-text h2 {
	color: var(--bf-cream);
	font-family: var(--serif);
	font-size: clamp(24px, 2.2vw, 32px);
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 10px;
}

.bondifly-home .final-text p {
	color: #C8C4B0;
	margin: 0;
	max-width: 420px;
}

.bondifly-home .final-cta {
	background: transparent;
	color: inherit;
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.bondifly-home .final-cta::before,
.bondifly-home .final-cta::after {
	display: none;
}

.bondifly-home .final-envelope {
	position: relative;
	text-align: right;
}

.bondifly-home .final-envelope img {
	display: inline-block;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .4));
	width: 170px;
}

.bondifly-home .hand-note {
	bottom: 0;
	color: #E2D9B8;
	display: inline-block;
	font-family: var(--hand);
	font-size: 24px;
	line-height: 1.1;
	position: absolute;
	right: -10px;
	text-align: left;
	transform: rotate(-6deg);
}

body.home .bf-story-footer {
	border-top: 0;
	font-size: 15px;
	line-height: 1.55;
	margin-top: 0;
	padding: 36px 0 24px;
}

body.home .bf-story-footer::before {
	display: none;
}

body.home .bf-story-footer__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: 1.35fr repeat(3, 1fr);
}

body.home .site-footer__logo,
body.home .bf-story-footer h2 {
	color: #F1E8D2;
	font-family: var(--serif);
	text-decoration: none;
}

body.home .site-footer__logo {
	font-size: 24px;
}

body.home .bf-story-footer p,
body.home .bf-story-footer a {
	color: #C8C2A8;
}

body.home .bf-story-footer a {
	text-decoration: none;
}

body.home .bf-story-footer a:hover {
	color: #fff;
}

body.home .bf-story-footer ul {
	display: grid;
	gap: 8px 24px;
	grid-template-columns: 1fr;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.home .bf-story-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, .07);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	margin-top: 24px;
	padding-top: 20px;
}

@media (max-width: 1100px) {
	.bondifly-home .hero-inner {
		gap: 30px;
		grid-template-columns: 1fr;
	}

	/* Stacked order: text content first, then the main illustration. */
	.bondifly-home .hero-image {
		order: 0;
	}

	.bondifly-home .character-grid,
	.bondifly-home .episode-grid,
	.bondifly-home .promise-grid,
	.bondifly-home .steps-grid,
	.bondifly-home .parents-badges {
		grid-template-columns: repeat(2, 1fr);
	}

	.bondifly-home .parents-inner {
		grid-template-columns: 1fr;
	}

	/* Two-row player card: image spans the full height on the left, the title /
	   description sit top-right, and the play button + waveform + time form a
	   real "player bar" underneath. Keeps the waveform visible and connected to
	   the play button (instead of hidden) so mobile matches the desktop feel. */
	.bondifly-home .audio-card {
		align-items: center;
		gap: 16px 18px;
		grid-template-areas:
			"thumb body body body"
			"thumb play wave time";
		grid-template-columns: auto auto 1fr auto;
		padding: 20px 22px;
	}

	.bondifly-home .audio-thumb {
		align-self: stretch;
		grid-area: thumb;
		height: auto;
		min-height: 116px;
		width: 120px;
	}

	.bondifly-home .audio-body {
		align-self: center;
		grid-area: body;
		min-width: 0;
	}

	.bondifly-home .play-btn {
		align-self: center;
		grid-area: play;
	}

	.bondifly-home .waveform {
		align-self: center;
		display: block;
		grid-area: wave;
		min-width: 0;
		width: auto;
	}

	.bondifly-home .audio-time {
		align-self: center;
		display: block;
		grid-area: time;
		min-width: 0;
		white-space: nowrap;
	}

	/* The waveform now sits in a narrower track than on desktop. Tighten the bar
	   gap and thin the (JS-generated, fixed-gap) bars so they fill the width
	   without overflowing horizontally. */
	.bondifly-home .waveform__bars {
		gap: 2px;
	}

	.bondifly-home .waveform .bar:nth-child(3n) {
		display: none;
	}

	.bondifly-home .final-inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.bondifly-home .final-envelope {
		text-align: center;
	}

	.bondifly-home .hand-note {
		display: block;
		margin-top: 8px;
		position: static;
		text-align: center;
		transform: none;
	}
}

/* The mobile header + slide-down menu are defined globally in
   assets/css/bondifly-nav.css (single source of truth), so the homepage no
   longer ships its own mobile-nav block. */

@media (max-width: 760px) {
	body.home .site-header__inner,
	.bondifly-home .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.bondifly-home .character-grid,
	.bondifly-home .episode-grid,
	.bondifly-home .promise-grid,
	.bondifly-home .steps-grid,
	.bondifly-home .parents-badges {
		grid-template-columns: 1fr;
	}

	.bondifly-home .emervale-strip {
		grid-template-columns: 1fr;
		padding: 16px;
	}

	.bondifly-home .ep-card {
		grid-template-columns: 90px 1fr;
	}

	.bondifly-home .audio-card {
		gap: 14px 16px;
		padding: 16px;
	}

	.bondifly-home .audio-thumb {
		height: auto;
		min-height: 104px;
		width: 112px;
	}

	.bondifly-home .play-btn {
		height: 54px;
		width: 54px;
	}

	.bondifly-home .play-btn svg {
		height: 20px;
		width: 20px;
	}

	.bondifly-home .audio-title {
		font-size: 20px;
	}

	.bondifly-home .hero-title {
		font-size: 38px;
	}

	.bondifly-home .hero-ctas {
		max-width: none;
	}

	.bondifly-home .section-title {
		font-size: 24px;
		gap: 10px;
		margin-top: 50px;
		padding: 0 8px;
	}

	.bondifly-home .section-title .rule {
		flex-basis: 30px;
	}

	body.home .bf-story-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 520px) {
	/* On small phones drop the time label so the waveform keeps a usable width
	   right beside the play button; the image stays the left panel. */
	.bondifly-home .audio-card {
		gap: 12px 12px;
		grid-template-areas:
			"thumb body body"
			"thumb play wave";
		grid-template-columns: 104px auto 1fr;
		padding: 14px;
	}

	.bondifly-home .audio-thumb {
		height: auto;
		min-height: 96px;
		width: 104px;
	}

	.bondifly-home .play-btn {
		height: 50px;
		width: 50px;
	}

	.bondifly-home .play-btn svg {
		height: 18px;
		width: 18px;
	}

	.bondifly-home .waveform {
		height: 40px;
	}

	/* Even fewer bars on the narrowest phones so they stay chunky and never
	   overflow the slim track. */
	.bondifly-home .waveform .bar:nth-child(2n) {
		display: none;
	}

	.bondifly-home .audio-time {
		display: none;
	}

	/* Keep the horizontal character cards, just give the text a little more
	   room and tighten the padding on small phones. */
	.bondifly-home .char-card {
		grid-template-columns: 38% 1fr;
	}

	.bondifly-home .char-body {
		padding: 14px 16px;
	}

	.bondifly-home .char-body h3 {
		font-size: 21px;
	}
}

@media (max-width: 420px) {
	body.home .bf-story-footer__grid {
		grid-template-columns: 1fr;
	}

	.bondifly-home .btn {
		white-space: normal;
		width: 100%;
	}
}

/* Mobile only: tighten the gap between the homepage's last section (the FAQ)
   and the dark-green footer so the page doesn't feel stretched at the bottom.
   Scoped to the homepage; desktop and other pages are unaffected. */
@media (max-width: 767px) {
	.bondifly-home .bf-home-faq {
		padding-bottom: 6px;
	}

	/* Pull the footer CTA up a little so it follows the last block more closely
	   (the footer keeps its breathing room, just less empty air on phones). */
	body.home .bf-site-footer__cta {
		padding-top: 14px;
	}
}
