/* ==========================================================================
   LASH SERVICES (/lashes/)
   The same tokens, type scale, buttons and motion language as the rest of the
   Glow Fusion system, with a vocabulary of its own: lift, curve, opening,
   light rising. Every selector is prefixed .gfe-ls- and the sheet loads on
   /lashes/ only, so nothing here can reach another page.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Bands
   -------------------------------------------------------------------------- */
.e-con.gfe-ls-sec {
	--padding-top: clamp(56px, 5.2vw, 92px);
	--padding-bottom: clamp(56px, 5.2vw, 92px);
	position: relative;
	overflow: hidden;
}
.e-con.gfe-ls-bone {
	background-color: #EFECE4;
	background-image:
		radial-gradient(60% 60% at 50% 100%, rgba(253, 251, 246, .92) 0%, rgba(253, 251, 246, 0) 72%),
		linear-gradient(180deg, #ECE9E0 0%, #F0EDE5 58%, #F3F0E9 100%);
}
.e-con.gfe-ls-cream {
	background-color: #E7E4D8;
	background-image:
		radial-gradient(64% 64% at 50% 104%, rgba(250, 248, 242, .8) 0%, rgba(250, 248, 242, 0) 70%),
		linear-gradient(180deg, #E2DFD1 0%, #E7E4D8 56%, #ECE9DE 100%);
}
.e-con.gfe-ls-sage {
	background-color: #565B45;
	background-image: linear-gradient(180deg, #4E5340 0%, #545943 52%, #5B6049 100%);
}
.e-con.gfe-ls-sage--deep {
	background-color: #474C3A;
	background-image: linear-gradient(180deg, #3F4433 0%, #454A38 54%, #4C5140 100%);
}

/* Light rising from the lower edge: the page's one recurring atmosphere. */
.e-con.gfe-ls-dawn::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	bottom: -10%;
	width: min(1400px, 132%);
	height: 78%;
	pointer-events: none;
	translate: -50% 0;
	background: radial-gradient(50% 100% at 50% 100%, rgba(226, 201, 151, .17) 0%, rgba(226, 201, 151, .07) 42%, rgba(226, 201, 151, 0) 74%);
	transform-origin: 50% 100%;
}
.e-con.gfe-ls-dawn--ink::before {
	background: radial-gradient(50% 100% at 50% 100%, rgba(194, 158, 95, .14) 0%, rgba(194, 158, 95, .05) 44%, rgba(194, 158, 95, 0) 74%);
}

/* In-page anchors clear the sticky header, matching the rest of the site. */
#lash-services, #lash-lift, #lash-tint, #compare-lash-services, #lash-removal {
	scroll-margin-top: calc(var(--gfe-header-h) - 8px);
}

/* --------------------------------------------------------------------------
   2. Type
   -------------------------------------------------------------------------- */
.gfe-sec .gfe-ls-eyebrow .elementor-heading-title {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	font-family: var(--gfe-sans);
	font-size: 11.5px;
	font-weight: 500;
	letter-spacing: .34em;
	text-transform: uppercase;
	color: #6B5329;
}
.gfe-sec .gfe-ls-eyebrow .elementor-heading-title::before {
	content: "";
	flex: none;
	width: 26px;
	height: 7px;
	background: var(--gfe-gold);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 7' fill='none' stroke='%23000' stroke-width='1.4'%3E%3Cpath d='M1 6c7-6 17-6 24 0'/%3E%3C/svg%3E") no-repeat 50% / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 7' fill='none' stroke='%23000' stroke-width='1.4'%3E%3Cpath d='M1 6c7-6 17-6 24 0'/%3E%3C/svg%3E") no-repeat 50% / contain;
	transform-origin: center bottom;
}
.gfe-sec .gfe-ls-eyebrow--light .elementor-heading-title { color: #E6D3AE; }
.gfe-sec .gfe-ls-eyebrow--light .elementor-heading-title::before { background: #D2B27A; }

.gfe-sec .gfe-ls-h1 .elementor-heading-title {
	margin-top: 16px;
	font-family: var(--gfe-serif);
	font-size: clamp(38px, 5.2vw, 68px);
	line-height: 1.03;
	letter-spacing: -.016em;
	color: var(--gfe-paper);
}
.gfe-sec .gfe-ls-h2 .elementor-heading-title {
	margin-top: 14px;
	font-family: var(--gfe-serif);
	font-size: clamp(29px, 3.3vw, 48px);
	line-height: 1.07;
	letter-spacing: -.013em;
	color: var(--gfe-ink);
}
.gfe-sec .gfe-ls-h2--light .elementor-heading-title { color: var(--gfe-paper); }

.gfe-sec .gfe-ls-lead.elementor-widget-text-editor {
	margin-top: 20px;
	max-width: 52ch;
	font-size: clamp(16.5px, 1.35vw, 19px);
	line-height: 1.72;
	color: rgba(244, 240, 235, .92);
}
.gfe-sec .gfe-ls-text.elementor-widget-text-editor {
	margin-top: 18px;
	max-width: 64ch;
	font-size: 16.5px;
	line-height: 1.82;
	color: var(--gfe-ink-soft);
}
.gfe-sec .gfe-ls-text--light.elementor-widget-text-editor { color: rgba(244, 240, 235, .9); }
.gfe-sec .gfe-ls-text a, .gfe-ls-body a { color: #6B5329; text-decoration: underline; text-underline-offset: 3px; }
.gfe-sec .gfe-ls-text a:hover, .gfe-ls-body a:hover { color: var(--gfe-ink); }
.gfe-sec .gfe-ls-text--light a { color: #E6D3AE; }
.gfe-sec .gfe-ls-text--light a:hover { color: var(--gfe-paper); }

/* Duration chip: the marker is an upward curve, the page's core gesture. */
.gfe-ls-dur {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 6px 15px 6px 12px;
	border: 1px solid rgba(107, 83, 41, .36);
	border-radius: 2px;
	background: rgba(255, 253, 247, .5);
	font-family: var(--gfe-sans);
	font-size: 11.5px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #6B5329;
	white-space: nowrap;
}
.gfe-ls-dur::before {
	content: "";
	flex: none;
	width: 15px;
	height: 11px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14' fill='none' stroke='%23000' stroke-width='1.6'%3E%3Cpath d='M1 13c3-8 15-8 18 0'/%3E%3Cpath d='M10 6V1'/%3E%3C/svg%3E") no-repeat 50% / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14' fill='none' stroke='%23000' stroke-width='1.6'%3E%3Cpath d='M1 13c3-8 15-8 18 0'/%3E%3Cpath d='M10 6V1'/%3E%3C/svg%3E") no-repeat 50% / contain;
}
.gfe-ls-dur--light {
	border-color: rgba(226, 201, 151, .48);
	background: rgba(255, 253, 247, .07);
	color: #E6D3AE;
}
.gfe-ls-sr {
	position: absolute !important;
	width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* --------------------------------------------------------------------------
   3. The fan figures (abstract curves; never an illustrated eye)
   -------------------------------------------------------------------------- */
.gfe-ls-fig { display: block; width: 100%; height: auto; }
.gfe-ls-hero__fig .gfe-ls-fig,
.gfe-ls-cmp__fig .gfe-ls-fig { aspect-ratio: 460 / 300; }
.gfe-ls-feat__fig .gfe-ls-fig { aspect-ratio: 460 / 340; }
.gfe-ls-half__fig .gfe-ls-fig { aspect-ratio: 400 / 280; }
.gfe-ls-rem__fig .gfe-ls-fig { aspect-ratio: 200 / 120; }

.gfe-ls-fig .gfe-ls-line {
	fill: none;
	stroke: rgba(226, 201, 151, .85);
	stroke-width: 1.15;
	stroke-linecap: round;
}
.gfe-ls-fig .gfe-ls-line--soft { stroke: rgba(244, 240, 235, .32); }
.gfe-ls-fig .gfe-ls-line--hair { stroke-width: .7; stroke: rgba(226, 201, 151, .5); }
.gfe-ls-fig--ink .gfe-ls-line { stroke: rgba(107, 83, 41, .72); }
.gfe-ls-fig--ink .gfe-ls-line--soft { stroke: rgba(59, 63, 49, .24); }
.gfe-ls-fig--ink .gfe-ls-line--hair { stroke: rgba(107, 83, 41, .4); stroke-width: .7; }
.gfe-ls-fig .gfe-ls-dot { fill: rgba(226, 201, 151, .9); }
.gfe-ls-fig--ink .gfe-ls-dot { fill: rgba(107, 83, 41, .78); }

/* Each stroke sits in its own group so it can be lifted about its own root. */
.gfe-ls-fig .gfe-ls-blade {
	transform-box: fill-box;
	transform-origin: 50% 100%;
}

/* --------------------------------------------------------------------------
   4. Hero
   -------------------------------------------------------------------------- */
.e-con.gfe-ls-hero {
	--padding-top: calc(var(--gfe-header-h) + clamp(48px, 5vw, 88px));
	--padding-bottom: clamp(58px, 5.2vw, 96px);
}
.e-con.gfe-ls-hero > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
	gap: clamp(30px, 4.4vw, 72px);
	align-items: center;
}
.e-con.gfe-ls-hero__copy { --gap: 0px; padding: 0; max-width: 640px; }
.gfe-ls-hero .e-con.gfe-actions { margin-top: 34px; padding: 0; flex-wrap: wrap; gap: 14px; justify-content: flex-start; }
.e-con.gfe-ls-hero__fig { padding: 0; width: 100%; position: relative; }

/* --------------------------------------------------------------------------
   5. Editorial intro
   -------------------------------------------------------------------------- */
.e-con.gfe-ls-intro > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, .5fr);
	gap: clamp(28px, 4vw, 70px);
	align-items: center;
}
.e-con.gfe-ls-intro__copy { --gap: 0px; padding: 0; position: relative; z-index: 1; }
.e-con.gfe-ls-intro__fig { padding: 0; position: relative; z-index: 1; }
.gfe-ls-intro .gfe-ls-text { max-width: 60ch; }

/* --------------------------------------------------------------------------
   6. Featured: Keratin Lash Lift and Tint
   -------------------------------------------------------------------------- */
.e-con.gfe-ls-feat {
	--padding-top: clamp(64px, 6vw, 112px);
	--padding-bottom: clamp(64px, 6vw, 112px);
}
.e-con.gfe-ls-feat > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
	gap: clamp(32px, 4.6vw, 76px);
	align-items: center;
}
.e-con.gfe-ls-feat__fig { padding: 0; width: 100%; position: relative; z-index: 1; }
.e-con.gfe-ls-feat__copy { --gap: 0px; padding: 0; max-width: 580px; position: relative; z-index: 1; }
.gfe-sec .gfe-ls-feat__copy .gfe-ls-h2 .elementor-heading-title { font-size: clamp(32px, 3.8vw, 54px); }
.gfe-ls-feat .e-con.gfe-actions { margin-top: 30px; padding: 0; justify-content: flex-start; }
.gfe-ls-note {
	margin: 22px 0 0;
	padding-top: 18px;
	border-top: 1px solid rgba(226, 201, 151, .28);
	font-family: var(--gfe-sans);
	font-size: 13.5px;
	line-height: 1.7;
	color: rgba(244, 240, 235, .78);
	max-width: 48ch;
}
.gfe-ls-note b { color: #E6D3AE; font-weight: 500; }

/* --------------------------------------------------------------------------
   7. Lift and Tint, presented as a mirrored pair
   -------------------------------------------------------------------------- */
.e-con.gfe-ls-half > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
	gap: clamp(28px, 4.2vw, 68px);
	align-items: center;
}
.e-con.gfe-ls-half--flip > .e-con-inner { grid-template-columns: minmax(0, .82fr) minmax(0, 1fr); }
.e-con.gfe-ls-half__copy { --gap: 0px; padding: 0; max-width: 600px; position: relative; z-index: 1; }
.e-con.gfe-ls-half__fig { padding: 0; width: 100%; position: relative; z-index: 1; }
.gfe-ls-half .e-con.gfe-actions { margin-top: 26px; padding: 0; justify-content: flex-start; }
.gfe-ls-bridge {
	margin: 24px 0 0;
	font-family: var(--gfe-sans);
	font-size: 13.5px;
	line-height: 1.7;
	color: #6B5329;
}
.gfe-ls-bridge a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.gfe-ls-bridge a:hover { color: var(--gfe-ink); }

/* --------------------------------------------------------------------------
   8. Compare your options — a real table, restyled
   -------------------------------------------------------------------------- */
.gfe-ls-cmp-wrap { width: 100%; margin-top: clamp(26px, 2.6vw, 38px); }
.gfe-ls-compare {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
.gfe-ls-compare th,
.gfe-ls-compare td {
	padding: 16px 14px;
	border-bottom: 1px solid rgba(59, 63, 49, .14);
	vertical-align: middle;
}
.gfe-ls-compare thead th {
	padding-top: 0;
	border-bottom: 1px solid rgba(107, 83, 41, .4);
	font-family: var(--gfe-serif);
	font-size: clamp(17px, 1.45vw, 21px);
	font-weight: 400;
	line-height: 1.2;
	color: var(--gfe-ink);
	vertical-align: bottom;
}
.gfe-ls-compare tbody th {
	width: 34%;
	font-family: var(--gfe-sans);
	font-size: 14.5px;
	font-weight: 400;
	line-height: 1.55;
	color: var(--gfe-ink-soft);
}
.gfe-ls-compare tbody td {
	font-family: var(--gfe-sans);
	font-size: 12.5px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #6B5329;
}
.gfe-ls-compare tr:last-child th,
.gfe-ls-compare tr:last-child td { border-bottom: 0; }
.gfe-ls-compare .gfe-ls-col--feat { color: var(--gfe-ink); }
.gfe-ls-compare thead .gfe-ls-col--feat { position: relative; }
.gfe-ls-compare thead .gfe-ls-col--feat::after {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: -1px;
	height: 2px;
	background: var(--gfe-gold);
}
.gfe-ls-yes, .gfe-ls-no { display: inline-block; }
.gfe-ls-yes {
	width: 20px;
	height: 14px;
	background: #6B5329;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14' fill='none' stroke='%23000' stroke-width='1.7'%3E%3Cpath d='M1 13c3-8 15-8 18 0'/%3E%3C/svg%3E") no-repeat 50% / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14' fill='none' stroke='%23000' stroke-width='1.7'%3E%3Cpath d='M1 13c3-8 15-8 18 0'/%3E%3C/svg%3E") no-repeat 50% / contain;
}
.gfe-ls-no {
	width: 20px;
	height: 1px;
	background: rgba(59, 63, 49, .5);
	vertical-align: middle;
}
.gfe-ls-tlink {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--gfe-sans);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #6B5329;
	text-decoration: none;
	border-bottom: 1px solid rgba(107, 83, 41, .4);
	padding-bottom: 4px;
	transition: color .4s var(--gfe-ease), border-color .4s var(--gfe-ease);
}
.gfe-ls-tlink::after {
	content: "";
	width: 14px;
	height: 9px;
	background: currentColor;
	-webkit-mask: var(--gfe-arrow) no-repeat 50% / contain;
	mask: var(--gfe-arrow) no-repeat 50% / contain;
	transition: transform .4s var(--gfe-ease);
}
.gfe-ls-tlink:hover { color: var(--gfe-ink); border-color: rgba(59, 63, 49, .5); }
.gfe-ls-tlink:hover::after { transform: translateX(4px); }
.gfe-ls-tlink:focus-visible { outline: 2px solid #3B3F31; outline-offset: 4px; }
.gfe-ls-cmp-note {
	margin: clamp(22px, 2.2vw, 30px) 0 0;
	font-size: 15.5px;
	line-height: 1.75;
	color: #565A4B;
	max-width: 68ch;
}
.e-con.gfe-ls-cmp > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	justify-items: stretch;
}

/* --------------------------------------------------------------------------
   9. Lash Removal — a smaller utility band
   -------------------------------------------------------------------------- */
.e-con.gfe-ls-rem {
	--padding-top: clamp(40px, 3.6vw, 62px);
	--padding-bottom: clamp(40px, 3.6vw, 62px);
}
.e-con.gfe-ls-rem > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, auto) minmax(0, 1fr);
	gap: clamp(22px, 3vw, 52px);
	align-items: center;
}
.e-con.gfe-ls-rem__head { --gap: 0px; padding: 0; }
.e-con.gfe-ls-rem__body { --gap: 0px; padding: 0; }
.gfe-sec .gfe-ls-rem .gfe-ls-h2 .elementor-heading-title { margin-top: 10px; font-size: clamp(26px, 2.3vw, 34px); }
.gfe-sec .gfe-ls-rem .gfe-ls-text.elementor-widget-text-editor { margin-top: 0; max-width: 60ch; }
.gfe-ls-rem .e-con.gfe-actions { margin-top: 20px; padding: 0; justify-content: flex-start; flex-wrap: wrap; gap: 12px; }

/* --------------------------------------------------------------------------
   10. Katherinne — centred composition, landscape crop, used nowhere else
   -------------------------------------------------------------------------- */
.e-con.gfe-ls-kath > .e-con-inner { align-items: center; text-align: center; }
.gfe-ls-kath .gfe-ls-eyebrow .elementor-heading-title { justify-content: center; }
.gfe-sec .gfe-ls-kath .gfe-ls-text.elementor-widget-text-editor {
	margin-inline: auto;
	text-align: center;
	max-width: 58ch;
}
.gfe-ls-kath__frame {
	position: relative;
	display: block;
	width: min(100%, 820px);
	margin: clamp(28px, 3vw, 44px) auto 0;
}
.gfe-ls-kath__frame img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: 50% 24%;
	border-radius: 3px;
	-webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, #000 26%, #000 100%);
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, #000 26%, #000 100%);
}
/* A single champagne curve lifts across the top of the frame. */
.gfe-ls-kath__frame::after {
	content: "";
	position: absolute;
	left: 6%;
	right: 6%;
	top: 8%;
	height: 22%;
	pointer-events: none;
	border-top: 1px solid rgba(226, 201, 151, .5);
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}
.gfe-ls-kath .e-con.gfe-actions { margin-top: clamp(26px, 2.6vw, 36px); padding: 0; justify-content: center; }

