/* ==========================================================================
   FACIAL TREATMENTS (/facials/)
   Same tokens, type scale, buttons and motion language as the homepage,
   ProCell page and the rest of the Glow Fusion system.
   ========================================================================== */

/* --- Bands ---------------------------------------------------------------- */
.e-con.gfe-fa-cream {
	--padding-top: clamp(54px, 5vw, 86px);
	--padding-bottom: clamp(54px, 5vw, 86px);
	background-color: #EBE8DE;
	background-image:
		radial-gradient(52% 78% at 22% 20%, rgba(250, 248, 242, .85) 0%, rgba(250, 248, 242, 0) 70%),
		linear-gradient(180deg, #EFECE3 0%, #E9E6DC 52%, #E4E1D4 100%);
}
.e-con.gfe-fa-cream--deep {
	background-color: #E4E1D4;
	background-image:
		radial-gradient(56% 74% at 78% 14%, rgba(250, 248, 242, .7) 0%, rgba(250, 248, 242, 0) 70%),
		linear-gradient(180deg, #E5E2D5 0%, #E1DED0 55%, #DCD9CA 100%);
}
.e-con.gfe-fa-sage {
	--padding-top: clamp(54px, 5vw, 86px);
	--padding-bottom: clamp(54px, 5vw, 86px);
	background-color: #62674F;
	background-image:
		radial-gradient(50% 80% at 26% 12%, rgba(132, 137, 109, .2) 0%, rgba(132, 137, 109, 0) 68%),
		linear-gradient(180deg, #63684F 0%, #5E634B 55%, #585D46 100%);
	border-top: 1px solid rgba(255, 255, 255, .06);
}
.e-con.gfe-fa-sage--deep {
	background-color: #585D46;
	background-image:
		radial-gradient(60% 90% at 50% 0%, rgba(132, 137, 109, .2) 0%, rgba(132, 137, 109, 0) 70%),
		linear-gradient(180deg, #5B6049 0%, #545942 60%, #4F5440 100%);
}

/* --- Typography ----------------------------------------------------------- */
.gfe-sec .gfe-fa-h1 .elementor-heading-title {
	font-family: var(--gfe-serif);
	font-size: clamp(36px, 4.1vw, 58px);
	line-height: 1.07;
	color: var(--gfe-paper);
	text-wrap: pretty;
}
.gfe-sec .gfe-fa-h2 .elementor-heading-title {
	font-family: var(--gfe-serif);
	font-size: clamp(28px, 2.9vw, 42px);
	line-height: 1.13;
	color: var(--gfe-ink);
	text-wrap: pretty;
}
.gfe-sec .gfe-fa-h2--light .elementor-heading-title { color: var(--gfe-paper); }
.gfe-sec .gfe-fa-eyebrow .elementor-heading-title {
	font-family: var(--gfe-sans);
	font-size: 11.5px;
	letter-spacing: .22em;
	text-transform: uppercase;
	font-weight: 500;
	color: #6B5329;
}
.gfe-sec .gfe-fa-eyebrow--light .elementor-heading-title { color: #F9F2E2; }
.gfe-sec .gfe-fa-lead.elementor-widget-text-editor {
	margin-top: 22px;
	font-size: 16.5px;
	line-height: 1.78;
	color: var(--gfe-paper);
	max-width: 34em;
}
.gfe-sec .gfe-fa-lead .gfe-fa-sub {
	margin: 0 0 14px;
	font-family: var(--gfe-serif);
	font-size: clamp(20px, 1.8vw, 26px);
	line-height: 1.25;
	color: #F9F2E2;
}
.gfe-sec .gfe-fa-text.elementor-widget-text-editor {
	margin-top: 18px;
	font-size: 15.5px;
	line-height: 1.8;
	color: #565A4B;
	max-width: 36em;
}
.gfe-sec .gfe-fa-text--light.elementor-widget-text-editor { color: var(--gfe-paper); }
.gfe-sec .gfe-fa-note.elementor-widget-text-editor {
	margin-top: 22px;
	font-size: 13.5px;
	line-height: 1.7;
	color: #565A4B;
	max-width: 46em;
}
.gfe-sec .gfe-fa-note--light.elementor-widget-text-editor { color: rgba(244, 240, 235, .9); }

/* --- Hero ----------------------------------------------------------------- */
.e-con.gfe-fa-hero {
	--padding-top: calc(var(--gfe-header-h) + clamp(48px, 5vw, 88px));
	--padding-bottom: clamp(56px, 5vw, 92px);
	background-color: #62674F;
	background-image:
		radial-gradient(54% 70% at 24% 14%, rgba(133, 138, 110, .2) 0%, rgba(133, 138, 110, 0) 66%),
		linear-gradient(180deg, #63684F 0%, #5E634B 55%, #585D46 100%);
}
.e-con.gfe-fa-hero > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
	gap: clamp(34px, 4.6vw, 74px);
	align-items: center;
}
.e-con.gfe-fa-col { --gap: 0px; padding: 0; }
.e-con.gfe-fa-hero__copy { --gap: 0px; padding: 0; max-width: 640px; }
.gfe-fa-hero .e-con.gfe-actions { margin-top: 32px; padding: 0; flex-wrap: wrap; gap: 14px; justify-content: flex-start; }
.e-con.gfe-fa-media { --gap: 0px; padding: 0; width: 100%; }
.gfe-fa-img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 3px;
	object-fit: cover;
	box-shadow: 0 28px 56px -38px rgba(40, 44, 33, .8);
}
.gfe-fa-img--portrait img { aspect-ratio: 4 / 5; }
.gfe-fa-img--wide img { aspect-ratio: 4 / 3; }

/* --- Split ---------------------------------------------------------------- */
.e-con.gfe-fa-split > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(34px, 4.4vw, 72px);
	align-items: center;
}

/* --- Duration chip -------------------------------------------------------- */
.gfe-fa-dur {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 5px 12px 5px 10px;
	border: 1px solid rgba(107, 83, 41, .34);
	border-radius: 2px;
	font-family: var(--gfe-sans);
	font-size: 11.5px;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #6B5329;
	white-space: nowrap;
}
.gfe-fa-dur::before {
	content: "";
	width: 12px;
	height: 12px;
	flex: none;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") no-repeat center / contain;
}
.gfe-fa-dur--light { border-color: rgba(249, 242, 226, .38); color: #F9F2E2; }

/* --- Featured treatment (Signature Facial) -------------------------------- */
.e-con.gfe-fa-feature {
	--gap: 0px;
	--padding-top: clamp(28px, 3vw, 44px);
	--padding-bottom: clamp(28px, 3vw, 44px);
	--padding-left: clamp(24px, 2.8vw, 44px);
	--padding-right: clamp(24px, 2.8vw, 44px);
	width: 100%;
	margin-top: clamp(26px, 2.6vw, 38px);
	background: rgba(252, 251, 247, .84);
	border: 1px solid rgba(107, 83, 41, .22);
	border-radius: 4px;
	box-shadow: 0 22px 46px -32px rgba(64, 68, 50, .5);
}
/* Inner Elementor containers have no .e-con-inner wrapper: grid goes on the element itself. */
.e-con.gfe-fa-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
	gap: clamp(28px, 3.4vw, 56px);
	align-items: center;
}
.gfe-fa-feature__flag {
	display: inline-block;
	margin-bottom: 14px;
	font-family: var(--gfe-sans);
	font-size: 11px;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-weight: 500;
	color: #6B5329;
}
.gfe-sec .gfe-fa-feature__title .elementor-heading-title {
	font-family: var(--gfe-serif);
	font-size: clamp(26px, 2.4vw, 34px);
	line-height: 1.15;
	color: var(--gfe-ink);
}
.gfe-sec .gfe-fa-feature__text.elementor-widget-text-editor {
	margin-top: 14px;
	font-size: 15.5px;
	line-height: 1.75;
	color: #565A4B;
}
.gfe-fa-feature .e-con.gfe-actions { margin-top: 24px; padding: 0; justify-content: flex-start; }

/* --- Treatment cards ------------------------------------------------------ */
.e-con.gfe-fa-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(16px, 1.8vw, 26px);
	width: 100%;
	margin-top: clamp(22px, 2.4vw, 32px);
	padding: 0;
}
.e-con.gfe-fa-card {
	--gap: 0px;
	--padding-top: clamp(24px, 2.4vw, 32px);
	--padding-bottom: clamp(24px, 2.4vw, 32px);
	--padding-left: clamp(22px, 2.2vw, 30px);
	--padding-right: clamp(22px, 2.2vw, 30px);
	display: flex;
	flex-direction: column;
	background: rgba(252, 251, 247, .72);
	border: 1px solid rgba(59, 63, 49, .12);
	border-radius: 4px;
	box-shadow: 0 14px 30px -24px rgba(64, 68, 50, .5);
	transition: transform .55s var(--gfe-ease-out), box-shadow .55s var(--gfe-ease-out), border-color .5s;
}
.e-con.gfe-fa-card:hover { transform: translateY(-4px); border-color: rgba(107, 83, 41, .34); box-shadow: 0 26px 44px -28px rgba(64, 68, 50, .55); }
.gfe-sec .gfe-fa-card__title .elementor-heading-title {
	margin-top: 14px;
	font-family: var(--gfe-serif);
	font-size: clamp(21px, 1.8vw, 26px);
	line-height: 1.18;
	color: var(--gfe-ink);
}
.gfe-sec .gfe-fa-card__text.elementor-widget-text-editor {
	margin-top: 12px;
	font-size: 14.5px;
	line-height: 1.7;
	color: #565A4B;
}
.gfe-fa-ideal {
	margin: 16px 0 0;
	padding: 14px 0 0;
	border-top: 1px solid rgba(59, 63, 49, .14);
	font-size: 13.5px;
	line-height: 1.6;
	color: #565A4B;
}
.gfe-fa-ideal b {
	display: block;
	margin-bottom: 5px;
	font-family: var(--gfe-sans);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #6B5329;
}
.gfe-fa-card .e-con.gfe-actions { margin-top: auto; padding-top: 20px; padding-bottom: 0; justify-content: flex-start; }

/* --- Advanced / signature cards on sage ----------------------------------- */
.e-con.gfe-fa-card--adv {
	background: rgba(38, 42, 31, .16);
	border: 1px solid rgba(244, 240, 235, .2);
	box-shadow: none;
}
.e-con.gfe-fa-card--adv:hover { background: rgba(38, 42, 31, .24); border-color: rgba(249, 242, 226, .45); box-shadow: none; }
.gfe-sec .gfe-fa-card--adv .gfe-fa-card__title .elementor-heading-title { color: var(--gfe-paper); }
.gfe-sec .gfe-fa-card--adv .gfe-fa-card__text.elementor-widget-text-editor { color: var(--gfe-paper); }
.gfe-fa-card--adv .gfe-fa-ideal { border-top-color: rgba(244, 240, 235, .2); color: var(--gfe-paper); }
.gfe-fa-card--adv .gfe-fa-ideal b { color: #F9F2E2; }

/* --- Enhancements / add-ons ----------------------------------------------- */
.e-con.gfe-fa-addons {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(16px, 1.8vw, 26px);
	width: 100%;
	margin-top: clamp(22px, 2.4vw, 32px);
	padding: 0;
}
.e-con.gfe-fa-addon {
	--gap: 0px;
	--padding-top: 22px; --padding-bottom: 22px;
	--padding-left: 24px; --padding-right: 24px;
	display: flex;
	flex-direction: column;
	background: transparent;
	border: 1px dashed rgba(107, 83, 41, .35);
	border-radius: 4px;
}
.gfe-sec .gfe-fa-addon__title .elementor-heading-title {
	margin-top: 12px;
	font-family: var(--gfe-serif);
	font-size: clamp(19px, 1.5vw, 23px);
	line-height: 1.2;
	color: var(--gfe-ink);
}
.gfe-sec .gfe-fa-addon__text.elementor-widget-text-editor {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.65;
	color: #565A4B;
}

/* --- Which facial is right for me ----------------------------------------- */
.gfe-fa-choose { margin-top: clamp(24px, 2.6vw, 36px); width: 100%; }
.gfe-fa-choose__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 clamp(26px, 3vw, 54px); }
.gfe-fa-choose__list li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: baseline;
	gap: 14px;
	padding: 16px 0;
	border-top: 1px solid rgba(59, 63, 49, .16);
}
.gfe-fa-choose__list b {
	font-family: var(--gfe-sans);
	font-size: 11.5px;
	font-weight: 500;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #6B5329;
}
.gfe-fa-choose__list span {
	font-family: var(--gfe-serif);
	font-size: clamp(16px, 1.3vw, 19px);
	line-height: 1.3;
	color: var(--gfe-ink);
	text-align: right;
}
.gfe-fa-choose__end {
	margin: clamp(22px, 2.4vw, 32px) 0 0;
	padding-top: 20px;
	border-top: 1px solid rgba(59, 63, 49, .16);
	font-size: 15px;
	line-height: 1.7;
	color: #565A4B;
}
.gfe-fa-choose__end strong { font-weight: 500; color: var(--gfe-ink); }

/* --- Katherinne band ------------------------------------------------------ */
.e-con.gfe-fa-kath > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	gap: clamp(34px, 4.4vw, 72px);
	align-items: center;
}
.e-con.gfe-fa-kath__media {
	--gap: 0px;
	padding: 0;
	width: 100%;
	max-width: 400px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 30px 60px -40px rgba(30, 33, 24, .9);
}
.gfe-fa-kath__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: 54% 30%;
}
.gfe-fa-kath .e-con.gfe-actions { margin-top: 28px; padding: 0; justify-content: flex-start; }

