.home3 {
	--h3-ink: #17221f;
	--h3-forest: #1d4539;
	--h3-forest-deep: #102a23;
	--h3-moss: #65866e;
	--h3-coral: #ee6a3b;
	--h3-coral-dark: #c94c23;
	--h3-gold: #f1c36f;
	--h3-sand: #f3e9da;
	--h3-cream: #fbf8f1;
	--h3-paper: #fffdf9;
	--h3-muted: #66716d;
	--h3-line: rgba(23, 34, 31, .13);
	--h3-radius: 28px;
	--h3-shadow: 0 24px 70px rgba(35, 28, 20, .13);
	overflow: clip;
	background: var(--h3-cream);
	color: var(--h3-ink);
	font-family: var(--sans);
}

.home3 *,
.home3 *::before,
.home3 *::after {
	box-sizing: border-box;
}

.home3-shell {
	width: min(1240px, calc(100% - 48px));
	margin-inline: auto;
}

.home3-section {
	padding: clamp(78px, 9vw, 132px) 0;
	scroll-margin-top: 108px;
}

.home3-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	color: var(--h3-coral-dark);
	font-size: .7rem;
	font-weight: 850;
	letter-spacing: .17em;
	line-height: 1.3;
	text-transform: uppercase;
}

.home3-kicker > span {
	width: 25px;
	height: 1px;
	background: currentColor;
}

.home3-kicker--light {
	color: var(--h3-gold);
}

.home3-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 13px 19px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: .79rem;
	font-weight: 850;
	line-height: 1.2;
	text-decoration: none;
	transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease;
}

.home3-button:hover,
.home3-button:focus-visible {
	transform: translateY(-2px);
}

.home3-button img {
	width: 19px;
	height: 19px;
	filter: brightness(0) invert(1);
}

.home3-button__emoji {
	font-size: 1.05rem;
	line-height: 1;
}

.home3-button--accent {
	background: var(--h3-coral);
	box-shadow: 0 12px 30px rgba(238, 106, 59, .25);
	color: #fff;
}

.home3-button--accent:hover,
.home3-button--accent:focus-visible {
	background: var(--h3-coral-dark);
	box-shadow: 0 16px 35px rgba(238, 106, 59, .34);
	color: #fff;
}

.home3-button--glass {
	border-color: rgba(255, 255, 255, .22);
	background: rgba(255, 255, 255, .1);
	color: #fff;
	backdrop-filter: blur(12px);
}

.home3-button--glass:hover,
.home3-button--glass:focus-visible {
	border-color: rgba(255, 255, 255, .45);
	background: rgba(255, 255, 255, .17);
	color: #fff;
}

.home3-button--outline {
	border-color: var(--h3-forest);
	background: transparent;
	color: var(--h3-forest);
}

.home3-hero {
	position: relative;
	isolation: isolate;
	min-height: min(850px, calc(100svh - 110px));
	overflow: hidden;
	background: var(--h3-forest-deep);
	color: #fff;
}

.home3-hero__media,
.home3-hero__media::after {
	position: absolute;
	z-index: -3;
	inset: 0;
}

.home3-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 55%;
	transform: scale(1.015);
}

.home3-hero__media::after {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(9, 28, 23, .97) 0%, rgba(9, 28, 23, .84) 43%, rgba(9, 28, 23, .42) 78%, rgba(9, 28, 23, .5) 100%),
		linear-gradient(0deg, rgba(8, 23, 19, .68), transparent 45%);
	content: "";
}

.home3-hero__glow {
	position: absolute;
	z-index: -1;
	top: -310px;
	right: -270px;
	width: 760px;
	height: 760px;
	border: 1px solid rgba(241, 195, 111, .16);
	border-radius: 50%;
	box-shadow: 0 0 0 95px rgba(241, 195, 111, .025), 0 0 0 190px rgba(241, 195, 111, .018);
}

