/* ==========================================================================
   Raising Free People — homepage template styles
   Scoped entirely to .rfp-homepage / .rfp-homepage-body.
   Mobile-first; the single approved breakpoint is 860px (desktop layout).
   Colors: cream #FFF5E6 · ink #17130F · mango-gold #F6B800
           leaf green #146B3A · warm coral #E85C3A
   ========================================================================== */

.rfp-homepage-body {
	margin: 0;
	padding: 0;
	background: #FFF5E6;
	-webkit-text-size-adjust: 100%;
}

/* --- narrowly scoped reset: keeps Salient / WPBakery off this page only --- */
.rfp-homepage,
.rfp-homepage *,
.rfp-homepage *::before,
.rfp-homepage *::after {
	box-sizing: border-box;
}

.rfp-homepage h1,
.rfp-homepage h2,
.rfp-homepage h3,
.rfp-homepage p,
.rfp-homepage blockquote,
.rfp-homepage figure {
	margin: 0;
	padding: 0;
	text-shadow: none;
	background: transparent;
	border: 0;
}

.rfp-homepage img {
	max-width: 100%;
	height: auto;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: block;
}

.rfp-homepage section,
.rfp-homepage footer,
.rfp-homepage div {
	border: 0;
	box-shadow: none;
}

.rfp-homepage a {
	box-shadow: none;
	text-shadow: none;
}

.rfp-homepage a:focus-visible,
.rfp-homepage a:focus {
	outline: 3px solid #F6B800;
	outline-offset: 4px;
	border-radius: 2px;
}

.rfp-homepage a:focus:not(:focus-visible) {
	outline: none;
}

/* --- screen-reader-only heading (scoped to this homepage) ---------------- */
.rfp-homepage .rfp-sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

/* --- root ---------------------------------------------------------------- */
.rfp-homepage {
	--rfp-pad: clamp(22px, 6vw, 80px);
	background: #FFF5E6;
	color: #17130F;
	font-family: 'DM Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}

/* ==========================================================================
   1. HERO  (mobile: photo top, ink gradient panel bottom)
   ========================================================================== */
.rfp-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 620px;
	height: 88vh;
	overflow: hidden;
	background: #17130F;
}

.rfp-hero__media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 74%;
	overflow: hidden;
}

.rfp-hero__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 12%;
}

.rfp-hero__scrim {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 62%;
	background: linear-gradient(to top, rgba(23, 19, 15, 0.97) 0%, rgba(23, 19, 15, 0.93) 42%, rgba(23, 19, 15, 0) 100%);
	pointer-events: none;
}

.rfp-hero__text {
	position: relative;
	width: 100%;
	padding: 0 var(--rfp-pad) clamp(36px, 7vw, 56px);
}

.rfp-homepage .rfp-title {
	font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
	font-weight: 800;
	font-variation-settings: 'SOFT' 0, 'WONK' 1;
	color: #FFF5E6;
	font-size: clamp(46px, 7.6vw, 104px);
	line-height: 0.92;
	letter-spacing: -0.025em;
	text-transform: uppercase;
}

/* hand-drawn-feeling gold rule — used twice on the page */
.rfp-brush {
	background: #F6B800;
	border-radius: 6px 8px 5px 9px / 9px 5px 8px 6px;
	transform: rotate(-0.5deg);
}

.rfp-brush--hero {
	width: clamp(140px, 26vw, 260px);
	height: 10px;
	margin: 22px 0 0;
}

.rfp-homepage .rfp-eyebrow {
	margin: 26px 0 0;
	font-size: clamp(14px, 1.6vw, 17px);
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #FFF5E6;
}

.rfp-quote-wrap {
	display: flex;
	gap: 22px;
	align-items: stretch;
	margin: clamp(28px, 4vw, 44px) 0 0;
}

.rfp-quote-rule {
	flex: 0 0 6px;
	background: #F6B800;
}

.rfp-homepage .rfp-quote {
	font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
	font-style: italic;
	font-weight: 500;
	color: #FFF5E6;
	font-size: clamp(19px, 2.5vw, 29px);
	line-height: 1.34;
	max-width: 20em;
	text-wrap: pretty;
}

/* ==========================================================================
   2. INTRODUCTION
   ========================================================================== */
.rfp-intro {
	background: #FFF5E6;
	padding: clamp(56px, 9vw, 104px) var(--rfp-pad) clamp(40px, 6vw, 64px);
}

