/**
 * My Account page UI.
 */

body.zescapes-account-page .wp-site-blocks {
	background: #e8ebef;
}

body.zescapes-account-page main.zescapes-account-page {
	background: transparent !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 6.5rem 1.2rem 3rem !important;
}

body.zescapes-account-page .zescapes-account-shell > .woocommerce {
	max-width: 1120px;
	margin: 0 auto;
}

body.zescapes-account-page .wp-block-post-title {
	display: none !important;
}

/* Guest slide-window auth */
body.zescapes-account-auth-shell .zescapes-auth-layout {
	min-height: 640px;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

body.zescapes-account-auth-shell .zescapes-auth-viewport {
	overflow: hidden;
}

body.zescapes-account-auth-shell .zescapes-auth-track {
	display: flex;
	width: 200%;
	transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

body.zescapes-account-auth-shell .zescapes-auth-scene {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	flex: 0 0 50%;
	min-height: 640px;
	min-width: 0;
}

body.zescapes-account-auth-shell .zescapes-auth-scene--register {
	grid-template-columns: 0.95fr 1.05fr;
}

body.zescapes-account-auth-shell .zescapes-auth-scene > * {
	min-width: 0;
}

body.zescapes-account-auth-shell .zescapes-auth-showcase {
	background: radial-gradient(circle at 20% 10%, #188f93 0%, #0b4e5a 45%, #083540 100%);
	color: #e8f6f7;
	padding: 3rem 2.5rem;
	display: flex;
}

body.zescapes-account-auth-shell .zescapes-auth-showcase--register {
	background: radial-gradient(circle at 80% 12%, #1a9ba0 0%, #0b4e5a 42%, #062a32 100%);
}

body.zescapes-account-auth-shell .zescapes-auth-showcase__inner {
	width: 100%;
	display: flex;
	flex-direction: column;
}

body.zescapes-account-auth-shell .zescapes-auth-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.85rem;
}

body.zescapes-account-auth-shell .zescapes-auth-brand__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 0.35rem;
	background: rgba(255, 255, 255, 0.16);
	font-size: 0.9rem;
}

body.zescapes-account-auth-shell .zescapes-auth-brand__name {
	font-family: lulo-clean-w01-one-bold, sans-serif;
	font-size: 0.76rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.95);
}

body.zescapes-account-auth-shell .zescapes-auth-badge {
	align-self: flex-start;
	padding: 0.35rem 0.7rem;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	font-family: avenir-lt-w01_35-light1475496, sans-serif;
	font-size: 0.82rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.zescapes-account-auth-shell .zescapes-auth-showcase__title {
	margin: 1.5rem 0 0.75rem;
	font-family: lulo-clean-w01-one-bold, sans-serif;
	font-size: clamp(1.4rem, 2.2vw, 1.95rem);
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #fff;
}

body.zescapes-account-auth-shell .zescapes-auth-showcase__copy {
	margin: 0 0 1.5rem;
	font-family: avenir-lt-w01_35-light1475496, sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(238, 251, 252, 0.95);
}

body.zescapes-account-auth-shell .zescapes-auth-showcase__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.8rem;
}

body.zescapes-account-auth-shell .zescapes-auth-showcase__list li {
	position: relative;
	padding-left: 1.35rem;
	font-family: avenir-lt-w01_35-light1475496, sans-serif;
	font-size: 0.96rem;
	line-height: 1.5;
	color: rgba(238, 251, 252, 0.92);
}

body.zescapes-account-auth-shell .zescapes-auth-showcase__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.52em;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #55d18f;
}

body.zescapes-account-auth-shell .zescapes-auth-showcase__quote {
	margin: auto 0 0;
	padding-top: 1.35rem;
	border-top: 1px solid rgba(255, 255, 255, 0.24);
}

body.zescapes-account-auth-shell .zescapes-auth-showcase__quote p {
	margin: 0 0 0.55rem;
	font-family: avenir-lt-w01_35-light1475496, sans-serif;
	font-size: 0.98rem;
	line-height: 1.65;
	color: rgba(238, 251, 252, 0.95);
}

body.zescapes-account-auth-shell .zescapes-auth-showcase__quote cite {
	font-style: normal;
	font-family: avenir-lt-w01_35-light1475496, sans-serif;
	font-size: 0.82rem;
	letter-spacing: 0.02em;
	color: rgba(238, 251, 252, 0.75);
}