.home3-hero__content {
	display: grid;
	min-height: min(790px, calc(100svh - 110px));
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, .65fr);
	align-items: center;
	gap: clamp(48px, 8vw, 108px);
	padding-block: clamp(72px, 8vw, 116px) 112px;
}

.home3-hero__copy {
	max-width: 750px;
}

.home3-hero__copy h1 {
	margin: 0 0 23px;
	color: #fff;
	font-family: var(--serif);
	font-size: clamp(3.7rem, 7.2vw, 7.3rem);
	font-weight: 650;
	letter-spacing: -.06em;
	line-height: .83;
	text-wrap: balance;
}

.home3-hero__copy h1 em {
	display: block;
	margin-top: .14em;
	color: var(--h3-gold);
	font-style: normal;
}

.home3-hero__lead {
	max-width: 650px;
	margin: 0;
	color: rgba(255, 255, 255, .78);
	font-size: clamp(.98rem, 1.4vw, 1.13rem);
	line-height: 1.65;
}

.home3-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.home3-hero__proof {
	display: flex;
	align-items: stretch;
	gap: 0;
	margin-top: 44px;
}

.home3-hero__proof > span {
	display: grid;
	min-width: 128px;
	align-content: center;
	padding: 1px 22px;
	border-left: 1px solid rgba(255, 255, 255, .19);
}

.home3-hero__proof > span:first-child {
	padding-left: 0;
	border-left: 0;
}

.home3-hero__proof b {
	color: #fff;
	font-family: var(--serif);
	font-size: 1.55rem;
	line-height: 1;
}

.home3-hero__proof i {
	margin-top: 4px;
	color: var(--h3-gold);
	font-size: .55rem;
	font-style: normal;
	letter-spacing: .06em;
}

.home3-hero__proof small {
	margin-top: 4px;
	color: rgba(255, 255, 255, .62);
	font-size: .65rem;
	font-weight: 650;
}

.home3-compass {
	position: relative;
	padding: 29px;
	border: 1px solid rgba(255, 255, 255, .38);
	border-radius: var(--h3-radius);
	background: rgba(255, 253, 249, .95);
	box-shadow: 0 30px 90px rgba(5, 17, 14, .34);
	color: var(--h3-ink);
	backdrop-filter: blur(18px);
}

.home3-compass::before {
	position: absolute;
	top: -9px;
	right: 34px;
	width: 76px;
	height: 18px;
	border-radius: 20px;
	background: var(--h3-coral);
	content: "";
}

.home3-compass__top {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 20px;
}

.home3-compass h2 {
	margin: 0 0 23px;
	color: var(--h3-forest);
	font-family: var(--serif);
	font-size: clamp(1.85rem, 3vw, 2.55rem);
	font-weight: 650;
	letter-spacing: -.035em;
	line-height: 1.03;
}

.home3-paths {
	display: grid;
	gap: 9px;
}

.home3-paths a {
	display: grid;
	min-height: 91px;
	grid-template-columns: 50px minmax(0, 1fr) auto;
	align-items: center;
	gap: 13px;
	padding: 13px 14px;
	border: 1px solid var(--h3-line);
	border-radius: 17px;
	background: #fff;
	color: var(--h3-ink);
	text-decoration: none;
	transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.home3-paths a:hover,
.home3-paths a:focus-visible {
	border-color: rgba(238, 106, 59, .56);
	background: #fff9f5;
	box-shadow: 0 9px 24px rgba(35, 28, 20, .08);
	transform: translateX(4px);
}

.home3-paths a > span {
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	border-radius: 15px;
	background: var(--h3-sand);
	font-size: 1.35rem;
}

.home3-paths a > span img {
	width: 24px;
	height: 24px;
	opacity: .72;
}

.home3-paths strong {
	color: var(--h3-forest);
	font-size: .82rem;
	line-height: 1.25;
}

.home3-paths small {
	display: block;
	margin-top: 4px;
	color: var(--h3-muted);
	font-size: .68rem;
	font-weight: 500;
	line-height: 1.4;
}

.home3-paths b {
	color: var(--h3-coral);
	font-size: 1.05rem;
}

.home3-marquee {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, .14);
	background: rgba(12, 34, 28, .8);
	backdrop-filter: blur(14px);
}

