/* Vila Florilor — warm alpine editorial homepage preview. */
.vf-home {
	--vfh-pine: #1e5c48;
	--vfh-pine-deep: #173d32;
	--vfh-forest: #18211a;
	--vfh-leaf: #61ce70;
	--vfh-amber: #e8a24a;
	--vfh-cream: #f7f2ea;
	--vfh-warm: #fbf9f5;
	--vfh-ink: #1d2822;
	--vfh-muted: #667069;
	--vfh-line: rgba(29, 40, 34, 0.13);
	--vfh-section-space: clamp(76px, 8vw, 118px);
	--vfh-card-radius: clamp(18px, 1.8vw, 26px);
	--vfh-card-gap: clamp(16px, 2vw, 24px);
	--vfh-card-shadow: 0 18px 48px rgba(29, 40, 34, 0.07);
}

body.vf-home-preview-active {
	--vfui-pine: #1e5c48;
	--vfui-pine-deep: #173d32;
	--vfui-forest: #18211a;
	--vfui-amber: #e8a24a;
	--vfui-cream: #f7f2ea;
	--vfui-warm: #fbf9f5;
	--vfui-ink: #1d2822;
	--vfui-muted: #667069;
	background: #fbf9f5;
}

body.vf-home-preview-active .vf-home__final a:focus-visible {
	outline: 3px solid #f4bd72;
	outline-offset: 3px;
}

body.vf-home-preview-active #ht-ctc-chat {
	top: auto !important;
	right: clamp(18px, 2vw, 28px) !important;
	bottom: clamp(18px, 2vw, 28px) !important;
	left: auto !important;
}

.vf-home,
.vf-home * {
	box-sizing: border-box;
}

.vf-home {
	overflow-x: clip;
	background: var(--vfh-warm);
	color: var(--vfh-ink);
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	line-height: 1.72;
}

.vf-home img {
	display: block;
	max-width: 100%;
}

.vf-home a {
	color: inherit;
	text-decoration: none;
}

.vf-home a:focus-visible,
.vf-home summary:focus-visible {
	outline: 3px solid var(--vfh-amber);
	outline-offset: 4px;
}

.vf-home h1,
.vf-home h2,
.vf-home h3,
.vf-home p,
.vf-home ul,
.vf-home figure,
.vf-home blockquote {
	margin-top: 0;
}

.vf-home h1,
.vf-home h2,
.vf-home h3 {
	font-family: "Poppins", sans-serif;
	letter-spacing: -0.035em;
}

.vf-home h2 {
	margin-bottom: 24px;
	font-size: clamp(2.25rem, 4vw, 3.75rem);
	font-weight: 600;
	line-height: 1.06;
}

.vf-home h3 {
	font-size: 1.45rem;
	font-weight: 600;
	line-height: 1.25;
}

.vf-home__wrap {
	width: min(1180px, calc(100% - clamp(30px, 6vw, 72px)));
	margin-inline: auto;
}

.vf-home__section {
	padding-block: var(--vfh-section-space);
}

.vf-home__kicker,
.vf-home__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	color: var(--vfh-pine);
	font-family: "Poppins", sans-serif;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.vf-home__eyebrow span,
.vf-home__kicker::before {
	width: 34px;
	height: 1px;
	background: currentColor;
	content: "";
}

.vf-home__lead {
	font-family: "Poppins", sans-serif;
	font-size: 1.16rem;
	font-weight: 500;
	line-height: 1.65;
}

.vf-home__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.vf-home__btn {
	display: inline-flex;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 0 25px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-family: "Poppins", sans-serif;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.vf-home__btn--primary {
	background: var(--vfh-amber);
	box-shadow: 0 16px 40px rgba(12, 28, 20, 0.3);
	color: #172019 !important;
}

.vf-home__btn--primary:hover,
.vf-home__btn--primary:focus-visible,
.vf-home__btn--amber:hover,
.vf-home__btn--amber:focus-visible {
	background: #f0b35f;
	box-shadow: 0 18px 44px rgba(10, 25, 18, 0.34);
}

.vf-home__btn--glass {
	border-color: rgba(255, 255, 255, 0.48);
	background: rgba(255, 255, 255, 0.1);
	color: #fff !important;
	backdrop-filter: blur(8px);
}

.vf-home__btn--glass:hover,
.vf-home__btn--glass:focus-visible {
	background: rgba(255, 255, 255, 0.2);
}

.vf-home__btn--amber {
	background: var(--vfh-amber);
	color: #18211a !important;
}

.vf-home__btn--outline {
	border-color: rgba(255, 255, 255, 0.35);
	color: #fff !important;
}

.vf-home__text-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	border-bottom: 1px solid currentColor;
	color: var(--vfh-pine) !important;
	font-family: "Poppins", sans-serif;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.9;
}

.vf-home__text-link span {
	transition: transform 180ms ease;
}

.vf-home__text-link:hover span,
.vf-home__text-link:focus-visible span {
	transform: translateX(4px);
}

/* Hero */
.vf-home__hero {
	position: relative;
	min-height: 820px;
	background: var(--vfh-forest);
	color: #fff;
}

.vf-home__hero-image,
.vf-home__hero-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.vf-home__hero-image {
	object-fit: cover;
	object-position: center 48%;
}

.vf-home__hero-shade {
	background:
		linear-gradient(90deg, rgba(13, 27, 20, 0.92) 0%, rgba(13, 27, 20, 0.71) 39%, rgba(13, 27, 20, 0.22) 72%, rgba(13, 27, 20, 0.18) 100%),
		linear-gradient(0deg, rgba(13, 27, 20, 0.65) 0%, transparent 45%);
}

.vf-home__hero-inner {
	position: relative;
	z-index: 2;
	display: flex;
	min-height: 765px;
	max-width: 1180px;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: 105px 0 150px;
}

.vf-home__eyebrow {
	color: #f4c780;
}

.vf-home__hero h1 {
	max-width: 790px;
	margin-bottom: 25px;
	color: #fff;
	font-size: clamp(3.15rem, 6.2vw, 5.9rem);
	font-weight: 600;
	line-height: 0.98;
}

.vf-home__hero h1 em {
	display: block;
	margin-top: 11px;
	color: #f4c780;
	font-family: "Poppins", sans-serif;
	font-size: 0.55em;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.18;
}

.vf-home__hero-copy {
	max-width: 620px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.13rem;
	line-height: 1.65;
}

.vf-home__address {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 30px;
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: 0.88rem;
}

.vf-home__address svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: var(--vfh-amber);
	stroke-width: 1.7;
}

.vf-home__proof-shell {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: -59px;
	left: 0;
}

.vf-home__proof {
	display: grid;
	overflow: hidden;
	grid-template-columns: repeat(5, 1fr);
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 20px;
	background: rgba(250, 248, 243, 0.97);
	box-shadow: 0 24px 60px rgba(28, 36, 31, 0.18);
	color: var(--vfh-ink);
}

