.home2 {
	--home2-ink: #14231f;
	--home2-green: #1f4439;
	--home2-green-dark: #142d27;
	--home2-orange: #e86432;
	--home2-orange-dark: #c9481f;
	--home2-gold: #f2c46b;
	--home2-sand: #f5eadb;
	--home2-paper: #fffdf9;
	--home2-muted: #68736f;
	--home2-line: #e7ddd0;
	--home2-shadow: 0 16px 46px rgba(35, 28, 20, .1);
	background: var(--home2-paper);
	color: var(--home2-ink);
	font-family: var(--sans);
	line-height: 1.5;
}

.home2-shell {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.home2-section {
	padding: clamp(68px, 8vw, 104px) 0;
	scroll-margin-top: 110px;
}

.home2-section--sand {
	background: var(--home2-sand);
}

.home2-eyebrow {
	margin: 0 0 11px;
	color: var(--home2-orange-dark);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.home2-eyebrow--light {
	color: var(--home2-gold);
}

.home2-heading {
	max-width: 780px;
	margin: 0 auto 38px;
	text-align: center;
}

.home2-heading h2,
.home2-final h2 {
	margin: 0 0 16px;
	color: var(--home2-ink);
	font-family: var(--serif);
	font-size: clamp(2.35rem, 5vw, 4.45rem);
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: .98;
}

.home2-heading > p:last-child {
	max-width: 720px;
	margin: 0 auto;
	color: var(--home2-muted);
	font-size: 1rem;
}

.home2-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 13px;
	font-size: .82rem;
	font-weight: 850;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

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

.home2-button__icon {
	font-size: 1rem;
	line-height: 1;
}

.home2-button--orange {
	background: var(--home2-orange);
	color: #fff;
}

.home2-button--orange:hover,
.home2-button--orange:focus-visible {
	background: var(--home2-orange-dark);
	color: #fff;
}

.home2-button--light {
	background: #fff;
	color: var(--home2-green);
}

.home2-button--glass {
	border-color: rgba(255, 255, 255, .22);
	background: rgba(255, 255, 255, .09);
	color: #fff;
	backdrop-filter: blur(7px);
}

.home2-button--green {
	background: var(--home2-green);
	color: #fff;
}

.home2-button--outline {
	border-color: var(--home2-green);
	background: transparent;
	color: var(--home2-green);
}

.home2-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--home2-green-dark);
	color: #fff;
}

.home2-hero::before {
	position: absolute;
	z-index: -2;
	inset: 0;
	background: linear-gradient(90deg, rgba(15, 28, 24, .97) 0%, rgba(15, 28, 24, .83) 47%, rgba(15, 28, 24, .42) 100%), var(--home2-hero) center / cover no-repeat;
	content: "";
	transform: scale(1.01);
}

.home2-hero::after {
	position: absolute;
	z-index: -1;
	right: -10%;
	bottom: -45%;
	width: 720px;
	height: 720px;
	border: 1px solid rgba(242, 196, 107, .2);
	border-radius: 50%;
	box-shadow: 0 0 0 80px rgba(242, 196, 107, .035), 0 0 0 160px rgba(242, 196, 107, .025);
	content: "";
}

.home2-hero__grid {
	display: grid;
	min-height: 700px;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
	align-items: center;
	gap: clamp(40px, 7vw, 92px);
	padding-block: clamp(70px, 9vw, 112px);
}

.home2-hero__copy h1 {
	max-width: 760px;
	margin: 0 0 22px;
	color: #fff;
	font-family: var(--serif);
	font-size: clamp(3.25rem, 6.5vw, 6.35rem);
	font-weight: 700;
	letter-spacing: -.055em;
	line-height: .91;
}

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

.home2-hero__copy > p:not(.home2-eyebrow) {
	max-width: 650px;
	margin: 0;
	color: rgba(255, 255, 255, .8);
	font-size: clamp(1rem, 1.6vw, 1.14rem);
}

.home2-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 27px;
}

.home2-proofs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 25px;
}

.home2-proofs span {
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	background: rgba(255, 255, 255, .07);
	color: rgba(255, 255, 255, .85);
	font-size: .7rem;
	font-weight: 750;
}