/* --- FAQ ------------------------------------------------------------------ */
.gfe-fa-faq { margin-top: clamp(26px, 2.6vw, 38px); width: 100%; }
.gfe-fa-faq details { border-top: 1px solid rgba(59, 63, 49, .16); }
.gfe-fa-faq details:last-of-type { border-bottom: 1px solid rgba(59, 63, 49, .16); }
.gfe-fa-faq summary {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 2px;
	cursor: pointer;
	list-style: none;
	font-family: var(--gfe-serif);
	font-size: clamp(17px, 1.35vw, 20px);
	line-height: 1.35;
	color: var(--gfe-ink);
	transition: color .35s var(--gfe-ease);
}
.gfe-fa-faq summary::-webkit-details-marker { display: none; }
.gfe-fa-faq summary:hover { color: #6B5329; }
.gfe-fa-faq summary:focus-visible { outline: 2px solid #3B3F31; outline-offset: 3px; }
.gfe-fa-faq summary::after {
	content: "";
	flex: none;
	width: 13px;
	height: 13px;
	margin-top: 6px;
	background: #6B5329;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M7 1h2v14H7z'/%3E%3Cpath d='M1 7h14v2H1z'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M7 1h2v14H7z'/%3E%3Cpath d='M1 7h14v2H1z'/%3E%3C/svg%3E") no-repeat center / contain;
	transition: transform .4s var(--gfe-ease);
}
.gfe-fa-faq details[open] summary::after { transform: rotate(45deg); }
.gfe-fa-faq .gfe-fa-faq__a {
	margin: 0;
	padding: 0 40px 22px 2px;
	font-size: 15px;
	line-height: 1.75;
	color: #565A4B;
	max-width: 52em;
}
.gfe-fa-faq .gfe-fa-faq__a a { color: #6B5329; text-decoration: underline; text-underline-offset: 3px; }
.gfe-fa-faq .gfe-fa-faq__a a:hover { color: #3B3F31; }

/* --- Final CTA ------------------------------------------------------------ */
.e-con.gfe-fa-cta > .e-con-inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
.gfe-fa-cta .gfe-fa-text { text-align: center; margin-left: auto; margin-right: auto; }
.gfe-fa-cta .e-con.gfe-actions { margin-top: 32px; padding: 0; justify-content: center; flex-wrap: wrap; gap: 14px; }
.gfe-fa-nap {
	font-style: normal;
	margin-top: clamp(28px, 2.8vw, 40px);
	font-size: 14.5px;
	line-height: 1.75;
	color: var(--gfe-paper);
	text-align: center;
}
.gfe-fa-nap strong { display: block; font-weight: 500; }
.gfe-fa-nap a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(244, 240, 235, .3); }
.gfe-fa-nap a:hover { border-bottom-color: var(--gfe-gold-lt); }

/* --- Inline links in body copy -------------------------------------------- */
.gfe-sec .gfe-fa-text a, .gfe-sec .gfe-fa-note a { color: #6B5329; text-decoration: underline; text-underline-offset: 3px; }
.gfe-sec .gfe-fa-text a:hover, .gfe-sec .gfe-fa-note a:hover { color: #3B3F31; }
.gfe-sec .gfe-fa-text--light a, .gfe-sec .gfe-fa-note--light a { color: #F9F2E2; }
.gfe-sec .gfe-fa-text--light a:hover, .gfe-sec .gfe-fa-note--light a:hover { color: var(--gfe-gold-lt); }

/* --- Anchor offset -------------------------------------------------------- */
#treatments, #enhancements, #choose,
#microdermabrasion, #dermaplaning, #biorepeel, #luxe-lift { scroll-margin-top: calc(var(--gfe-header-h) - 8px); }

/* --- Motion --------------------------------------------------------------- */
.gfe-js .gfe-fa-grid > .e-con, .gfe-js .gfe-fa-addons > .e-con {
	opacity: 0;
	transform: translate3d(0, 24px, 0);
	transition: opacity .9s var(--gfe-ease-out), transform 1s var(--gfe-ease-out), box-shadow .55s, border-color .5s, background-color .5s;
}
.gfe-js .gfe-sec.is-in .gfe-fa-grid > .e-con, .gfe-js .gfe-sec.is-in .gfe-fa-addons > .e-con { opacity: 1; transform: none; }
.gfe-js .gfe-fa-grid > .e-con:nth-child(2n) { transition-delay: .09s; }
.gfe-js .gfe-fa-grid > .e-con:nth-child(n+3) { transition-delay: .14s; }
.gfe-js .gfe-fa-grid > .e-con:nth-child(n+5) { transition-delay: .2s; }
.gfe-js .gfe-sec.is-in .gfe-fa-grid > .e-con:hover { transform: translateY(-4px); }
@media (prefers-reduced-motion: reduce) {
	.gfe-js .gfe-fa-grid > .e-con, .gfe-js .gfe-fa-addons > .e-con { opacity: 1; transform: none; transition: none; }
	.gfe-fa-faq summary::after { transition: none; }
}

/* --- Responsive ----------------------------------------------------------- */
@media (max-width: 1100px) {
	.gfe-fa-choose__list { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 900px) {
	.e-con.gfe-fa-hero > .e-con-inner,
	.e-con.gfe-fa-split > .e-con-inner,
	.e-con.gfe-fa-kath > .e-con-inner { grid-template-columns: minmax(0, 1fr); gap: 32px; }
	.e-con.gfe-fa-feature { grid-template-columns: minmax(0, 1fr); gap: 30px; }
	.e-con.gfe-fa-media { max-width: 440px; }
	.e-con.gfe-fa-kath__media { max-width: 320px; }
}
@media (max-width: 680px) {
	.e-con.gfe-fa-grid, .e-con.gfe-fa-addons { grid-template-columns: minmax(0, 1fr); }
	.gfe-fa-choose__list li { grid-template-columns: minmax(0, 1fr); gap: 6px; }
	.gfe-fa-choose__list span { text-align: left; }
	.e-con.gfe-fa-kath__media { max-width: none; }
	.e-con.gfe-fa-media { max-width: none; }
	.gfe-fa-hero .e-con.gfe-actions > .elementor-widget,
	.gfe-fa-cta .e-con.gfe-actions > .elementor-widget { width: 100%; }
	.gfe-fa-hero .e-con.gfe-actions .elementor-button,
	.gfe-fa-cta .e-con.gfe-actions .elementor-button {
		width: 100%;
		white-space: normal;
		text-align: center;
		line-height: 1.4;
		padding: 14px 22px;
	}
	.gfe-fa-faq .gfe-fa-faq__a { padding-right: 6px; }
}
