/* Fern & Wild hero — Mel overlay + section hook */
.fw-hero {
	position: relative;
}
/* Scrim lives on the copy layer so it sits above RS slides, below Prev/Next (60) */
#rev_slider_11_1_wrapper {
	position: relative;
}
.fw-hero-copy {
	position: absolute;
	inset: 0;
	z-index: 50;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 24px;
	pointer-events: none;
	box-sizing: border-box;
}
.fw-hero-copy::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.35);
}
.fw-hero-copy__eyebrow,
.fw-hero-copy__title,
.fw-hero-copy__text,
.fw-hero-copy__actions {
	margin: 0;
	padding: 0;
	pointer-events: auto;
	user-select: text;
}
.fw-hero-copy__actions {
	user-select: none;
}
.fw-hero-copy__eyebrow {
	font-family: 'Earthbound', serif;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
	padding-bottom: 50px;
}
/* Zeitgeist script utility */
.script {
	font-family: 'Zeitgeist Alternative', cursive;
	font-weight: 400;
}
.fw-hero-copy__title {
	font-family: 'Zeitgeist Alternative', cursive;
	font-size: 120px;
	line-height: 1;
	font-weight: 400;
	color: #E2D1B5;
	padding-bottom: 50px;
}
.fw-hero-copy__title span {
	display: inline-block;
	/* Pad for Zeitgeist ascenders inside clip-path; negative margin keeps visual gap tight */
	padding: 0.55em 0.2em 0.25em;
	margin: -0.55em -0.2em -0.25em;
	clip-path: inset(0 100% 0 0);
	animation: fw-hero-write 1.4s ease 0.25s forwards;
}
@keyframes fw-hero-write {
	to { clip-path: inset(0 0 0 0); }
}
@media (prefers-reduced-motion: reduce) {
	.fw-hero-copy__title span {
		clip-path: none;
		animation: none;
	}
}
.fw-hero-copy__text {
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	line-height: 1.45;
	font-weight: 400;
	color: #fff;
	max-width: 820px;
	padding-bottom: 50px;
}
.fw-hero-copy__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}
.fw-hero-copy__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 175px;
	height: 60px;
	box-sizing: border-box;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.fw-hero-copy__btn--primary {
	background-color: #B36B53;
	color: #fff;
	border: 1px solid #B36B53;
}
.fw-hero-copy__btn--primary:hover {
	background-color: #C78342;
	border-color: #C78342;
	color: #fff;
}
.fw-hero-copy__btn--ghost {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.fw-hero-copy__btn--ghost:hover {
	background-color: #fff;
	color: #2A2925;
}
@media only screen and (max-width: 1024px) {
	.fw-hero-copy__eyebrow { font-size: 28px; padding-bottom: 28px; }
	.fw-hero-copy__title { font-size: 72px; padding-bottom: 28px; }
	.fw-hero-copy__text { font-size: 18px; padding-bottom: 28px; }
	.fw-hero-copy__btn { width: 175px; height: 60px; font-size: 16px; }
}
@media only screen and (max-width: 767px) {
	.fw-hero-copy__eyebrow { font-size: 20px; padding-bottom: 20px; }
	.fw-hero-copy__title { font-size: 48px; padding-bottom: 20px; }
	.fw-hero-copy__text { font-size: 16px; padding-bottom: 20px; }
	.fw-hero-copy__btn { width: 148px; height: 46px; font-size: 13px; }
	.fw-hero-copy__actions { gap: 12px; }
}

/* Scroll cue band between hero and intro (design1 fw-scroll / RS height) */
.fw-scroll {
	position: relative;
	height: 254px;
	margin: 0;
	padding: 0;
	background: transparent;
}
.fw-scroll__inner {
	position: relative;
	width: 100%;
	height: 100%;
}
/* RS layer: xo:685 yo:88 on gw:1300 fullwidth → (100% - 1300)/2 + 685 */
.fw-scroll__anchor {
	position: absolute;
	left: calc((100% - 1300px) / 2 + 685px);
	top: 88px;
	width: 0;
	height: 0;
	z-index: 2;
	pointer-events: none;
}
/* Base rev vertical-text (from fw-content — not loaded on home) */
.fw-scroll .fw-m-vertical-text {
	position: relative;
	display: block;
}
.fw-scroll .fw-m-vertical-text-rev > span {
	margin: 0;
	font-family: Quicksand, sans-serif;
	font-style: italic;
	letter-spacing: 0.02em;
	font-size: 18px;
	text-align: left;
	position: absolute;
	left: -18px;
	bottom: 1px;
	transform-origin: 10% 110%;
	transform: rotate(270deg) translateY(0);
	backface-visibility: hidden;
	color: #2B2927;
	opacity: 1 !important;
}
.fw-scroll .fw-m-vertical-text-rev svg {
	overflow: visible;
	position: absolute;
	left: -18px;
	bottom: -12px !important;
	transform-origin: -39% 100%;
	transform: rotate(180deg) translateY(0);
	backface-visibility: hidden;
}
.fw-scroll .fw-m-vertical-text-rev svg line {
	stroke: #2B2927;
	transform: scaleY(1.7) !important;
	transform-origin: bottom;
}
.fw-scroll .fw-m-vertical-text-rev svg path {
	fill: #2B2927;
	opacity: 1 !important;
	transform: scale(1) translateY(-55px) !important;
	transform-origin: 2px 96%;
}
@media only screen and (max-width: 1710px) {
	/* RS: gw 1100, xo 579, yo 86 */
	.fw-scroll__anchor {
		left: calc((100% - 1100px) / 2 + 579px);
		top: 86px;
	}
}
@media only screen and (max-width: 1024px) {
	.fw-scroll { height: 250px; }
	/* RS: gw 600, xo 315, yo 87 */
	.fw-scroll__anchor {
		left: calc((100% - 600px) / 2 + 315px);
		top: 87px;
	}
}
@media only screen and (max-width: 767px) {
	/* Flush intro under hero — no scroll band / white gap */
	.fw-scroll {
		height: 0;
		overflow: hidden;
	}
	.fw-scroll__anchor { display: none; }
}
@media only screen and (max-width: 480px) {
	.fw-scroll { height: 0; }
	.fw-scroll__anchor { display: none; }
}