body.zescapes-account-auth-shell .zescapes-auth-form-pane {
	padding: 2.4rem 2.2rem;
	background: #fff;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

body.zescapes-account-auth-shell .zescapes-auth-form-mount {
	width: 100%;
}

body.zescapes-account-auth-shell .zescapes-auth-form-mount .col-1,
body.zescapes-account-auth-shell .zescapes-auth-form-mount .col-2 {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.zescapes-account-auth-shell .zescapes-auth-panel__head {
	margin-bottom: 1.4rem;
}

body.zescapes-account-auth-shell .zescapes-auth-panel__title {
	margin: 0 0 0.45rem;
	font-family: lulo-clean-w01-one-bold, sans-serif;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #111827;
}

body.zescapes-account-auth-shell .zescapes-auth-panel__subtitle {
	margin: 0;
	font-family: avenir-lt-w01_35-light1475496, sans-serif;
	font-size: 0.95rem;
	line-height: 1.65;
	color: #6b7280;
}

body.zescapes-account-auth-shell .zescapes-auth-layout.is-register .zescapes-auth-panel__title {
	color: #0b4e5a;
}

body.zescapes-account-auth-shell .zescapes-auth-form-mount .col-1 > h2,
body.zescapes-account-auth-shell .zescapes-auth-form-mount .col-2 > h2 {
	margin: 0 0 1rem;
	padding-bottom: 0.65rem;
	border-bottom: 2px solid #0b4e5a;
	font-family: lulo-clean-w01-one-bold, sans-serif;
	font-size: 1rem !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #0b4e5a !important;
	background: none !important;
	-webkit-text-fill-color: #0b4e5a !important;
}

body.zescapes-account-auth-shell .woocommerce form.login,
body.zescapes-account-auth-shell .woocommerce form.register {
	margin: 0;
	padding: 0.25rem;
	background: transparent;
	border: 0;
	box-shadow: none;
}

body.zescapes-account-auth-shell .woocommerce form .form-row {
	margin-bottom: 0.95rem;
}

body.zescapes-account-auth-shell .woocommerce form label {
	display: block;
	margin-bottom: 0.32rem;
	font-family: avenir-lt-w01_35-light1475496, sans-serif;
	font-size: 0.84rem;
	font-weight: 600;
	color: #374151;
}

body.zescapes-account-auth-shell .woocommerce form .input-text {
	width: 100%;
	box-sizing: border-box;
	padding: 0.7rem 0.85rem;
	border: 1px solid #d1d5db;
	border-radius: 7px;
	font-family: avenir-lt-w01_35-light1475496, sans-serif;
	font-size: 0.95rem;
	color: #111827;
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body.zescapes-account-auth-shell .woocommerce form .input-text:focus {
	border-color: #0b4e5a;
	outline: none;
	box-shadow: 0 0 0 3px rgba(11, 78, 90, 0.18);
}

body.zescapes-account-auth-shell .woocommerce .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	font-family: avenir-lt-w01_35-light1475496, sans-serif;
	font-size: 0.86rem;
	color: #4b5563;
}

body.zescapes-account-auth-shell .woocommerce .woocommerce-form-login__rememberme input {
	margin: 0;
	accent-color: #0b4e5a;
}

body.zescapes-account-auth-shell .woocommerce .woocommerce-form-login__submit,
body.zescapes-account-auth-shell .woocommerce .woocommerce-form-register__submit {
	float: none;
	width: 100%;
	margin: 0.6rem 0 0;
	padding: 0.8rem 1.2rem;
	border-radius: 8px;
	border: 1px solid #0b4e5a !important;
	background: #0b4e5a !important;
	color: #fff !important;
	font-family: avenir-lt-w01_35-light1475496, sans-serif;
	font-size: 0.93rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

body.zescapes-account-auth-shell .woocommerce .woocommerce-form-login__submit:hover,
body.zescapes-account-auth-shell .woocommerce .woocommerce-form-register__submit:hover {
	background: #073744 !important;
	border-color: #073744 !important;
}

body.zescapes-account-auth-shell .woocommerce .lost_password {
	margin-top: 0.6rem;
	text-align: right;
}

body.zescapes-account-auth-shell .woocommerce .lost_password a {
	font-size: 0.82rem;
	color: #0b4e5a;
	text-decoration: none;
}

body.zescapes-account-auth-shell .woocommerce .lost_password a:hover {
	text-decoration: underline;
}

body.zescapes-account-auth-shell .zescapes-account-register-note {
	margin: -0.25rem 0 0.85rem;
	font-family: avenir-lt-w01_35-light1475496, sans-serif;
	font-size: 0.86rem;
	line-height: 1.5;
	color: #6b7280;
}

body.zescapes-account-auth-shell .woocommerce .woocommerce-privacy-policy-text {
	margin: 0 0 0.9rem;
	font-size: 0.82rem;
	line-height: 1.5;
	color: #6b7280;
}

body.zescapes-account-auth-shell .woocommerce .woocommerce-privacy-policy-text a {
	color: #0b4e5a;
}

body.zescapes-account-auth-shell .zescapes-auth-toggle-row {
	display: inline-flex !important;
	flex-flow: row nowrap !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.35rem !important;
	width: 100%;
	margin: 0.95rem 0 0 !important;
	padding: 0 !important;
	white-space: nowrap !important;
	font-family: avenir-lt-w01_35-light1475496, sans-serif;
	font-size: 0.86rem;
	line-height: 1.4;
	color: #6b7280;
	text-align: center;
}

body.zescapes-account-auth-shell .zescapes-auth-toggle-row__text {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	white-space: nowrap !important;
}

body.zescapes-account-auth-shell .zescapes-auth-toggle-link {
	display: inline !important;
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #0b4e5a !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: 700 !important;
	line-height: inherit !important;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 2px;
	vertical-align: baseline;
	box-shadow: none !important;
}

body.zescapes-account-auth-shell .zescapes-auth-toggle-link:hover {
	color: #073744;
}

body.zescapes-account-auth-shell .zescapes-auth-toggle-row br {
	display: none !important;
}

/* Lost password */
body.zescapes-account-lost-password .woocommerce form.woocommerce-ResetPassword,
body.zescapes-account-lost-password .woocommerce form.lost_reset_password {
	max-width: 520px;
	margin: 0 auto;
	padding: 2rem;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 12px;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

body.zescapes-account-lost-password .woocommerce form .button {
	background: #0b4e5a !important;
	border-color: #0b4e5a !important;
	color: #fff !important;
}

/* Logged in dashboard */
body.zescapes-account-logged-in .woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 2rem;
	align-items: start;
}

body.zescapes-account-logged-in .woocommerce-MyAccount-navigation {
	float: none;
	width: auto;
}

body.zescapes-account-logged-in .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}

body.zescapes-account-logged-in .woocommerce-MyAccount-navigation ul li {
	margin: 0;
	border-bottom: 1px solid #f3f4f6;
}

body.zescapes-account-logged-in .woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: 0;
}

body.zescapes-account-logged-in .woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 0.85rem 1.1rem;
	font-family: avenir-lt-w01_35-light1475496, sans-serif;
	font-size: 0.95rem;
	color: #374151;
	text-decoration: none;
	transition: background 0.12s ease, color 0.12s ease;
}