.vf-home__proof > * {
	display: flex;
	min-height: 118px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	padding: 20px 14px;
	border-right: 1px solid var(--vfh-line);
	text-align: center;
}

.vf-home__proof > *:last-child {
	border-right: 0;
}

.vf-home__proof strong {
	font-family: "Poppins", sans-serif;
	font-size: 1.62rem;
	font-weight: 600;
	line-height: 1;
}

.vf-home__proof span {
	color: var(--vfh-muted);
	font-size: 0.76rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.vf-home__proof b {
	color: var(--vfh-amber);
}

/* Intro */
.vf-home__welcome {
	padding-top: 198px;
}

.vf-home__welcome-grid {
	display: grid;
	align-items: center;
	grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
	gap: clamp(60px, 8vw, 105px);
}

.vf-home__welcome-copy > p:not(.vf-home__kicker) {
	color: #535f58;
}

.vf-home__ticks {
	display: grid;
	gap: 11px;
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.vf-home__ticks li {
	position: relative;
	padding-left: 31px;
	color: var(--vfh-ink);
	font-family: "Poppins", sans-serif;
	font-size: 0.88rem;
	font-weight: 500;
}

.vf-home__ticks li::before {
	position: absolute;
	top: 0.48em;
	left: 2px;
	width: 15px;
	height: 8px;
	border-bottom: 2px solid var(--vfh-pine);
	border-left: 2px solid var(--vfh-pine);
	content: "";
	transform: rotate(-45deg);
}

.vf-home__collage {
	position: relative;
	min-height: clamp(540px, 54vw, 690px);
}

.vf-home__collage figure {
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 18px;
	box-shadow: 0 28px 65px rgba(20, 39, 29, 0.16);
}

.vf-home__collage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vf-home__collage-main {
	position: absolute;
	top: 0;
	right: 0;
	width: 82%;
	height: 75%;
}

.vf-home__collage-small {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 45%;
	height: 50%;
	border: 9px solid var(--vfh-warm);
}

.vf-home__collage-note {
	position: absolute;
	right: 18px;
	bottom: 24px;
	display: flex;
	width: 54%;
	flex-direction: column;
	gap: 3px;
	padding: 23px 25px;
	border-left: 3px solid var(--vfh-amber);
	background: rgba(24, 33, 26, 0.93);
	box-shadow: 0 16px 36px rgba(19, 32, 24, 0.23);
	color: #fff;
}

.vf-home__collage-note strong {
	font-family: "Poppins", sans-serif;
	font-size: 0.92rem;
}

.vf-home__collage-note span {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.78rem;
	line-height: 1.5;
}

/* Section headings */
.vf-home__section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 50px;
	margin-bottom: 58px;
}

.vf-home__section-head h2 {
	max-width: 760px;
	margin-bottom: 0;
}

.vf-home__section-head > p,
.vf-home__section-head > .vf-home__text-link {
	max-width: 390px;
	margin-bottom: 8px;
}

.vf-home__section-head > p {
	color: var(--vfh-muted);
}

.vf-home__section-head--center {
	align-items: center;
	flex-direction: column;
	gap: 0;
	text-align: center;
}

.vf-home__section-head--center .vf-home__kicker {
	justify-content: center;
}

/* Promises */
.vf-home__promises {
	position: relative;
	background: var(--vfh-cream);
}

.vf-home__promise-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
	gap: var(--vfh-card-gap);
}

.vf-home__promise-grid article {
	position: relative;
	height: 100%;
	padding: clamp(28px, 3vw, 38px);
	border-top: 3px solid var(--vfh-amber);
	border-radius: var(--vfh-card-radius);
	background: rgba(255, 255, 255, 0.75);
	box-shadow: var(--vfh-card-shadow);
}

.vf-home__promise-grid article:nth-child(2) {
	margin-top: 0;
}

.vf-home__icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	margin-bottom: clamp(32px, 4vw, 48px);
	border: 1px solid rgba(30, 92, 72, 0.22);
	border-radius: 50%;
	color: var(--vfh-pine);
}

.vf-home__icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.55;
}

.vf-home__number {
	position: absolute;
	top: 36px;
	right: 34px;
	color: rgba(30, 92, 72, 0.19);
	font-family: "Poppins", sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.vf-home__promise-grid h3 {
	margin-bottom: 14px;
}

.vf-home__promise-grid article > p:last-child {
	margin-bottom: 0;
	color: var(--vfh-muted);
}

/* Floor layout */
.vf-home__rooms {
	background: #fff;
}

.vf-home__floor-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
	gap: clamp(34px, 6vw, 76px);
}

.vf-home__floor-media {
	display: grid;
	aspect-ratio: 4 / 3;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.8fr);
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: clamp(10px, 1.4vw, 16px);
}

.vf-home__floor-photo {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-radius: var(--vfh-card-radius);
	background: var(--vfh-forest);
}

.vf-home__floor-photo--main {
	grid-row: 1 / -1;
}

.vf-home__floor-photo::after {
	position: absolute;
	inset: 45% 0 0;
	background: linear-gradient(0deg, rgba(13, 23, 17, 0.78), transparent);
	content: "";
}

.vf-home__floor-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.vf-home__floor-photo--main img {
	object-position: 52% center;
}

.vf-home__floor-photo:nth-child(2) img {
	object-position: center 48%;
}

.vf-home__floor-photo:nth-child(3) img {
	object-position: center 55%;
}

.vf-home__floor-photo:hover img {
	transform: scale(1.035);
}

.vf-home__floor-photo figcaption {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	padding: clamp(18px, 2.4vw, 28px);
	color: #fff;
}

.vf-home__floor-photo figcaption span {
	color: #f1bd72;
	font-family: "Poppins", sans-serif;
	font-size: 0.66rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.vf-home__floor-photo figcaption strong {
	max-width: 170px;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: clamp(0.78rem, 1.1vw, 0.96rem);
	line-height: 1.25;
	text-align: right;
}

.vf-home__floor-list {
	display: grid;
	grid-template-rows: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--vfh-line);
	list-style: none;
}

.vf-home__floor-list li {
	display: grid;
	align-content: center;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 4px 16px;
	padding: clamp(20px, 2.5vw, 30px) 0;
	border-bottom: 1px solid var(--vfh-line);
}

