.home3 {
	--h3-ink: #0b2540;
	--h3-forest: #000046;
	--h3-forest-deep: #00002f;
	--h3-moss: #24738a;
	--h3-coral: #089e40;
	--h3-coral-dark: #067832;
	--h3-gold: #62d98a;
	--h3-sand: #e5f3f1;
	--h3-cream: #f5f9f7;
	--h3-paper: #ffffff;
	--h3-muted: #607384;
	--h3-line: rgba(8, 158, 64, .18);
	--h3-radius: 28px;
	--h3-shadow: 0 24px 70px rgba(0, 22, 52, .14);
	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(8, 158, 64, .25);
	color: #fff;
}

.home3-button--accent:hover,
.home3-button--accent:focus-visible {
	background: var(--h3-coral-dark);
	box-shadow: 0 16px 35px rgba(8, 158, 64, .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 video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 55%;
	opacity: 0;
	transition: opacity .9s ease;
}

.home3-hero__media video.is-playing {
	opacity: 1;
}



@media (prefers-reduced-motion: reduce) {
	.home3-hero__media video { display: none; }
}

.home3-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 55%;
	transform: scale(1.015);
	animation: home3-hero-arrival 1.4s cubic-bezier(.2, .72, .2, 1) both;
}

@keyframes home3-hero-arrival {
	from {
		opacity: .82;
		transform: scale(1.045);
	}
	to {
		opacity: 1;
		transform: scale(1.015);
	}
}

.home3-hero__media::after {
	z-index: 1;
	/* Calibrated for the current still and clip, which are far brighter than the
	   photo this hero used to carry: without this the headline washes out. */
	background:
		linear-gradient(90deg, rgba(0, 0, 46, .9) 0%, rgba(0, 0, 46, .78) 26%, rgba(0, 0, 46, .5) 62%, rgba(0, 14, 46, .34) 100%),
		linear-gradient(0deg, rgba(0, 0, 38, .66), transparent 55%);
	content: "";
}

.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,
.home3-hero__proof > a {
	display: grid;
	min-width: 108px;
	align-content: center;
	padding: 1px 15px;
	border-left: 1px solid rgba(255, 255, 255, .19);
}

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

.home3-hero__proof > a {
	color: inherit;
	text-decoration: none;
}

