/* ==========================================================================
   BROW SERVICES (/brows/)
   Same tokens, type scale, buttons and motion language as the rest of the
   Glow Fusion system, with an identity of its own: arch, line, axis, tick.
   Every selector is prefixed .gfe-br- and the sheet is enqueued on /brows/
   only, so nothing here can reach another page.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Bands
   -------------------------------------------------------------------------- */
.e-con.gfe-br-sec {
	--padding-top: clamp(56px, 5.2vw, 92px);
	--padding-bottom: clamp(56px, 5.2vw, 92px);
	position: relative;
	overflow: hidden;
}
.e-con.gfe-br-bone {
	background-color: #EFECE4;
	background-image:
		radial-gradient(48% 72% at 14% 12%, rgba(252, 250, 245, .9) 0%, rgba(252, 250, 245, 0) 68%),
		linear-gradient(180deg, #F2EFE7 0%, #EDEAE1 56%, #E7E4D9 100%);
}
.e-con.gfe-br-cream {
	background-color: #E6E3D7;
	background-image:
		radial-gradient(54% 70% at 82% 10%, rgba(250, 248, 242, .72) 0%, rgba(250, 248, 242, 0) 70%),
		linear-gradient(180deg, #E9E6DB 0%, #E4E1D4 60%, #DEDBCC 100%);
}
.e-con.gfe-br-sage {
	background-color: #565B45;
	background-image:
		radial-gradient(50% 66% at 76% 16%, rgba(139, 144, 114, .24) 0%, rgba(139, 144, 114, 0) 68%),
		linear-gradient(180deg, #5A5F48 0%, #545943 58%, #4E5340 100%);
}
.e-con.gfe-br-sage--deep {
	background-color: #474C3A;
	background-image:
		radial-gradient(56% 74% at 20% 12%, rgba(133, 138, 110, .22) 0%, rgba(133, 138, 110, 0) 70%),
		linear-gradient(180deg, #4B503D 0%, #454A38 62%, #3F4433 100%);
}

/* A single champagne hairline runs down the left of every cream band: the
   page's quiet "axis", the line everything else is measured against. */
.e-con.gfe-br-axis::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: max(calc(var(--gfe-gutter) * .5), 14px);
	top: 0;
	bottom: 0;
	width: 1px;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(194, 158, 95, 0) 0%, rgba(194, 158, 95, .42) 18%, rgba(194, 158, 95, .42) 82%, rgba(194, 158, 95, 0) 100%);
	transform-origin: top;
}
.e-con.gfe-br-sage.gfe-br-axis::before {
	background: linear-gradient(180deg, rgba(226, 201, 151, 0) 0%, rgba(226, 201, 151, .38) 18%, rgba(226, 201, 151, .38) 82%, rgba(226, 201, 151, 0) 100%);
}
@media (max-width: 700px) { .e-con.gfe-br-axis::before { display: none; } }

/* In-page anchors clear the sticky header, matching the rest of the site. */
#brow-services, #shape-and-tint, #shaping-methods, #brow-trim, #choose-brow-service {
	scroll-margin-top: calc(var(--gfe-header-h) - 8px);
}

/* --------------------------------------------------------------------------
   2. Type
   -------------------------------------------------------------------------- */
.gfe-sec .gfe-br-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-br-eyebrow .elementor-heading-title::before {
	content: "";
	flex: none;
	width: 30px;
	height: 1px;
	background: var(--gfe-gold);
	transform-origin: left;
}
.gfe-sec .gfe-br-eyebrow--light .elementor-heading-title { color: #E6D3AE; }
.gfe-sec .gfe-br-eyebrow--light .elementor-heading-title::before { background: #D2B27A; }

.gfe-sec .gfe-br-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-br-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-br-h2--light .elementor-heading-title { color: var(--gfe-paper); }
.gfe-sec .gfe-br-h3 .elementor-heading-title {
	font-family: var(--gfe-serif);
	font-size: clamp(21px, 1.8vw, 26px);
	line-height: 1.18;
	color: var(--gfe-ink);
}

.gfe-sec .gfe-br-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-br-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-br-text--light.elementor-widget-text-editor { color: rgba(244, 240, 235, .9); }
.gfe-sec .gfe-br-text a, .gfe-br-body a {
	color: #6B5329;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.gfe-sec .gfe-br-text a:hover, .gfe-br-body a:hover { color: var(--gfe-ink); }
.gfe-sec .gfe-br-text--light a { color: #E6D3AE; }
.gfe-sec .gfe-br-text--light a:hover { color: var(--gfe-paper); }

/* Duration chip — an arch, not a clock: the page's own marker. */
.gfe-br-dur {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	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-br-dur::before {
	content: "";
	flex: none;
	width: 13px;
	height: 13px;
	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%3Cpath d='M2 19a10 10 0 0 1 20 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 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M2 19a10 10 0 0 1 20 0'/%3E%3C/svg%3E") no-repeat 50% / contain;
}
.gfe-br-dur--light {
	border-color: rgba(226, 201, 151, .48);
	background: rgba(255, 253, 247, .07);
	color: #E6D3AE;
}
.gfe-br-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 arch figures (abstract geometry, never an illustrated brow)
   -------------------------------------------------------------------------- */
/* Each figure carries its own definite ratio, so the SVG always reserves the
   height it needs instead of collapsing and painting over the copy. */
.gfe-br-fig { display: block; width: 100%; height: auto; }
.gfe-br-hero__fig .gfe-br-fig,
.gfe-br-tint__fig .gfe-br-fig { aspect-ratio: 420 / 300; }
.gfe-br-art__fig .gfe-br-fig { aspect-ratio: 240 / 300; }
.gfe-br-lam__fig .gfe-br-fig { aspect-ratio: 460 / 380; }
.gfe-br-method__fig .gfe-br-fig { aspect-ratio: 120 / 70; }
.gfe-br-fig .gfe-br-line {
	fill: none;
	stroke: rgba(226, 201, 151, .85);
	stroke-width: 1.1;
	stroke-linecap: round;
}
.gfe-br-fig .gfe-br-line--soft { stroke: rgba(244, 240, 235, .34); }
.gfe-br-fig .gfe-br-line--hair { stroke-width: .7; stroke: rgba(226, 201, 151, .55); }
.gfe-br-fig--ink .gfe-br-line { stroke: rgba(107, 83, 41, .72); }
.gfe-br-fig--ink .gfe-br-line--soft { stroke: rgba(59, 63, 49, .26); }
.gfe-br-fig--ink .gfe-br-line--hair { stroke: rgba(107, 83, 41, .42); stroke-width: .7; }
.gfe-br-fig .gfe-br-dot { fill: rgba(226, 201, 151, .9); }
.gfe-br-fig--ink .gfe-br-dot { fill: rgba(107, 83, 41, .8); }

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

/* --------------------------------------------------------------------------
   5. The art of the brow — offset editorial split
   -------------------------------------------------------------------------- */
.e-con.gfe-br-art > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, .44fr) minmax(0, 1fr);
	gap: clamp(28px, 4vw, 70px);
	align-items: start;
}
.e-con.gfe-br-art__fig { padding: 0; position: relative; z-index: 1; }
.e-con.gfe-br-art__copy { --gap: 0px; padding: 0; position: relative; z-index: 1; }
.gfe-br-art .gfe-br-text { max-width: 60ch; }

/* --------------------------------------------------------------------------
   6. Featured: Brow Lamination
   -------------------------------------------------------------------------- */
.e-con.gfe-br-lam {
	--padding-top: clamp(64px, 6vw, 112px);
	--padding-bottom: clamp(64px, 6vw, 112px);
}
.e-con.gfe-br-lam > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
	gap: clamp(32px, 4.6vw, 76px);
	align-items: center;
}
.e-con.gfe-br-lam__copy { --gap: 0px; padding: 0; max-width: 580px; }
.e-con.gfe-br-lam__fig { padding: 0; width: 100%; position: relative; }
.gfe-br-lam__chip { margin-bottom: 6px; }
.gfe-sec .gfe-br-lam__copy .gfe-br-h2 .elementor-heading-title { font-size: clamp(34px, 4vw, 58px); }
.gfe-br-lam .e-con.gfe-actions { margin-top: 30px; padding: 0; justify-content: flex-start; }
.gfe-br-lam__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;
	letter-spacing: .01em;
	color: rgba(244, 240, 235, .78);
	max-width: 46ch;
}
.gfe-br-lam__note b { color: #E6D3AE; font-weight: 500; }

/* A warm pool of light behind the arch plate. */
.gfe-br-lam__fig::before {
	content: "";
	position: absolute;
	inset: 4% 2% 6%;
	z-index: 0;
	pointer-events: none;
	border-radius: 50%;
	background: radial-gradient(52% 52% at 50% 52%, rgba(226, 201, 151, .2) 0%, rgba(226, 201, 151, 0) 72%);
}
.gfe-br-lam__fig .elementor-widget-html { position: relative; z-index: 1; }

/* --------------------------------------------------------------------------
   7. Shape + Tint
   -------------------------------------------------------------------------- */
.e-con.gfe-br-tint > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	gap: clamp(28px, 4.2vw, 68px);
	align-items: center;
}
.e-con.gfe-br-tint__fig { padding: 0; width: 100%; }
.e-con.gfe-br-tint__copy { --gap: 0px; padding: 0; max-width: 600px; }
.gfe-br-tint .e-con.gfe-actions { margin-top: 28px; padding: 0; justify-content: flex-start; }
.gfe-br-tint__bridge {
	margin: 26px 0 0;
	font-family: var(--gfe-sans);
	font-size: 13.5px;
	line-height: 1.7;
	color: #6B5329;
}

/* --------------------------------------------------------------------------
   8. Three shaping methods
   -------------------------------------------------------------------------- */
.gfe-br-rail {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 1.8vw, 26px);
	width: 100%;
	margin-top: clamp(26px, 2.6vw, 38px);
}
.gfe-br-rail:focus-visible { outline: 2px solid #3B3F31; outline-offset: 6px; }
.gfe-br-method {
	display: flex;
	flex-direction: column;
	padding: clamp(24px, 2.4vw, 32px) clamp(22px, 2.2vw, 30px);
	background: rgba(252, 251, 247, .74);
	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;
}
.gfe-br-method:hover {
	transform: translateY(-4px);
	border-color: rgba(107, 83, 41, .34);
	box-shadow: 0 26px 44px -28px rgba(64, 68, 50, .55);
}
.gfe-br-method__fig { width: 100%; max-width: 132px; margin-bottom: 18px; }
.gfe-br-method__dur {
	display: block;
	margin-bottom: 6px;
	font-family: var(--gfe-sans);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #6B5329;
}
.gfe-br-method__title {
	margin: 0;
	font-family: var(--gfe-serif);
	font-size: clamp(21px, 1.8vw, 26px);
	line-height: 1.18;
	font-weight: 400;
	color: var(--gfe-ink);
}
.gfe-br-method__text {
	margin: 14px 0 0;
	font-size: 15.5px;
	line-height: 1.75;
	color: #565A4B;
}
.gfe-br-method__foot {
	margin-top: auto;
	padding-top: 20px;
}
.gfe-br-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-family: var(--gfe-sans);
	font-size: 11.5px;
	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: 5px;
	transition: color .4s var(--gfe-ease), border-color .4s var(--gfe-ease);
}
.gfe-br-link::after {
	content: "";
	width: 15px;
	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-br-link:hover { color: var(--gfe-ink); border-color: rgba(59, 63, 49, .5); }
.gfe-br-link:hover::after { transform: translateX(4px); }
.gfe-br-link:focus-visible { outline: 2px solid #3B3F31; outline-offset: 4px; }
.gfe-br-hint { display: none; }
.gfe-br-note {
	margin: clamp(22px, 2.2vw, 30px) 0 0;
	padding-top: 18px;
	border-top: 1px solid rgba(59, 63, 49, .14);
	font-size: 15.5px;
	line-height: 1.75;
	color: #565A4B;
	max-width: 68ch;
}

/* --------------------------------------------------------------------------
   9. Brow Trim — deliberately the lightest band on the page
   -------------------------------------------------------------------------- */
.e-con.gfe-br-trim {
	--padding-top: clamp(38px, 3.4vw, 58px);
	--padding-bottom: clamp(38px, 3.4vw, 58px);
}
.e-con.gfe-br-trim > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, auto) minmax(0, 1fr);
	gap: clamp(20px, 3vw, 48px);
	align-items: center;
}
.e-con.gfe-br-trim__head { --gap: 0px; padding: 0; }
.gfe-sec .gfe-br-trim .gfe-br-h2 .elementor-heading-title { margin-top: 10px; font-size: clamp(26px, 2.3vw, 34px); }
.gfe-sec .gfe-br-trim .gfe-br-text.elementor-widget-text-editor { margin-top: 0; max-width: 58ch; }

/* --------------------------------------------------------------------------
   10. Which brow service is right for me?
   -------------------------------------------------------------------------- */
.gfe-br-choose {
	list-style: none;
	margin: clamp(24px, 2.4vw, 34px) 0 0;
	padding: 0;
	width: 100%;
}
.gfe-br-choose li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 22px minmax(0, .58fr);
	align-items: center;
	gap: clamp(12px, 1.6vw, 24px);
	padding: 18px 2px;
	border-top: 1px solid rgba(59, 63, 49, .16);
}
.gfe-br-choose li:last-child { border-bottom: 1px solid rgba(59, 63, 49, .16); }
.gfe-br-choose__want {
	font-size: 16px;
	line-height: 1.6;
	color: var(--gfe-ink-soft);
}
.gfe-br-choose__arrow {
	width: 22px;
	height: 10px;
	background: rgba(107, 83, 41, .8);
	-webkit-mask: var(--gfe-arrow) no-repeat 50% / contain;
	mask: var(--gfe-arrow) no-repeat 50% / contain;
}
.gfe-br-choose__svc {
	font-family: var(--gfe-serif);
	font-size: clamp(18px, 1.5vw, 22px);
	line-height: 1.25;
	color: var(--gfe-ink);
}
.gfe-br-choose__dur {
	display: block;
	margin-top: 4px;
	font-family: var(--gfe-sans);
	font-size: 10.5px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #6B5329;
}