.vf-home__floor-number {
	grid-row: 1 / span 2;
	padding-top: 3px;
	color: var(--vfh-amber);
	font-family: "Poppins", sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.vf-home__floor-list li > div > p {
	margin-bottom: 5px;
	color: var(--vfh-pine);
	font-family: "Poppins", sans-serif;
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.vf-home__floor-list h3 {
	margin-bottom: 8px;
	font-size: clamp(1.12rem, 1.7vw, 1.42rem);
}

.vf-home__floor-list li > div > span {
	display: block;
	color: var(--vfh-muted);
	font-size: 0.84rem;
	line-height: 1.55;
}

.vf-home__floor-list li > strong {
	grid-column: 2;
	margin-top: 8px;
	color: var(--vfh-pine);
	font-family: "Poppins", sans-serif;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

/* Amenities */
.vf-home__amenities {
	background: #edf1ec;
}

.vf-home__amenities-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
	gap: clamp(60px, 9vw, 120px);
}

.vf-home__amenities-copy {
	position: sticky;
	top: 125px;
	align-self: start;
}

.vf-home__amenities-copy > p:not(.vf-home__kicker) {
	color: var(--vfh-muted);
}

.vf-home__amenity-highlights {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	padding: 1px;
	background: rgba(30, 92, 72, 0.15);
	list-style: none;
}

.vf-home__amenity-highlights li {
	display: flex;
	min-height: 84px;
	align-items: center;
	gap: 14px;
	padding: 18px 22px;
	background: #f8faf7;
	font-family: "Poppins", sans-serif;
	font-size: 0.87rem;
	font-weight: 500;
}

.vf-home__amenity-highlights svg {
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
	fill: none;
	stroke: var(--vfh-pine);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.vf-home__details {
	margin-top: 18px;
	border: 1px solid rgba(30, 92, 72, 0.18);
	background: rgba(255, 255, 255, 0.54);
}

.vf-home__details summary {
	display: flex;
	min-height: 62px;
	align-items: center;
	justify-content: space-between;
	padding: 0 22px;
	cursor: pointer;
	font-family: "Poppins", sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	list-style: none;
}

.vf-home__details summary::-webkit-details-marker {
	display: none;
}

.vf-home__details summary span {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 300;
	transition: transform 180ms ease;
}

.vf-home__details[open] summary span {
	transform: rotate(45deg);
}

.vf-home__details ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px 24px;
	margin: 0;
	padding: 10px 28px 28px 42px;
	color: var(--vfh-muted);
	font-size: 0.88rem;
}

/* Gallery */
.vf-home__gallery {
	background: #fff;
}

.vf-home__gallery-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(2, clamp(220px, 22vw, 330px));
	gap: 14px;
}

.vf-home__gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: var(--vfh-cream);
}

.vf-home__gallery-item::after {
	position: absolute;
	inset: 0;
	background: rgba(16, 44, 33, 0.03);
	content: "";
	transition: background 180ms ease;
}

.vf-home__gallery-item:hover::after {
	background: rgba(16, 44, 33, 0.15);
}

.vf-home__gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
}

.vf-home__gallery-item:hover img {
	transform: scale(1.035);
}

.vf-home__gallery-item--1 {
	grid-column: 1 / span 6;
	grid-row: 1 / span 2;
}

.vf-home__gallery-item--2 {
	grid-column: 7 / span 3;
}

.vf-home__gallery-item--3 {
	grid-column: 10 / span 3;
}

.vf-home__gallery-item--4 {
	grid-column: 7 / span 4;
}

.vf-home__gallery-item--5 {
	grid-column: 11 / span 2;
}

/* Virtual tour */
.vf-home__tour {
	position: relative;
	background: var(--vfh-forest);
	color: #fff;
}

.vf-home__tour::before {
	position: absolute;
	top: -48px;
	right: -70px;
	width: 300px;
	height: 140px;
	background: linear-gradient(145deg, transparent 48%, rgba(232, 162, 74, 0.12) 49% 51%, transparent 52%);
	content: "";
	transform: rotate(-7deg);
}

.vf-home__tour .vf-home__kicker {
	color: #efba72;
}

.vf-home__section-head--light h2 {
	color: #fff;
}

.vf-home__section-head--light > p {
	color: rgba(255, 255, 255, 0.63);
}

.vf-home__tour-frame {
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: var(--vfh-card-radius);
	background: #0d1510;
	box-shadow: 0 30px 75px rgba(0, 0, 0, 0.3);
}

.vf-home__tour-frame > div,
.vf-home__tour-frame iframe {
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
}

/* Booking */
.vf-home__booking {
	position: relative;
	background: var(--vfh-pine-deep);
	color: #fff;
}

.vf-home__booking::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(18, 54, 43, 0.98), rgba(18, 54, 43, 0.9));
	content: "";
}

.vf-home__booking-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.22;
}

.vf-home__booking-grid {
	position: relative;
	z-index: 2;
	display: grid;
	align-items: center;
	grid-template-columns: minmax(0, 1fr) minmax(390px, 0.75fr);
	gap: clamp(60px, 9vw, 120px);
}

.vf-home__booking .vf-home__kicker {
	color: #f1bd72;
}

.vf-home__booking h2 {
	color: #fff;
}

.vf-home__booking-grid > div:first-child > p:not(.vf-home__kicker) {
	max-width: 650px;
	color: rgba(255, 255, 255, 0.72);
}

.vf-home__booking-phone {
	display: inline-block;
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.72) !important;
	font-size: 0.88rem;
}

.vf-home__booking-phone strong {
	margin-left: 4px;
	color: #fff;
	font-family: "Poppins", sans-serif;
}

.vf-home__rate-card {
	padding: clamp(28px, 3.5vw, 40px);
	border-radius: var(--vfh-card-radius);
	background: var(--vfh-cream);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
	color: var(--vfh-ink);
}

.vf-home__rate-label {
	margin-bottom: 12px;
	color: var(--vfh-pine);
	font-family: "Poppins", sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.vf-home__rate-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	padding: 23px 0;
	border-bottom: 1px solid var(--vfh-line);
}

.vf-home__rate-row div {
	display: flex;
	flex-direction: column;
}

.vf-home__rate-row strong {
	font-family: "Poppins", sans-serif;
	font-size: 0.97rem;
}

.vf-home__rate-row span {
	color: var(--vfh-muted);
	font-size: 0.75rem;
}

.vf-home__rate-row > b {
	white-space: nowrap;
	font-family: "Poppins", sans-serif;
	font-size: 1.6rem;
}

.vf-home__rate-row small {
	font-size: 0.7rem;
	font-weight: 500;
}

.vf-home__rate-note {
	margin: 20px 0 0;
	color: #747d76;
	font-size: 0.74rem;
	line-height: 1.55;
}

/* Reviews */
.vf-home__reviews {
	background: var(--vfh-cream);
}

.vf-home__review-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 55px;
}

.vf-home__review-head h2 {
	max-width: 760px;
	margin-bottom: 0;
}

.vf-home__rating {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 15px 20px;
	border-left: 2px solid var(--vfh-amber);
	background: rgba(255, 255, 255, 0.62);
}

.vf-home__rating > strong {
	font-family: "Poppins", sans-serif;
	font-size: 1.75rem;
}