body.zescapes-account-logged-in .woocommerce-MyAccount-navigation ul li a:hover {
	background: #f9fafb;
	color: #0b4e5a;
}

body.zescapes-account-logged-in .woocommerce-MyAccount-navigation ul li.is-active a {
	background: #eef7f8;
	color: #0b4e5a;
	font-weight: 700;
	border-left: 3px solid #0b4e5a;
	padding-left: calc(1.1rem - 3px);
}

body.zescapes-account-logged-in .woocommerce-MyAccount-content {
	float: none;
	width: auto;
	padding: 1.75rem 2rem;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
	font-family: avenir-lt-w01_35-light1475496, sans-serif;
}

body.zescapes-account-logged-in .woocommerce-MyAccount-content h2,
body.zescapes-account-logged-in .woocommerce-MyAccount-content h3 {
	font-family: lulo-clean-w01-one-bold, sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #111827;
}

body.zescapes-account-logged-in .woocommerce-MyAccount-content .button,
body.zescapes-account-logged-in .woocommerce-MyAccount-content a.button {
	background: #0b4e5a !important;
	border-color: #0b4e5a !important;
	color: #fff !important;
}

body.zescapes-account-page .woocommerce-message,
body.zescapes-account-page .woocommerce-info,
body.zescapes-account-page .woocommerce-error {
	border-radius: 8px;
	font-family: avenir-lt-w01_35-light1475496, sans-serif;
}

body.zescapes-account-page .woocommerce-message,
body.zescapes-account-page .woocommerce-info {
	border-top-color: #0b4e5a;
}

body.zescapes-account-page .wp-site-blocks > .wp-block-template-part {
	display: block !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.zescapes-account-page .footer-contact-block#contact {
	width: 100%;
	max-width: none;
}

@media (prefers-reduced-motion: reduce) {
	body.zescapes-account-auth-shell .zescapes-auth-track {
		transition: none;
	}
}

@media (max-width: 960px) {
	body.zescapes-account-auth-shell .zescapes-auth-scene {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	body.zescapes-account-auth-shell .zescapes-auth-showcase {
		min-height: 280px;
	}


	body.zescapes-account-logged-in .woocommerce-account .woocommerce {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	body.zescapes-account-page main.zescapes-account-page {
		padding: 5.5rem 0.75rem 2rem !important;
	}

	body.zescapes-account-auth-shell .zescapes-auth-form-pane {
		padding: 1.45rem 1rem;
	}

	body.zescapes-account-auth-shell .zescapes-auth-showcase {
		padding: 1.5rem 1rem;
	}
}