/* --------------------------------------------------------------------------
   11. FAQs
   -------------------------------------------------------------------------- */
.gfe-ls-faq { margin-top: clamp(26px, 2.6vw, 38px); width: 100%; }
.gfe-ls-faq details { border-top: 1px solid rgba(59, 63, 49, .16); }
.gfe-ls-faq details:last-of-type { border-bottom: 1px solid rgba(59, 63, 49, .16); }
.gfe-ls-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-ls-faq summary::-webkit-details-marker { display: none; }
.gfe-ls-faq summary:hover { color: #6B5329; }
.gfe-ls-faq summary:focus-visible { outline: 2px solid #3B3F31; outline-offset: 3px; }
/* The marker is the page's curve, lifting when the answer opens. */
.gfe-ls-faq summary::after {
	content: "";
	flex: none;
	width: 18px;
	height: 12px;
	margin-top: 7px;
	background: #6B5329;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14' fill='none' stroke='%23000' stroke-width='1.6'%3E%3Cpath d='M1 3c3 8 15 8 18 0'/%3E%3C/svg%3E") no-repeat 50% / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14' fill='none' stroke='%23000' stroke-width='1.6'%3E%3Cpath d='M1 3c3 8 15 8 18 0'/%3E%3C/svg%3E") no-repeat 50% / contain;
	transition: transform .45s var(--gfe-ease);
}
.gfe-ls-faq details[open] summary::after { transform: rotate(180deg); }
.gfe-ls-faq__a {
	margin: 0;
	padding: 0 40px 22px 2px;
	font-size: 15px;
	line-height: 1.75;
	color: #565A4B;
	max-width: 54em;
}
.gfe-ls-faq__a a { color: #6B5329; text-decoration: underline; text-underline-offset: 3px; }
.gfe-ls-faq__a a:hover { color: var(--gfe-ink); }

/* --------------------------------------------------------------------------
   12. Closing CTA + NAP
   -------------------------------------------------------------------------- */
.e-con.gfe-ls-cta > .e-con-inner { align-items: center; text-align: center; }
.gfe-ls-cta .gfe-ls-eyebrow .elementor-heading-title { justify-content: center; }
.gfe-sec .gfe-ls-cta .gfe-ls-text.elementor-widget-text-editor { margin-inline: auto; text-align: center; max-width: 56ch; }
.gfe-ls-cta .e-con.gfe-actions { margin-top: 32px; padding: 0; justify-content: center; flex-wrap: wrap; gap: 14px; }
.gfe-ls-nap {
	margin: clamp(30px, 3vw, 44px) 0 0;
	padding-top: 24px;
	border-top: 1px solid rgba(226, 201, 151, .26);
	font-family: var(--gfe-sans);
	font-size: 14px;
	line-height: 1.9;
	color: rgba(244, 240, 235, .82);
	text-align: center;
}
.gfe-ls-nap b {
	display: block;
	margin-bottom: 2px;
	font-family: var(--gfe-serif);
	font-size: 19px;
	font-weight: 400;
	color: var(--gfe-paper);
}
.gfe-ls-nap a { color: #E6D3AE; text-decoration: none; border-bottom: 1px solid rgba(226, 201, 151, .4); }
.gfe-ls-nap a:hover { color: var(--gfe-paper); border-color: rgba(244, 240, 235, .7); }

/* --------------------------------------------------------------------------
   13. Motion — the signature is the fan lifting open
   Each stroke starts low, rotated down and slightly compressed, then lifts
   about its own root while the line draws itself: lift, open, define.
   -------------------------------------------------------------------------- */
@keyframes gfeLsLift {
	from { opacity: 0; transform: rotate(var(--r, 0deg)) translateY(9px) scaleY(.82); }
	to   { opacity: 1; transform: none; }
}
@keyframes gfeLsDraw { to { stroke-dashoffset: 0; } }
@keyframes gfeLsFade { to { opacity: 1; } }
@keyframes gfeLsRise {
	from { opacity: 0; transform: translate3d(0, 20px, 0); }
	to   { opacity: 1; transform: none; }
}
@keyframes gfeLsDawn { to { opacity: 1; transform: none; } }

/* Below the fold: viewport-triggered. */
.gfe-js .gfe-ls-sec .gfe-ls-blade {
	opacity: 0;
	transform: rotate(var(--r, 0deg)) translateY(9px) scaleY(.82);
	transition: opacity .95s var(--gfe-ease-out), transform 1.2s var(--gfe-ease-out);
	transition-delay: var(--d, 0s);
}
.gfe-js .gfe-ls-sec.is-in .gfe-ls-blade { opacity: 1; transform: none; }

.gfe-js .gfe-ls-sec .gfe-ls-line {
	stroke-dasharray: 1.002;
	stroke-dashoffset: 1.002;
	transition: stroke-dashoffset 1.45s var(--gfe-ease-out);
	transition-delay: calc(var(--d, 0s) + .08s);
}
.gfe-js .gfe-ls-sec.is-in .gfe-ls-line { stroke-dashoffset: 0; }

.gfe-js .gfe-ls-sec .gfe-ls-dot { opacity: 0; transition: opacity .8s var(--gfe-ease-out) 1.25s; }
.gfe-js .gfe-ls-sec.is-in .gfe-ls-dot { opacity: 1; }

/* The rising light swells in with the band. */
.gfe-js .e-con.gfe-ls-dawn::before {
	opacity: 0;
	transform: scale(.72);
	transition: opacity 1.5s var(--gfe-ease-out) .1s, transform 1.9s var(--gfe-ease-out) .1s;
}
.gfe-js .e-con.gfe-ls-dawn.is-in::before { opacity: 1; transform: none; }

/* Copy rises. */
.gfe-js .gfe-ls-sec .gfe-ls-eyebrow,
.gfe-js .gfe-ls-sec .gfe-ls-h1,
.gfe-js .gfe-ls-sec .gfe-ls-h2,
.gfe-js .gfe-ls-sec .gfe-ls-lead,
.gfe-js .gfe-ls-sec .gfe-ls-text,
.gfe-js .gfe-ls-sec .gfe-ls-rise,
.gfe-js .gfe-ls-sec .e-con.gfe-actions {
	opacity: 0;
	transform: translate3d(0, 20px, 0);
	transition: opacity .9s var(--gfe-ease-out), transform 1s var(--gfe-ease-out);
}
.gfe-js .gfe-ls-sec.is-in .gfe-ls-eyebrow,
.gfe-js .gfe-ls-sec.is-in .gfe-ls-h1,
.gfe-js .gfe-ls-sec.is-in .gfe-ls-h2,
.gfe-js .gfe-ls-sec.is-in .gfe-ls-lead,
.gfe-js .gfe-ls-sec.is-in .gfe-ls-text,
.gfe-js .gfe-ls-sec.is-in .gfe-ls-rise,
.gfe-js .gfe-ls-sec.is-in .e-con.gfe-actions { opacity: 1; transform: none; }
.gfe-js .gfe-ls-sec.is-in .gfe-ls-eyebrow { transition-delay: .05s; }
.gfe-js .gfe-ls-sec.is-in .gfe-ls-h1,
.gfe-js .gfe-ls-sec.is-in .gfe-ls-h2 { transition-delay: .14s; }
.gfe-js .gfe-ls-sec.is-in .gfe-ls-lead,
.gfe-js .gfe-ls-sec.is-in .gfe-ls-text { transition-delay: .24s; }
.gfe-js .gfe-ls-sec.is-in .gfe-ls-rise { transition-delay: .32s; }
.gfe-js .gfe-ls-sec.is-in .e-con.gfe-actions { transition-delay: .4s; }

/* The eyebrow's curve lifts open. */
.gfe-js .gfe-ls-sec .gfe-ls-eyebrow .elementor-heading-title::before {
	opacity: 0;
	transform: scaleY(.2) translateY(3px);
	transition: opacity .7s var(--gfe-ease-out) .3s, transform .9s var(--gfe-ease-out) .3s;
}
.gfe-js .gfe-ls-sec.is-in .gfe-ls-eyebrow .elementor-heading-title::before { opacity: 1; transform: none; }

/* Comparison rows lift in sequence. */
.gfe-js .gfe-ls-sec .gfe-ls-compare tbody tr {
	opacity: 0;
	transform: translate3d(0, 14px, 0);
	transition: opacity .7s var(--gfe-ease-out), transform .8s var(--gfe-ease-out);
}
.gfe-js .gfe-ls-sec.is-in .gfe-ls-compare tbody tr { opacity: 1; transform: none; }
.gfe-js .gfe-ls-sec.is-in .gfe-ls-compare tbody tr:nth-child(1) { transition-delay: .12s; }
.gfe-js .gfe-ls-sec.is-in .gfe-ls-compare tbody tr:nth-child(2) { transition-delay: .2s; }
.gfe-js .gfe-ls-sec.is-in .gfe-ls-compare tbody tr:nth-child(3) { transition-delay: .28s; }
.gfe-js .gfe-ls-sec.is-in .gfe-ls-compare tbody tr:nth-child(4) { transition-delay: .36s; }
.gfe-js .gfe-ls-sec.is-in .gfe-ls-compare tbody tr:nth-child(5) { transition-delay: .44s; }

/* Portrait settles upward. */
.gfe-js .gfe-ls-kath .gfe-ls-kath__frame img {
	opacity: 0;
	transform: translate3d(0, 18px, 0) scale(1.03);
	transition: opacity 1.1s var(--gfe-ease-out) .12s, transform 1.6s var(--gfe-ease-out) .12s;
}
.gfe-js .gfe-ls-kath.is-in .gfe-ls-kath__frame img { opacity: 1; transform: none; }
.gfe-js .gfe-ls-kath .gfe-ls-kath__frame::after {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.1s var(--gfe-ease-out) .7s, transform 1.3s var(--gfe-ease-out) .7s;
}
.gfe-js .gfe-ls-kath.is-in .gfe-ls-kath__frame::after { opacity: 1; transform: none; }

/* Above the fold the hero never waits on the observer: it plays on load,
   the same pattern as the homepage and Brow Services heroes. */
.gfe-js .gfe-ls-hero .gfe-ls-eyebrow { animation: gfeLsRise .9s var(--gfe-ease-out) .06s both; }
.gfe-js .gfe-ls-hero .gfe-ls-h1 { animation: gfeLsRise 1s var(--gfe-ease-out) .16s both; }
.gfe-js .gfe-ls-hero .gfe-ls-lead { animation: gfeLsRise 1s var(--gfe-ease-out) .28s both; }
.gfe-js .gfe-ls-hero .e-con.gfe-actions { animation: gfeLsRise 1s var(--gfe-ease-out) .4s both; }
.gfe-js .gfe-ls-hero .gfe-ls-eyebrow .elementor-heading-title::before { animation: gfeLsFade .7s var(--gfe-ease-out) .34s both; }
.gfe-js .gfe-ls-hero .gfe-ls-blade { animation: gfeLsLift 1.2s var(--gfe-ease-out) both; animation-delay: calc(var(--d, 0s) + .2s); }
.gfe-js .gfe-ls-hero .gfe-ls-line { animation: gfeLsDraw 1.45s var(--gfe-ease-out) both; animation-delay: calc(var(--d, 0s) + .28s); }
.gfe-js .gfe-ls-hero .gfe-ls-dot { animation: gfeLsFade .8s var(--gfe-ease-out) 1.6s both; }
.gfe-js .e-con.gfe-ls-hero.gfe-ls-dawn::before { animation: gfeLsDawn 1.8s var(--gfe-ease-out) .2s both; }

.elementor-editor-active .gfe-ls-sec .gfe-ls-blade,
.elementor-editor-active .gfe-ls-sec .gfe-ls-compare tbody tr { opacity: 1; transform: none; }

/* --------------------------------------------------------------------------
   14. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
	.e-con.gfe-ls-intro > .e-con-inner { grid-template-columns: minmax(0, 1fr) minmax(0, .42fr); }
	.gfe-ls-compare tbody th { width: 30%; }
	.gfe-ls-compare th, .gfe-ls-compare td { padding: 14px 10px; }
}

@media (max-width: 900px) {
	.e-con.gfe-ls-hero > .e-con-inner,
	.e-con.gfe-ls-intro > .e-con-inner,
	.e-con.gfe-ls-feat > .e-con-inner,
	.e-con.gfe-ls-half > .e-con-inner,
	.e-con.gfe-ls-half--flip > .e-con-inner,
	.e-con.gfe-ls-rem > .e-con-inner {
		grid-template-columns: minmax(0, 1fr);
		gap: clamp(22px, 3.4vw, 34px);
	}
	.e-con.gfe-ls-hero__fig { order: -1; width: min(100%, 440px); }
	.e-con.gfe-ls-intro__fig { width: min(100%, 300px); }
	.e-con.gfe-ls-feat__fig { order: -1; width: min(100%, 460px); margin-inline: auto; }
	.e-con.gfe-ls-half__fig { width: min(100%, 400px); margin-inline: auto; }
	.gfe-ls-note { max-width: none; }
}

/* The comparison stops being a wide table and becomes one card per row, so
   the three services stay side by side on a phone instead of turning into
   three separate scroll journeys. */
@media (max-width: 760px) {
	.gfe-ls-compare,
	.gfe-ls-compare thead,
	.gfe-ls-compare tbody,
	.gfe-ls-compare tr,
	.gfe-ls-compare th,
	.gfe-ls-compare td { display: block; }
	.gfe-ls-compare thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
	.gfe-ls-compare tbody tr {
		padding: 18px 18px 14px;
		margin-bottom: 12px;
		background: rgba(252, 251, 247, .7);
		border: 1px solid rgba(59, 63, 49, .12);
		border-radius: 4px;
	}
	.gfe-ls-compare tbody tr:last-child { margin-bottom: 0; }
	.gfe-ls-compare tbody th {
		width: auto;
		padding: 0 0 12px;
		border-bottom: 1px solid rgba(59, 63, 49, .12);
		font-size: 13.5px;
		letter-spacing: .04em;
		color: var(--gfe-ink);
	}
	.gfe-ls-compare tbody td {
		display: inline-block;
		width: 33%;
		padding: 12px 6px 0 0;
		border: 0;
		vertical-align: top;
		font-size: 11px;
		letter-spacing: .06em;
	}
	.gfe-ls-compare tbody td::before {
		content: attr(data-svc);
		display: block;
		margin-bottom: 7px;
		font-size: 9.5px;
		letter-spacing: .14em;
		color: #7C7F6C;
	}
	.gfe-ls-compare thead .gfe-ls-col--feat::after { display: none; }
	.gfe-ls-tlink { font-size: 10px; letter-spacing: .1em; gap: 6px; }
	.gfe-ls-tlink::after { width: 12px; }
}

@media (max-width: 600px) {
	.e-con.gfe-ls-sec { --padding-top: clamp(44px, 10vw, 62px); --padding-bottom: clamp(44px, 10vw, 62px); }
	.e-con.gfe-ls-hero { --padding-top: calc(var(--gfe-header-h) + 34px); }
	.gfe-sec .gfe-ls-eyebrow .elementor-heading-title { letter-spacing: .26em; gap: 10px; }
	.gfe-sec .gfe-ls-text.elementor-widget-text-editor { font-size: 15.5px; line-height: 1.78; }
	.gfe-ls-hero .e-con.gfe-actions,
	.gfe-ls-cta .e-con.gfe-actions { width: 100%; gap: 12px; }
	.gfe-ls-hero .e-con.gfe-actions > .elementor-widget,
	.gfe-ls-cta .e-con.gfe-actions > .elementor-widget { width: 100%; flex: 1 1 100%; }
	.gfe-ls-hero .gfe-btn .elementor-button,
	.gfe-ls-cta .gfe-btn .elementor-button { width: 100%; }
	.gfe-ls-faq__a { padding-right: 6px; }
	.gfe-ls-kath__frame img { aspect-ratio: 4 / 3; }
}

@media (max-width: 380px) {
	.gfe-sec .gfe-ls-h1 .elementor-heading-title { font-size: 34px; }
	.gfe-ls-dur { letter-spacing: .1em; }
	.gfe-ls-compare tbody td { font-size: 10.5px; padding-right: 4px; }
	.gfe-ls-compare tbody td::before { font-size: 9px; letter-spacing: .1em; }
}

/* --------------------------------------------------------------------------
   15. Reduced motion — the finished page, immediately
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
	.gfe-js .gfe-ls-sec .gfe-ls-line {
		stroke-dasharray: none !important;
		stroke-dashoffset: 0 !important;
		animation: none !important;
	}
	.gfe-js .gfe-ls-sec .gfe-ls-blade,
	.gfe-js .gfe-ls-sec .gfe-ls-dot,
	.gfe-js .gfe-ls-sec .gfe-ls-eyebrow,
	.gfe-js .gfe-ls-sec .gfe-ls-h1,
	.gfe-js .gfe-ls-sec .gfe-ls-h2,
	.gfe-js .gfe-ls-sec .gfe-ls-lead,
	.gfe-js .gfe-ls-sec .gfe-ls-text,
	.gfe-js .gfe-ls-sec .gfe-ls-rise,
	.gfe-js .gfe-ls-sec .e-con.gfe-actions,
	.gfe-js .gfe-ls-sec .gfe-ls-compare tbody tr,
	.gfe-js .gfe-ls-sec .gfe-ls-eyebrow .elementor-heading-title::before,
	.gfe-js .gfe-ls-kath .gfe-ls-kath__frame img,
	.gfe-js .gfe-ls-kath .gfe-ls-kath__frame::after,
	.gfe-js .e-con.gfe-ls-dawn::before {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
		animation: none !important;
	}
}