.vf-home__rating span {
	display: flex;
	flex-direction: column;
	color: var(--vfh-muted);
	font-size: 0.72rem;
	line-height: 1.45;
}

.vf-home__rating b {
	color: var(--vfh-amber);
	font-size: 0.8rem;
	letter-spacing: 0.12em;
}

.vf-home__review-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
	gap: var(--vfh-card-gap);
}

.vf-home__review-grid blockquote {
	display: flex;
	height: 100%;
	flex-direction: column;
	margin-bottom: 0;
	padding: clamp(28px, 3vw, 36px);
	border: 1px solid rgba(30, 92, 72, 0.11);
	border-radius: var(--vfh-card-radius);
	background: #fff;
	box-shadow: var(--vfh-card-shadow);
}

.vf-home__review-grid blockquote > div {
	height: 54px;
	color: var(--vfh-amber);
	font-family: Georgia, serif;
	font-size: 4.4rem;
	line-height: 1;
}

.vf-home__review-grid blockquote > p {
	flex: 1;
	color: #4e5a53;
	font-family: "Poppins", sans-serif;
	font-size: 0.92rem;
	line-height: 1.75;
}

.vf-home__review-grid footer {
	display: flex;
	flex-direction: column;
	padding-top: 18px;
	border-top: 1px solid var(--vfh-line);
}

.vf-home__review-grid footer strong {
	font-family: "Poppins", sans-serif;
	font-size: 0.82rem;
}

.vf-home__review-grid footer span {
	color: var(--vfh-muted);
	font-size: 0.72rem;
}

/* Location */
.vf-home__location {
	background: #fff;
}

.vf-home__location-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 42px;
}

.vf-home__map {
	overflow: hidden;
	aspect-ratio: 4 / 5;
	border-radius: var(--vfh-card-radius);
	box-shadow: 0 20px 55px rgba(28, 45, 35, 0.12);
}

.vf-home__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	border: 0;
	filter: saturate(0.72) sepia(0.12);
}

.vf-home__places {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.vf-home__place-group {
	padding: clamp(22px, 2.5vw, 28px);
	border: 1px solid var(--vfh-line);
	border-radius: var(--vfh-card-radius);
	background: var(--vfh-warm);
}

.vf-home__place-group h3 {
	margin-bottom: 18px;
	font-size: 1.05rem;
}

.vf-home__place-group ul {
	display: grid;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vf-home__place-group li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--vfh-line);
	font-size: 0.79rem;
	line-height: 1.4;
}

.vf-home__place-group li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.vf-home__place-group a {
	color: var(--vfh-pine);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.vf-home__place-group a:hover,
.vf-home__place-group a:focus-visible {
	color: var(--vfh-pine);
	text-decoration-thickness: 2px;
}

.vf-home__place-group b {
	white-space: nowrap;
	color: var(--vfh-pine);
	font-size: 0.7rem;
}

/* Rules */
.vf-home__rules {
	background: #e6eee8;
}

.vf-home__rules-grid {
	display: grid;
	align-items: start;
	grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
	gap: clamp(55px, 8vw, 110px);
}

.vf-home__rules-grid > div > p:last-child {
	color: var(--vfh-muted);
}

.vf-home__rules-grid ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	padding: 1px;
	background: rgba(30, 92, 72, 0.15);
	list-style: none;
}

.vf-home__rules-grid li {
	display: flex;
	min-height: 105px;
	flex-direction: column;
	justify-content: center;
	padding: 19px 23px;
	background: rgba(255, 255, 255, 0.67);
}

.vf-home__rules-grid strong {
	color: var(--vfh-pine);
	font-family: "Poppins", sans-serif;
	font-size: 0.85rem;
}

.vf-home__rules-grid span {
	color: var(--vfh-muted);
	font-size: 0.76rem;
	line-height: 1.45;
}

/* Journal */
.vf-home__journal {
	background: #fff;
}

.vf-home__post-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
	gap: var(--vfh-card-gap);
}

.vf-home__post-grid article {
	overflow: hidden;
	border: 1px solid var(--vfh-line);
	border-radius: var(--vfh-card-radius);
	background: var(--vfh-warm);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.vf-home__post-grid article:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 48px rgba(30, 45, 35, 0.11);
}

.vf-home__post-image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
}

.vf-home__post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vf-home__post-grid article > div {
	padding: 24px 25px 27px;
}

.vf-home__post-grid article > div > p {
	margin-bottom: 10px;
	color: var(--vfh-pine);
	font-family: "Poppins", sans-serif;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vf-home__post-grid h3 {
	margin-bottom: 10px;
	font-size: 1.16rem;
}

.vf-home__post-grid h3 a:hover {
	color: var(--vfh-pine);
}

.vf-home__post-grid article > div > span {
	display: block;
	color: var(--vfh-muted);
	font-size: 0.8rem;
	line-height: 1.6;
}

/* Final CTA */
.vf-home__final {
	position: relative;
	display: grid;
	min-height: clamp(420px, 38vw, 500px);
	overflow: hidden;
	place-items: center;
	background: var(--vfh-forest);
	color: #fff;
	text-align: left;
}

.vf-home__final::after {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 65% 78% at 28% 40%, rgba(7, 12, 9, 0.52), rgba(7, 12, 9, 0.16) 62%, transparent 78%),
		linear-gradient(180deg, rgba(12, 18, 15, 0.18) 0%, rgba(12, 18, 15, 0.38) 58%, var(--vfh-forest) 100%);
	content: "";
}

.vf-home__final > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 88%;
}

.vf-home__final .vf-home__wrap {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding-block: clamp(64px, 8vw, 96px);
}

.vf-home__final .vf-home__kicker {
	color: #f2bf77;
}

.vf-home__final h2 {
	max-width: 12ch;
	margin-bottom: 18px;
	color: #fff;
}

.vf-home__final .vf-home__wrap > p:not(.vf-home__kicker) {
	max-width: 560px;
	margin-bottom: 31px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 1.05rem;
}

.vf-home + .vf-ft {
	margin-top: -1px;
}

.vf-home + .vf-ft .vf-ft__bg {
	opacity: 0.88;
	-webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 10%, #000 32%);
	mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 10%, #000 32%);
}

.vf-home + .vf-ft .vf-ft__main::after {
	background:
		linear-gradient(90deg, rgba(24, 33, 26, 0.97) 0%, rgba(24, 33, 26, 0.9) 42%, rgba(20, 27, 22, 0.62) 100%),
		linear-gradient(180deg, var(--vfh-dark) 0%, rgba(24, 33, 26, 0.88) 24%, rgba(18, 16, 12, 0.76) 58%, rgba(12, 11, 9, 0.94) 100%);
}