.home3-marquee > div {
	display: flex;
	min-width: max-content;
	align-items: center;
	justify-content: center;
	gap: clamp(24px, 4vw, 54px);
	padding: 20px 30px;
}

.home3-marquee span {
	color: rgba(255, 255, 255, .8);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.home3-marquee i {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--h3-coral);
}

.home3-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(310px, .55fr);
	align-items: end;
	gap: 70px;
	margin-bottom: 50px;
}

.home3-heading h2,
.home3-planner__heading h2,
.home3-final h2 {
	max-width: 800px;
	margin: 0;
	color: var(--h3-forest-deep);
	font-family: var(--serif);
	font-size: clamp(2.65rem, 5.6vw, 5.3rem);
	font-weight: 650;
	letter-spacing: -.055em;
	line-height: .9;
	text-wrap: balance;
}

.home3-heading > div:last-child > p {
	margin: 0;
	color: var(--h3-muted);
	font-size: .93rem;
	line-height: 1.65;
}

.home3-heading > div:last-child > a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 18px;
	color: var(--h3-forest);
	font-size: .75rem;
	font-weight: 850;
	text-decoration: none;
}

.home3-heading > div:last-child > a span {
	color: var(--h3-coral);
	font-size: 1rem;
}

.home3-heading--center {
	display: block;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.home3-heading--center .home3-kicker {
	justify-content: center;
}

.home3-tour-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.home3-tour-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--h3-line);
	border-radius: 23px;
	background: var(--h3-paper);
	box-shadow: 0 13px 38px rgba(33, 30, 24, .065);
	transition: transform .25s ease, box-shadow .25s ease;
}

.home3-tour-card:hover {
	box-shadow: var(--h3-shadow);
	transform: translateY(-5px);
}

.home3-tour-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1.42 / 1;
	overflow: hidden;
	background: var(--h3-sand);
}

.home3-tour-card__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 52%, rgba(11, 28, 23, .58));
	content: "";
}

.home3-tour-card__media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .65s cubic-bezier(.2, .75, .25, 1);
}

.home3-tour-card:hover .home3-tour-card__media > img {
	transform: scale(1.045);
}

.home3-tour-card__badge {
	position: absolute;
	z-index: 2;
	top: 14px;
	left: 14px;
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 999px;
	background: rgba(255, 255, 255, .9);
	color: var(--h3-forest);
	font-size: .61rem;
	font-weight: 850;
	backdrop-filter: blur(8px);
}

.home3-tour-card__arrow {
	position: absolute;
	z-index: 2;
	right: 14px;
	bottom: 14px;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .45);
	border-radius: 50%;
	background: rgba(255, 255, 255, .14);
	color: #fff;
	font-size: 1.1rem;
	backdrop-filter: blur(8px);
}

.home3-tour-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

.home3-tour-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 11px;
	color: var(--h3-muted);
	font-size: .63rem;
	font-weight: 700;
}

.home3-tour-card__meta span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.home3-tour-card__meta img {
	width: 14px;
	height: 14px;
	opacity: .62;
}

.home3-tour-card h3 {
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(1.55rem, 2.4vw, 2.05rem);
	font-weight: 650;
	letter-spacing: -.035em;
	line-height: 1.04;
}

.home3-tour-card h3 a {
	color: var(--h3-forest);
	text-decoration: none;
}

.home3-tour-card__body > p {
	margin: 11px 0 19px;
	color: var(--h3-muted);
	font-size: .77rem;
	line-height: 1.55;
}

.home3-tour-card__foot {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid var(--h3-line);
}

.home3-tour-card__foot > span {
	display: grid;
}

.home3-tour-card__foot small {
	color: var(--h3-muted);
	font-size: .58rem;
	font-weight: 650;
}

