.chantra-vacation-popup {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
}

.chantra-vacation-popup[hidden] {
	display: none !important;
}

.chantra-vacation-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(42, 28, 18, 0.55);
	backdrop-filter: blur(2px);
}

.chantra-vacation-popup__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 28rem);
	background: linear-gradient(165deg, #fbf6ee 0%, #f3e8d4 100%);
	color: #3a2618;
	border: 1px solid rgba(201, 162, 74, 0.45);
	border-radius: 16px;
	padding: 2rem 1.75rem 1.6rem;
	box-shadow: 0 24px 60px rgba(40, 24, 12, 0.28);
	text-align: center;
}

.chantra-vacation-popup__close {
	position: absolute;
	top: 0.55rem;
	right: 0.65rem;
	border: 0;
	background: transparent;
	color: #8a6a4a;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	padding: 0.25rem 0.45rem;
	border-radius: 999px;
}

.chantra-vacation-popup__close:hover,
.chantra-vacation-popup__close:focus {
	color: #5e3f29;
	background: rgba(126, 85, 55, 0.08);
}

.chantra-vacation-popup__eyebrow {
	margin: 0 0 0.45rem;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	color: #7e5537;
}

.chantra-vacation-popup__title {
	margin: 0 0 0.9rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2.5vw, 1.7rem);
	line-height: 1.3;
	color: #5e3f29;
	font-weight: 700;
}

.chantra-vacation-popup__text {
	margin: 0 0 0.75rem;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #4a3322;
}

.chantra-vacation-popup__text--soft {
	margin-bottom: 1.4rem;
	color: #6a4d35;
}

.chantra-vacation-popup__cta {
	appearance: none;
	border: 0;
	background: #7e5537;
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding: 0.75rem 1.6rem;
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.chantra-vacation-popup__cta:hover,
.chantra-vacation-popup__cta:focus {
	background: #5e3f29;
	transform: translateY(-1px);
}

body.chantra-vacation-open {
	overflow: hidden;
}