@media (max-width: 1024px) {
	.vf-home__hero h1 {
		max-width: 720px;
	}

	.vf-home__welcome {
		padding-top: clamp(130px, 16vw, 175px);
	}

	.vf-home__welcome-grid,
	.vf-home__booking-grid {
		gap: 55px;
	}

	.vf-home__amenities-grid {
		grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
		gap: 55px;
	}

	.vf-home__gallery-grid {
		grid-template-rows: repeat(2, clamp(205px, 24vw, 280px));
	}

	.vf-home__location-grid {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	}

	.vf-home__places {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 960px) {
	.vf-home__welcome-grid,
	.vf-home__amenities-grid,
	.vf-home__booking-grid,
	.vf-home__location-grid,
	.vf-home__rules-grid,
	.vf-home__floor-layout {
		grid-template-columns: 1fr;
	}

	.vf-home__section-head,
	.vf-home__review-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 22px;
	}

	.vf-home__section-head--center {
		align-items: center;
		gap: 0;
		text-align: center;
	}

	.vf-home__section-head--center .vf-home__kicker {
		justify-content: center;
	}

	.vf-home__amenities-copy {
		position: static;
	}

	.vf-home__floor-media {
		aspect-ratio: 16 / 9;
	}

	.vf-home__floor-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: auto;
	}

	.vf-home__floor-list li {
		align-content: start;
		padding: clamp(22px, 3vw, 30px) clamp(16px, 2.6vw, 26px);
		border-right: 1px solid var(--vfh-line);
	}

	.vf-home__floor-list li:last-child {
		border-right: 0;
	}

	.vf-home__booking-grid {
		gap: 46px;
	}

	.vf-home__rate-card {
		max-width: 600px;
	}

	.vf-home__map {
		aspect-ratio: 16 / 9;
	}

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

}

@media (max-width: 820px) {
	.vf-home {
		font-size: 16px;
	}

	.vf-home__hero {
		min-height: auto;
	}

	.vf-home__hero-inner {
		min-height: 720px;
		padding: 110px 0;
	}

	.vf-home__proof-shell {
		position: relative;
		bottom: auto;
		padding-bottom: 26px;
	}

	.vf-home__proof {
		grid-template-columns: repeat(2, 1fr);
	}

	.vf-home__proof > * {
		min-height: 100px;
		border-right: 1px solid var(--vfh-line);
		border-bottom: 1px solid var(--vfh-line);
	}

	.vf-home__proof > *:nth-child(even) {
		border-right: 0;
	}

	.vf-home__proof > *:nth-child(5) {
		grid-column: 1 / -1;
		border-right: 0;
		border-bottom: 0;
	}

	.vf-home__welcome {
		padding-top: var(--vfh-section-space);
	}

	.vf-home__collage {
		min-height: clamp(520px, 74vw, 610px);
	}

	.vf-home__collage-main {
		height: 75%;
	}

	.vf-home__collage-small {
		height: 50%;
	}

	.vf-home__gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(3, clamp(170px, 23vw, 220px));
	}

	.vf-home__gallery-item--1 {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.vf-home__gallery-item--2,
	.vf-home__gallery-item--3,
	.vf-home__gallery-item--4,
	.vf-home__gallery-item--5 {
		grid-column: auto;
		grid-row: auto;
	}

	.vf-home__final {
		text-align: center;
	}

	.vf-home__final::after {
		background:
			radial-gradient(ellipse 72% 78% at 50% 40%, rgba(7, 12, 9, 0.48), rgba(7, 12, 9, 0.18) 62%, transparent 78%),
			linear-gradient(180deg, rgba(12, 18, 15, 0.18) 0%, rgba(12, 18, 15, 0.4) 58%, var(--vfh-forest) 100%);
	}

	.vf-home__final > img {
		object-position: 50% 90%;
	}

	.vf-home__final .vf-home__wrap {
		align-items: center;
	}

	.vf-home__final h2,
	.vf-home__final .vf-home__wrap > p:not(.vf-home__kicker) {
		max-width: 720px;
	}
}

@media (max-width: 760px) {
	.vf-home__floor-list {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, auto);
	}

	.vf-home__floor-list li {
		align-content: center;
		padding-inline: 0;
		border-right: 0;
	}
}

@media (max-width: 620px) {
	.vf-home__promise-grid,
	.vf-home__review-grid,
	.vf-home__post-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.vf-home h2 {
		font-size: clamp(2.05rem, 8vw, 2.4rem);
	}

	.vf-home__hero-shade {
		background:
			linear-gradient(90deg, rgba(13, 27, 20, 0.9) 0%, rgba(13, 27, 20, 0.76) 58%, rgba(13, 27, 20, 0.56) 100%),
			linear-gradient(0deg, rgba(13, 27, 20, 0.68) 0%, transparent 48%);
	}

	.vf-home__hero-inner {
		min-height: 650px;
		padding: 78px 0 82px;
	}

	.vf-home__hero h1 {
		font-size: clamp(2.65rem, 11vw, 3.25rem);
	}

	.vf-home__hero h1 em {
		font-size: 0.48em;
	}

	.vf-home__hero-copy {
		font-size: 1rem;
	}

	.vf-home__actions,
	.vf-home__actions .vf-home__btn {
		width: 100%;
	}

	.vf-home__proof {
		border-radius: 14px;
	}

	.vf-home__proof strong {
		font-size: 1.35rem;
	}

	.vf-home__collage {
		display: grid;
		min-height: 0;
		grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
		gap: 12px;
	}

	.vf-home__collage-main,
	.vf-home__collage-small,
	.vf-home__collage-note {
		position: static;
		width: 100%;
		height: auto;
	}

	.vf-home__collage-main {
		aspect-ratio: 4 / 3;
		grid-column: 1 / -1;
	}

	.vf-home__collage-small {
		aspect-ratio: 1 / 1;
		border: 0;
	}

	.vf-home__collage-note {
		min-height: 100%;
		justify-content: center;
		padding: 17px 18px;
	}

	.vf-home__floor-media {
		aspect-ratio: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: clamp(190px, 58vw, 300px) clamp(120px, 35vw, 180px);
	}

	.vf-home__floor-photo--main {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.vf-home__floor-photo figcaption {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
		padding: 16px;
	}

	.vf-home__floor-photo figcaption strong {
		max-width: none;
		text-align: left;
	}

	.vf-home__amenity-highlights,
	.vf-home__details ul,
	.vf-home__rules-grid ul,
	.vf-home__places {
		grid-template-columns: 1fr;
	}

	.vf-home__amenity-highlights li {
		min-height: 70px;
	}

	.vf-home__gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(3, clamp(115px, 32vw, 170px));
		gap: 10px;
	}

	.vf-home__tour-frame {
		aspect-ratio: 1 / 1;
	}

	.vf-home__map {
		aspect-ratio: 4 / 3;
	}

	body.vf-home-preview-active #ht-ctc-chat {
		right: max(15px, env(safe-area-inset-right)) !important;
		bottom: max(112px, calc(env(safe-area-inset-bottom) + 96px)) !important;
		transform: scale(0.9) !important;
		transform-origin: right bottom;
	}

	.vf-home__rate-card {
		padding: 27px 22px;
	}

	.vf-home__rate-row > b {
		font-size: 1.35rem;
	}

	.vf-home__rules-grid li {
		min-height: 86px;
	}

	.vf-home__final {
		min-height: 400px;
	}

	.vf-home__final::after {
		background:
			radial-gradient(ellipse 78% 72% at 50% 40%, rgba(7, 12, 9, 0.58), rgba(7, 12, 9, 0.22) 62%, transparent 78%),
			linear-gradient(180deg, rgba(12, 18, 15, 0.2) 0%, rgba(12, 18, 15, 0.42) 58%, var(--vfh-forest) 100%);
	}

	.vf-home__final > img {
		object-position: 88% 50%;
		transform: none;
	}
}