.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(0, 0, 46, .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(8, 158, 64, .56);
	background: #f4fcf6;
	box-shadow: 0 9px 24px rgba(0, 22, 52, .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(0, 0, 46, .82);
	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-destinations {
	background:
		radial-gradient(circle at 90% 10%, rgba(8, 158, 64, .12), transparent 30%),
		var(--h3-paper);
}

/* Destination cards. The photo carries the decision here -- someone picking
   a beach in Brazil is choosing on how the place looks -- so the image is the
   card and the text sits on top of it. The counts underneath keep it honest
   about what is actually bookable there. */
.home3-destination-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.home3-destination-card {
	display: block;
	position: relative;
	aspect-ratio: 4 / 5;
	border-radius: 22px;
	color: #fff;
	overflow: hidden;
	text-decoration: none;
	transition: transform .3s ease, box-shadow .3s ease;
}

.home3-destination-card:hover,
.home3-destination-card:focus-visible {
	box-shadow: 0 26px 60px rgba(0, 22, 52, .22);
	transform: translateY(-4px);
}

.home3-destination-card:focus-visible {
	outline: 2px solid var(--h3-coral);
	outline-offset: 3px;
}

.home3-destination-card[hidden] {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.home3-destination-card { transition: none; }
	.home3-destination-card:hover { transform: none; }
}

.home3-destination-card > img,
.home3-destination-card__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home3-destination-card > img {
	object-fit: cover;
	transition: transform .5s ease, filter .5s ease;
}

.home3-destination-card__shade {
	background: linear-gradient(180deg, rgba(4, 20, 14, 0) 34%, rgba(4, 20, 14, .58) 66%, rgba(4, 20, 14, .88));
}

.home3-destination-card__content {
	display: flex;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	flex-direction: column;
	padding: 22px;
	gap: 4px;
}

.home3-destination-card__identity {
	display: grid;
	align-self: flex-start;
	max-width: 100%;
	grid-template-columns: 17px minmax(0, 1fr);
	column-gap: 8px;
	padding: 8px 11px 9px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 11px;
	background: rgba(0, 0, 46, .86);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.home3-destination-card__identity::before {
	width: 17px;
	height: 17px;
	margin-top: 5px;
	background: #78e29c;
	content: '';
	grid-row: 1 / 3;
	-webkit-mask: url('../icons/map-pin.svg') center / contain no-repeat;
	mask: url('../icons/map-pin.svg') center / contain no-repeat;
}

.home3-destination-card__identity small {
	grid-column: 2;
	color: rgba(255, 255, 255, .8);
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.home3-destination-card__identity strong {
	grid-column: 2;
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.15;
	text-shadow: 0 2px 14px rgba(0, 0, 0, .35);
}

.home3-destination-card__tagline {
	color: #fff;
	font-size: .9rem;
	font-weight: 650;
	line-height: 1.35;
}

.home3-destination-card__note {
	margin-top: 5px;
	color: #b9f3ca;
	font-size: .68rem;
	font-weight: 800;
	line-height: 1.3;
}

.home3-destination-card__chips {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	gap: 4px 0;
}

.home3-destination-card__chips span {
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-size: .66rem;
	font-weight: 700;
	white-space: nowrap;
}

.home3-destination-card__chips span + span::before {
	margin: 0 7px;
	color: rgba(255, 255, 255, .55);
	content: "/";
}

.home3-destination-card__cta {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 6px;
	padding-top: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .65);
	color: #fff;
	font-size: .7rem;
	font-weight: 850;
}

.home3-destination-card__go {
	display: grid;
	position: absolute;
	top: 16px;
	right: 16px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--h3-coral);
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	opacity: 0;
	place-items: center;
	transform: translateY(-6px);
	transition: opacity .25s ease, transform .25s ease;
}

.home3-destination-card:hover .home3-destination-card__go,
.home3-destination-card:focus-visible .home3-destination-card__go {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.home3-destination-card__go { opacity: 1; transform: none; transition: none; }
	.home3-destination-card:hover > img { transform: none; }
}

.home3-destination-card:hover > img,
.home3-destination-card:focus-visible > img {
	filter: saturate(1.08);
	transform: scale(1.045);
}

.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(8, 158, 64, .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-field--wide {
	grid-column: 1 / -1;
}

.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;
	/* Opaque, not translucent: iOS composites form controls over its own light
	   chrome, which turned the white label text invisible on the phone. */
	background: var(--h3-forest-deep);
	color: #fff;
	font: inherit;
	/* 16px keeps iOS from zooming the page when a field is tapped. */
	font-size: 16px;
	font-weight: 700;
}

/* Without appearance:none mobile browsers draw their own light control and
   ignore the colours above, so the value disappeared against the background. */
.home3-fields select {
	-webkit-appearance: none;
	appearance: none;
	padding-right: 40px;
	background-image: linear-gradient(45deg, transparent 50%, rgba(255,255,255,.75) 50%), linear-gradient(135deg, rgba(255,255,255,.75) 50%, transparent 50%);
	background-position: calc(100% - 21px) calc(50% + 2px), calc(100% - 15px) calc(50% + 2px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.home3-fields input[type="date"] {
	-webkit-appearance: none;
	appearance: none;
}

.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__empty {
	min-height: 144px;
	display: grid;
	place-items: center;
	padding: 28px;
	margin: 0;
	border: 1px dashed rgba(31, 61, 49, .28);
	border-radius: 14px;
	background: #fff;
	color: var(--h3-muted);
	font-size: .8rem;
	line-height: 1.55;
	text-align: center;
}

.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.is-free-day {
	grid-template-columns: 34px minmax(0, 1fr);
	border-style: dashed;
	background: #f4f8f4;
}

.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.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;
	}

	.home3-hero__media img {
		animation: 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-destination-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 {
		/* The stacked layout put the text over the middle of the frame, so the
		   overlay was pushed to near-opaque and the photo stopped reading as a
		   photo. Keep it dark enough behind the copy and let the image through
		   at the top, where nothing sits on it. */
		background: linear-gradient(180deg, rgba(0, 0, 38, .32) 0%, rgba(0, 0, 38, .58) 42%, rgba(0, 0, 38, .82) 100%);
	}

	.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-destination-grid {
		grid-template-columns: 1fr;
	}

	.home3-destination-card {
		aspect-ratio: 3 / 2;
	}

	.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(2.9rem, 14.1vw, 4.15rem);
		line-height: .89;
	}

	.home3-hero__copy {
		min-width: 0;
	}

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

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

	.home3-button {
		width: 100%;
	}

	.home3-hero__proof {
		display: grid;
		grid-template-columns: max-content minmax(0, 1fr);
		align-items: stretch;
		margin-top: 32px;
	}

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

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

	.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-destination-grid {
		display: flex;
		width: calc(100% + 16px);
		margin-right: -16px;
		gap: 13px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

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

	.home3-destination-card {
		min-width: min(82vw, 340px);
		aspect-ratio: 4 / 5;
		scroll-snap-align: start;
	}

	.home3-destination-card__content {
		padding: 23px;
	}

	.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 > div.is-free-day {
		grid-template-columns: 31px minmax(0, 1fr);
	}

	.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;
	}

}

/* --- Travelers Choice, a la izquierda del 4,8 --- */
/* Los demas items del bloque llevan min-width y padding 22px para separarse
   con la linea divisoria. El sello no es un dato: es una imagen, y hereda
   esas medidas dejando un hueco enorme. Por eso pide las suyas. */
.home3-hero__proof > .home3-hero__award,
.home3-hero__proof > .home3-hero__award:first-child {
	display: inline-flex;
	flex: 0 0 auto;
	min-width: 0;
	align-items: center;
	padding: 3px 7px;
	margin-right: 12px;
	border-left: 0;
	border-radius: 8px;
	background: rgba(255, 255, 255, .92);
	line-height: 0;
}
.home3-hero__award img { display: block; height: 42px; width: auto; }
/* El sello y la nota son lo mismo: Tripadvisor. Van juntos, sin divisoria. */
.home3-hero__proof > .home3-hero__award + a { padding-left: 0; border-left: 0; }
@media (max-width: 720px) {
	/* El sello es lo unico de ancho fijo en la fila. Si no entra, que baje a su
	   propia linea en vez de aplastar los numeros. */
	.home3-hero__proof { flex-wrap: wrap; row-gap: 14px; }
	.home3-hero__proof > .home3-hero__award,
	.home3-hero__proof > .home3-hero__award:first-child { padding: 2px 6px; margin-right: 12px; }
	.home3-hero__award img { height: 28px; }
}

/* --- Los más reservados: producto, precio y seña --- */
.home3-booked__filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; }
.home3-booked__filters button { padding: 8px 16px; border: 1px solid rgba(11,37,64,.16); border-radius: 999px; background: #fff; color: #0b2540; font: inherit; font-size: .84rem; font-weight: 600; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.home3-booked__filters button:hover { border-color: #089e40; }
.home3-booked__filters button.is-active { border-color: #089e40; background: #089e40; color: #fff; }
.home3-booked__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.home3-booked-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(11,37,64,.1); border-radius: 18px; background: #fff; }
.home3-booked-card[hidden] { display: none; }
.home3-booked-card__media { display: block; aspect-ratio: 3 / 2; overflow: hidden; }
.home3-booked-card__media img { width: 100%; height: 100%; object-fit: cover; }
.home3-booked-card__body { display: flex; flex: 1; flex-direction: column; gap: 8px; padding: 18px 20px 20px; }
.home3-booked-card__meta { display: flex; flex-wrap: wrap; gap: 6px 12px; margin: 0; color: #506679; font-size: .76rem; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.home3-booked-card h3 { margin: 0; font-size: 1.06rem; line-height: 1.28; }
.home3-booked-card h3 a { color: inherit; text-decoration: none; }
.home3-booked-card h3 a:hover { color: #089e40; }
.home3-booked-card__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px; margin-top: auto; padding-top: 8px; }
.home3-booked-card__price del { color: #93a3b1; font-size: .86rem; }
.home3-booked-card__price strong { font-size: 1.34rem; }
.home3-booked-card__price small { color: #506679; font-size: .78rem; }
.home3-booked-card__deposit { margin: 0; padding: 7px 11px; border-radius: 9px; background: #e7f3ef; color: #067832; font-size: .84rem; font-weight: 700; }
.home3-booked-card__cta { margin-top: 4px; color: #089e40; font-size: .88rem; font-weight: 700; text-decoration: none; }
.home3-booked-card__cta:hover { text-decoration: underline; }
.home3-booked__empty { margin: 22px 0 0; color: #506679; }
@media (max-width: 980px) { .home3-booked__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; } }
@media (max-width: 620px) { .home3-booked__grid { grid-template-columns: 1fr; } .home3-booked__filters { gap: 6px; margin-bottom: 20px; } .home3-booked__filters button { padding: 7px 13px; font-size: .8rem; } }

.home3-booked__filters button:focus-visible,
.home3-booked-card__media:focus-visible,
.home3-booked-card__cta:focus-visible,
.home3-transfer-form :is(input, select, button):focus-visible {
	outline: 3px solid rgba(241, 195, 111, .88);
	outline-offset: 3px;
}

.home3-booked-card__features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 5px 12px;
	padding: 2px 0 4px;
	margin: 0;
	list-style: none;
}

.home3-booked-card__features li {
	position: relative;
	padding-left: 14px;
	color: #506679;
	font-size: .7rem;
	line-height: 1.35;
}

.home3-booked-card__features li::before {
	position: absolute;
	top: .42em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--h3-coral);
	content: "";
}

.home3-transfers {
	background: #f2f7f3;
}

.home3-transfers__intro {
	max-width: 740px;
	margin-bottom: 34px;
}

.home3-transfers__intro h2,
.home3-trust h2 {
	margin: 0;
	color: var(--h3-forest-deep);
	font-family: var(--serif);
	font-size: clamp(2.4rem, 5vw, 4.7rem);
	font-weight: 650;
	letter-spacing: -.05em;
	line-height: .95;
}

.home3-transfers__intro p,
.home3-trust__inner > div > p {
	max-width: 62ch;
	margin: 18px 0 0;
	color: var(--h3-muted);
	font-size: .92rem;
	line-height: 1.65;
}

.home3-transfer-form {
	display: grid;
	grid-template-columns: 1.3fr 1fr .8fr .65fr auto;
	align-items: end;
	gap: 10px;
	padding: clamp(20px, 3vw, 30px);
	border: 1px solid rgba(11, 37, 64, .1);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(31, 61, 49, .09);
}

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

.home3-transfer-form label > span {
	color: var(--h3-forest);
	font-size: .66rem;
	font-weight: 850;
}

.home3-transfer-form :is(input, select) {
	width: 100%;
	min-height: 52px;
	padding: 0 13px;
	border: 1px solid rgba(11, 37, 64, .17);
	border-radius: 12px;
	background: #fff;
	color: var(--h3-ink);
	font: inherit;
	font-size: 16px;
}

.home3-transfer-form .home3-button {
	min-height: 52px;
	white-space: nowrap;
}

.home3-transfer-types {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 34px;
	margin-top: 18px;
}

.home3-transfer-types p {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 0;
}

.home3-transfer-types strong {
	color: var(--h3-forest);
	font-size: .78rem;
}

.home3-transfer-types span {
	color: var(--h3-muted);
	font-size: .74rem;
}

.home3-trust {
	padding: clamp(64px, 8vw, 100px) 0;
	background: var(--h3-paper);
}

.home3-trust__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(440px, .9fr);
	align-items: end;
	gap: clamp(45px, 8vw, 110px);
}

.home3-trust__inner ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 0;
	margin: 0;
	border-top: 1px solid var(--h3-line);
	border-bottom: 1px solid var(--h3-line);
	list-style: none;
}

.home3-trust__inner li {
	display: grid;
	align-content: center;
	min-height: 112px;
	padding: 16px;
	border-left: 1px solid var(--h3-line);
}

.home3-trust__inner li:first-child { border-left: 0; }
.home3-trust__inner li strong { color: var(--h3-forest); font-size: .9rem; line-height: 1.25; }
.home3-trust__inner li span { margin-top: 5px; color: var(--h3-muted); font-size: .65rem; line-height: 1.3; }

@media (max-width: 1060px) {
	.home3-transfer-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.home3-transfer-form .home3-button { width: 100%; grid-column: 1 / -1; }
	.home3-trust__inner { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
	.home3-destination-card__content { padding: 18px; }
	.home3-destination-card__tagline { font-size: .82rem; }
	.home3-destination-card__note { font-size: .63rem; }
	.home3-booked__grid {
		display: flex;
		overflow-x: auto;
		padding: 0 18px 12px;
		margin-inline: -18px;
		scroll-padding-inline: 18px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	.home3-booked__grid::-webkit-scrollbar { display: none; }
	.home3-booked-card { min-width: min(84vw, 330px); scroll-snap-align: start; }
	.home3-booked-card__features { grid-template-columns: 1fr; }
	.home3-transfer-form { grid-template-columns: 1fr; padding: 18px; }
	.home3-transfer-form .home3-button { grid-column: auto; white-space: normal; }
	.home3-transfer-types { display: grid; gap: 10px; }
	.home3-trust__inner ul { grid-template-columns: 1fr; }
	.home3-trust__inner li { min-height: 82px; border-top: 1px solid var(--h3-line); border-left: 0; }
	.home3-trust__inner li:first-child { border-top: 0; }
}