.home3-tour-card__foot strong {
	margin-top: 2px;
	color: var(--h3-forest);
	font-size: 1.05rem;
}

.home3-tour-card__foot .esp-price-pair {
	display: inline-flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 5px;
}

.home3-tour-card__foot .esp-price-pair del {
	color: var(--h3-muted);
	font-size: .7em;
	font-weight: 650;
}

.home3-tour-card__foot .esp-price-pair ins {
	color: var(--h3-coral-dark);
	font-weight: 850;
	line-height: 1;
	text-decoration: none;
}

.home3-tour-card__foot > a {
	color: var(--h3-coral-dark);
	font-size: .67rem;
	font-weight: 850;
	text-align: right;
	text-decoration: none;
}

.home3-tour-card__foot > a b {
	font-size: .95rem;
}

.home3-tours__all {
	display: flex;
	width: max-content;
	margin: 34px auto 0;
}

.home3-planner {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--h3-forest-deep);
	color: #fff;
}

.home3-planner::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image: radial-gradient(rgba(255,255,255,.055) 1px, transparent 1px);
	background-size: 24px 24px;
	content: "";
	mask-image: linear-gradient(90deg, #000, transparent 68%);
}

.home3-planner__orb {
	position: absolute;
	z-index: -1;
	right: -280px;
	bottom: -340px;
	width: 780px;
	height: 780px;
	border: 1px solid rgba(241, 195, 111, .15);
	border-radius: 50%;
	box-shadow: 0 0 0 90px rgba(241, 195, 111, .02), 0 0 0 180px rgba(241, 195, 111, .012);
}

.home3-planner__heading {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(280px, .5fr);
	align-items: end;
	gap: 60px;
	margin-bottom: 42px;
}

.home3-planner__heading .home3-kicker {
	grid-column: 1 / -1;
	margin-bottom: -38px;
}

.home3-planner__heading h2 {
	color: #fff;
}

.home3-planner__heading > p:last-child {
	margin: 0;
	color: rgba(255, 255, 255, .65);
	font-size: .9rem;
	line-height: 1.65;
}

.home3-builder {
	display: grid;
	grid-template-columns: minmax(0, .83fr) minmax(0, 1.17fr);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 30px;
	background: rgba(255, 255, 255, .06);
	box-shadow: 0 35px 100px rgba(0, 0, 0, .22);
	backdrop-filter: blur(12px);
}

.home3-builder__controls {
	padding: clamp(25px, 4vw, 45px);
	border-right: 1px solid rgba(255, 255, 255, .13);
}

.home3-builder__step {
	display: flex;
	align-items: center;
	margin-bottom: 26px;
}

.home3-builder__step div {
	display: grid;
}

.home3-builder__step small {
	color: var(--h3-gold);
	font-size: .61rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.home3-builder__step strong {
	margin-top: 3px;
	color: #fff;
	font-family: var(--serif);
	font-size: 1.35rem;
}

.home3-day-options {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(62px, 1fr));
	gap: 7px;
}

.home3-day-options button {
	display: grid;
	min-width: 0;
	min-height: 74px;
	place-items: center;
	align-content: center;
	gap: 1px;
	padding: 8px 4px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 14px;
	background: rgba(255, 255, 255, .06);
	color: rgba(255, 255, 255, .72);
	cursor: pointer;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.home3-day-options button:hover,
.home3-day-options button:focus-visible {
	border-color: rgba(241, 195, 111, .62);
}

.home3-day-options button.is-active {
	border-color: var(--h3-coral);
	background: var(--h3-coral);
	box-shadow: 0 10px 25px rgba(238, 106, 59, .25);
	color: #fff;
	transform: translateY(-3px);
}

.home3-day-options b {
	font-family: var(--serif);
	font-size: 1.45rem;
	line-height: 1;
}

.home3-day-options small {
	font-size: .58rem;
	font-weight: 750;
}

.home3-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 22px;
}