@media (max-width: 420px) {
	.vf-home__rate-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}
}

@media (max-width: 380px) {
	.vf-home__collage-small,
	.vf-home__collage-note {
		grid-column: 1 / -1;
	}

	.vf-home__collage-small {
		aspect-ratio: 16 / 9;
	}
}

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

/* Lightweight full-gallery viewer */
body.vf-modal-open {
	overflow: hidden !important;
}

.vf-gallery-dialog {
	inset: 0;
	width: 100vw;
	max-width: none;
	height: 100dvh;
	max-height: none;
	margin: 0;
	padding: clamp(14px, 2.5vw, 34px);
	border: 0;
	background: transparent;
	color: #fff;
}

.vf-gallery-dialog[open] {
	display: grid;
	place-items: center;
}

.vf-gallery-dialog::backdrop {
	background: rgba(8, 14, 11, 0.9);
	backdrop-filter: blur(10px);
}

.vf-gallery-dialog__panel {
	display: grid;
	width: min(100%, 1320px);
	height: min(92dvh, 920px);
	min-height: 0;
	grid-template-rows: auto minmax(0, 1fr) auto;
	gap: clamp(14px, 2vw, 24px);
	padding: clamp(18px, 2.4vw, 32px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: clamp(22px, 2vw, 32px);
	background:
		radial-gradient(circle at 18% 10%, rgba(232, 162, 74, 0.12), transparent 32%),
		linear-gradient(145deg, #1b2a21 0%, #101812 100%);
	box-shadow: 0 36px 100px rgba(0, 0, 0, 0.55);
}

.vf-gallery-dialog__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
}

.vf-gallery-dialog__header .vf-home__kicker {
	margin-bottom: 8px;
	color: #f1bd72;
}

.vf-gallery-dialog__header h2 {
	max-width: none;
	margin: 0;
	color: #fff;
	font-size: clamp(1.6rem, 3vw, 2.6rem);
	line-height: 1.08;
}

.vf-gallery-dialog__close,
.vf-gallery-dialog__nav {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.vf-gallery-dialog__close {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	font-size: 1.8rem;
	line-height: 1;
}

.vf-gallery-dialog__close:hover,
.vf-gallery-dialog__nav:hover {
	border-color: rgba(241, 189, 114, 0.75);
	background: rgba(241, 189, 114, 0.16);
	transform: translateY(-1px);
}

.vf-gallery-dialog__stage {
	display: grid;
	align-items: center;
	min-height: 0;
	grid-template-columns: 54px minmax(0, 1fr) 54px;
	gap: clamp(10px, 1.5vw, 20px);
	touch-action: pan-y;
}

.vf-gallery-dialog__stage figure {
	display: grid;
	min-width: 0;
	height: 100%;
	min-height: 0;
	grid-template-rows: minmax(0, 1fr) auto;
	gap: 12px;
	margin: 0;
}

.vf-gallery-dialog__media {
	display: grid;
	min-height: 0;
	overflow: hidden;
	place-items: center;
	border-radius: clamp(16px, 1.6vw, 24px);
	background: #0a100c;
}

.vf-gallery-dialog__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 1;
	transition: opacity 180ms ease;
}

.vf-gallery-dialog__media.is-loading img {
	opacity: 0.35;
}

.vf-gallery-dialog__stage figcaption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.86rem;
	line-height: 1.45;
}

.vf-gallery-dialog__stage figcaption strong {
	flex: 0 0 auto;
	color: #f1bd72;
	font-family: "Poppins", sans-serif;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
}

.vf-gallery-dialog__nav {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	font-size: 1.35rem;
}

.vf-gallery-dialog__hint {
	margin: 0;
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.76rem;
	text-align: center;
}

.vf-gallery-dialog button:focus-visible,
body.vf-home-preview-active #elementor-popup-modal-1777 .dialog-close-button:focus-visible,
body.vf-home-preview-active #elementor-popup-modal-1777 input:focus-visible,
body.vf-home-preview-active #elementor-popup-modal-1777 textarea:focus-visible,
body.vf-home-preview-active #elementor-popup-modal-1777 button:focus-visible,
body.vf-home-preview-active #elementor-popup-modal-1780 a:focus-visible {
	outline: 3px solid #f1bd72 !important;
	outline-offset: 3px !important;
}

/* Reservation form: retain the proven Elementor backend, replace its UI. */
body.vf-home-preview-active #elementor-popup-modal-1777 {
	align-items: center !important;
	justify-content: center !important;
	padding: clamp(16px, 3vw, 34px) !important;
	background: rgba(8, 14, 11, 0.8) !important;
	backdrop-filter: blur(9px);
}

body.vf-home-preview-active #elementor-popup-modal-1777 .dialog-widget-content {
	position: relative !important;
	inset: auto !important;
	width: min(100%, 610px) !important;
	max-width: 610px !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: calc(100dvh - 32px) !important;
	margin: auto !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	border: 1px solid rgba(29, 40, 34, 0.12) !important;
	border-radius: 28px !important;
	background: var(--vfui-warm) !important;
	box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42) !important;
	transform: none !important;
}

body.vf-home-preview-active #elementor-popup-modal-1777 .dialog-message {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	padding: clamp(28px, 5vw, 46px) !important;
	overflow: visible !important;
	background: transparent !important;
}

body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-1777,
body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-section,
body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-container,
body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-column,
body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-widget-wrap,
body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-widget-container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-widget-form,
body.vf-home-preview-active #elementor-popup-modal-1777 form.elementor-form {
	width: 100% !important;
	max-width: none !important;
}

body.vf-home-preview-active #elementor-popup-modal-1777 .vf-booking-popup__intro {
	padding-right: 50px;
	margin-bottom: 24px;
}