.rfp-homepage .rfp-intro__p {
	max-width: 30em;
	margin-left: clamp(0px, 8vw, 140px);
	font-size: clamp(19px, 2.5vw, 26px);
	line-height: 1.5;
	color: #17130F;
	text-wrap: pretty;
}

/* ==========================================================================
   3. LINEAGE BAND
   ========================================================================== */
.rfp-lineage {
	padding: 0 var(--rfp-pad) clamp(56px, 9vw, 96px);
	background: #FFF5E6;
}

.rfp-rule-green {
	width: clamp(90px, 14vw, 150px);
	height: 6px;
	background: #146B3A;
	margin: 0 0 clamp(24px, 4vw, 40px);
}

.rfp-lineage__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
}

.rfp-cell {
	padding: clamp(28px, 4vw, 52px);
}

.rfp-cell--podcast {
	background: #17130F;
	color: #FFF5E6;
}

.rfp-cell--tedx {
	background: #F6B800;
	color: #17130F;
}

.rfp-cell--book {
	background: #146B3A;
	color: #FFF5E6;
}

.rfp-cell--gatherings {
	background: #E85C3A;
	color: #17130F;
}

.rfp-homepage .rfp-year {
	font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
	font-weight: 700;
	font-size: clamp(40px, 5.4vw, 74px);
	line-height: 0.9;
	letter-spacing: -0.03em;
}

.rfp-homepage .rfp-year--lg {
	font-size: clamp(44px, 7vw, 92px);
	color: #F6B800;
}

.rfp-homepage .rfp-year--gold {
	color: #F6B800;
}

.rfp-homepage .rfp-cell__h {
	font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
	font-weight: 600;
	font-size: clamp(21px, 2.5vw, 28px);
	line-height: 1.12;
	margin: 16px 0 0;
	color:#17130F;
}

.rfp-homepage .rfp-cell__h--lg {
	font-weight: 600;
	font-size: clamp(24px, 3.2vw, 38px);
	line-height: 1.08;
	color: #17130F;;
	margin: clamp(20px, 3vw, 32px) 0 14px;
}

.rfp-homepage .rfp-cell__p {
	margin: 12px 0 0;
	font-size: clamp(15px, 1.8vw, 17px);
	line-height: 1.6;
	max-width: 26em;
	text-wrap: pretty;
}

.rfp-homepage .rfp-cell__p--lg {
	margin: 0;
	font-size: clamp(16px, 1.9vw, 18px);
	line-height: 1.66;
	max-width: 34em;
}

.rfp-homepage .rfp-gatherings__lead {
	font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
	font-weight: 600;
	font-size: clamp(22px, 3.4vw, 40px);
	line-height: 1.14;
	letter-spacing: -0.01em;
	max-width: 30em;
	text-wrap: pretty;
}

.rfp-homepage .rfp-gatherings__p {
	margin: 16px 0 0;
	font-size: clamp(16px, 1.9vw, 18px);
	line-height: 1.62;
	max-width: 34em;
	text-wrap: pretty;
}

.rfp-homepage .rfp-media-note {
	margin: clamp(28px, 4vw, 44px) 0 0;
	max-width: 32em;
	font-size: clamp(15px, 1.8vw, 17px);
	line-height: 1.7;
	color: #3C332A;
	padding-left: 18px;
	border-left: 4px solid #E85C3A;
	text-wrap: pretty;
}

/* ==========================================================================
   4. THE HINGE
   ========================================================================== */
.rfp-hinge {
	background: #17130F;
	color: #FFF5E6;
	padding: clamp(64px, 11vw, 140px) var(--rfp-pad);
}

.rfp-homepage .rfp-hinge__p {
	max-width: 24em;
	font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
	font-weight: 600;
	font-size: clamp(28px, 4.6vw, 60px);
	line-height: 1.14;
	letter-spacing: -0.02em;
	text-wrap: pretty;
}

.rfp-gold {
	color: #F6B800;
}

.rfp-hinge .rfp-btn-wrap {
	margin: clamp(36px, 6vw, 64px) 0 0;
}

/* --- buttons ------------------------------------------------------------- */
.rfp-btn-wrap {
	display: flex;
}