.home2-start-card {
	padding: 27px;
	border-top: 6px solid var(--home2-orange);
	border-radius: 23px;
	background: rgba(255, 253, 249, .98);
	box-shadow: 0 25px 80px rgba(0, 0, 0, .25);
	color: var(--home2-ink);
}

.home2-start-card h2 {
	margin: 0 0 10px;
	color: var(--home2-green);
	font-family: var(--serif);
	font-size: clamp(1.8rem, 3vw, 2.25rem);
	letter-spacing: -.025em;
	line-height: 1.05;
}

.home2-start-card > p:not(.home2-eyebrow) {
	margin: 0 0 20px;
	color: var(--home2-muted);
	font-size: .88rem;
}

.home2-paths {
	display: grid;
	gap: 10px;
}

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

.home2-paths a:hover,
.home2-paths a:focus-visible {
	border-color: var(--home2-orange);
	background: #fff7f1;
	transform: translateX(3px);
}

.home2-paths a > span {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 12px;
	background: var(--home2-sand);
	color: var(--home2-orange-dark);
	font-family: var(--serif);
	font-size: 1.6rem;
	font-weight: 800;
}

.home2-paths strong {
	display: block;
	color: var(--home2-green);
	font-size: .85rem;
	line-height: 1.25;
}

.home2-paths small {
	display: block;
	margin-top: 4px;
	color: var(--home2-muted);
	font-size: .71rem;
	font-weight: 500;
	line-height: 1.35;
}

.home2-paths b {
	color: var(--home2-orange);
	font-size: 1.05rem;
}

.home2-trust {
	border-bottom: 1px solid var(--home2-line);
	background: #fff;
}

.home2-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.home2-trust__grid > div {
	padding: 22px 14px;
	border-right: 1px solid var(--home2-line);
	text-align: center;
}

.home2-trust__grid > div:last-child {
	border-right: 0;
}

.home2-trust strong,
.home2-trust span {
	display: block;
}

.home2-trust strong {
	color: var(--home2-green);
	font-size: .84rem;
}

.home2-trust span {
	margin-top: 2px;
	color: var(--home2-muted);
	font-size: .72rem;
}

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

.home2-tour-card {
	overflow: hidden;
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid var(--home2-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--home2-shadow);
}

.home2-tour-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1.45;
	background: var(--home2-sand);
}

.home2-tour-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s ease;
}

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

.home2-tour-card__media > span {
	position: absolute;
	top: 13px;
	left: 13px;
	padding: 6px 9px;
	border-radius: 999px;
	background: #fff1c8;
	box-shadow: 0 5px 20px rgba(20, 35, 31, .16);
	color: var(--home2-green);
	font-size: .66rem;
	font-weight: 850;
}

.home2-tour-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 19px;
}

.home2-tour-card__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 10px;
}

.home2-tour-card__facts span {
	padding: 5px 8px;
	border-radius: 999px;
	background: #f1f4f2;
	color: var(--home2-green);
	font-size: .64rem;
	font-weight: 750;
}

.home2-tour-card h3 {
	margin: 0 0 8px;
	color: var(--home2-green);
	font-family: var(--serif);
	font-size: 1.34rem;
	line-height: 1.1;
}

.home2-tour-card h3 a {
	color: inherit;
	text-decoration: none;
}

.home2-tour-card__body > p {
	margin: 0 0 16px;
	color: var(--home2-muted);
	font-size: .82rem;
	line-height: 1.55;
}

.home2-tour-card__price {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 14px;
	padding-top: 15px;
	margin-top: auto;
	border-top: 1px solid var(--home2-line);
}

.home2-tour-card__price small,
.home2-tour-card__price strong {
	display: block;
}

.home2-tour-card__price small {
	color: var(--home2-muted);
	font-size: .63rem;
}

.home2-tour-card__price strong {
	margin-top: 2px;
	color: var(--home2-green);
	font-size: 1.02rem;
}

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

.home2-tour-card__price .esp-price-pair del {
	color: var(--home2-muted);
	font-size: .72em;
	font-weight: 650;
}