body.vf-home-preview-active #elementor-popup-modal-1777 .vf-booking-popup__kicker {
	margin: 0 0 8px;
	color: var(--vfui-pine);
	font-family: "Poppins", sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.vf-home-preview-active #elementor-popup-modal-1777 .vf-booking-popup__intro h2 {
	margin: 0 0 10px;
	color: var(--vfui-ink);
	font-family: "Poppins", sans-serif;
	font-size: clamp(1.65rem, 4.8vw, 2.4rem);
	font-weight: 600;
	line-height: 1.08;
}

body.vf-home-preview-active #elementor-popup-modal-1777 .vf-booking-popup__intro > p:last-child {
	max-width: 48ch;
	margin: 0;
	color: var(--vfui-muted);
	font-size: 0.9rem;
	line-height: 1.55;
}

body.vf-home-preview-active #elementor-popup-modal-1777 .dialog-close-button {
	top: 18px !important;
	right: 18px !important;
	display: grid !important;
	width: 44px !important;
	height: 44px !important;
	place-items: center;
	border: 1px solid rgba(29, 40, 34, 0.12);
	border-radius: 50%;
	background: rgba(30, 92, 72, 0.07);
	color: var(--vfui-pine) !important;
	cursor: pointer;
}

body.vf-home-preview-active #elementor-popup-modal-1777 .dialog-close-button svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-form-fields-wrapper {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px !important;
	margin: 0 !important;
}

body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-field-group {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-field-group-field_8026f65,
body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-field-group-message,
body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-field-type-recaptcha_v3,
body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-field-type-submit {
	grid-column: 1 / -1;
}

body.vf-home-preview-active #elementor-popup-modal-1777 .vf-booking-popup__label {
	display: block;
	margin: 0 0 6px;
	color: var(--vfui-pine-deep);
	font-family: "Poppins", sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.35;
}

body.vf-home-preview-active #elementor-popup-modal-1777 .vf-booking-popup__stay-summary {
	grid-column: 1 / -1;
	margin: -3px 0 1px;
	color: var(--vfui-pine);
	font-family: "Poppins", sans-serif;
	font-size: 0.74rem;
	font-weight: 600;
	line-height: 1.4;
}

body.vf-home-preview-active #elementor-popup-modal-1777 .vf-booking-popup__stay-summary.is-error {
	color: #8e2e26;
}

body.vf-home-preview-active #elementor-popup-modal-1777 .vf-booking-popup__recaptcha {
	grid-column: 1 / -1;
	margin: -3px auto 0;
	color: #7a837d;
	font-size: 0.63rem;
	line-height: 1.45;
	text-align: center;
}

body.vf-home-preview-active #elementor-popup-modal-1777 .vf-booking-popup__recaptcha a {
	color: var(--vfui-pine);
	text-decoration: underline;
	text-underline-offset: 2px;
}

body.vf-home-preview-active .grecaptcha-badge {
	visibility: hidden !important;
}

body.vf-home-preview-active #elementor-popup-modal-1777 input.elementor-field,
body.vf-home-preview-active #elementor-popup-modal-1777 textarea.elementor-field {
	width: 100% !important;
	height: 50px !important;
	min-height: 50px !important;
	padding: 0 15px !important;
	border: 1px solid rgba(29, 40, 34, 0.2) !important;
	border-radius: 14px !important;
	background: #fff !important;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset !important;
	color: var(--vfui-ink) !important;
	font-family: "Roboto", sans-serif !important;
	font-size: 0.92rem !important;
	line-height: 1.2 !important;
	transition: border-color 180ms ease, box-shadow 180ms ease !important;
}

body.vf-home-preview-active #elementor-popup-modal-1777 textarea.elementor-field {
	height: 92px !important;
	min-height: 92px !important;
	padding-block: 14px !important;
	line-height: 1.45 !important;
	resize: vertical;
}

body.vf-home-preview-active #elementor-popup-modal-1777 input.elementor-field::placeholder,
body.vf-home-preview-active #elementor-popup-modal-1777 textarea.elementor-field::placeholder {
	color: #8a928d !important;
	opacity: 1;
}

body.vf-home-preview-active #elementor-popup-modal-1777 input.elementor-field:focus,
body.vf-home-preview-active #elementor-popup-modal-1777 textarea.elementor-field:focus {
	border-color: var(--vfui-pine) !important;
	box-shadow: 0 0 0 4px rgba(30, 92, 72, 0.1) !important;
}

body.vf-home-preview-active #elementor-popup-modal-1777 button[type="submit"] {
	width: 100% !important;
	min-height: 54px !important;
	margin-top: 4px !important;
	padding: 13px 20px !important;
	border: 1px solid rgba(117, 70, 13, 0.12) !important;
	border-radius: 15px !important;
	background: var(--vfui-amber) !important;
	box-shadow: 0 12px 28px rgba(153, 91, 18, 0.2) !important;
	color: #17231c !important;
	font-family: "Poppins", sans-serif !important;
	font-size: 0.86rem !important;
	font-weight: 700 !important;
	text-transform: none !important;
	transition: background 180ms ease, transform 180ms ease !important;
}

body.vf-home-preview-active #elementor-popup-modal-1777 button[type="submit"]:hover {
	background: #f0ad55 !important;
	transform: translateY(-1px);
}

body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-message {
	margin: 15px 0 0 !important;
	padding: 12px 14px !important;
	border-radius: 12px;
	font-size: 0.82rem !important;
	line-height: 1.45 !important;
}

body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-message-success {
	background: rgba(30, 92, 72, 0.1);
	color: var(--vfui-pine-deep);
}

body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-message-danger,
body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-message-error {
	background: rgba(153, 48, 38, 0.1);
	color: #8e2e26;
}