.home3-fields label {
	display: grid;
	gap: 7px;
}

.home3-fields label > span {
	color: rgba(255, 255, 255, .68);
	font-size: .65rem;
	font-weight: 800;
}

.home3-fields select,
.home3-fields input[type="date"] {
	width: 100%;
	min-height: 50px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 13px;
	outline: 0;
	background: rgba(255, 255, 255, .09);
	color: #fff;
	font: inherit;
	font-size: .76rem;
	font-weight: 750;
}

.home3-fields select {
	padding-right: 40px;
}

.home3-fields input[type="date"]::-webkit-calendar-picker-indicator {
	cursor: pointer;
	filter: invert(1);
	opacity: .75;
}

.home3-fields select:focus,
.home3-fields input[type="date"]:focus {
	border-color: var(--h3-gold);
}

.home3-fields option {
	background: var(--h3-forest-deep);
	color: #fff;
}

.home3-assurance {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 25px;
}

.home3-assurance span {
	padding: 6px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .07);
	color: rgba(255, 255, 255, .68);
	font-size: .58rem;
	font-weight: 700;
}

.home3-builder__result {
	padding: clamp(25px, 4vw, 45px);
	background: var(--h3-paper);
	color: var(--h3-ink);
}

.home3-result__head {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.home3-result__head > span {
	display: grid;
}

.home3-result__head small {
	color: var(--h3-coral-dark);
	font-size: .62rem;
	font-weight: 850;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.home3-result__head strong {
	margin-top: 4px;
	color: var(--h3-forest);
	font-family: var(--serif);
	font-size: 1.7rem;
	line-height: 1.1;
}

.home3-itinerary {
	display: grid;
	gap: 8px;
}

.home3-itinerary > div {
	display: grid;
	grid-template-columns: 34px 58px minmax(0, 1fr) auto;
	align-items: center;
	gap: 11px;
	padding: 9px;
	border: 1px solid var(--h3-line);
	border-radius: 14px;
	background: #fff;
}

.home3-itinerary > div > span {
	display: grid;
	width: 31px;
	height: 31px;
	place-items: center;
	border-radius: 50%;
	background: var(--h3-forest);
	color: #fff;
	font-family: var(--serif);
	font-size: .8rem;
}

.home3-itinerary img {
	width: 58px;
	height: 46px;
	border-radius: 9px;
	object-fit: cover;
}

.home3-itinerary strong {
	min-width: 0;
	color: var(--h3-forest);
	font-size: .74rem;
	line-height: 1.25;
}

.home3-itinerary small {
	display: block;
	margin-top: 2px;
	color: var(--h3-muted);
	font-size: .59rem;
	font-weight: 550;
}

.home3-itinerary b {
	color: var(--h3-ink);
	font-size: .72rem;
	white-space: nowrap;
}

.home3-totals {
	display: grid;
	gap: 0;
	margin-top: 17px;
	border-top: 1px solid var(--h3-line);
}

.home3-totals > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 9px 1px;
	border-bottom: 1px solid var(--h3-line);
}

.home3-totals span {
	color: var(--h3-muted);
	font-size: .68rem;
}

.home3-totals strong {
	color: var(--h3-forest);
	font-size: .92rem;
}

.home3-totals > div:first-child {
	padding-top: 15px;
}

.home3-totals > div:first-child span {
	color: var(--h3-ink);
	font-weight: 800;
}

.home3-totals > div:first-child strong {
	font-family: var(--serif);
	font-size: 1.45rem;
}

.home3-totals__deposit {
	margin: 7px -10px 0;
	padding-right: 10px !important;
	padding-left: 10px !important;
	border: 0 !important;
	border-radius: 10px;
	background: #edf5ee;
}

.home3-totals__deposit span,
.home3-totals__deposit strong {
	color: #23633f;
	font-weight: 850;
}

.home3-result__cta {
	width: 100%;
	margin-top: 17px;
}

.home3-result__note {
	margin: 10px auto 0;
	color: var(--h3-muted);
	font-size: .6rem;
	line-height: 1.4;
	text-align: center;
}

.home3-process {
	background: var(--h3-paper);
}

.home3-process__intro {
	max-width: 650px;
	margin: 20px auto 0 !important;
}

.home3-process__rail {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
	margin-top: 55px;
}

.home3-process__rail::before {
	position: absolute;
	top: 40px;
	right: 10%;
	left: 10%;
	height: 1px;
	background: var(--h3-line);
	content: "";
}

.home3-process__rail article {
	position: relative;
	z-index: 1;
	text-align: center;
}

.home3-process__rail i {
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 auto 23px;
	border: 4px solid var(--h3-paper);
	border-radius: 50%;
	background: var(--h3-coral);
	box-shadow: 0 0 0 1px var(--h3-coral);
}

.home3-process__rail strong {
	display: block;
	color: var(--h3-forest);
	font-family: var(--serif);
	font-size: 1.35rem;
}

.home3-process__rail p {
	max-width: 190px;
	margin: 7px auto 0;
	color: var(--h3-muted);
	font-size: .76rem;
	line-height: 1.5;
}

.home3-final {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(95px, 12vw, 165px) 0;
	color: #fff;
	text-align: center;
}

.home3-final__media,
.home3-final__media::after {
	position: absolute;
	z-index: -2;
	inset: 0;
}

.home3-final__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home3-final__media::after {
	z-index: 1;
	background: linear-gradient(90deg, rgba(10, 35, 28, .94), rgba(10, 35, 28, .72));
	content: "";
}

.home3-final .home3-kicker {
	justify-content: center;
}

.home3-final h2 {
	max-width: 950px;
	margin-inline: auto;
	color: #fff;
}

.home3-final > .home3-shell > p:not(.home3-kicker) {
	max-width: 690px;
	margin: 22px auto 0;
	color: rgba(255, 255, 255, .73);
	font-size: .95rem;
	line-height: 1.65;
}

.home3-final .home3-actions {
	justify-content: center;
}

.home3-mobile-dock {
	display: none;
}

.home3.home3-ready [data-home3-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .65s ease, transform .65s cubic-bezier(.2, .7, .2, 1);
}

.home3.home3-ready [data-home3-reveal].is-visible {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.home3 *,
	.home3 *::before,
	.home3 *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}

	.home3.home3-ready [data-home3-reveal] {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 1060px) {
	.home3-hero__content {
		grid-template-columns: minmax(0, 1fr) minmax(340px, .68fr);
		gap: 38px;
	}

	.home3-compass {
		padding: 23px;
	}

	.home3-tour-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home3-builder {
		grid-template-columns: .8fr 1.2fr;
	}
}

@media (max-width: 820px) {
	.home3-shell {
		width: min(100% - 32px, 680px);
	}

	.home3-hero {
		min-height: auto;
	}

	.home3-hero__media::after {
		background: linear-gradient(180deg, rgba(8, 26, 21, .8), rgba(8, 26, 21, .94) 58%, rgba(8, 26, 21, .98));
	}

	.home3-hero__content {
		min-height: auto;
		grid-template-columns: 1fr;
		gap: 38px;
		padding-block: 72px 115px;
	}

	.home3-hero__copy {
		max-width: 670px;
	}

	.home3-compass {
		max-width: 620px;
	}

	.home3-heading,
	.home3-planner__heading {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.home3-planner__heading .home3-kicker {
		grid-column: auto;
		margin-bottom: -8px;
	}

	.home3-builder {
		grid-template-columns: 1fr;
	}

	.home3-builder__controls {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .13);
	}

	.home3-process__rail {
		grid-template-columns: repeat(2, 1fr);
		gap: 42px 24px;
	}

	.home3-process__rail::before {
		display: none;
	}
}

@media (max-width: 620px) {
	.home3 {
		padding-bottom: 68px;
	}

	.home3-section {
		padding: 70px 0;
	}

	.home3-hero__content {
		padding-top: 55px;
	}

	.home3-hero__copy h1 {
		font-size: clamp(3.25rem, 17vw, 5rem);
		line-height: .86;
	}

	.home3-hero__lead {
		font-size: .91rem;
	}

	.home3-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.home3-button {
		width: 100%;
	}

	.home3-hero__proof {
		margin-top: 32px;
	}

	.home3-hero__proof > span {
		min-width: 0;
		flex: 1;
		padding: 1px 12px;
	}

	.home3-hero__proof b {
		font-size: 1.2rem;
	}

	.home3-hero__proof small {
		font-size: .55rem;
	}

	.home3-compass {
		padding: 22px 16px 16px;
		border-radius: 23px;
	}

	.home3-compass h2 {
		font-size: 1.8rem;
	}

	.home3-paths a {
		grid-template-columns: 44px minmax(0, 1fr) auto;
		padding: 11px;
	}

	.home3-paths a > span {
		width: 44px;
		height: 44px;
	}

	.home3-marquee > div {
		justify-content: flex-start;
		animation: home3-marquee 24s linear infinite;
	}

	@keyframes home3-marquee {
		to { transform: translateX(-50%); }
	}

	.home3-heading h2,
	.home3-planner__heading h2,
	.home3-final h2 {
		font-size: clamp(2.55rem, 13vw, 4rem);
	}

	.home3-heading > div:last-child > a {
		display: none;
	}

	.home3-tour-grid {
		display: flex;
		width: calc(100% + 16px);
		margin-right: -16px;
		gap: 13px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.home3-tour-grid::-webkit-scrollbar {
		display: none;
	}

	.home3-tour-card {
		min-width: min(84vw, 350px);
		scroll-snap-align: start;
	}

	.home3-tour-card__media {
		aspect-ratio: 1.35 / 1;
	}

	.home3-tours__all {
		display: flex;
		width: 100%;
	}

	.home3-builder {
		margin-inline: -4px;
		border-radius: 23px;
	}

	.home3-builder__controls,
	.home3-builder__result {
		padding: 24px 16px;
	}

	.home3-day-options {
		gap: 5px;
	}

	.home3-day-options button {
		min-height: 64px;
		border-radius: 11px;
	}

	.home3-day-options b {
		font-size: 1.2rem;
	}

	.home3-fields {
		grid-template-columns: 1fr;
	}

	.home3-itinerary > div {
		grid-template-columns: 31px 50px minmax(0, 1fr);
		gap: 8px;
	}

	.home3-itinerary img {
		width: 50px;
		height: 43px;
	}

	.home3-itinerary b {
		grid-column: 3;
		font-size: .65rem;
	}

	.home3-process__rail {
		grid-template-columns: 1fr;
		margin-top: 35px;
	}

	.home3-process__rail article {
		display: block;
		padding-left: 16px;
		border-left: 2px solid var(--h3-coral);
		text-align: left;
	}

	.home3-process__rail i {
		display: none;
	}

	.home3-process__rail strong,
	.home3-process__rail p {
		max-width: none;
		margin: 0;
	}

	.home3-final .home3-actions {
		display: grid;
	}

	.home3-mobile-dock {
		position: fixed;
		z-index: 89;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 7px;
		padding: 8px;
		border-top: 1px solid var(--h3-line);
		background: rgba(255, 253, 249, .96);
		box-shadow: 0 -10px 30px rgba(20, 35, 30, .1);
		backdrop-filter: blur(14px);
	}

	.home3-mobile-dock a {
		display: grid;
		min-height: 48px;
		place-items: center;
		border: 1px solid var(--h3-forest);
		border-radius: 12px;
		color: var(--h3-forest);
		font-size: .69rem;
		font-weight: 850;
		text-align: center;
		text-decoration: none;
	}

	.home3-mobile-dock a:last-child {
		border-color: var(--h3-coral);
		background: var(--h3-coral);
		color: #fff;
	}
}
