/**
 * ForgeCommerce JF 0.17.0 — commercial landing system.
 */

.jf-commercial{
	--jf-c-ink:#0e1416;
	--jf-c-ink-soft:#172126;
	--jf-c-paper:#f7f8f3;
	--jf-c-soft:#eef1ea;
	--jf-c-line:#dfe4dc;
	--jf-c-muted:#66716e;
	--jf-c-lime:var(--fc-accent,#b8ff24);
	background:var(--jf-c-paper);
	color:var(--jf-c-ink);
	overflow:clip;
}

.jf-commercial *{box-sizing:border-box}

.jf-commercial a:focus-visible,
.jf-commercial button:focus-visible{
	outline:3px solid var(--jf-c-lime);
	outline-offset:4px;
}

.jf-commercial h1,
.jf-commercial h2,
.jf-commercial h3,
.jf-commercial strong,
.jf-commercial b{
	font-family:var(--fc-font-heading,inherit);
}

.jf-commercial p{line-height:1.65}

.jf-c-kicker{
	display:flex;
	align-items:center;
	gap:.7rem;
	margin:0 0 1rem;
	font-size:.74rem;
	font-weight:900;
	letter-spacing:.13em;
	text-transform:uppercase;
	color:rgba(255,255,255,.72);
}

.jf-c-kicker::before{
	content:"";
	width:28px;
	height:4px;
	border-radius:999px;
	background:var(--jf-c-lime);
}

.jf-c-kicker.is-dark{color:#56615d}

.jf-commercial-hero{
	position:relative;
	padding-block:clamp(5.5rem,9vw,8.5rem) clamp(4.2rem,7vw,7rem);
	background:
		radial-gradient(circle at 78% 18%,rgba(184,255,36,.19),transparent 28%),
		linear-gradient(140deg,#090d0f 0%,#111b20 62%,#0b1013 100%);
	color:#fff;
}

.jf-commercial-hero::after{
	content:"";
	position:absolute;
	inset:auto 0 0;
	height:1px;
	background:rgba(255,255,255,.1);
}

.jf-commercial-club .jf-commercial-hero{
	background:
		radial-gradient(circle at 80% 16%,rgba(184,255,36,.21),transparent 30%),
		linear-gradient(140deg,#071016,#10202b 62%,#081116 100%);
}

.jf-commercial-event .jf-commercial-hero{
	background:
		radial-gradient(circle at 80% 18%,rgba(184,255,36,.2),transparent 28%),
		linear-gradient(140deg,#120b12,#241421 60%,#100b11 100%);
}

.jf-commercial-personal .jf-commercial-hero{
	background:
		radial-gradient(circle at 82% 18%,rgba(184,255,36,.2),transparent 30%),
		linear-gradient(140deg,#0b0d0f,#1b1a20 62%,#0b0c0f 100%);
}

.jf-commercial-catalog .jf-commercial-hero{
	background:
		radial-gradient(circle at 82% 16%,rgba(184,255,36,.24),transparent 30%),
		linear-gradient(140deg,#071012,#122125 62%,#091012 100%);
}

.jf-commercial-project .jf-commercial-hero{
	background:
		radial-gradient(circle at 80% 12%,rgba(184,255,36,.22),transparent 30%),
		linear-gradient(140deg,#090c0d,#172023 62%,#0b1012 100%);
}

.jf-commercial-hero-grid{
	display:grid;
	grid-template-columns:minmax(0,1.12fr) minmax(330px,.7fr);
	gap:clamp(2.5rem,7vw,7rem);
	align-items:end;
}

.jf-commercial-hero-copy{max-width:850px}

.jf-commercial-hero h1{
	max-width:13ch;
	margin:0 0 1.3rem;
	font-size:clamp(2.75rem,5vw,5.2rem);
	line-height:1.02;
	letter-spacing:-.028em;
	font-weight:900;
}

.jf-commercial-hero-copy>p:not(.jf-c-kicker){
	max-width:63ch;
	margin:0 0 1.65rem;
	font-size:clamp(1.05rem,1.4vw,1.22rem);
	color:rgba(255,255,255,.7);
}

.jf-commercial-actions{
	display:flex;
	flex-wrap:wrap;
	gap:.75rem;
}

.jf-c-button-outline{
	border:1px solid rgba(255,255,255,.48);
	background:transparent;
	color:#fff;
}

.jf-c-button-outline:hover{background:#fff;border-color:#fff;color:var(--jf-c-ink)}

.jf-commercial-hero-panel{
	border:1px solid rgba(255,255,255,.14);
	border-radius:26px;
	background:rgba(255,255,255,.055);
	box-shadow:0 28px 70px rgba(0,0,0,.22);
	backdrop-filter:blur(14px);
	overflow:hidden;
}

.jf-commercial-panel-label{
	display:block;
	padding:1rem 1.2rem;
	border-bottom:1px solid rgba(255,255,255,.13);
	font-size:.7rem;
	font-weight:900;
	letter-spacing:.12em;
	text-transform:uppercase;
	color:rgba(255,255,255,.55);
}

.jf-commercial-hero-panel ul{margin:0;padding:0;list-style:none}
.jf-commercial-hero-panel li{padding:1.15rem 1.2rem;border-bottom:1px solid rgba(255,255,255,.11)}
.jf-commercial-hero-panel li:last-child{border-bottom:0}
.jf-commercial-hero-panel strong,.jf-commercial-hero-panel span{display:block}
.jf-commercial-hero-panel strong{font-size:1.05rem}
.jf-commercial-hero-panel li span{margin-top:.3rem;color:rgba(255,255,255,.62);font-size:.82rem;line-height:1.5}

.jf-commercial-strip{background:var(--jf-c-lime)}
.jf-commercial-strip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.jf-commercial-strip-grid span{display:flex;align-items:center;justify-content:center;min-height:78px;padding:.8rem 1rem;border-left:1px solid rgba(14,20,22,.19);font-size:.78rem;font-weight:900;text-align:center}
.jf-commercial-strip-grid span:last-child{border-right:1px solid rgba(14,20,22,.19)}

.jf-commercial-section{padding-block:clamp(4.6rem,8vw,8rem)}
.jf-commercial-section.is-dark{background:var(--jf-c-ink-soft);color:#fff}
.jf-commercial-section.is-lime{background:var(--jf-c-lime)}
.jf-commercial-section.is-soft{background:var(--jf-c-soft)}

.jf-commercial-heading{max-width:900px;margin-bottom:clamp(2.1rem,4vw,4rem)}
.jf-commercial-heading h2,
.jf-commercial-cta h2{
	max-width:16ch;
	margin:0 0 1rem;
	font-size:clamp(2.15rem,4vw,4rem);
	line-height:1.03;
	letter-spacing:-.026em;
	font-weight:900;
}
.jf-commercial-heading>p:last-child{max-width:66ch;margin:0;color:var(--jf-c-muted);font-size:clamp(1rem,1.3vw,1.15rem)}
.jf-commercial-heading.is-light h2{color:#fff}
.jf-commercial-heading.is-light>p:last-child{color:rgba(255,255,255,.62)}

.jf-commercial-card-grid{display:grid;gap:1rem}
.jf-commercial-card-grid.is-three{grid-template-columns:repeat(3,minmax(0,1fr))}
.jf-commercial-card-grid.is-four{grid-template-columns:repeat(4,minmax(0,1fr))}
.jf-commercial-card-grid.is-five{grid-template-columns:repeat(5,minmax(0,1fr))}

.jf-commercial-card{
	min-height:310px;
	display:flex;
	flex-direction:column;
	padding:1.55rem;
	border:1px solid var(--jf-c-line);
	border-radius:24px;
	background:#fff;
	box-shadow:0 14px 36px rgba(14,20,22,.055);
	color:var(--jf-c-ink);
}

.jf-commercial-card.is-link{text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.jf-commercial-card.is-link:hover{transform:translateY(-5px);border-color:#bcc5ba;box-shadow:0 26px 58px rgba(14,20,22,.13)}
.jf-commercial-card>span{font-size:.68rem;font-weight:900;color:#7a847d}
.jf-commercial-card h3{margin:auto 0 .65rem;font-size:clamp(1.45rem,2.3vw,2.2rem);line-height:1;letter-spacing:-.035em}
.jf-commercial-card p{margin:0;color:var(--jf-c-muted);font-size:.9rem}

.jf-commercial-split{
	display:grid;
	grid-template-columns:minmax(0,1fr) minmax(330px,.82fr);
	gap:clamp(2.5rem,7vw,7rem);
	align-items:start;
}

.jf-commercial-checklist{border-top:1px solid rgba(255,255,255,.16)}
.jf-commercial-checklist>div{padding:1.25rem 0;border-bottom:1px solid rgba(255,255,255,.16)}
.jf-commercial-checklist strong,.jf-commercial-checklist span{display:block}
.jf-commercial-checklist strong{font-size:1.15rem;color:#fff}
.jf-commercial-checklist span{margin-top:.3rem;color:rgba(255,255,255,.58);font-size:.86rem;line-height:1.5}
.jf-commercial-checklist.is-ink{border-color:rgba(14,20,22,.25)}
.jf-commercial-checklist.is-ink>div{border-color:rgba(14,20,22,.25)}
.jf-commercial-checklist.is-ink strong{color:var(--jf-c-ink)}
.jf-commercial-checklist.is-ink span{color:rgba(14,20,22,.68)}

.jf-c-text-link{display:inline-flex;gap:.4rem;margin-top:1.1rem;color:#fff;text-decoration:none;font-weight:900}
.jf-c-text-link:hover{text-decoration:underline;text-underline-offset:4px}

.jf-commercial-process{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:clamp(2.5rem,7vw,7rem)}
.jf-commercial-process ol{margin:0;padding:0;list-style:none;border-top:1px solid var(--jf-c-line)}
.jf-commercial-process li{display:grid;grid-template-columns:58px 1fr;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--jf-c-line)}
.jf-commercial-process li>span{font-size:.7rem;font-weight:900;color:#78827b}
.jf-commercial-process strong{font-size:1.2rem}
.jf-commercial-process li p{margin:.3rem 0 0;color:var(--jf-c-muted)}

.jf-commercial-visual-stack{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:.75rem;
	padding:1rem;
	border:1px solid rgba(255,255,255,.15);
	border-radius:28px;
	background:rgba(255,255,255,.04);
}
.jf-commercial-visual-stack span{min-height:130px;display:grid;place-items:center;padding:1rem;border:1px solid rgba(255,255,255,.14);border-radius:20px;font-size:clamp(1rem,2vw,1.8rem);font-weight:900;letter-spacing:.08em;color:rgba(255,255,255,.8)}
.jf-commercial-visual-stack span:nth-child(3){background:var(--jf-c-lime);border-color:var(--jf-c-lime);color:var(--jf-c-ink);font-size:clamp(3rem,6vw,6rem);letter-spacing:-.07em}

.jf-commercial-volume{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:.7rem;
	align-content:start;
}
.jf-commercial-volume>span{min-height:145px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(14,20,22,.22);border-radius:22px;background:rgba(255,255,255,.32)}
.jf-commercial-volume strong{font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.05em}
.jf-commercial-volume small{font-size:.7rem;text-transform:uppercase;letter-spacing:.09em;font-weight:800;opacity:.65}
.jf-commercial-volume p{grid-column:1/-1;margin:.2rem 0 0;font-size:.72rem;opacity:.62}

.jf-technique-table{border-top:1px solid var(--jf-c-line)}
.jf-technique-row{display:grid;grid-template-columns:80px minmax(0,1fr) minmax(180px,.35fr);gap:1.4rem;align-items:center;padding:1.45rem 0;border-bottom:1px solid var(--jf-c-line)}
.jf-technique-code{display:grid;place-items:center;width:56px;height:56px;border:1px solid var(--jf-c-ink);border-radius:50%;font-size:.7rem;font-weight:900}
.jf-technique-row h3{margin:0 0 .35rem;font-size:1.45rem}
.jf-technique-row p{margin:0;color:var(--jf-c-muted);font-size:.9rem}
.jf-technique-row>small{font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em;color:#707a73}

.jf-catalog-flow{
	display:grid;
	gap:.7rem;
}
.jf-catalog-flow>span{display:grid;grid-template-columns:38px 1fr;gap:.8rem;align-items:center;padding:1rem 1.1rem;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.05);font-size:.86rem;font-weight:800}
.jf-catalog-flow strong{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--jf-c-lime);color:var(--jf-c-ink);font-size:.72rem}

.jf-catalog-launch{
	padding-block:clamp(3.2rem,6vw,6rem);
	background:#fff;
}

.jf-catalog-launch-head{
	display:grid;
	grid-template-columns:minmax(0,1.15fr) minmax(300px,.65fr);
	gap:clamp(1.5rem,5vw,5rem);
	align-items:end;
	margin-bottom:clamp(2rem,4vw,3.5rem);
}

.jf-catalog-launch-head h1{
	max-width:12ch;
	margin:0;
	font-size:clamp(2.5rem,4.6vw,4.8rem);
	font-weight:950;
	letter-spacing:-.026em;
	line-height:1.03;
}

.jf-catalog-launch-head>p{
	max-width:48ch;
	margin:0;
	color:var(--jf-c-muted);
	font-size:clamp(1rem,1.3vw,1.12rem);
}

.jf-catalog-featured{
	margin-top:clamp(3rem,6vw,5.5rem);
	padding-top:clamp(2.2rem,4vw,3.5rem);
	border-top:1px solid var(--jf-c-line);
}

.jf-catalog-all-products{margin:1.2rem 0 1.5rem}
.jf-catalog-product-sections{display:grid;gap:1rem;margin-top:2.25rem}
.jf-catalog-product-sections .jf-catalog-featured{margin-top:0;padding:1.25rem;border:1px solid var(--jf-c-line);border-radius:24px;background:#fff}

.jf-catalog-featured-head{
	display:flex;
	align-items:end;
	justify-content:space-between;
	gap:1.5rem;
	margin-bottom:1.5rem;
}

.jf-catalog-featured-head h2{
	max-width:15ch;
	margin:0;
	font-size:clamp(1.9rem,3vw,3rem);
	font-weight:950;
	letter-spacing:-.024em;
	line-height:1.04;
}

.jf-catalog-featured-head .jf-c-text-link{flex:0 0 auto;margin:0}
.jf-c-text-link.is-ink{color:var(--jf-c-ink)}
.jf-catalog-explainer .jf-commercial-heading{margin-bottom:0}

.jf-catalog-categories{background:#fff}
.jf-catalog-directory{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;align-items:start}
.jf-catalog-family{border:1px solid var(--jf-c-line);border-radius:24px;background:var(--jf-c-paper);box-shadow:0 14px 34px rgba(14,20,22,.055);overflow:hidden}
.jf-catalog-family-head{display:flex;align-items:center;gap:.8rem;min-height:92px;padding:1.25rem;border-bottom:1px solid var(--jf-c-line);background:var(--jf-c-ink);color:#fff}
.jf-catalog-family-head>span{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:50%;background:var(--jf-c-lime);color:var(--jf-c-ink);font-size:.68rem;font-weight:900}
.jf-catalog-family h3{margin:0;font-size:1.2rem;line-height:1.05;letter-spacing:-.025em}
.jf-catalog-family ul{margin:0;padding:0;list-style:none}
.jf-catalog-family li+li{border-top:1px solid var(--jf-c-line)}
.jf-catalog-family a{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:52px;padding:.8rem 1rem;color:var(--jf-c-ink);font-size:.82rem;font-weight:800;text-decoration:none;transition:background .16s ease,padding .16s ease}
.jf-catalog-family a:hover{padding-left:1.2rem;background:var(--jf-c-lime)}
.jf-catalog-family a b{font-size:1rem}

.jf-project-choice{display:grid;gap:.75rem}
.jf-project-choice>a{position:relative;display:grid;grid-template-columns:44px 1fr auto;gap:.8rem;align-items:center;padding:1.2rem;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:rgba(255,255,255,.055);color:#fff;text-decoration:none;transition:background .18s ease,color .18s ease}
.jf-project-choice>a:hover{background:var(--jf-c-lime);color:var(--jf-c-ink)}
.jf-project-choice>a>span{display:grid;place-items:center;width:38px;height:38px;border:1px solid currentColor;border-radius:50%;font-size:.68rem;font-weight:900}
.jf-project-choice strong,.jf-project-choice small{display:block;grid-column:2}
.jf-project-choice strong{font-size:1.05rem}
.jf-project-choice small{margin-top:-.45rem;font-size:.78rem;opacity:.65;line-height:1.4}
.jf-project-choice b{grid-column:3;grid-row:1/3;font-size:1.25rem}

.jf-quote-route{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.8rem;padding:2rem;border:1px solid rgba(14,20,22,.22);border-radius:26px;background:rgba(255,255,255,.28)}
.jf-quote-route span{padding:.85rem 1rem;border:1px solid rgba(14,20,22,.24);border-radius:999px;background:rgba(255,255,255,.7);font-size:.72rem;font-weight:900;letter-spacing:.08em}
.jf-quote-route b{font-size:1.25rem}

.jf-c-centered{text-align:center;margin:2.1rem 0 0}

.jf-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.jf-product-card{display:block;border-radius:22px;background:#fff;color:var(--jf-c-ink);text-decoration:none;overflow:hidden;box-shadow:0 12px 30px rgba(14,20,22,.06);transition:transform .18s ease,box-shadow .18s ease}
.jf-product-card:hover{transform:translateY(-5px);box-shadow:0 24px 48px rgba(14,20,22,.13)}
.jf-product-card-media{aspect-ratio:1/1;display:grid;place-items:center;background:#f3f5ef;overflow:hidden}
.jf-product-card-media img{width:100%;height:100%;object-fit:contain;transition:transform .25s ease}
.jf-product-card:hover .jf-product-card-media img{transform:scale(1.035)}
.jf-product-card-body{display:block;padding:1.1rem 1.15rem 1.25rem}
.jf-product-card-body strong{display:block;font-size:1rem;line-height:1.3}
.jf-product-card-body small{display:block;margin-top:.35rem;color:var(--jf-c-muted);font-size:.78rem}
.jf-product-card-link{display:block;margin-top:.85rem;font-size:.78rem;font-weight:900}

.jf-commercial-cta{padding-block:clamp(4.4rem,7vw,7rem);background:#070a0c;color:#fff}
.jf-commercial-cta-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:clamp(2.5rem,6vw,6rem);align-items:end}
.jf-commercial-cta h2{max-width:15ch;margin-bottom:0}
.jf-commercial-cta .jf-commercial-actions{flex-direction:column;align-items:stretch}
.jf-commercial-cta .fc-button{justify-content:center;text-align:center}
.jf-c-whatsapp{display:block;color:rgba(255,255,255,.68);text-align:center;font-size:.82rem;font-weight:900;text-decoration:none;padding:.45rem}
.jf-c-whatsapp:hover{color:#fff}

.jf-reveal{opacity:1;transform:none}
.jf-reveal-ready .jf-reveal:not(.is-visible){opacity:0;transform:translateY(18px)}
.jf-reveal-ready .jf-reveal{transition:opacity .45s ease var(--jf-reveal-delay,0ms),transform .45s ease var(--jf-reveal-delay,0ms)}
.jf-reveal-ready .jf-reveal.is-visible{opacity:1;transform:none}

@media (max-width:1180px){
	.jf-commercial-card-grid.is-five{grid-template-columns:repeat(3,minmax(0,1fr))}
	.jf-commercial-card-grid.is-four{grid-template-columns:repeat(2,minmax(0,1fr))}
	.jf-catalog-directory{grid-template-columns:repeat(3,minmax(0,1fr))}
	.jf-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:980px){
	.jf-commercial-hero-grid,
	.jf-commercial-split,
	.jf-commercial-process,
	.jf-commercial-cta-grid{grid-template-columns:1fr}
	.jf-commercial-hero-panel,
	.jf-catalog-flow,
	.jf-project-choice{max-width:680px}
	.jf-commercial-heading{max-width:820px}
	.jf-catalog-launch-head{grid-template-columns:1fr;gap:1rem}
	.jf-catalog-launch-head>p{max-width:64ch}
	.jf-commercial-card-grid.is-three{grid-template-columns:1fr 1fr}
	.jf-catalog-directory{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:760px){
	.jf-commercial-hero{padding-block:5.8rem 3.5rem}
	.jf-commercial-hero h1{font-size:clamp(2.55rem,11vw,3.9rem);max-width:12ch}
	.jf-commercial-hero-copy>p:not(.jf-c-kicker){font-size:1rem}
	.jf-commercial-actions{display:grid;grid-template-columns:1fr}
	.jf-commercial-actions .fc-button{width:100%;justify-content:center}
	.jf-commercial-strip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.jf-commercial-strip-grid span{min-height:68px;border-bottom:1px solid rgba(14,20,22,.16)}
	.jf-commercial-strip-grid span:nth-child(odd){border-left:0}
	.jf-commercial-strip-grid span:last-child{border-right:0}
	.jf-commercial-section{padding-block:4.2rem}
	.jf-commercial-heading h2,
	.jf-commercial-cta h2{font-size:clamp(2.05rem,9vw,3.15rem);max-width:14ch}
	.jf-commercial-card-grid.is-three,
	.jf-commercial-card-grid.is-four,
	.jf-commercial-card-grid.is-five{grid-template-columns:1fr}
	.jf-commercial-card{min-height:235px;border-radius:20px}
	.jf-catalog-family{border-radius:20px}
	.jf-technique-row{grid-template-columns:60px minmax(0,1fr);gap:1rem}
	.jf-technique-row>small{grid-column:2}
	.jf-commercial-volume{grid-template-columns:1fr 1fr}
	.jf-commercial-volume>span:last-of-type{grid-column:1/-1}
	.jf-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}
	.jf-catalog-launch{padding-block:2.6rem 3.5rem}
	.jf-catalog-launch-head h1{font-size:clamp(2.4rem,10.5vw,3.6rem)}
	.jf-catalog-featured-head{display:block}
	.jf-catalog-featured-head .jf-c-text-link{margin-top:1rem}
	.jf-product-card{border-radius:16px}
	.jf-product-card-body{padding:.9rem}
	.jf-commercial-visual-stack span{min-height:105px}
}

@media (max-width:440px){
	.jf-catalog-directory{grid-template-columns:1fr}
	.jf-commercial-volume{grid-template-columns:1fr}
	.jf-commercial-volume>span:last-of-type{grid-column:auto}
	.jf-quote-route{align-items:stretch;flex-direction:column;text-align:center}
	.jf-quote-route b{transform:rotate(90deg)}
}

@media (prefers-reduced-motion:reduce){
	.jf-commercial *,
	.jf-commercial *::before,
	.jf-commercial *::after{transition:none;scroll-behavior:auto}
	.jf-reveal-ready .jf-reveal:not(.is-visible){opacity:1;transform:none}
}