/* Redesigned Elementor mobile action bar, scoped to the new homepage. */
@media (max-width: 767px) {
	body.vf-home-preview-active.vf-has-mobile-action-bar {
		padding-bottom: calc(86px + env(safe-area-inset-bottom));
	}

	body.vf-home-preview-active #elementor-popup-modal-1780 {
		inset: auto 0 0 !important;
		display: block !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		pointer-events: none !important;
		transition: opacity 180ms ease, transform 180ms ease !important;
	}

	body.vf-home-preview-active #elementor-popup-modal-1780 .dialog-widget-content {
		position: static !important;
		width: min(calc(100% - 20px), 520px) !important;
		max-width: none !important;
		height: auto !important;
		min-height: 0 !important;
		margin: 0 auto max(8px, env(safe-area-inset-bottom)) !important;
		overflow: visible !important;
		border: 1px solid rgba(29, 40, 34, 0.11) !important;
		border-radius: 20px !important;
		background: rgba(251, 249, 245, 0.95) !important;
		box-shadow: 0 18px 52px rgba(12, 20, 15, 0.24) !important;
		backdrop-filter: blur(18px);
		pointer-events: auto !important;
		transform: none !important;
	}

	body.vf-home-preview-active #elementor-popup-modal-1780 .dialog-message {
		width: 100% !important;
		height: auto !important;
		padding: 0 !important;
		overflow: visible !important;
	}

	body.vf-home-preview-active #elementor-popup-modal-1780 .elementor-1780,
	body.vf-home-preview-active #elementor-popup-modal-1780 .elementor-section,
	body.vf-home-preview-active #elementor-popup-modal-1780 .elementor-container,
	body.vf-home-preview-active #elementor-popup-modal-1780 .elementor-column,
	body.vf-home-preview-active #elementor-popup-modal-1780 .elementor-widget-wrap,
	body.vf-home-preview-active #elementor-popup-modal-1780 .elementor-widget-container {
		position: static !important;
		inset: auto !important;
		width: 100% !important;
		max-width: none !important;
		height: auto !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		transform: none !important;
	}

	body.vf-home-preview-active #elementor-popup-modal-1780 .elementor-section > .elementor-container {
		display: grid !important;
		grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.35fr);
		gap: 8px;
		padding: 8px !important;
	}

	body.vf-home-preview-active #elementor-popup-modal-1780 .elementor-sticky__spacer {
		display: none !important;
	}

	body.vf-home-preview-active #elementor-popup-modal-1780 a.elementor-button {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		min-height: 52px !important;
		padding: 10px 12px !important;
		border-radius: 14px !important;
		box-shadow: none !important;
		font-family: "Poppins", sans-serif !important;
		font-size: 0.78rem !important;
		font-weight: 700 !important;
		line-height: 1.2 !important;
		text-transform: none !important;
	}

	body.vf-home-preview-active #elementor-popup-modal-1780 a[href^="tel:"] {
		border: 1px solid rgba(30, 92, 72, 0.22) !important;
		background: rgba(30, 92, 72, 0.07) !important;
		color: var(--vfui-pine) !important;
	}

	body.vf-home-preview-active #elementor-popup-modal-1780 a[href*="popup"] {
		border: 1px solid rgba(117, 70, 13, 0.1) !important;
		background: var(--vfui-amber) !important;
		color: #17231c !important;
	}

	body.vf-home-preview-active #elementor-popup-modal-1780 .elementor-button-content-wrapper {
		align-items: center;
		justify-content: center;
		gap: 7px;
	}

	body.vf-home-preview-active #elementor-popup-modal-1780 .elementor-button-icon {
		margin: 0 !important;
	}

	body.vf-home-preview-active #ht-ctc-chat {
		right: max(15px, env(safe-area-inset-right)) !important;
		bottom: max(104px, calc(env(safe-area-inset-bottom) + 94px)) !important;
		transform: scale(0.88) !important;
		transform-origin: right bottom;
	}

	body.vf-booking-open #elementor-popup-modal-1780 {
		opacity: 0 !important;
		pointer-events: none !important;
		transform: translateY(110%) !important;
	}

	body.vf-booking-open #ht-ctc-chat {
		opacity: 0 !important;
		pointer-events: none !important;
	}
}

@media (max-width: 760px) {
	.vf-gallery-dialog {
		padding: 0;
	}

	.vf-gallery-dialog__panel {
		width: 100%;
		height: 100dvh;
		gap: 12px;
		padding:
			max(16px, env(safe-area-inset-top))
			max(16px, env(safe-area-inset-right))
			max(16px, env(safe-area-inset-bottom))
			max(16px, env(safe-area-inset-left));
		border: 0;
		border-radius: 0;
	}

	.vf-gallery-dialog__header {
		align-items: center;
		gap: 12px;
	}

	.vf-gallery-dialog__header .vf-home__kicker {
		margin-bottom: 4px;
	}

	.vf-gallery-dialog__header h2 {
		font-size: clamp(1.25rem, 6vw, 1.65rem);
	}

	.vf-gallery-dialog__close {
		width: 44px;
		height: 44px;
	}

	.vf-gallery-dialog__stage {
		position: relative;
		display: block;
		min-height: 0;
	}

	.vf-gallery-dialog__stage figure {
		height: 100%;
	}

	.vf-gallery-dialog__media {
		border-radius: 16px;
	}

	.vf-gallery-dialog__nav {
		position: absolute;
		z-index: 3;
		top: 50%;
		width: 44px;
		height: 44px;
		background: rgba(16, 24, 18, 0.78);
		transform: translateY(-50%);
	}

	.vf-gallery-dialog__nav:hover {
		transform: translateY(calc(-50% - 1px));
	}

	.vf-gallery-dialog__nav--prev {
		left: 8px;
	}

	.vf-gallery-dialog__nav--next {
		right: 8px;
	}

	.vf-gallery-dialog__stage figcaption {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.vf-gallery-dialog__hint {
		font-size: 0.7rem;
	}
}

@media (max-width: 560px) {
	body.vf-home-preview-active #elementor-popup-modal-1777 {
		align-items: flex-end !important;
		padding:
			max(10px, env(safe-area-inset-top))
			max(10px, env(safe-area-inset-right))
			max(10px, env(safe-area-inset-bottom))
			max(10px, env(safe-area-inset-left)) !important;
	}

	body.vf-home-preview-active #elementor-popup-modal-1777 .dialog-widget-content {
		width: 100% !important;
		max-height: calc(100dvh - 20px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
		margin: 0 auto !important;
		border-radius: 24px !important;
	}

	body.vf-home-preview-active #elementor-popup-modal-1777 .dialog-message {
		padding: 28px 20px 22px !important;
	}

	body.vf-home-preview-active #elementor-popup-modal-1777 .vf-booking-popup__intro {
		padding-right: 42px;
		margin-bottom: 20px;
	}

	body.vf-home-preview-active #elementor-popup-modal-1777 .dialog-close-button {
		top: 14px !important;
		right: 14px !important;
	}

	body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-form-fields-wrapper {
		gap: 11px !important;
	}

	body.vf-home-preview-active #elementor-popup-modal-1777 input.elementor-field,
	body.vf-home-preview-active #elementor-popup-modal-1777 textarea.elementor-field {
		height: 48px !important;
		min-height: 48px !important;
		font-size: 1rem !important;
	}

	body.vf-home-preview-active #elementor-popup-modal-1777 textarea.elementor-field {
		height: 82px !important;
		min-height: 82px !important;
	}
}

@media (max-width: 360px) {
	body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-form-fields-wrapper {
		grid-template-columns: 1fr;
	}

	body.vf-home-preview-active #elementor-popup-modal-1777 .elementor-field-group {
		grid-column: 1 !important;
	}

	body.vf-home-preview-active #elementor-popup-modal-1780 .elementor-section > .elementor-container {
		grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
		gap: 6px;
		padding: 6px !important;
	}

	body.vf-home-preview-active #elementor-popup-modal-1780 a.elementor-button {
		padding-inline: 8px !important;
		font-size: 0.75rem !important;
	}
}