.rfp-homepage .rfp-btn {
	display: inline-block;
	font-family: 'DM Sans', Helvetica, Arial, sans-serif;
	font-size: clamp(16px, 1.9vw, 18px);
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	padding: 22px 34px;
	border-radius: 6px;
	border-width: 3px;
	border-style: solid;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.rfp-homepage .rfp-btn--gold {
	background: #F6B800;
	border-color: #F6B800;
	color: #17130F;
}

.rfp-homepage .rfp-btn--gold:hover,
.rfp-homepage .rfp-btn--gold:focus {
	background: #FFF5E6;
	border-color: #FFF5E6;
	color: #17130F;
}

.rfp-homepage .rfp-btn--green {
	background: #146B3A;
	border-color: #146B3A;
	color: #FFF5E6;
}

.rfp-homepage .rfp-btn--green:hover,
.rfp-homepage .rfp-btn--green:focus {
	background: #17130F;
	border-color: #17130F;
	color: #FFF5E6;
}

/* ==========================================================================
   5. WHAT I'M TENDING NOW
   ========================================================================== */
.rfp-tending {
	background: #FFF5E6;
	padding: clamp(64px, 10vw, 128px) var(--rfp-pad);
}

.rfp-tending__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(32px, 6vw, 48px);
}

.rfp-tending__headwrap {
	display: flex;
	gap: clamp(16px, 2.5vw, 28px);
	align-items: stretch;
}

.rfp-tending__rule {
	flex: 0 0 12px;
	background: #146B3A;
}

.rfp-homepage .rfp-h2 {
	font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
	font-weight: 700;
	font-size: clamp(28px, 4.4vw, 54px);
	line-height: 1.02;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #17130F;
}

.rfp-coral-block {
	width: 86px;
	height: 86px;
	background: #E85C3A;
	margin: clamp(28px, 4vw, 48px) 0 0 clamp(28px, 4vw, 40px);
}

.rfp-tending__copy {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.rfp-homepage .rfp-lede {
	font-size: clamp(19px, 2.4vw, 25px);
	line-height: 1.5;
	max-width: 30em;
	text-wrap: pretty;
}

.rfp-homepage .rfp-sub {
	font-size: clamp(16px, 1.9vw, 18px);
	line-height: 1.68;
	max-width: 32em;
	color: #3C332A;
	text-wrap: pretty;
}

.rfp-brush--tending {
	width: clamp(110px, 18vw, 180px);
	height: 9px;
	margin: 6px 0;
	transform: rotate(-0.6deg);
}

/* ==========================================================================
   6. FOOTER
   ========================================================================== */
.rfp-footer {
	background: #17130F;
	color: #FFF5E6;
	border-top: 6px solid #F6B800;
	padding: clamp(36px, 5vw, 56px) var(--rfp-pad);
}

.rfp-footer__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 56px;
	align-items: flex-end;
	justify-content: space-between;
}

.rfp-homepage .rfp-footer__id {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 15px;
	line-height: 1.6;
}

.rfp-homepage .rfp-name {
	font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
	font-size: 21px;
	font-weight: 600;
	color: #FFF5E6;
}

.rfp-homepage .rfp-footer__meta {
	color: #E4D6BF;
}

.rfp-homepage .rfp-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: baseline;
	font-size: 15px;
}

.rfp-homepage .rfp-footer__link {
	color: #F6B800;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.rfp-homepage .rfp-footer__link:hover {
	color: #FFF5E6;
}

.rfp-footer__link--nowrap {
	white-space: nowrap;
}

.rfp-sep {
	color: #6A5D4C;
}

/* ==========================================================================
   DESKTOP / TABLET LANDSCAPE — the approved 860px breakpoint
   ========================================================================== */
@media screen and (min-width: 860px) {

	.rfp-hero {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		min-height: 680px;
	}

	.rfp-hero__media {
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		width: 58%;
		height: auto;
	}

	.rfp-hero__scrim {
		top: 0;
		bottom: 0;
		left: 0;
		right: auto;
		width: 74%;
		height: auto;
		background: linear-gradient(to right, rgba(23, 19, 15, 0.94) 0%, rgba(23, 19, 15, 0.9) 46%, rgba(23, 19, 15, 0.55) 72%, rgba(23, 19, 15, 0) 100%);
	}

	.rfp-hero__text {
		max-width: 640px;
		padding: 0 var(--rfp-pad);
	}

	.rfp-lineage__grid {
		grid-template-columns: 1.25fr minmax(0, 0.85fr);
		align-items: stretch;
	}

	.rfp-cell--podcast {
		grid-row: span 2;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.rfp-cell--gatherings {
		grid-column: span 2;
	}

	.rfp-tending__grid {
		grid-template-columns: 0.85fr 1.15fr;
		gap: clamp(40px, 7vw, 96px);
		align-items: start;
	}
}

/* Respect reduced-motion preferences on the button transitions. */
@media (prefers-reduced-motion: reduce) {
	.rfp-homepage .rfp-btn {
		transition: none;
	}
}