/* --------------------------------------------------------------------------
   11. Katherinne — arch-cropped portrait, used nowhere else on the site
   -------------------------------------------------------------------------- */
.e-con.gfe-br-kath > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, .4fr) minmax(0, 1fr);
	gap: clamp(28px, 4.4vw, 72px);
	align-items: center;
}
.e-con.gfe-br-kath__media { padding: 0; width: 100%; }
.gfe-br-kath__img img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: 52% 14%;
	border-radius: 999px 999px 4px 4px / 42% 42% 3% 3%;
	box-shadow: 0 30px 60px -40px rgba(30, 34, 24, .85);
}
.e-con.gfe-br-kath__copy { --gap: 0px; padding: 0; max-width: 620px; }
.gfe-br-kath .e-con.gfe-actions { margin-top: 28px; padding: 0; justify-content: flex-start; }

/* --------------------------------------------------------------------------
   12. FAQs
   -------------------------------------------------------------------------- */
.gfe-br-faq { margin-top: clamp(26px, 2.6vw, 38px); width: 100%; }
.gfe-br-faq details { border-top: 1px solid rgba(59, 63, 49, .16); }
.gfe-br-faq details:last-of-type { border-bottom: 1px solid rgba(59, 63, 49, .16); }
.gfe-br-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-br-faq summary::-webkit-details-marker { display: none; }
.gfe-br-faq summary:hover { color: #6B5329; }
.gfe-br-faq summary:focus-visible { outline: 2px solid #3B3F31; outline-offset: 3px; }
/* Chevron, not a plus: the brow page's marker is a line that turns. */
.gfe-br-faq summary::after {
	content: "";
	flex: none;
	width: 14px;
	height: 14px;
	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' fill='none' stroke='%23000' stroke-width='1.6'%3E%3Cpath d='M3 6l5 4.5L13 6'/%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' fill='none' stroke='%23000' stroke-width='1.6'%3E%3Cpath d='M3 6l5 4.5L13 6'/%3E%3C/svg%3E") no-repeat center / contain;
	transition: transform .4s var(--gfe-ease);
}
.gfe-br-faq details[open] summary::after { transform: rotate(180deg); }
.gfe-br-faq__a {
	margin: 0;
	padding: 0 40px 22px 2px;
	font-size: 15px;
	line-height: 1.75;
	color: #565A4B;
	max-width: 54em;
}
.gfe-br-faq__a a { color: #6B5329; text-decoration: underline; text-underline-offset: 3px; }
.gfe-br-faq__a a:hover { color: var(--gfe-ink); }

/* --------------------------------------------------------------------------
   13. Closing CTA + NAP
   -------------------------------------------------------------------------- */
.e-con.gfe-br-cta > .e-con-inner { align-items: center; text-align: center; }
.gfe-br-cta .gfe-br-eyebrow .elementor-heading-title { justify-content: center; }
.gfe-sec .gfe-br-cta .gfe-br-text.elementor-widget-text-editor { margin-inline: auto; text-align: center; max-width: 56ch; }
.gfe-br-cta .e-con.gfe-actions { margin-top: 32px; padding: 0; justify-content: center; flex-wrap: wrap; gap: 14px; }
.gfe-br-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-br-nap b {
	display: block;
	margin-bottom: 2px;
	font-family: var(--gfe-serif);
	font-size: 19px;
	font-weight: 400;
	letter-spacing: .01em;
	color: var(--gfe-paper);
}
.gfe-br-nap a { color: #E6D3AE; text-decoration: none; border-bottom: 1px solid rgba(226, 201, 151, .4); }
.gfe-br-nap a:hover { color: var(--gfe-paper); border-color: rgba(244, 240, 235, .7); }

/* --------------------------------------------------------------------------
   14. Motion — the signature is the drawn line
   Every figure path carries pathLength="1", so one rule draws them all.
   -------------------------------------------------------------------------- */
.gfe-js .gfe-br-sec .gfe-br-line {
	stroke-dasharray: 1.002;
	stroke-dashoffset: 1.002;
	transition: stroke-dashoffset 1.75s var(--gfe-ease-out);
}
.gfe-js .gfe-br-sec.is-in .gfe-br-line { stroke-dashoffset: 0; }
.gfe-js .gfe-br-sec .gfe-br-line--2 { transition-delay: .22s; }
.gfe-js .gfe-br-sec .gfe-br-line--3 { transition-delay: .42s; }

/* The registration ticks resolve after the arch has been drawn: measuring,
   not decorating. */
.gfe-js .gfe-br-sec .gfe-br-tick {
	opacity: 0;
	transform: scaleY(.3);
	transform-origin: center;
	transition: opacity .5s var(--gfe-ease-out), transform .6s var(--gfe-ease-out);
}
.gfe-js .gfe-br-sec.is-in .gfe-br-tick { opacity: 1; transform: none; }
.gfe-js .gfe-br-sec.is-in .gfe-br-tick:nth-of-type(1) { transition-delay: .95s; }
.gfe-js .gfe-br-sec.is-in .gfe-br-tick:nth-of-type(2) { transition-delay: 1.03s; }
.gfe-js .gfe-br-sec.is-in .gfe-br-tick:nth-of-type(3) { transition-delay: 1.11s; }
.gfe-js .gfe-br-sec.is-in .gfe-br-tick:nth-of-type(4) { transition-delay: 1.19s; }
.gfe-js .gfe-br-sec.is-in .gfe-br-tick:nth-of-type(5) { transition-delay: 1.27s; }
.gfe-js .gfe-br-sec.is-in .gfe-br-tick:nth-of-type(6) { transition-delay: 1.35s; }
.gfe-js .gfe-br-sec.is-in .gfe-br-tick:nth-of-type(7) { transition-delay: 1.43s; }

.gfe-js .gfe-br-sec .gfe-br-dot {
	opacity: 0;
	transition: opacity .7s var(--gfe-ease-out) 1.5s;
}
.gfe-js .gfe-br-sec.is-in .gfe-br-dot { opacity: 1; }

/* The champagne axis extends downward as the band arrives. */
.gfe-js .e-con.gfe-br-axis::before { transform: scaleY(0); transition: transform 1.5s var(--gfe-ease-out) .1s; }
.gfe-js .e-con.gfe-br-axis.is-in::before { transform: none; }

/* Copy rises in a short, directional stagger. */
.gfe-js .gfe-br-sec .gfe-br-eyebrow,
.gfe-js .gfe-br-sec .gfe-br-h1,
.gfe-js .gfe-br-sec .gfe-br-h2,
.gfe-js .gfe-br-sec .gfe-br-lead,
.gfe-js .gfe-br-sec .gfe-br-text,
.gfe-js .gfe-br-sec .gfe-br-rise,
.gfe-js .gfe-br-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-br-sec.is-in .gfe-br-eyebrow,
.gfe-js .gfe-br-sec.is-in .gfe-br-h1,
.gfe-js .gfe-br-sec.is-in .gfe-br-h2,
.gfe-js .gfe-br-sec.is-in .gfe-br-lead,
.gfe-js .gfe-br-sec.is-in .gfe-br-text,
.gfe-js .gfe-br-sec.is-in .gfe-br-rise,
.gfe-js .gfe-br-sec.is-in .e-con.gfe-actions {
	opacity: 1;
	transform: none;
}
.gfe-js .gfe-br-sec.is-in .gfe-br-eyebrow { transition-delay: .05s; }
.gfe-js .gfe-br-sec.is-in .gfe-br-h1,
.gfe-js .gfe-br-sec.is-in .gfe-br-h2 { transition-delay: .14s; }
.gfe-js .gfe-br-sec.is-in .gfe-br-lead,
.gfe-js .gfe-br-sec.is-in .gfe-br-text { transition-delay: .24s; }
.gfe-js .gfe-br-sec.is-in .gfe-br-rise { transition-delay: .32s; }
.gfe-js .gfe-br-sec.is-in .e-con.gfe-actions { transition-delay: .4s; }

/* The hero is above the fold, so it never waits on the scroll observer: it
   plays keyframes on load, exactly like the homepage hero, and animation
   fill-mode holds the finished state afterwards. */
@keyframes gfeBrRise {
	from { opacity: 0; transform: translate3d(0, 22px, 0); }
	to   { opacity: 1; transform: none; }
}
@keyframes gfeBrDraw { to { stroke-dashoffset: 0; } }
@keyframes gfeBrTick {
	from { opacity: 0; transform: scaleY(.3); }
	to   { opacity: 1; transform: none; }
}
@keyframes gfeBrFade { to { opacity: 1; } }
.gfe-js .gfe-br-hero .gfe-br-eyebrow { animation: gfeBrRise .9s var(--gfe-ease-out) .06s both; }
.gfe-js .gfe-br-hero .gfe-br-h1 { animation: gfeBrRise 1s var(--gfe-ease-out) .16s both; }
.gfe-js .gfe-br-hero .gfe-br-lead { animation: gfeBrRise 1s var(--gfe-ease-out) .28s both; }
.gfe-js .gfe-br-hero .e-con.gfe-actions { animation: gfeBrRise 1s var(--gfe-ease-out) .4s both; }
.gfe-js .gfe-br-hero .gfe-br-line { animation: gfeBrDraw 1.75s var(--gfe-ease-out) .3s both; }
.gfe-js .gfe-br-hero .gfe-br-line--2 { animation-delay: .52s; }
.gfe-js .gfe-br-hero .gfe-br-line--3 { animation-delay: .72s; }
.gfe-js .gfe-br-hero .gfe-br-tick { animation: gfeBrTick .6s var(--gfe-ease-out) both; }
.gfe-js .gfe-br-hero .gfe-br-tick:nth-of-type(1) { animation-delay: 1.25s; }
.gfe-js .gfe-br-hero .gfe-br-tick:nth-of-type(2) { animation-delay: 1.33s; }
.gfe-js .gfe-br-hero .gfe-br-tick:nth-of-type(3) { animation-delay: 1.41s; }
.gfe-js .gfe-br-hero .gfe-br-tick:nth-of-type(4) { animation-delay: 1.49s; }
.gfe-js .gfe-br-hero .gfe-br-tick:nth-of-type(5) { animation-delay: 1.57s; }
.gfe-js .gfe-br-hero .gfe-br-tick:nth-of-type(6) { animation-delay: 1.65s; }
.gfe-js .gfe-br-hero .gfe-br-dot { animation: gfeBrFade .7s var(--gfe-ease-out) 1.8s both; }

/* The eyebrow's champagne rule draws itself in. */
.gfe-js .gfe-br-sec .gfe-br-eyebrow .elementor-heading-title::before {
	transform: scaleX(0);
	transition: transform .9s var(--gfe-ease-out) .3s;
}
.gfe-js .gfe-br-sec.is-in .gfe-br-eyebrow .elementor-heading-title::before { transform: scaleX(1); }

/* Method cards arrive in sequence, left to right. */
.gfe-js .gfe-br-sec .gfe-br-method {
	opacity: 0;
	transform: translate3d(0, 26px, 0);
	transition: opacity .85s var(--gfe-ease-out), transform .95s var(--gfe-ease-out), box-shadow .55s var(--gfe-ease-out), border-color .5s;
}
.gfe-js .gfe-br-sec.is-in .gfe-br-method { opacity: 1; transform: none; }
.gfe-js .gfe-br-sec.is-in .gfe-br-method:nth-child(2) { transition-delay: .12s; }
.gfe-js .gfe-br-sec.is-in .gfe-br-method:nth-child(3) { transition-delay: .24s; }

/* Decision rows sweep in from the axis. */
.gfe-js .gfe-br-sec .gfe-br-choose li {
	opacity: 0;
	transform: translate3d(-14px, 0, 0);
	transition: opacity .7s var(--gfe-ease-out), transform .8s var(--gfe-ease-out);
}
.gfe-js .gfe-br-sec.is-in .gfe-br-choose li { opacity: 1; transform: none; }
.gfe-js .gfe-br-sec.is-in .gfe-br-choose li:nth-child(1) { transition-delay: .10s; }
.gfe-js .gfe-br-sec.is-in .gfe-br-choose li:nth-child(2) { transition-delay: .18s; }
.gfe-js .gfe-br-sec.is-in .gfe-br-choose li:nth-child(3) { transition-delay: .26s; }
.gfe-js .gfe-br-sec.is-in .gfe-br-choose li:nth-child(4) { transition-delay: .34s; }
.gfe-js .gfe-br-sec.is-in .gfe-br-choose li:nth-child(5) { transition-delay: .42s; }
.gfe-js .gfe-br-sec.is-in .gfe-br-choose li:nth-child(6) { transition-delay: .50s; }

/* Portrait settles rather than slides. */
.gfe-js .gfe-br-kath .gfe-br-kath__img img {
	opacity: 0;
	transform: scale(1.04);
	transition: opacity 1.1s var(--gfe-ease-out) .1s, transform 1.6s var(--gfe-ease-out) .1s;
}
.gfe-js .gfe-br-kath.is-in .gfe-br-kath__img img { opacity: 1; transform: none; }

.elementor-editor-active .gfe-br-sec .gfe-br-method,
.elementor-editor-active .gfe-br-sec .gfe-br-choose li { opacity: 1; transform: none; }

/* --------------------------------------------------------------------------
   15. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
	.e-con.gfe-br-art > .e-con-inner { grid-template-columns: minmax(0, .36fr) minmax(0, 1fr); }
	.e-con.gfe-br-kath > .e-con-inner { grid-template-columns: minmax(0, .46fr) minmax(0, 1fr); }
}

@media (max-width: 900px) {
	.e-con.gfe-br-hero > .e-con-inner,
	.e-con.gfe-br-lam > .e-con-inner,
	.e-con.gfe-br-tint > .e-con-inner,
	.e-con.gfe-br-art > .e-con-inner,
	.e-con.gfe-br-kath > .e-con-inner,
	.e-con.gfe-br-trim > .e-con-inner {
		grid-template-columns: minmax(0, 1fr);
		gap: clamp(22px, 3.4vw, 34px);
	}
	.e-con.gfe-br-hero__fig { order: -1; width: min(100%, 420px); }
	.e-con.gfe-br-art__fig { width: min(100%, 320px); }
	.e-con.gfe-br-lam__fig { order: -1; width: min(100%, 460px); margin-inline: auto; }
	.e-con.gfe-br-tint__fig { width: min(100%, 440px); margin-inline: auto; }
	.e-con.gfe-br-kath__media { width: min(100%, 360px); }
	.gfe-br-lam__note { max-width: none; }
}

@media (max-width: 760px) {
	/* The three methods stay side by side as a snap rail so they can still be
	   compared, instead of becoming three separate scroll journeys. */
	.gfe-br-rail {
		display: flex;
		grid-template-columns: none;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		gap: 14px;
		margin-inline: calc(var(--gfe-gutter) * -1);
		padding: 4px var(--gfe-gutter) 16px;
		scrollbar-width: none;
	}
	.gfe-br-rail::-webkit-scrollbar { display: none; }
	.gfe-br-method { flex: 0 0 min(82%, 330px); scroll-snap-align: center; }
	.gfe-br-method:hover { transform: none; }
	.gfe-br-hint {
		display: flex;
		align-items: center;
		gap: 10px;
		margin: 18px 0 0;
		font-family: var(--gfe-sans);
		font-size: 11px;
		letter-spacing: .18em;
		text-transform: uppercase;
		color: #6B5329;
	}
	.gfe-br-hint::after { content: ""; flex: 1; height: 1px; background: rgba(107, 83, 41, .3); }
	.gfe-br-choose li { grid-template-columns: minmax(0, 1fr); gap: 8px; padding: 16px 2px; }
	.gfe-br-choose__arrow { width: 20px; height: 9px; }
}

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

@media (max-width: 380px) {
	.gfe-sec .gfe-br-h1 .elementor-heading-title { font-size: 34px; }
	.gfe-br-dur { letter-spacing: .1em; }
	.gfe-br-method { flex-basis: 88%; }
}

/* --------------------------------------------------------------------------
   16. Reduced motion — the finished page, immediately
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
	.gfe-js .gfe-br-sec .gfe-br-line { stroke-dasharray: none !important; stroke-dashoffset: 0 !important; }
	.gfe-js .gfe-br-sec .gfe-br-eyebrow,
	.gfe-js .gfe-br-sec .gfe-br-h1,
	.gfe-js .gfe-br-sec .gfe-br-h2,
	.gfe-js .gfe-br-sec .gfe-br-lead,
	.gfe-js .gfe-br-sec .gfe-br-text,
	.gfe-js .gfe-br-sec .gfe-br-rise,
	.gfe-js .gfe-br-sec .e-con.gfe-actions,
	.gfe-js .gfe-br-sec .gfe-br-method,
	.gfe-js .gfe-br-sec .gfe-br-choose li,
	.gfe-js .gfe-br-sec .gfe-br-tick,
	.gfe-js .gfe-br-sec .gfe-br-dot,
	.gfe-js .gfe-br-kath .gfe-br-kath__img img {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
	.gfe-js .gfe-br-sec .gfe-br-eyebrow .elementor-heading-title::before { transform: scaleX(1) !important; }
	.gfe-js .e-con.gfe-br-axis::before { transform: none !important; }
	.gfe-js .gfe-br-hero .gfe-br-eyebrow,
	.gfe-js .gfe-br-hero .gfe-br-h1,
	.gfe-js .gfe-br-hero .gfe-br-lead,
	.gfe-js .gfe-br-hero .e-con.gfe-actions,
	.gfe-js .gfe-br-hero .gfe-br-line,
	.gfe-js .gfe-br-hero .gfe-br-tick,
	.gfe-js .gfe-br-hero .gfe-br-dot { animation: none !important; opacity: 1 !important; transform: none !important; }
	.gfe-br-method:hover { transform: none; }
}