.home2-tour-card__price .esp-price-pair ins {
	color: var(--home2-orange-dark);
	font-weight: 850;
	line-height: 1;
	text-decoration: none;
}

.home2-tour-card__price > a {
	color: var(--home2-orange-dark);
	font-size: .67rem;
	font-weight: 850;
	text-align: right;
	text-decoration: none;
}

.home2-center {
	margin-top: 28px;
	text-align: center;
}

.home2-planner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}

.home2-panel {
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid var(--home2-line);
	border-radius: 21px;
	background: #fff;
	box-shadow: var(--home2-shadow);
}

.home2-panel h3 {
	margin: 0 0 17px;
	color: var(--home2-green);
	font-family: var(--serif);
	font-size: 1.48rem;
	line-height: 1.15;
}

.home2-day-options {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 7px;
}

.home2-day-options button {
	min-height: 46px;
	padding: 8px 5px;
	border: 1px solid var(--home2-line);
	border-radius: 10px;
	background: #fff;
	color: var(--home2-green);
	font-size: .72rem;
	font-weight: 850;
	cursor: pointer;
}

.home2-day-options button.is-active {
	border-color: var(--home2-orange);
	background: var(--home2-orange);
	color: #fff;
}

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

.home2-fields label > span {
	display: block;
	margin-bottom: 6px;
	color: var(--home2-green);
	font-size: .72rem;
	font-weight: 800;
}

.home2-fields select {
	width: 100%;
	min-height: 46px;
	padding: 9px 11px;
	border: 1px solid #d7cabc;
	border-radius: 10px;
	background: #fff;
	color: var(--home2-ink);
}

.home2-planner__assurance {
	display: grid;
	gap: 8px;
	padding: 16px;
	margin-top: 18px;
	border-radius: 12px;
	background: #f7f3ec;
	color: var(--home2-muted);
	font-size: .73rem;
	font-weight: 650;
}

.home2-planner__generate {
	width: 100%;
	margin-top: 15px;
}

.home2-proposal > h3 {
	margin-bottom: 15px;
}

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

.home2-itinerary > div {
	display: grid;
	grid-template-columns: 40px 54px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	padding: 11px;
	border: 1px solid var(--home2-line);
	border-radius: 11px;
	background: #f7f3ec;
}

.home2-itinerary > div > span {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 10px;
	background: var(--home2-green);
	color: #fff;
	font-weight: 900;
}

.home2-itinerary > div > img {
	width: 54px;
	height: 48px;
	border-radius: 9px;
	background: var(--home2-sand);
	object-fit: cover;
}

.home2-itinerary strong,
.home2-itinerary small {
	display: block;
}

