.cb20-header,
.cb20-footer,
.cb20-contact {
	box-sizing: border-box;
	font-family: inherit;
}

.elementor[data-elementor-type="section"] > .e-con:has(.elementor-widget-cabanas20_header),
.elementor[data-elementor-type="section"] > .e-con:has(.elementor-widget-cabanas20_footer) {
	--gap: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
	--padding-top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cb20-header {
	--cb20-admin-offset: 0px;
	--cb20-menu-color: #fffdf8;
	--cb20-menu-hover: #e9cf9c;
	--cb20-submenu-bg: #fffdf8;
	--cb20-submenu-color: #15251c;
	--cb20-submenu-hover-bg: #eee8dc;
	--cb20-submenu-hover-color: #0b1c14;
	backdrop-filter: blur(12px);
	display: block;
	left: 0;
	min-height: 68px;
	padding: 0 32px;
	position: relative;
	top: 0;
	transition: background-color .25s ease, box-shadow .25s ease;
	width: 100%;
	z-index: 999;
}

.cb20-header.is-sticky {
	position: fixed;
}

.admin-bar .cb20-header.is-sticky {
	--cb20-admin-offset: 32px;
	top: var(--cb20-admin-offset);
}

.cb20-header.is-scrolled {
	box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

.cb20-header__inner {
	align-items: center;
	display: grid;
	gap: clamp(14px, 1.6vw, 28px);
	grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
	margin: 0 auto;
	max-width: 1280px;
	min-height: inherit;
	width: 100%;
}

.cb20-header a {
	text-decoration: none;
}

.cb20-header__brand {
	align-items: center;
	display: flex;
	gap: 11px;
	justify-self: start;
	min-width: 0;
}

.cb20-header__logo,
.cb20-header__monogram {
	border: 1px solid currentColor;
	border-radius: 50%;
	display: grid;
	flex: 0 0 auto;
	height: 42px;
	object-fit: cover;
	place-items: center;
	width: 42px;
}

.cb20-header__brand-copy {
	display: flex;
	flex-direction: column;
	line-height: 1.08;
	min-width: 0;
}

.cb20-header__name {
	font-size: 15px;
	white-space: nowrap;
}

.cb20-header__tagline {
	font-size: 9px;
	letter-spacing: .05em;
	margin-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cb20-header__nav {
	--cb20-mobile-bg: #fffdf8;
	--cb20-mobile-color: #15251c;
	--cb20-mobile-hover-bg: #eee8dc;
	--cb20-mobile-hover-color: #0b1c14;
	--cb20-mobile-submenu-bg: #eee8dc;
	--cb20-mobile-submenu-color: #15251c;
	--cb20-mobile-submenu-hover-bg: #fffdf8;
	--cb20-mobile-submenu-hover-color: #0b1c14;
	justify-self: center;
	margin-left: 0;
	min-width: 0;
}

.cb20-header__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cb20-header__nav > div > ul {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: clamp(11px, 1.25vw, 22px);
	justify-content: center;
}

.cb20-header__nav li {
	position: relative;
}

.cb20-header__nav a {
	display: block;
	font-size: clamp(11px, .72vw, 12px);
	font-weight: 650;
	letter-spacing: .02em;
	padding: 10px 0;
	white-space: nowrap;
}

.cb20-header__nav > div > ul > li > a,
.cb20-header__account,
.cb20-header__toggle {
	color: var(--cb20-menu-color);
}

.cb20-header__nav > div > ul > li > a:hover,
.cb20-header__nav > div > ul > li > a:focus-visible,
.cb20-header__account:hover,
.cb20-header__account:focus-visible {
	color: var(--cb20-menu-hover);
}

.cb20-header__nav .sub-menu {
	background: var(--cb20-submenu-bg);
	border-radius: 12px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
	display: none;
	left: -18px;
	min-width: 230px;
	padding: 10px;
	position: absolute;
	top: 100%;
}

.cb20-header__nav li:hover > .sub-menu,
.cb20-header__nav li:focus-within > .sub-menu {
	display: block;
}

.cb20-header__nav .sub-menu a {
	border-radius: 8px;
	color: var(--cb20-submenu-color);
	padding: 10px 12px;
}

.cb20-header__nav .sub-menu a:hover,
.cb20-header__nav .sub-menu a:focus-visible {
	background: var(--cb20-submenu-hover-bg);
	color: var(--cb20-submenu-hover-color);
}

.cb20-header__nav .sub-menu .sub-menu {
	left: calc(100% + 8px);
	top: -10px;
}

.cb20-header__account {
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 650;
	white-space: nowrap;
}

.cb20-header__actions {
	align-items: center;
	display: flex;
	gap: clamp(12px, 1.15vw, 20px);
	justify-self: end;
}

.cb20-header__reserve,
.cb20-header__mobile-reserve {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 750;
	justify-content: center;
	min-height: 42px;
	padding: 10px 20px;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.cb20-header__reserve:hover {
	transform: translateY(-1px);
}

.cb20-header__mobile-reserve {
	display: none;
}

.cb20-header__mobile-account {
	display: none;
}

.cb20-header__toggle,
.cb20-submenu-toggle {
	appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.cb20-submenu-toggle {
	display: none;
}

.cb20-header__toggle {
	display: none;
	height: 44px;
	padding: 10px;
	width: 44px;
}

.cb20-header__toggle span {
	background: currentColor;
	display: block;
	height: 1px;
	margin: 5px 0;
	transition: transform .2s ease, opacity .2s ease;
	width: 23px;
}

.cb20-footer {
	padding: 72px 32px 30px;
}

.cb20-footer__grid,
.cb20-footer__bottom {
	margin: 0 auto;
	max-width: 1280px;
}

.cb20-footer__grid {
	display: grid;
	gap: clamp(36px, 7vw, 110px);
	grid-template-columns: 1.35fr .8fr 1fr;
}

.cb20-footer__brand,
.cb20-footer__title {
	margin: 0 0 18px;
}

.cb20-footer__brand {
	font-size: clamp(30px, 4vw, 48px);
}

.cb20-footer__title {
	font-size: 19px;
}

.cb20-footer p {
	line-height: 1.75;
	margin: 0;
	max-width: 420px;
}

.cb20-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cb20-footer li + li {
	margin-top: 11px;
}

.cb20-footer a {
	text-decoration: none;
}

.cb20-footer__bottom {
	border-top: 1px solid;
	display: flex;
	font-size: 11px;
	gap: 20px;
	justify-content: space-between;
	margin-top: 56px;
	padding-top: 22px;
}

.cb20-contact {
	border: 1px solid rgba(0, 0, 0, .08);
	display: grid;
	gap: 18px;
	padding: clamp(24px, 5vw, 52px);
}

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

.cb20-contact label {
	display: grid;
	font-size: 12px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: .02em;
}

.cb20-contact input,
.cb20-contact textarea {
	border: 1px solid;
	font: inherit;
	min-height: 48px;
	padding: 12px 14px;
	width: 100%;
}

.cb20-contact input:focus,
.cb20-contact textarea:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.cb20-contact__consent {
	align-items: flex-start;
	display: flex;
	font-weight: 500;
	line-height: 1.5;
}

.cb20-contact__consent input {
	flex: 0 0 auto;
	min-height: 18px;
	width: 18px;
}

.cb20-contact button {
	border: 0;
	cursor: pointer;
	font-weight: 750;
	justify-self: start;
	min-height: 48px;
	padding: 12px 24px;
}

.cb20-contact__trap {
	height: 1px;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.cb20-contact__notice {
	border-left: 4px solid;
	padding: 12px 14px;
}

.cb20-contact__notice.is-success {
	background: #eaf7ef;
	border-color: #287548;
	color: #17462b;
}

.cb20-contact__notice.is-error {
	background: #fff0ee;
	border-color: #aa392e;
	color: #70241d;
}

@media (min-width: 1181px) {
	.elementor-widget-cabanas20_header .cb20-header .cb20-header__mobile-account,
	.elementor-widget-cabanas20_header .cb20-header .cb20-header__mobile-reserve {
		display: none;
	}

	.elementor-widget-cabanas20_header .cb20-header .cb20-header__toggle {
		display: none;
	}
}

@media (max-width: 1180px) {
	body.cb20-menu-lock {
		overflow: hidden;
	}

	.cb20-header {
		min-height: 62px;
		padding-left: 20px;
		padding-right: 16px;
	}

	.cb20-header__inner {
		gap: 12px;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.cb20-header__actions {
		grid-column: 2;
	}

	.cb20-header__account,
	.cb20-header__reserve {
		display: none;
	}

	.cb20-header__toggle {
		display: block;
		flex: 0 0 auto;
	}

	.cb20-header.is-open .cb20-header__toggle span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.cb20-header.is-open .cb20-header__toggle span:nth-child(2) {
		opacity: 0;
	}

	.cb20-header.is-open .cb20-header__toggle span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.cb20-header__nav {
		background: var(--cb20-mobile-bg);
		box-shadow: 0 28px 60px rgba(0, 0, 0, .22);
		color: var(--cb20-mobile-color);
		display: none;
		left: 0;
		max-height: calc(100svh - var(--cb20-header-height, 62px) - var(--cb20-admin-offset));
		overscroll-behavior: contain;
		overflow-y: auto;
		padding: 10px 18px calc(22px + env(safe-area-inset-bottom));
		position: fixed;
		right: 0;
		top: calc(var(--cb20-header-height, 62px) + var(--cb20-admin-offset));
		width: 100%;
		z-index: 1001;
	}

	.cb20-header.is-open .cb20-header__nav {
		display: block;
	}

	.cb20-header__nav > div > ul {
		align-items: stretch;
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.cb20-header__nav li {
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		width: 100%;
	}

	.elementor-widget-cabanas20_header .cb20-header .cb20-header__nav a,
	.elementor-widget-cabanas20_header .cb20-header .cb20-header__nav > div > ul > li > a,
	.elementor-widget-cabanas20_header .cb20-header .cb20-header__nav .sub-menu a {
		color: var(--cb20-mobile-color);
		font-size: 15px;
		font-weight: 750;
		line-height: 1.3;
		padding: 15px 42px 15px 4px;
		white-space: normal;
	}

	.elementor-widget-cabanas20_header .cb20-header .cb20-header__nav .sub-menu {
		background: var(--cb20-mobile-submenu-bg);
		border-radius: 8px;
		border: 1px solid color-mix(in srgb, var(--cb20-mobile-submenu-color) 16%, transparent);
		box-shadow: none;
		color: var(--cb20-mobile-submenu-color);
		display: none;
		left: auto;
		margin-bottom: 10px;
		min-width: 0;
		padding: 4px 12px;
		position: static;
	}

	.elementor-widget-cabanas20_header .cb20-header .cb20-header__nav .sub-menu a {
		color: var(--cb20-mobile-submenu-color);
	}

	.elementor-widget-cabanas20_header .cb20-header .cb20-header__nav > div > ul > li > a:hover,
	.elementor-widget-cabanas20_header .cb20-header .cb20-header__nav > div > ul > li > a:focus-visible,
	.elementor-widget-cabanas20_header .cb20-header .cb20-header__mobile-account:hover,
	.elementor-widget-cabanas20_header .cb20-header .cb20-header__mobile-account:focus-visible {
		background: var(--cb20-mobile-hover-bg);
		color: var(--cb20-mobile-hover-color);
	}

	.elementor-widget-cabanas20_header .cb20-header .cb20-header__nav .sub-menu a:hover,
	.elementor-widget-cabanas20_header .cb20-header .cb20-header__nav .sub-menu a:focus-visible {
		background: var(--cb20-mobile-submenu-hover-bg);
		color: var(--cb20-mobile-submenu-hover-color);
	}

	.cb20-header__nav li:hover > .sub-menu,
	.cb20-header__nav li:focus-within > .sub-menu {
		display: none;
	}

	.cb20-header__nav .is-submenu-open > .sub-menu,
	.cb20-header__nav .is-submenu-open:hover > .sub-menu,
	.cb20-header__nav .is-submenu-open:focus-within > .sub-menu {
		display: block;
	}

	.cb20-submenu-toggle {
		color: inherit;
		display: block;
		height: 46px;
		padding: 12px;
		position: absolute;
		right: 0;
		top: 2px;
		width: 42px;
	}

	.cb20-submenu-toggle span::before,
	.cb20-submenu-toggle span::after {
		background: currentColor;
		content: "";
		height: 1px;
		left: 13px;
		position: absolute;
		top: 22px;
		width: 16px;
	}

	.cb20-submenu-toggle span::after {
		transform: rotate(90deg);
		transition: transform .2s ease;
	}

	.is-submenu-open > .cb20-submenu-toggle span::after {
		transform: rotate(0);
	}

	.cb20-header__mobile-reserve {
		display: flex;
		margin-top: 16px;
		width: 100%;
	}

	.cb20-header__mobile-account {
		align-items: center;
		border: 1px solid color-mix(in srgb, var(--cb20-mobile-color) 22%, transparent);
		border-radius: 999px;
		color: var(--cb20-mobile-color);
		display: flex;
		font-size: 14px;
		font-weight: 750;
		justify-content: center;
		margin-top: 16px;
		min-height: 44px;
		padding: 11px 18px;
		width: 100%;
	}
}

@media (max-width: 782px) {
	.admin-bar .cb20-header.is-sticky {
		--cb20-admin-offset: 46px;
	}
}

@media (max-width: 680px) {
	.cb20-header__tagline {
		display: none;
	}

	.cb20-header__name {
		max-width: 210px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.cb20-footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.cb20-footer__grid {
		grid-template-columns: 1fr;
	}

	.cb20-footer__bottom,
	.cb20-contact__row {
		grid-template-columns: 1fr;
	}

	.cb20-footer__bottom {
		display: grid;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cb20-header,
	.cb20-header__toggle span,
	.cb20-header__reserve {
		transition: none;
	}
}
