/* =========================================================
   FITLAND v4.1 — FINAL PRODUCTION POLISH
   Art Direction: Senior Luxury Ecommerce
   
   Priority #1: Product selling power
   Priority #2: Header premium parity
   Priority #3: Hero typographic balance
   Priority #4: Visual rhythm & contrast
   
   Principle: "A premium fitness brand with a strong
   ecommerce system" — NOT a beautiful site with weak selling.
   ========================================================= */

/* ─────────────────────────────────────────────────────────
   1. PRODUCT SHOWCASE — Maximum Selling Power
   The product IS the hero. Everything else is context.
   ───────────────────────────────────────────────────────── */

/* --- Homepage Collection Grid (.flx-product-grid) --- */
@media (min-width: 701px) {
	/* Grid: tighter, more products visible */
	.flx-product-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 20px !important;
	}
	
	/* Card: subtle elevated surface for contrast against page bg */
	.flx-product-grid .fl-prod {
		padding: 0 !important;
		border: 1px solid rgba(255,255,255,.06) !important;
		border-radius: 14px !important;
		background: linear-gradient(165deg, #161717 0%, #111212 100%) !important;
		box-shadow: 0 4px 20px rgba(0,0,0,.25) !important;
		overflow: hidden !important;
		transition: all .35s cubic-bezier(.4,0,.2,1) !important;
	}
	.flx-product-grid .fl-prod:hover {
		border-color: rgba(201,160,92,.25) !important;
		box-shadow: 0 12px 40px rgba(0,0,0,.45), 0 0 0 1px rgba(201,160,92,.1) !important;
		transform: translateY(-4px) !important;
	}
	
	/* Image: dominant, bright, fills the card top */
	.flx-product-grid .fl-prod__imgwrap {
		aspect-ratio: 1 / 1.08 !important;
		border-radius: 0 !important;
		margin: 0 !important;
		background: #1a1b1c !important;
		position: relative !important;
		overflow: hidden !important;
	}
	.flx-product-grid .fl-prod__imgwrap::after {
		content: '' !important;
		position: absolute !important;
		inset: 0 !important;
		background: linear-gradient(to top, rgba(17,18,18,.35) 0%, transparent 30%) !important;
		pointer-events: none !important;
	}
	.flx-product-grid .fl-prod__imgwrap img {
		filter: brightness(1.12) contrast(1.03) saturate(1.02) !important;
		transition: transform .5s cubic-bezier(.2,.75,.2,1) !important;
	}
	.flx-product-grid .fl-prod:hover .fl-prod__imgwrap img {
		transform: scale(1.06) !important;
	}
	
	/* Body: compact, clear hierarchy */
	.flx-product-grid .fl-prod__body {
		padding: 14px 16px 16px !important;
	}
	
	/* Rating: show it — social proof sells */
	.flx-product-grid .fl-rate {
		display: flex !important;
		font-size: 11.5px !important;
		gap: 4px !important;
		margin-bottom: 6px !important;
		color: #e8b84d !important;
	}
	.flx-product-grid .fl-rate .fl-ic {
		width: 13px !important;
		height: 13px !important;
	}
	.flx-product-grid .fl-rate span {
		display: inline !important;
		color: rgba(255,255,255,.35) !important;
		font-size: 10.5px !important;
	}
	
	/* Name: single line, confident */
	.flx-product-grid .fl-prod__name {
		font-size: 14px !important;
		font-weight: 600 !important;
		line-height: 1.5 !important;
		letter-spacing: -.1px !important;
		color: rgba(255,255,255,.92) !important;
		margin: 0 0 10px !important;
		min-height: 0 !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 1 !important;
		-webkit-box-orient: vertical !important;
		overflow: hidden !important;
	}
	.flx-product-grid .fl-prod:hover .fl-prod__name {
		color: #fff !important;
	}
	
	/* Price: bold, unmissable */
	.flx-product-grid .fl-price {
		align-items: baseline !important;
		gap: 7px !important;
		margin-top: 0 !important;
	}
	.flx-product-grid .fl-price strong,
	.flx-product-grid .fl-price .amount bdi {
		font-size: 17px !important;
		font-weight: 800 !important;
		color: #fff !important;
		letter-spacing: -.3px !important;
	}
	.flx-product-grid .fl-price del,
	.flx-product-grid .fl-price del .amount bdi {
		font-size: 12px !important;
		color: rgba(255,255,255,.3) !important;
		font-weight: 400 !important;
	}
	.flx-product-grid .fl-price span {
		font-size: 10px !important;
		color: rgba(255,255,255,.4) !important;
	}
	
	/* Add to cart: full-width bar, not a tiny circle — SELL */
	.flx-product-grid .fl-addcart {
		width: 100% !important;
		height: 40px !important;
		margin-top: 12px !important;
		border-radius: 8px !important;
		background: rgba(201,160,92,.08) !important;
		border: 1px solid rgba(201,160,92,.35) !important;
		color: #d4a95e !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 8px !important;
		font-size: 12px !important;
		font-weight: 600 !important;
		transition: all .25s cubic-bezier(.4,0,.2,1) !important;
		float: none !important;
	}
	.flx-product-grid .fl-addcart span {
		display: inline !important;
	}
	.flx-product-grid .fl-addcart .fl-ic {
		width: 16px !important;
		height: 16px !important;
	}
	.flx-product-grid .fl-addcart:hover {
		background: linear-gradient(135deg, #e4b96a, #b8842e) !important;
		border-color: transparent !important;
		color: #0d0a05 !important;
		box-shadow: 0 4px 16px rgba(201,160,92,.3) !important;
		transform: translateY(-1px) !important;
	}
	
	/* Sale badge: prominent */
	.flx-product-grid .fl-off {
		top: 10px !important;
		inset-inline-start: 10px !important;
		background: #c0392b !important;
		font-size: 11px !important;
		font-weight: 700 !important;
		padding: 4px 10px !important;
		border-radius: 6px !important;
		box-shadow: 0 2px 8px rgba(192,57,43,.4) !important;
	}
	
	/* Favorite: subtle, top-right */
	.flx-product-grid .fl-fav {
		width: 30px !important;
		height: 30px !important;
		top: 10px !important;
		inset-inline-end: 10px !important;
		border-radius: 50% !important;
		background: rgba(0,0,0,.45) !important;
		backdrop-filter: blur(6px) !important;
		border: 1px solid rgba(255,255,255,.1) !important;
		color: rgba(255,255,255,.6) !important;
	}
	.flx-product-grid .fl-fav .fl-ic {
		width: 14px !important;
		height: 14px !important;
	}
	.flx-product-grid .fl-fav:hover {
		color: #e88 !important;
		border-color: rgba(238,136,136,.4) !important;
		background: rgba(238,136,136,.12) !important;
	}
}

/* --- Shop Page Grid (.fl-prods / .fl-shop__grid) --- */
@media (min-width: 701px) {
	.woocommerce ul.products,
	.fl-prods,
	ul.fl-shop__grid {
		gap: 18px !important;
	}
	
	.fl-prod {
		background: linear-gradient(165deg, #161717 0%, #111212 100%) !important;
		border: 1px solid rgba(255,255,255,.06) !important;
		border-radius: 14px !important;
		padding: 0 !important;
		overflow: hidden !important;
		box-shadow: 0 4px 16px rgba(0,0,0,.2) !important;
		transition: all .3s cubic-bezier(.4,0,.2,1) !important;
	}
	.fl-prod:hover {
		border-color: rgba(201,160,92,.25) !important;
		box-shadow: 0 12px 36px rgba(0,0,0,.4) !important;
		transform: translateY(-3px) !important;
	}
	
	.fl-prod__imgwrap {
		aspect-ratio: 1 / 1.05 !important;
		margin: 0 !important;
		border-radius: 0 !important;
		background: #1a1b1c !important;
	}
	.fl-prod__imgwrap img {
		filter: brightness(1.1) contrast(1.02) !important;
	}
	
	.fl-prod__body {
		padding: 14px 15px 16px !important;
	}
	
	.fl-prod__name {
		font-size: 13.5px !important;
		line-height: 1.6 !important;
		margin: 6px 0 8px !important;
		min-height: 2.4em !important;
	}
	
	.fl-price strong,
	.fl-price .amount bdi {
		font-size: 16px !important;
		color: #fff !important;
	}
	
	.fl-addcart {
		height: 38px !important;
		margin-top: 10px !important;
		border-radius: 8px !important;
		border: 1px solid rgba(201,160,92,.3) !important;
		background: rgba(201,160,92,.06) !important;
		color: #d4a95e !important;
		font-size: 12px !important;
	}
	.fl-addcart:hover {
		background: linear-gradient(135deg, #e4b96a, #b8842e) !important;
		border-color: transparent !important;
		color: #0d0a05 !important;
	}
}

/* ─────────────────────────────────────────────────────────
   2. HEADER — Premium Parity with Homepage
   ───────────────────────────────────────────────────────── */
@media (min-width: 701px) {
	/* Sticky header — solid, confident */
	.fl-header {
		position: sticky !important;
		top: 0 !important;
		z-index: 900 !important;
		background: rgba(10,11,11,.96) !important;
		backdrop-filter: blur(16px) saturate(1.3) !important;
		-webkit-backdrop-filter: blur(16px) saturate(1.3) !important;
		border-bottom: 1px solid rgba(255,255,255,.06) !important;
		transition: all .35s ease !important;
	}
	.fl-header.is-scrolled {
		background: rgba(8,9,9,.98) !important;
		box-shadow: 0 2px 24px rgba(0,0,0,.5) !important;
		border-bottom-color: rgba(201,160,92,.08) !important;
	}
	
	.fl-header__in {
		min-height: 68px !important;
		padding-block: 0 !important;
		gap: 32px !important;
	}
	
	/* Logo: prominent, branded */
	.fl-logo {
		gap: 12px !important;
	}
	.fl-logo-mark {
		width: 42px !important;
		height: 42px !important;
		filter: drop-shadow(0 2px 6px rgba(201,160,92,.25)) !important;
	}
	.fl-logo-word {
		font-size: 21px !important;
		letter-spacing: 4px !important;
		font-weight: 800 !important;
	}
	.fl-logo-word b {
		color: #c9a05c !important;
	}
	
	/* Search: visible, functional, premium */
	.fl-search {
		max-width: 440px !important;
		flex: 1 1 300px !important;
	}
	.fl-search input {
		height: 40px !important;
		background: rgba(255,255,255,.05) !important;
		border: 1px solid rgba(255,255,255,.1) !important;
		border-radius: 999px !important;
		font-size: 13px !important;
		color: #eee !important;
		padding: 0 18px !important;
		padding-left: 44px !important;
		transition: all .25s ease !important;
	}
	.fl-search input::placeholder {
		color: rgba(255,255,255,.35) !important;
	}
	.fl-search input:focus {
		background: rgba(255,255,255,.07) !important;
		border-color: rgba(201,160,92,.45) !important;
		box-shadow: 0 0 0 3px rgba(201,160,92,.08) !important;
	}
	.fl-search button {
		width: 32px !important;
		height: 32px !important;
		left: 5px !important;
		background: transparent !important;
		color: #c9a05c !important;
		border: 0 !important;
	}
	.fl-search button .fl-ic {
		width: 16px !important;
		height: 16px !important;
	}
	
	/* Icons: clean, consistent */
	.fl-hicons {
		gap: 8px !important;
	}
	.fl-hbtn {
		width: 38px !important;
		height: 38px !important;
		border-radius: 10px !important;
		border: 1px solid rgba(255,255,255,.08) !important;
		background: rgba(255,255,255,.03) !important;
		color: #a8aaa5 !important;
		transition: all .2s ease !important;
	}
	.fl-hbtn:hover {
		color: #e4b96a !important;
		border-color: rgba(201,160,92,.3) !important;
		background: rgba(201,160,92,.06) !important;
	}
	.fl-hbtn .fl-ic {
		width: 18px !important;
		height: 18px !important;
		stroke-width: 1.7 !important;
	}
	.fl-badge {
		width: 16px !important;
		height: 16px !important;
		min-width: 16px !important;
		font-size: 9px !important;
		background: #c9a05c !important;
		top: -4px !important;
		inset-inline-end: -4px !important;
	}
	
	/* Nav: clear hierarchy */
	.fl-nav {
		background: rgba(10,11,11,.95) !important;
		border-top: 1px solid rgba(255,255,255,.03) !important;
		border-bottom: 1px solid rgba(255,255,255,.05) !important;
	}
	.fl-nav .fl-container {
		min-height: 44px !important;
	}
	.fl-menu a {
		font-size: 13px !important;
		font-weight: 500 !important;
		color: rgba(255,255,255,.5) !important;
		padding: 11px 15px !important;
		transition: color .2s ease !important;
	}
	.fl-menu a:hover {
		color: rgba(255,255,255,.88) !important;
	}
	.fl-menu .is-active a {
		color: #c9a05c !important;
		font-weight: 600 !important;
	}
	.fl-menu .is-active a::after {
		height: 2px !important;
		background: #c9a05c !important;
		inset-inline: 15px !important;
	}
}

/* ─────────────────────────────────────────────────────────
   3. HERO — Typographic Balance & CTA Prominence
   ───────────────────────────────────────────────────────── */
@media (min-width: 701px) {
	.flx-hero {
		height: min(740px, calc(100vh - 112px)) !important;
		min-height: 600px !important;
	}
	
	/* Content: balanced positioning */
	.flx-hero__in {
		padding-inline-start: 8% !important;
		padding-inline-end: 52% !important;
	}
	
	/* Eyebrow: quiet */
	.flx-eyebrow {
		font-size: 10px !important;
		letter-spacing: 2.5px !important;
		color: #c9a05c !important;
	}
	.flx-eyebrow span {
		width: 32px !important;
		background: #c9a05c !important;
	}
	
	/* Headline: powerful but readable */
	.flx-hero h1 {
		font-size: clamp(64px, 6.5vw, 96px) !important;
		line-height: .96 !important;
		letter-spacing: -3.5px !important;
		font-weight: 800 !important;
		margin: 22px 0 0 !important;
		max-width: 460px !important;
		color: #fff !important;
		text-shadow: 0 2px 30px rgba(0,0,0,.6) !important;
	}
	.flx-hero h1 em {
		color: #e4b96a !important;
		text-shadow: 0 0 40px rgba(201,160,92,.25), 0 2px 30px rgba(0,0,0,.6) !important;
	}
	
	/* Copy: clear, concise */
	.flx-hero__copy {
		width: 290px !important;
		margin-top: 20px !important;
		margin-bottom: 34px !important;
		font-size: 14.5px !important;
		line-height: 2.1 !important;
		color: rgba(255,255,255,.6) !important;
	}
	
	/* CTA: unmissable */
	.flx-primary {
		height: 54px !important;
		padding-inline: 34px !important;
		border-radius: 8px !important;
		font-size: 14px !important;
		font-weight: 700 !important;
		background: linear-gradient(135deg, #e4b96a 0%, #b8842e 100%) !important;
		color: #0d0a05 !important;
		box-shadow: 0 10px 28px rgba(201,160,92,.25), 0 2px 8px rgba(0,0,0,.3) !important;
		transition: all .3s cubic-bezier(.4,0,.2,1) !important;
	}
	.flx-primary:hover {
		transform: translateY(-2px) !important;
		box-shadow: 0 16px 40px rgba(201,160,92,.35), 0 4px 12px rgba(0,0,0,.4) !important;
	}
	.flx-primary .fl-ic {
		width: 16px !important;
		height: 16px !important;
	}
}

/* ─────────────────────────────────────────────────────────
   4. VISUAL RHYTHM & SECTION SPACING
   ───────────────────────────────────────────────────────── */
@media (min-width: 701px) {
	/* Consistent section rhythm */
	.flx-section {
		padding-top: 100px !important;
	}
	.flx-category-experience {
		padding-top: 80px !important;
	}
	.flx-collections {
		padding-top: 100px !important;
		padding-bottom: 32px !important;
	}
	.flx-editorial-product {
		padding-top: 100px !important;
	}
	.flx-journal {
		padding-top: 80px !important;
	}
	.flx-membership {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	
	/* Section headings: consistent */
	.flx-heading {
		margin-bottom: 36px !important;
	}
	.flx-heading > p {
		font-size: 10px !important;
		letter-spacing: 2.2px !important;
		color: #c9a05c !important;
		margin-bottom: 8px !important;
	}
	.flx-heading h2 {
		font-size: clamp(28px, 2.8vw, 36px) !important;
		font-weight: 800 !important;
		letter-spacing: -1px !important;
		color: #f2f1ec !important;
	}
	.flx-heading > a {
		font-size: 12px !important;
		color: #c9a05c !important;
		font-weight: 600 !important;
	}
	
	/* Trust bar: compact */
	.flx-trust {
		border-bottom: 1px solid rgba(255,255,255,.04) !important;
	}
	.flx-trust__in {
		padding: 22px 0 !important;
	}
	.flx-trust__in > div {
		padding: 0 24px !important;
		gap: 12px !important;
	}
	.flx-trust__in .fl-ic {
		width: 22px !important;
		height: 22px !important;
	}
	.flx-trust strong {
		font-size: 13px !important;
		color: rgba(255,255,255,.85) !important;
	}
	.flx-trust small {
		font-size: 10.5px !important;
		color: rgba(255,255,255,.35) !important;
	}
	
	/* Collection tabs */
	.flx-collection-tabs {
		gap: 32px !important;
		margin-bottom: 36px !important;
	}
	.flx-collection-tabs span {
		font-size: 13px !important;
		color: rgba(255,255,255,.4) !important;
		padding-bottom: 9px !important;
		border-bottom: 2px solid transparent !important;
		cursor: pointer !important;
		transition: all .25s ease !important;
	}
	.flx-collection-tabs span:hover {
		color: rgba(255,255,255,.7) !important;
	}
	.flx-collection-tabs .is-active {
		color: #f0efe9 !important;
		font-weight: 600 !important;
		border-color: #c9a05c !important;
	}
	
	/* Campaign cards: cinematic */
	.flx-campaigns {
		gap: 14px !important;
	}
	.flx-campaign {
		border-radius: 14px !important;
	}
	.flx-campaign img {
		filter: brightness(.95) contrast(1.03) !important;
	}
	.flx-campaign:hover img {
		filter: brightness(1.02) contrast(1.01) !important;
	}
	.flx-campaign__content strong {
		font-size: 24px !important;
		font-weight: 700 !important;
	}
	.flx-campaign__content em {
		font-size: 12px !important;
		color: rgba(255,255,255,.5) !important;
	}
}

/* ─────────────────────────────────────────────────────────
   5. MOBILE PRODUCT REFINEMENTS
   ───────────────────────────────────────────────────────── */
@media (max-width: 700px) {
	.flx-product-grid {
		gap: 12px !important;
	}
	.flx-product-grid .fl-prod {
		border: 1px solid rgba(255,255,255,.06) !important;
		border-radius: 12px !important;
		background: #141515 !important;
		overflow: hidden !important;
	}
	.flx-product-grid .fl-prod__imgwrap {
		aspect-ratio: 1 / 1.05 !important;
		border-radius: 0 !important;
	}
	.flx-product-grid .fl-prod__imgwrap img {
		filter: brightness(1.1) !important;
	}
	.flx-product-grid .fl-prod__body {
		padding: 10px 12px 12px !important;
	}
	.flx-product-grid .fl-prod__name {
		font-size: 12.5px !important;
		-webkit-line-clamp: 1 !important;
	}
	.flx-product-grid .fl-price strong,
	.flx-product-grid .fl-price .amount bdi {
		font-size: 14px !important;
	}
	.flx-product-grid .fl-addcart {
		width: 100% !important;
		height: 34px !important;
		border-radius: 7px !important;
		font-size: 11px !important;
	}
	.flx-product-grid .fl-addcart span {
		display: inline !important;
	}
	.flx-product-grid .fl-rate {
		display: flex !important;
		font-size: 10px !important;
	}
	
	/* Hero mobile */
	.flx-hero h1 {
		font-size: clamp(44px, 11vw, 56px) !important;
		letter-spacing: -2px !important;
	}
	.flx-hero__copy {
		width: 90% !important;
		font-size: 13.5px !important;
	}
	.flx-primary {
		height: 50px !important;
		width: 100% !important;
		justify-content: center !important;
	}
}

/* ─────────────────────────────────────────────────────────
   6. TABLET ADJUSTMENTS
   ───────────────────────────────────────────────────────── */
@media (min-width: 701px) and (max-width: 1020px) {
	.flx-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 16px !important;
	}
	.flx-hero h1 {
		font-size: clamp(48px, 5.5vw, 68px) !important;
	}
	.flx-hero__in {
		padding-inline-start: 6% !important;
		padding-inline-end: 46% !important;
	}
}

/* ─────────────────────────────────────────────────────────
   7. MICRO DETAILS — The Last 2%
   ───────────────────────────────────────────────────────── */

/* Scrollbar */
::-webkit-scrollbar { width: 7px !important; }
::-webkit-scrollbar-track { background: #0a0b0b !important; }
::-webkit-scrollbar-thumb { background: rgba(255,255,255,.1) !important; border-radius: 4px !important; }
::-webkit-scrollbar-thumb:hover { background: rgba(201,160,92,.35) !important; }

/* Selection */
::selection { background: rgba(201,160,92,.2) !important; color: #fff !important; }

/* Focus */
a:focus-visible, button:focus-visible, input:focus-visible {
	outline: 2px solid #c9a05c !important;
	outline-offset: 2px !important;
}

/* WooCommerce price in cards */
.fl-price--wc .amount bdi {
	font-size: 16px !important;
	font-weight: 800 !important;
	color: #fff !important;
}
.fl-price--wc del .amount bdi {
	font-size: 12px !important;
	font-weight: 400 !important;
	color: rgba(255,255,255,.3) !important;
}

/* Topbar: minimal */
@media (min-width: 701px) {
	.fl-topbar {
		background: #0a0b0b !important;
		border-bottom: 1px solid rgba(255,255,255,.03) !important;
		font-size: 11px !important;
	}
	.fl-topbar__in {
		padding-block: 6px !important;
		min-height: 30px !important;
	}
}

/* =========================================================
   FITLAND v5.0 — CLIENT DELIVERY LAYER
   Production-ready ecommerce system
   ========================================================= */

/* ─── Design Tokens ─── */
:root {
	--fl-gold: #c9a05c;
	--fl-gold-bright: #e4b96a;
	--fl-surface: #141515;
	--fl-surface-raised: #1a1b1c;
	--fl-border: rgba(255,255,255,.06);
	--fl-border-hover: rgba(201,160,92,.3);
	--fl-text: rgba(255,255,255,.92);
	--fl-text-muted: rgba(255,255,255,.5);
	--fl-radius: 12px;
	--fl-radius-lg: 16px;
	--fl-shadow: 0 4px 20px rgba(0,0,0,.3);
	--fl-shadow-lg: 0 12px 40px rgba(0,0,0,.45);
	--fl-transition: .25s cubic-bezier(.4,0,.2,1);
}

/* ─── Scroll Reveal (subtle, luxury restraint) ─── */
.fl-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .6s cubic-bezier(.4,0,.2,1), transform .6s cubic-bezier(.4,0,.2,1);
}
.fl-reveal.is-revealed {
	opacity: 1;
	transform: translateY(0);
}
/* Stagger children */
.fl-reveal.is-revealed .flx-campaign,
.fl-reveal.is-revealed .fl-prod {
	animation: flFadeUp .5s cubic-bezier(.4,0,.2,1) both;
}
.fl-reveal.is-revealed .flx-campaign:nth-child(2),
.fl-reveal.is-revealed .fl-prod:nth-child(2) { animation-delay: .06s; }
.fl-reveal.is-revealed .flx-campaign:nth-child(3),
.fl-reveal.is-revealed .fl-prod:nth-child(3) { animation-delay: .12s; }
.fl-reveal.is-revealed .flx-campaign:nth-child(4),
.fl-reveal.is-revealed .fl-prod:nth-child(4) { animation-delay: .18s; }
.fl-reveal.is-revealed .fl-prod:nth-child(5) { animation-delay: .24s; }
.fl-reveal.is-revealed .fl-prod:nth-child(6) { animation-delay: .30s; }
.fl-reveal.is-revealed .fl-prod:nth-child(7) { animation-delay: .36s; }
.fl-reveal.is-revealed .fl-prod:nth-child(8) { animation-delay: .42s; }
@keyframes flFadeUp {
	from { opacity: 0; transform: translateY(16px); }
	to { opacity: 1; transform: translateY(0); }
}

/* ─── Hero CTAs (primary + secondary) ─── */
.flx-hero__ctas {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 8px;
}
.flx-secondary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 54px;
	padding-inline: 28px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(255,255,255,.8);
	border: 1px solid rgba(255,255,255,.15);
	background: rgba(255,255,255,.04);
	backdrop-filter: blur(4px);
	transition: var(--fl-transition);
	text-decoration: none;
}
.flx-secondary:hover {
	border-color: rgba(255,255,255,.3);
	background: rgba(255,255,255,.08);
	color: #fff;
}

/* ─── Collections Footer CTA ─── */
.flx-collections__footer {
	text-align: center;
	margin-top: 40px;
}
.flx-primary--outline {
	background: transparent !important;
	border: 1px solid rgba(201,160,92,.4) !important;
	color: var(--fl-gold) !important;
	box-shadow: none !important;
}
.flx-primary--outline:hover {
	background: rgba(201,160,92,.08) !important;
	border-color: var(--fl-gold) !important;
	box-shadow: 0 4px 16px rgba(201,160,92,.15) !important;
}

/* ─── Product Card Actions (hover overlay) ─── */
.fl-prod__actions {
	position: absolute;
	top: 10px;
	inset-inline-end: 10px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	z-index: 3;
	opacity: 0;
	transform: translateY(-4px);
	transition: var(--fl-transition);
}
.fl-prod:hover .fl-prod__actions {
	opacity: 1;
	transform: translateY(0);
}
.fl-prod__actions .fl-fav,
.fl-prod__actions .fl-quickview {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: rgba(10,11,11,.7);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255,255,255,.1);
	color: rgba(255,255,255,.7);
	cursor: pointer;
	transition: var(--fl-transition);
	padding: 0;
}
.fl-prod__actions .fl-fav .fl-ic,
.fl-prod__actions .fl-quickview .fl-ic {
	width: 15px;
	height: 15px;
}
.fl-prod__actions .fl-fav:hover {
	color: #e88;
	border-color: rgba(238,136,136,.4);
	background: rgba(238,136,136,.12);
}
.fl-prod__actions .fl-quickview:hover {
	color: var(--fl-gold-bright);
	border-color: rgba(201,160,92,.4);
	background: rgba(201,160,92,.12);
}
.fl-prod__actions .fl-fav.is-fav {
	color: #e88;
	background: rgba(238,136,136,.15);
	border-color: rgba(238,136,136,.4);
}

/* Mobile: always show actions */
@media (max-width: 700px) {
	.fl-prod__actions {
		opacity: 1;
		transform: none;
	}
}

/* ─── Star Rating (visual) ─── */
.fl-stars {
	display: inline-flex;
	gap: 1px;
	line-height: 1;
}
.fl-stars .fl-ic {
	width: 13px;
	height: 13px;
}
.fl-stars__base {
	color: rgba(255,255,255,.15);
	display: inline-flex;
	gap: 1px;
}
.fl-stars__fill {
	color: #e8b84d;
	position: absolute;
	top: 0;
	inset-inline-start: 0;
	overflow: hidden;
	display: inline-flex;
	gap: 1px;
	white-space: nowrap;
}
.fl-stars {
	position: relative;
	display: inline-flex;
}
.fl-rate {
	display: flex;
	align-items: center;
	gap: 5px;
}
.fl-rate__count {
	font-size: 11px;
	color: rgba(255,255,255,.35);
}

/* ─── Add to Cart — feedback state ─── */
.fl-addcart.is-added {
	background: linear-gradient(135deg, #4a9e6a, #2d7a4a) !important;
	border-color: transparent !important;
	color: #fff !important;
}

/* ─── Quick View Modal ─── */
.fl-qv-overlay {
	position: fixed;
	inset: 0;
	z-index: 2000;
	background: rgba(0,0,0,.7);
	backdrop-filter: blur(6px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	transition: opacity .3s ease;
}
.fl-qv-overlay.is-open {
	opacity: 1;
}
.fl-qv {
	background: var(--fl-surface-raised);
	border: 1px solid var(--fl-border);
	border-radius: var(--fl-radius-lg);
	max-width: 680px;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	overflow: hidden;
	position: relative;
	transform: scale(.96) translateY(8px);
	transition: transform .3s cubic-bezier(.4,0,.2,1);
	box-shadow: var(--fl-shadow-lg);
}
.fl-qv-overlay.is-open .fl-qv {
	transform: scale(1) translateY(0);
}
.fl-qv__close {
	position: absolute;
	top: 12px;
	inset-inline-end: 12px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.1);
	background: rgba(0,0,0,.4);
	color: #fff;
	font-size: 18px;
	display: grid;
	place-items: center;
	cursor: pointer;
	z-index: 2;
	transition: var(--fl-transition);
}
.fl-qv__close:hover {
	background: rgba(255,255,255,.1);
}
.fl-qv__img {
	background: #1a1b1c;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
}
.fl-qv__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fl-qv__info {
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
}
.fl-qv__info h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--fl-text);
	margin: 0;
	line-height: 1.5;
}
.fl-qv__info .fl-price {
	margin: 4px 0;
}
.fl-qv__info .fl-price .amount bdi,
.fl-qv__info .fl-price strong {
	font-size: 20px;
	color: #fff;
}
.fl-qv__cta {
	margin-top: 12px;
	height: 48px !important;
	font-size: 13px !important;
	justify-content: center;
}
@media (max-width: 600px) {
	.fl-qv {
		grid-template-columns: 1fr;
		max-height: 85vh;
		overflow-y: auto;
	}
	.fl-qv__img {
		min-height: 200px;
		max-height: 240px;
	}
}

/* ─── Trust Bar — premium treatment ─── */
@media (min-width: 701px) {
	.flx-trust {
		background: var(--fl-surface);
		border-bottom: 1px solid var(--fl-border);
	}
	.flx-trust__in {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		padding: 20px 0;
	}
	.flx-trust__in > div {
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 0 20px;
		border-inline-end: 1px solid var(--fl-border);
	}
	.flx-trust__in > div:last-child {
		border-inline-end: 0;
	}
	.flx-trust__in > div > span {
		color: var(--fl-gold);
		flex-shrink: 0;
	}
	.flx-trust__in .fl-ic {
		width: 22px;
		height: 22px;
		stroke-width: 1.6;
	}
	.flx-trust strong {
		display: block;
		font-size: 12.5px;
		font-weight: 600;
		color: var(--fl-text);
		line-height: 1.4;
	}
	.flx-trust small {
		display: block;
		font-size: 10.5px;
		color: var(--fl-text-muted);
		margin-top: 2px;
	}
}
@media (max-width: 700px) {
	.flx-trust__in {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
		padding: 16px 0;
	}
	.flx-trust__in > div {
		border-inline-end: 0;
		padding: 8px 0;
	}
}

/* ─── Campaign Cards — conversion-focused ─── */
@media (min-width: 701px) {
	.flx-campaign__content small {
		font-size: 14px;
		font-weight: 700;
		color: #fff;
		letter-spacing: 0;
		direction: rtl;
	}
	.flx-campaign__content strong {
		font-size: 12px;
		font-weight: 400;
		color: rgba(255,255,255,.6);
		margin-top: 4px;
		line-height: 1.7;
		max-width: 280px;
	}
	.flx-campaign__content i {
		font-size: 12px;
		font-style: normal;
		color: var(--fl-gold-bright);
		margin-top: 12px;
		display: inline-flex;
		align-items: center;
		gap: 6px;
		opacity: 0;
		transform: translateY(6px);
		transition: var(--fl-transition);
	}
	.flx-campaign:hover .flx-campaign__content i {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ─── Brand Story — authentic metrics ─── */
@media (min-width: 701px) {
	.flx-story__metrics {
		display: flex;
		gap: 32px;
		margin-top: 28px;
		padding-top: 20px;
		border-top: 1px solid var(--fl-border);
	}
	.flx-story__metrics span {
		display: flex;
		flex-direction: column;
		gap: 3px;
		font-size: 11px;
		color: var(--fl-text-muted);
	}
	.flx-story__metrics b {
		font-size: 20px;
		font-weight: 800;
		color: var(--fl-gold);
		direction: rtl;
	}
}

/* ─── Journal — authority building ─── */
@media (min-width: 701px) {
	.flx-journal__lead span {
		position: absolute;
		bottom: 0;
		inset-inline: 0;
		padding: 28px;
		background: linear-gradient(to top, rgba(10,11,11,.95), transparent);
		display: flex;
		flex-direction: column;
		gap: 6px;
	}
	.flx-journal__lead small {
		font-size: 10px;
		letter-spacing: 1.5px;
		color: var(--fl-gold);
		font-weight: 600;
	}
	.flx-journal__lead strong {
		font-size: 20px;
		font-weight: 700;
		color: #fff;
		line-height: 1.5;
	}
	.flx-journal__lead em {
		font-size: 11px;
		font-style: normal;
		color: var(--fl-text-muted);
	}
}

/* ─── Membership — clear value proposition ─── */
@media (min-width: 701px) {
	.flx-membership__box {
		display: grid;
		grid-template-columns: auto 1fr auto;
		align-items: center;
		gap: 36px;
		padding: 36px 44px;
		background: var(--fl-surface);
		border: 1px solid var(--fl-border);
		border-radius: var(--fl-radius-lg);
	}
	.flx-membership__mark {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}
	.flx-membership__mark span {
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 2px;
		color: #fff;
		direction: ltr;
		text-align: center;
	}
	.flx-membership__mark small {
		font-size: 8px;
		letter-spacing: 3px;
		color: var(--fl-gold);
	}
	.flx-membership h2 {
		font-size: 22px;
		font-weight: 700;
		color: var(--fl-text);
		margin: 4px 0 8px;
	}
	.flx-membership p:not(.flx-kicker) {
		font-size: 13px;
		line-height: 2;
		color: var(--fl-text-muted);
		max-width: 480px;
		margin: 0;
	}
}
@media (max-width: 700px) {
	.flx-membership__box {
		grid-template-columns: 1fr;
		text-align: center;
		padding: 28px 20px;
		gap: 20px;
	}
	.flx-membership__mark {
		justify-self: center;
	}
}

/* ─── Product Grid — final production card ─── */
@media (min-width: 701px) {
	.flx-product-grid {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 18px;
	}
	.flx-product-grid .fl-prod {
		background: var(--fl-surface);
		border: 1px solid var(--fl-border);
		border-radius: var(--fl-radius);
		overflow: hidden;
		transition: var(--fl-transition);
		display: flex;
		flex-direction: column;
	}
	.flx-product-grid .fl-prod:hover {
		border-color: var(--fl-border-hover);
		box-shadow: var(--fl-shadow-lg);
		transform: translateY(-3px);
	}
	.flx-product-grid .fl-prod__imgwrap {
		position: relative;
		aspect-ratio: 1 / 1.05;
		overflow: hidden;
		background: var(--fl-surface-raised);
		display: block;
	}
	.flx-product-grid .fl-prod__imgwrap img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform .4s cubic-bezier(.4,0,.2,1);
		filter: brightness(1.05);
	}
	.flx-product-grid .fl-prod:hover .fl-prod__imgwrap img {
		transform: scale(1.04);
	}
	.flx-product-grid .fl-prod__body {
		padding: 14px 14px 16px;
		display: flex;
		flex-direction: column;
		gap: 6px;
		flex: 1;
	}
	.flx-product-grid .fl-prod__name {
		font-size: 13px;
		font-weight: 600;
		line-height: 1.6;
		color: var(--fl-text);
		margin: 0;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.flx-product-grid .fl-prod__name a {
		color: inherit;
		text-decoration: none;
		transition: color .2s;
	}
	.flx-product-grid .fl-prod__name a:hover {
		color: var(--fl-gold-bright);
	}
	.flx-product-grid .fl-price {
		display: flex;
		align-items: baseline;
		gap: 8px;
		margin-top: auto;
	}
	.flx-product-grid .fl-price .amount bdi,
	.flx-product-grid .fl-price strong {
		font-size: 16px;
		font-weight: 800;
		color: #fff;
	}
	.flx-product-grid .fl-price del .amount bdi {
		font-size: 12px;
		color: rgba(255,255,255,.3);
		font-weight: 400;
	}
	.flx-product-grid .fl-price span {
		font-size: 10px;
		color: var(--fl-text-muted);
	}
	.flx-product-grid .fl-addcart {
		width: 100%;
		height: 38px;
		margin-top: 10px;
		border-radius: 8px;
		border: 1px solid rgba(201,160,92,.3);
		background: rgba(201,160,92,.06);
		color: var(--fl-gold);
		font-size: 12px;
		font-weight: 600;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 7px;
		cursor: pointer;
		transition: var(--fl-transition);
		text-decoration: none;
	}
	.flx-product-grid .fl-addcart .fl-ic {
		width: 15px;
		height: 15px;
	}
	.flx-product-grid .fl-addcart:hover {
		background: linear-gradient(135deg, var(--fl-gold-bright), #b8842e);
		border-color: transparent;
		color: #0d0a05;
	}
	.flx-product-grid .fl-off {
		position: absolute;
		top: 10px;
		inset-inline-start: 10px;
		background: #c0392b;
		color: #fff;
		font-size: 11px;
		font-weight: 700;
		padding: 3px 8px;
		border-radius: 6px;
		z-index: 2;
	}
}

/* ─── Mobile Product Cards ─── */
@media (max-width: 700px) {
	.flx-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}
	.flx-product-grid .fl-prod {
		background: var(--fl-surface);
		border: 1px solid var(--fl-border);
		border-radius: 10px;
		overflow: hidden;
	}
	.flx-product-grid .fl-prod__imgwrap {
		aspect-ratio: 1 / 1;
		position: relative;
		overflow: hidden;
		display: block;
	}
	.flx-product-grid .fl-prod__imgwrap img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.flx-product-grid .fl-prod__body {
		padding: 10px 10px 12px;
	}
	.flx-product-grid .fl-prod__name {
		font-size: 12px;
		-webkit-line-clamp: 1;
	}
	.flx-product-grid .fl-price .amount bdi,
	.flx-product-grid .fl-price strong {
		font-size: 14px;
	}
	.flx-product-grid .fl-addcart {
		height: 34px;
		font-size: 11px;
	}
	.flx-hero__ctas {
		flex-direction: column;
		width: 100%;
	}
	.flx-hero__ctas .flx-primary,
	.flx-hero__ctas .flx-secondary {
		width: 100%;
		justify-content: center;
	}
}

/* ─── Footer Trust (return policy emphasis) ─── */
.fl-trust {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	padding: 24px 0;
	border-top: 1px solid var(--fl-border);
	margin-top: 32px;
}
.fl-trust__item {
	display: flex;
	align-items: center;
	gap: 10px;
}
.fl-trust__ic {
	color: var(--fl-gold);
	flex-shrink: 0;
}
.fl-trust__ic .fl-ic {
	width: 20px;
	height: 20px;
}
.fl-trust__item strong {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: var(--fl-text);
}
.fl-trust__item small {
	display: block;
	font-size: 10.5px;
	color: var(--fl-text-muted);
}
@media (max-width: 700px) {
	.fl-trust {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
}

/* ─── Button press feedback ─── */
.flx-primary:active,
.flx-secondary:active,
.fl-addcart:active {
	transform: scale(.97);
}

/* ─── Focus visible (accessibility) ─── */
.flx-primary:focus-visible,
.flx-secondary:focus-visible,
.fl-addcart:focus-visible,
.fl-fav:focus-visible,
.fl-quickview:focus-visible {
	outline: 2px solid var(--fl-gold);
	outline-offset: 2px;
}

/* =========================================================
   FITLAND v5.1 — FINAL CLIENT DELIVERY REFINEMENT
   Remove AI-generated feeling. Production-ready.
   ========================================================= */

/* ─── Hero: single CTA, no wrapper needed ─── */
.flx-hero .flx-primary {
	margin-top: 8px;
}
/* Hide removed elements gracefully */
.flx-hero__ctas,
.flx-hero__index,
.flx-secondary {
	display: none !important;
}

/* ─── Section headings: clean, no English kickers ─── */
.flx-heading > p {
	display: none;
}
.flx-heading {
	margin-bottom: 32px;
}
.flx-heading h2 {
	font-size: clamp(24px, 2.6vw, 32px);
	font-weight: 800;
	color: rgba(255,255,255,.94);
	letter-spacing: -.5px;
	margin: 0;
}
.flx-heading > a {
	font-size: 13px;
	font-weight: 600;
	color: var(--fl-gold);
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	transition: opacity .2s;
}
.flx-heading > a:hover {
	opacity: .75;
}
.flx-heading > a .fl-ic {
	width: 15px;
	height: 15px;
}
.flx-heading--center {
	text-align: center;
}
.flx-heading--center h2 {
	margin-inline: auto;
}

/* ─── Brand Story: no kicker ─── */
.flx-story__copy .flx-kicker {
	display: none;
}
.flx-story h2 {
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -.8px;
	color: rgba(255,255,255,.94);
	margin: 0 0 16px;
}
.flx-story h2 em {
	font-style: normal;
	color: var(--fl-gold-bright);
}
.flx-story__copy > p:not(.flx-kicker) {
	font-size: 14px;
	line-height: 2.1;
	color: rgba(255,255,255,.55);
	max-width: 440px;
	margin: 0 0 20px;
}

/* ─── Membership: no kicker ─── */
.flx-membership .flx-kicker {
	display: none;
}

/* ─── Product card: tighter hierarchy ─── */
@media (min-width: 701px) {
	.flx-product-grid .fl-prod__body {
		padding: 12px 14px 14px;
		gap: 5px;
	}
	.flx-product-grid .fl-rate {
		margin-bottom: 2px;
	}
	.flx-product-grid .fl-prod__name {
		font-size: 13px;
		line-height: 1.55;
		-webkit-line-clamp: 1;
		margin: 0;
	}
	.flx-product-grid .fl-price {
		margin-top: 4px;
	}
	.flx-product-grid .fl-addcart {
		margin-top: 8px;
		height: 36px;
		font-size: 11.5px;
	}
}

/* ─── Campaign cards: cleaner content ─── */
.flx-campaign__content small {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0;
	direction: rtl;
}
.flx-campaign__content strong {
	font-size: 12px;
	font-weight: 400;
	color: rgba(255,255,255,.55);
	margin-top: 4px;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ─── Journal: tighter ─── */
.flx-journal__lead strong {
	font-size: 18px;
	line-height: 1.55;
}
.flx-journal__side strong {
	font-size: 13px;
	line-height: 1.7;
}

/* ─── Footer: cleaner ─── */
.fl-footer .fl-fcol p {
	font-size: 12.5px;
	line-height: 2;
	color: rgba(255,255,255,.4);
}

/* ─── Collections footer CTA spacing ─── */
.flx-collections__footer {
	margin-top: 36px;
}

/* ─── Global: remove any remaining English kickers from display ─── */
.flx-section > .fl-container > .flx-heading > p:empty {
	display: none;
}

/* ─── Smooth font rendering ─── */
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

/* ─── Image rendering consistency ─── */
.flx-product-grid .fl-prod__imgwrap img,
.flx-campaign img,
.flx-story__image img,
.flx-journal__lead img,
.flx-journal__side img {
	image-rendering: auto;
}

/* =========================================================
   FITLAND v5.2 — FINAL PRODUCTION QA
   Iranian ecommerce realism + final micro-polish
   ========================================================= */

/* ─── Footer payment: Iranian gateways ─── */
.fl-pay {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}
.fl-pay .p-label {
	font-size: 11px;
	color: rgba(255,255,255,.35);
}
.fl-pay .p-zarinpal,
.fl-pay .p-mellat,
.fl-pay .p-saman,
.fl-pay .p-enamad {
	font-size: 11px;
	font-weight: 600;
	color: rgba(255,255,255,.55);
	padding: 4px 10px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 6px;
	background: rgba(255,255,255,.03);
}
/* Hide old VISA/PayPal/MC elements */
.fl-pay .p-visa,
.fl-pay .p-mc,
.fl-pay .p-pp,
.fl-pay .p-box {
	display: none;
}

/* ─── Product card: final hierarchy tightening ─── */
@media (min-width: 701px) {
	.flx-product-grid .fl-prod__body {
		padding: 11px 13px 13px;
	}
	.flx-product-grid .fl-rate {
		margin-bottom: 3px;
	}
	.flx-product-grid .fl-prod__name {
		font-size: 12.5px;
		line-height: 1.5;
		-webkit-line-clamp: 1;
		margin: 0 0 4px;
	}
	.flx-product-grid .fl-price .amount bdi,
	.flx-product-grid .fl-price strong {
		font-size: 15px;
	}
	.flx-product-grid .fl-addcart {
		height: 35px;
		font-size: 11px;
		margin-top: 8px;
		border-radius: 7px;
	}
	.flx-product-grid .fl-addcart .fl-ic {
		width: 14px;
		height: 14px;
	}
}

/* ─── Hero: single CTA spacing ─── */
.flx-hero .flx-primary {
	margin-top: 4px;
}
.flx-hero__copy {
	margin-bottom: 28px;
}

/* ─── Trust bar: tighter ─── */
@media (min-width: 701px) {
	.flx-trust__in {
		padding: 18px 0;
	}
	.flx-trust__in > div {
		gap: 10px;
		padding: 0 16px;
	}
	.flx-trust__in .fl-ic {
		width: 20px;
		height: 20px;
	}
	.flx-trust strong {
		font-size: 12px;
	}
	.flx-trust small {
		font-size: 10px;
	}
}

/* ─── Section spacing: consistent rhythm ─── */
@media (min-width: 701px) {
	.flx-section {
		padding-top: 88px;
	}
	.flx-category-experience {
		padding-top: 64px;
	}
	.flx-collections {
		padding-top: 88px;
	}
	.flx-editorial-product {
		padding-top: 88px;
	}
	.flx-journal {
		padding-top: 72px;
	}
	.flx-membership {
		padding-top: 72px;
		padding-bottom: 72px;
	}
}

/* ─── Heading consistency ─── */
.flx-heading {
	margin-bottom: 28px;
}
.flx-heading h2 {
	font-size: clamp(22px, 2.4vw, 28px);
	font-weight: 800;
	letter-spacing: -.4px;
}

/* ─── Campaign cards: cleaner text ─── */
@media (min-width: 701px) {
	.flx-campaign__content {
		inset-inline: 24px;
		bottom: 24px;
	}
	.flx-campaign__content small {
		font-size: 14px;
		font-weight: 700;
	}
	.flx-campaign__content strong {
		font-size: 11.5px;
		-webkit-line-clamp: 2;
	}
	.flx-campaign__content i {
		font-size: 11.5px;
		margin-top: 10px;
	}
}

/* ─── Story section: tighter copy ─── */
@media (min-width: 701px) {
	.flx-story__copy {
		padding: 48px 52px;
	}
	.flx-story h2 {
		font-size: clamp(24px, 2.6vw, 32px);
		margin-bottom: 14px;
	}
	.flx-story__copy > p:not(.flx-kicker) {
		font-size: 13.5px;
		line-height: 2.1;
		max-width: 400px;
	}
	.flx-story__metrics {
		gap: 28px;
		margin-top: 24px;
		padding-top: 18px;
	}
	.flx-story__metrics b {
		font-size: 18px;
	}
	.flx-story__metrics span {
		font-size: 10.5px;
	}
}

/* ─── Journal: tighter ─── */
@media (min-width: 701px) {
	.flx-journal__lead strong {
		font-size: 17px;
	}
	.flx-journal__lead em {
		font-size: 10.5px;
	}
	.flx-journal__side strong {
		font-size: 12.5px;
		line-height: 1.65;
	}
}

/* ─── Membership: compact ─── */
@media (min-width: 701px) {
	.flx-membership__box {
		padding: 32px 40px;
		gap: 32px;
	}
	.flx-membership h2 {
		font-size: 20px;
		margin: 0 0 8px;
	}
	.flx-membership p:not(.flx-kicker) {
		font-size: 12.5px;
		line-height: 2;
		max-width: 440px;
	}
	.flx-membership .flx-primary {
		height: 48px;
		padding-inline: 28px;
		font-size: 13px;
		white-space: nowrap;
	}
}

/* ─── Footer trust: consistent with homepage ─── */
.fl-trust__item strong {
	font-size: 11.5px;
}
.fl-trust__item small {
	font-size: 10px;
}

/* ─── Global: anti-aliasing + selection ─── */
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
::selection {
	background: rgba(201,160,92,.2);
	color: #fff;
}

/* ─── Focus states: accessible ─── */
a:focus-visible,
button:focus-visible,
input:focus-visible {
	outline: 2px solid var(--fl-gold, #c9a05c);
	outline-offset: 2px;
	border-radius: 4px;
}

/* ─── Button press: tactile ─── */
.flx-primary:active,
.fl-addcart:active {
	transform: scale(.97) !important;
}
