.srt-home-main {
	overflow: hidden;
	background: #fff;
}

.srt-hero {
	position: relative;
	min-height: 670px;
	padding: 96px max(32px, calc((100% - var(--srt-container)) / 2)) 0;
	overflow: visible;
	background-color: #2b1528;
	background-image:
		linear-gradient(112deg, rgba(31, 15, 30, .99) 0%, rgba(54, 27, 50, .94) 48%, rgba(68, 34, 57, .64) 100%),
		var(--srt-hero-banner-image, linear-gradient(112deg, #1f0f1e, #633653));
	background-position: center;
	background-size: cover;
	color: #fff;
}

.srt-hero::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
	background-size: 64px 64px;
	content: "";
	mask-image: linear-gradient(to right, #000, transparent 92%);
	pointer-events: none;
}

.srt-hero-backdrop {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
}

.srt-hero-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(2px);
}

.srt-hero-orb-one {
	top: -160px;
	right: -80px;
	width: 480px;
	height: 480px;
	background: radial-gradient(circle at 35% 35%, rgba(255, 198, 173, .42), rgba(232, 63, 91, .08) 58%, transparent 72%);
}

.srt-hero-orb-two {
	right: 20%;
	bottom: -280px;
	width: 560px;
	height: 560px;
	background: radial-gradient(circle, rgba(195, 154, 90, .2), transparent 68%);
}

.srt-hero-inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	align-items: end;
	width: min(var(--srt-container), 100%);
	min-height: 430px;
	margin: 0 auto;
	gap: 72px;
}

.srt-hero-copy {
	max-width: 820px;
	padding-bottom: 68px;
}

.srt-hero .srt-kicker {
	color: #ffb9c4;
}

.srt-hero h1 {
	max-width: 820px;
	margin: 16px 0 24px;
	color: #fff;
	font-family: var(--srt-display);
	font-size: clamp(52px, 6.6vw, 92px);
	font-weight: 500;
	letter-spacing: -.058em;
	line-height: .94;
	text-wrap: balance;
}

.srt-hero-copy > p {
	max-width: 650px;
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: 17px;
	line-height: 1.7;
}

.srt-hero-proof {
	display: flex;
	gap: 40px;
	margin-top: 32px;
}

.srt-hero-proof span {
	display: grid;
	gap: 2px;
	color: rgba(255, 255, 255, .52);
	font-size: 11px;
	letter-spacing: .02em;
}

.srt-hero-proof strong {
	color: #fff;
	font-family: var(--srt-display);
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}

.srt-hero-badge {
	position: relative;
	align-self: center;
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 18px;
	background: rgba(255, 255, 255, .08);
	box-shadow: inset 0 1px rgba(255, 255, 255, .1);
	backdrop-filter: blur(14px);
}

.srt-hero-badge .srt-icon {
	width: 24px;
	height: 24px;
	color: #ffc3cd;
}

.srt-hero-badge span {
	display: grid;
	gap: 5px;
	color: rgba(255, 255, 255, .62);
	font-size: 11px;
	line-height: 1.45;
}

.srt-hero-badge strong {
	color: #fff;
	font-size: 13px;
}