.home2-itinerary strong {
	overflow: hidden;
	color: var(--home2-green);
	font-size: .76rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home2-itinerary small {
	margin-top: 2px;
	color: var(--home2-muted);
	font-size: .63rem;
	font-weight: 500;
}

.home2-itinerary b {
	color: var(--home2-green);
	font-size: .72rem;
	white-space: nowrap;
}

.home2-totals {
	padding-top: 10px;
	margin-top: 16px;
	border-top: 1px solid var(--home2-line);
}

.home2-total {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	padding: 8px 0;
}

.home2-total span {
	color: var(--home2-muted);
	font-size: .78rem;
}

.home2-total strong {
	color: var(--home2-green);
	font-size: 1.35rem;
}

.home2-total--deposit {
	margin-top: 5px;
	border-top: 2px solid var(--home2-green);
}

.home2-total--deposit strong {
	color: var(--home2-orange-dark);
	font-size: 1.5rem;
}

.home2-total--balance {
	border-top: 1px solid var(--home2-line);
}

.home2-total--balance strong {
	font-size: .92rem;
}

.home2-proposal > .home2-button {
	width: 100%;
	margin-top: 16px;
}

.home2-note {
	margin: 10px 0 0;
	color: var(--home2-muted);
	font-size: .67rem;
	line-height: 1.45;
	text-align: center;
}

.home2-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.home2-steps article {
	padding: 21px;
	border: 1px solid var(--home2-line);
	border-radius: 16px;
	background: #fff;
}

.home2-steps b {
	display: grid;
	width: 40px;
	height: 40px;
	margin-bottom: 12px;
	place-items: center;
	border-radius: 10px;
	background: var(--home2-orange);
	color: #fff;
}

.home2-steps strong,
.home2-steps span {
	display: block;
}

.home2-steps strong {
	margin-bottom: 4px;
	color: var(--home2-green);
	font-size: .87rem;
}

.home2-steps span {
	color: var(--home2-muted);
	font-size: .76rem;
	line-height: 1.5;
}

.home2-faq {
	max-width: 860px;
	margin-inline: auto;
}

.home2-faq details {
	margin-bottom: 9px;
	border: 1px solid var(--home2-line);
	border-radius: 13px;
	background: #fff;
}

.home2-faq summary {
	position: relative;
	padding: 17px 52px 17px 17px;
	color: var(--home2-green);
	font-size: .88rem;
	font-weight: 850;
	cursor: pointer;
	list-style: none;
}

.home2-faq summary::-webkit-details-marker {
	display: none;
}

.home2-faq summary::after {
	position: absolute;
	top: 50%;
	right: 18px;
	content: "+";
	color: var(--home2-orange);
	font-size: 1.3rem;
	transform: translateY(-50%);
}

.home2-faq details[open] summary::after {
	content: "−";
}

.home2-faq details > div {
	padding: 0 17px 17px;
	color: var(--home2-muted);
	font-size: .82rem;
}

.home2-faq p {
	margin: 0;
}

.home2-final {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(75px, 9vw, 115px) 0;
	background: var(--home2-green);
	color: #fff;
	text-align: center;
}

.home2-final::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(90deg, rgba(26, 62, 52, .97), rgba(26, 62, 52, .77)), var(--home2-final) center 62% / cover no-repeat;
	content: "";
}

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

.home2-final p {
	max-width: 700px;
	margin: 0 auto;
	color: rgba(255, 255, 255, .78);
}

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

@media (max-width: 1040px) {
	.home2-hero__grid {
		min-height: auto;
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.home2-hero__copy {
		max-width: 780px;
	}

	.home2-start-card {
		width: min(100%, 690px);
	}

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

@media (max-width: 820px) {
	.home2-trust__grid {
		grid-template-columns: 1fr 1fr;
	}

	.home2-trust__grid > div:nth-child(2) {
		border-right: 0;
	}

	.home2-trust__grid > div:nth-child(-n+2) {
		border-bottom: 1px solid var(--home2-line);
	}

	.home2-planner {
		grid-template-columns: 1fr;
	}

	.home2-steps {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 620px) {
	.home2-shell {
		width: min(100% - 28px, 560px);
	}

	.home2-section {
		padding-block: 58px;
	}

	.home2-hero__grid {
		gap: 32px;
		padding-block: 54px;
	}

	.home2-hero__copy h1 {
		font-size: clamp(2.85rem, 15vw, 4.4rem);
	}

	.home2-actions {
		display: grid;
	}

	.home2-actions .home2-button {
		width: 100%;
	}

	.home2-start-card {
		padding: 21px;
	}

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

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

	.home2-trust__grid,
	.home2-tour-grid,
	.home2-steps,
	.home2-fields {
		grid-template-columns: 1fr;
	}

	.home2-trust__grid > div {
		border-right: 0;
		border-bottom: 1px solid var(--home2-line);
	}

	.home2-trust__grid > div:last-child {
		border-bottom: 0;
	}

	.home2-heading {
		margin-bottom: 30px;
		text-align: left;
	}

	.home2-heading h2,
	.home2-final h2 {
		font-size: clamp(2.2rem, 12vw, 3.2rem);
	}

	.home2-day-options {
		grid-template-columns: repeat(3, 1fr);
	}

	.home2-itinerary > div {
		grid-template-columns: 38px 48px minmax(0, 1fr);
	}

	.home2-itinerary > div > img {
		width: 48px;
		height: 44px;
	}

	.home2-itinerary b {
		grid-column: 3;
	}
}