.srt-hero-home-card {
	position: absolute;
	right: 4.5%;
	display: grid;
	align-content: end;
	width: 240px;
	height: 310px;
	padding: 22px;
	border: 8px solid rgba(255, 255, 255, .9);
	border-radius: 26px;
	background-image:
		linear-gradient(to top, rgba(20, 12, 19, .76), transparent 62%),
		var(--srt-card-image, var(--srt-card-fallback, linear-gradient(145deg, #6d8277, #b89b72 52%, #e1c9a3)));
	background-position: center;
	background-size: cover;
	box-shadow: 0 30px 70px rgba(0, 0, 0, .3);
	color: #fff;
	transform: rotate(6deg);
}

.srt-hero-home-card span {
	font-size: 10px;
	font-weight: 780;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.srt-hero-home-card strong {
	font-family: var(--srt-display);
	font-size: 25px;
	font-weight: 500;
}

.srt-hero-home-two {
	right: -5%;
	bottom: 4%;
	width: 190px;
	height: 240px;
	--srt-card-fallback: linear-gradient(145deg, #587b89, #9bc4c8 48%, #e1c19c);
	transform: rotate(-6deg);
}

.srt-hero-home-one {
	top: 12%;
}

.srt-hero-search {
	position: relative;
	z-index: 10;
	width: min(1120px, 100%);
	margin: 0 auto;
	transform: translateY(50%);
}

.srt-hero-search > * {
	width: 100%;
	margin: 0;
}

.srt-trust-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: min(var(--srt-container), calc(100% - 48px));
	margin: 88px auto 0;
	padding: 28px 0 36px;
	border-bottom: 1px solid var(--srt-line);
	gap: 32px;
}

.srt-trust-strip > div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.srt-trust-strip > div + div {
	border-left: 1px solid var(--srt-line);
}

.srt-trust-strip .srt-icon {
	width: 25px;
	height: 25px;
	color: var(--srt-coral-dark);
}

.srt-trust-strip span {
	display: grid;
	gap: 1px;
}

.srt-trust-strip strong {
	color: var(--srt-ink);
	font-size: 13px;
}

.srt-trust-strip small {
	color: var(--srt-ink-soft);
	font-size: 11px;
}

.srt-section {
	width: min(var(--srt-container), calc(100% - 48px));
	margin: 0 auto;
	padding: 104px 0;
}

.srt-section-wide {
	width: 100%;
	padding-inline: max(24px, calc((100% - var(--srt-container)) / 2));
}

.srt-section-muted {
	background:
		linear-gradient(180deg, #f8f6f4, #fff);
}

.srt-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 56px;
	margin-bottom: 40px;
}

.srt-section-heading > div {
	max-width: 760px;
}

.srt-section-heading h2 {
	margin: 9px 0 0;
	color: var(--srt-ink);
	font-family: var(--srt-display);
	font-size: clamp(38px, 4.5vw, 62px);
	font-weight: 500;
	letter-spacing: -.05em;
	line-height: .98;
	text-wrap: balance;
}

.srt-section-heading > p {
	max-width: 410px;
	margin: 0 0 4px;
	color: var(--srt-ink-soft);
	font-size: 14px;
	line-height: 1.7;
}

.srt-section-heading-narrow {
	max-width: 850px;
}

.srt-section-destinations > :last-child {
	margin-top: 8px;
}

.srt-collection-grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr;
	grid-template-rows: repeat(2, 270px);
	gap: 20px;
}

.srt-collection {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 32px;
	overflow: hidden;
	border-radius: 22px;
	box-shadow: var(--srt-shadow-sm);
	color: #fff;
	text-decoration: none;
	isolation: isolate;
	transition: box-shadow .25s ease, transform .25s var(--srt-ease);
}

.srt-collection::before,
.srt-collection::after {
	position: absolute;
	z-index: -1;
	content: "";
	transition: transform .5s var(--srt-ease);
}

.srt-collection::before {
	inset: 0;
	background-image:
		linear-gradient(to top, rgba(20, 17, 21, .82), rgba(20, 17, 21, .04) 74%),
		var(--srt-collection-image, var(--srt-collection-bg));
	background-position: center;
	background-size: cover;
}

.srt-collection::after {
	top: -20%;
	right: -8%;
	width: 48%;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 52% 48% 44% 56%;
	box-shadow: inset 0 0 0 18px rgba(255, 255, 255, .04);
	transform: rotate(12deg);
}

.srt-collection:hover {
	box-shadow: var(--srt-shadow-lg);
	transform: translateY(-5px);
}

.srt-collection:hover::before {
	transform: scale(1.025);
}

.srt-collection .srt-kicker {
	color: rgba(255, 255, 255, .68);
}

.srt-collection > strong {
	max-width: 520px;
	margin-top: 6px;
	font-family: var(--srt-display);
	font-size: clamp(27px, 3vw, 44px);
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: 1.05;
}

.srt-collection > small {
	margin-top: 15px;
	font-size: 12px;
	font-weight: 700;
}

.srt-collection-number {
	position: absolute;
	top: 24px;
	left: 28px;
	color: rgba(255, 255, 255, .62);
	font-family: var(--srt-display);
	font-size: 18px;
}

.srt-collection-large {
	grid-row: span 2;
}

.srt-collection-mountain {
	--srt-collection-bg: linear-gradient(135deg, #536f65, #9a856b 55%, #d0b68c);
}

.srt-collection-coast {
	--srt-collection-bg: linear-gradient(135deg, #386a7b, #77aab2 50%, #e0bd88);
}

.srt-collection-city {
	--srt-collection-bg: linear-gradient(135deg, #7f493d, #bf8063 50%, #d1ab87);
}

.srt-section-types {
	padding-top: 88px;
}

.srt-host-cta {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 56px;
	margin-bottom: 112px;
	padding: 64px 68px;
	overflow: hidden;
	border-radius: 28px;
	background:
		radial-gradient(circle at 86% 12%, rgba(255, 196, 205, .23), transparent 28%),
		linear-gradient(120deg, var(--srt-plum), #5e3556);
	box-shadow: var(--srt-shadow-lg);
	color: #fff;
}

.srt-host-cta::after {
	position: absolute;
	right: 10%;
	bottom: -120px;
	width: 300px;
	height: 300px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 50%;
	box-shadow: inset 0 0 0 32px rgba(255, 255, 255, .025);
	content: "";
}

.srt-host-cta > div,
.srt-host-cta .srt-button {
	position: relative;
	z-index: 1;
}

.srt-host-cta .srt-kicker {
	color: #ffb7c3;
}

.srt-host-cta h2 {
	max-width: 790px;
	margin: 10px 0 16px;
	color: #fff;
	font-family: var(--srt-display);
	font-size: clamp(39px, 5vw, 64px);
	font-weight: 500;
	letter-spacing: -.05em;
	line-height: .98;
}

.srt-host-cta p {
	max-width: 650px;
	margin: 0;
	color: rgba(255, 255, 255, .65);
	font-size: 14px;
}

@media (max-width: 1100px) {
	.srt-hero {
		min-height: 640px;
	}
	.srt-hero-inner {
		grid-template-columns: 1fr 230px;
		gap: 32px;
	}
	.srt-hero-home-card {
		opacity: .52;
	}
	.srt-section {
		padding-block: 88px;
	}
}

@media (max-width: 820px) {
	.srt-hero {
		min-height: auto;
		padding: 72px 24px 0;
	}
	.srt-hero-inner {
		display: block;
		min-height: auto;
	}
	.srt-hero-copy {
		padding-bottom: 30px;
	}
	.srt-hero h1 {
		font-size: clamp(48px, 12vw, 74px);
	}
	.srt-hero-badge,
	.srt-hero-home-card {
		display: none;
	}
	.srt-hero-search {
		transform: translateY(28px);
	}
	.srt-trust-strip {
		grid-template-columns: 1fr;
		margin-top: 64px;
		padding-block: 24px;
		gap: 0;
	}
	.srt-trust-strip > div {
		justify-content: flex-start;
		padding: 14px 8px;
	}
	.srt-trust-strip > div + div {
		border-top: 1px solid var(--srt-line);
		border-left: 0;
	}
	.srt-section {
		padding-block: 72px;
	}
	.srt-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}
	.srt-collection-grid {
		grid-template-columns: 1fr;
		grid-template-rows: none;
	}
	.srt-collection,
	.srt-collection-large {
		grid-row: auto;
		min-height: 330px;
	}
	.srt-host-cta {
		align-items: flex-start;
		flex-direction: column;
		padding: 48px 40px;
	}
}

@media (max-width: 600px) {
	.srt-hero {
		padding-inline: 16px;
	}
	.srt-hero-copy > p {
		font-size: 15px;
	}
	.srt-hero-proof {
		justify-content: space-between;
		gap: 12px;
	}
	.srt-hero-proof span {
		font-size: 9px;
	}
	.srt-hero-proof strong {
		font-size: 20px;
	}
	.srt-hero-search {
		transform: translateY(24px);
	}
	.srt-section,
	.srt-trust-strip {
		width: calc(100% - 32px);
	}
	.srt-section-wide {
		width: 100%;
		padding-inline: 16px;
	}
	.srt-section-heading h2 {
		font-size: 42px;
	}
	.srt-collection {
		min-height: 280px;
		padding: 26px;
	}
	.srt-host-cta {
		width: calc(100% - 32px);
		padding: 38px 24px;
		border-radius: 22px;
	}
	.srt-host-cta h2 {
		font-size: 42px;
	}
}

@media (min-width: 821px) {
	.srt-section-heading > .srt-text-link {
		flex: 0 0 auto;
		margin-right: 112px;
		white-space: nowrap;
	}
}
