/* Jurefarm Home v6 – mobile-first */

:root{
--surface:rgba(255,251,244,.92);
--card:#fffaf1;
--card-a:#f1e8d8;
--tx:#192019;
--mt:#5f665f;
--ln:rgba(25,32,25,.1);
--ac:#b91668;
--ac-dk:#7f0f48;
--gr:#284b39;
--gr-dk:#162c20;
--r:24px;
--rs:16px;
--sh:0 12px 40px rgba(16,23,18,.07);
--sh-lg:0 20px 60px rgba(9,15,11,.14);
--fh:"JFH Oliviar","Cervo Bold","Oliviar Sans","Helvetica Neue",Arial,sans-serif;
--fl:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
--fb:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
}

/* page */
.jfh-active .main-page-wrapper{background:linear-gradient(180deg,#fbf8f1,#f2ecdf)}
.jfh-active .main-page-wrapper,
.jfh-active .site-content,
.jfh-active .wd-content-area,
.jfh-active .page-content{margin-top:0!important;padding-top:0!important}
.jfh-active .page-title,
.jfh-active .title-shop,
.jfh-active .title-blog{display:none!important}
body.jfh-active .main-page-wrapper{
	margin-top:-40px!important;
	padding-top:0!important;
	min-height:auto!important;
}
body.jfh-active .main-page-wrapper>.container{
	width:100%!important;
	max-width:none!important;
	padding-top:0!important;
	padding-right:0!important;
	padding-left:0!important;
}
body.jfh-active .content-layout-wrapper{
	display:block;
	margin-top:0!important;
	margin-right:0!important;
	margin-left:0!important;
}
body.jfh-active .site-content.jfh{
	flex:0 0 100%;
	width:100%!important;
	max-width:none!important;
	margin-top:0!important;
	margin-bottom:0!important;
	padding-top:0!important;
	padding-right:0!important;
	padding-left:0!important;
}
body.jfh-active .jfh,
body.jfh-active .jfh-hero{
	margin-top:-40px!important;
	padding-top:0!important;
}
.jfh{width:100%;max-width:none;padding:0!important;font-family:var(--fb);color:var(--tx)}
.jfh a{text-decoration:none}
.jfh h1,.jfh h2,.jfh h3{font-family:var(--fh);margin:0;line-height:.97;letter-spacing:-.02em}
.jfh-w{width:min(100% - 24px,1240px);margin:0 auto}

/* kicker */
.jfh-kicker{display:inline-flex;align-items:center;gap:10px;margin:0 0 10px;font-family:var(--fl);font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}
.jfh-kicker::before{content:"";width:24px;height:1px;background:currentColor}

/* buttons */
.jfh-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:0;border-radius:999px;font-family:var(--fh);font-size:15px;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:transform .18s,background .18s,box-shadow .18s}
.jfh-btn:hover{transform:translateY(-1px)}
.jfh-btn--accent{background:var(--ac);color:#fff;box-shadow:0 10px 28px rgba(185,22,104,.26)}
.jfh-btn--accent:hover{background:var(--ac-dk)}
.jfh-btn--outline{border:2px solid var(--gr);background:transparent;color:var(--gr)}
.jfh-btn--outline:hover{background:var(--gr);color:#fff}
.jfh-btn--ghost{border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.08);color:#fff;backdrop-filter:blur(6px)}
.jfh-btn--white{border:2px solid #fff;background:transparent;color:#fff}
.jfh-btn--white:hover{background:#fff;color:var(--gr-dk)}

/* ═══ HERO SLIDER ═══ */

.jfh-hero{position:relative;z-index:2;padding:0;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}

.jfh-slider{position:relative;overflow:hidden;background:#101611}
.jfh-slider-track{position:relative;min-height:392px}

.jfh-slide{
	position:absolute;inset:0;display:flex;align-items:flex-end;
	padding:22px 20px 52px;
	background-color:#101611;
	background-image:
		linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(2,8,4,.52) 42%,rgba(2,8,4,.9) 100%),
		var(--si,none);
	background-size:cover;background-position:center;
	color:#fff;
	opacity:0;pointer-events:none;transform:scale(1.02);
	transition:opacity .5s ease,transform .5s ease;
}
.jfh-slide.is-active{opacity:1;pointer-events:auto;transform:scale(1)}
.jfh-slide--lcp{
	background-image:none;
	overflow:hidden;
}
.jfh-slide--lcp::before{
	content:"";
	position:absolute;
	inset:0;
	z-index:1;
	background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(2,8,4,.52) 42%,rgba(2,8,4,.9) 100%);
}
.jfh-slide-media{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	object-fit:cover;
	z-index:0;
}

.jfh-slide-in{max-width:640px;position:relative;z-index:2}

.jfh-slide-kicker{
	display:inline-flex;align-items:center;gap:10px;margin:0 0 12px;
	font-family:var(--fl);font-size:12px;font-weight:600;
	letter-spacing:.16em;text-transform:uppercase;
	color:#fff;
}
.jfh-slide-kicker::before{content:"";width:24px;height:1px;background:#fff}

.jfh-slide h1{font-size:clamp(38px,11vw,64px);max-width:10ch;color:#fff;text-wrap:balance}
.jfh-slide .jfh-btn{margin-top:18px}

/* dots */
.jfh-slider-dots{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);z-index:2;display:flex;gap:8px}
.jfh .jfh-slider-dot,.jfh-slider-dot{
	-webkit-appearance:none!important;appearance:none!important;
	display:block;width:10px;height:10px;min-width:0;min-height:0;
	border:0!important;border-radius:50%!important;
	background:rgba(255,255,255,.4)!important;
	padding:0!important;margin:0;cursor:pointer;outline:none;box-shadow:none!important;
	transition:width .2s,background .2s,border-radius .2s;
}
.jfh .jfh-slider-dot.is-active,.jfh-slider-dot.is-active{
	width:28px!important;border-radius:999px!important;background:#fff!important;
}
/* ═══ MARQUEE ═══ */

.jfh-marquee{position:relative;z-index:2;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow:hidden;background:linear-gradient(90deg,#050505 0%,#111111 50%,#050505 100%);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.jfh-marquee-in{overflow:hidden}
.jfh-marquee-track{display:flex;align-items:center;gap:18px;min-width:max-content;padding:10px 0;will-change:transform;animation:jfh-marquee-scroll 42s linear infinite}
.jfh-marquee-item{display:inline-flex;align-items:center;gap:12px;padding:0 2px;color:#fff}
.jfh-marquee-dot{display:block;width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,#d53f86,#b91668);box-shadow:0 0 0 4px rgba(185,22,104,.12)}
.jfh-marquee-text{font-family:var(--fh);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;color:rgba(255,255,255,.92)}
.jfh-marquee:hover .jfh-marquee-track{animation-play-state:paused}
@keyframes jfh-marquee-scroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}

/* ═══ TRUST ═══ */

.jfh-trust{padding:16px 0 0}
.jfh-trust-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.jfh-trust-i{display:grid;grid-template-columns:50px 1fr;gap:12px;align-items:flex-start;padding:15px 15px 14px;border-radius:20px;background:linear-gradient(180deg,rgba(255,251,244,.98),rgba(250,244,231,.94));border:1px solid rgba(25,32,25,.08);box-shadow:0 8px 26px rgba(15,23,17,.05)}
.jfh-trust-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:16px;background:linear-gradient(145deg,rgba(40,75,57,.12),rgba(185,22,104,.14));color:var(--gr)}
.jfh-trust-icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}
.jfh-trust-copy strong{display:block;margin-bottom:4px;font-size:14px;font-weight:700;color:var(--tx);line-height:1.2}
.jfh-trust-copy span{display:block;font-size:12px;color:var(--mt);line-height:1.45}

/* ═══ SECTIONS ═══ */

.jfh-sec{padding:40px 0 0}
.jfh-sec--products{padding-top:32px}
.jfh-sec-h{max-width:700px;margin-bottom:18px}
.jfh-sec-h .jfh-kicker{color:var(--gr)}
.jfh-sec-h h2{font-size:clamp(26px,7.5vw,46px)}
.jfh-sec-lead{margin:12px 0 0;max-width:64ch;font-size:15px;line-height:1.68;color:var(--mt)}

/* ═══ PRODUCTS ═══ */

.jfh-tabs{display:grid;gap:22px}
.jfh-tablist{display:flex;flex-wrap:wrap;gap:8px;width:max-content;max-width:100%;padding:6px;border:1px solid var(--ln);border-radius:999px;background:rgba(255,251,244,.88);box-shadow:0 14px 34px rgba(15,23,17,.06)}
.jfh-tab{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid rgba(25,32,25,.12);border-radius:999px;background:rgba(255,251,244,.8);font-family:var(--fh);font-size:14px;font-weight:700;color:var(--tx);cursor:pointer;transition:background .18s,border-color .18s,color .18s,transform .18s}
.jfh-tab:hover{transform:translateY(-1px)}
.jfh-tab.is-active{background:var(--gr);border-color:var(--gr);color:#fff;box-shadow:0 12px 26px rgba(22,44,32,.16)}
.jfh-pane{display:grid;gap:18px}
.jfh-pane[hidden]{display:none!important}
.jfh-pane-head{display:grid;gap:16px;align-items:end}
.jfh-pane-copy{display:grid;gap:8px;max-width:62ch}
.jfh-pane-head h3{font-size:clamp(24px,5vw,34px)}
.jfh-pane-head p{margin:0;max-width:60ch;font-size:15px;line-height:1.68;color:var(--mt)}
.jfh-prod-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.jfh-prod{overflow:hidden;border-radius:var(--r);background:var(--card);border:1px solid var(--ln);box-shadow:var(--sh);transition:box-shadow .25s,transform .25s}
.jfh-prod:hover{box-shadow:var(--sh-lg);transform:translateY(-2px)}
.jfh-prod-img{display:block;aspect-ratio:1;overflow:hidden;background:var(--card-a)}
.jfh-prod-img img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.jfh-prod:hover .jfh-prod-img img{transform:scale(1.04)}
.jfh-prod-ph{display:block;width:100%;height:100%;background:linear-gradient(135deg,#ece4d5,#d6ccb8)}
.jfh-prod-body{padding:12px 14px 16px}
.jfh-prod-cat{display:inline-block;margin-bottom:4px;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gr)}
.jfh-prod-name{font-size:16px;line-height:1.12}
.jfh-prod-name a{color:var(--tx)}
.jfh-prod-price{margin-top:8px;font-weight:700;font-size:14px;color:var(--gr-dk)}
.jfh-prod-price del{opacity:.5}
.jfh-prod-cta{display:inline-flex;align-items:center;margin-top:10px;font-weight:700;font-size:13px;color:var(--ac-dk);transition:color .15s}
.jfh-prod-cta::after{content:"\2192";margin-left:5px;transition:margin-left .15s}
.jfh-prod:hover .jfh-prod-cta::after{margin-left:9px}
.jfh-prod-more{text-align:center;margin-top:22px}

/* ═══ QUALITY – dark image section ═══ */

.jfh-qual{
	margin-top:48px;padding:56px 0;
	background-color:var(--gr-dk);
	background-image:
		linear-gradient(180deg,rgba(22,44,32,.88) 0%,rgba(22,44,32,.94) 100%),
		var(--qi,none);
	background-size:cover;background-position:center;
	color:#fff;
	overflow:hidden;
}
.jfh-qual-grid{display:grid;grid-template-columns:1fr;gap:28px}
.jfh-qual-intro .jfh-kicker{color:rgba(255,255,255,.65)}
.jfh-qual-intro h2{font-size:clamp(26px,7.5vw,46px);color:#fff}
.jfh-qual-intro p{margin:12px 0 20px;font-size:15px;line-height:1.65;color:rgba(255,255,255,.78)}
.jfh-qual-act{display:flex;flex-wrap:wrap;align-items:center;gap:12px 14px}
.jfh-qual-link{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:700;letter-spacing:.04em;color:rgba(255,255,255,.92)}
.jfh-qual-link::after{content:"\2192";transition:transform .15s ease}
.jfh-qual-link:hover{color:#fff}
.jfh-qual-link:hover::after{transform:translateX(3px)}

.jfh-qual-list{display:grid;grid-template-columns:1fr;gap:12px}
.jfh-qual-item{padding:18px;border-radius:var(--rs);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(4px)}
.jfh-qual-item strong{display:block;margin-bottom:4px;font-size:15px;font-weight:700;color:#fff}
.jfh-qual-item p{margin:0;font-size:13px;line-height:1.6;color:rgba(255,255,255,.72)}

/* ═══ FAQ ═══ */

.jfh-faq{padding-top:46px}
.jfh-faq-list{display:grid;gap:8px;max-width:800px}
.jfh-faq-item{border:1px solid var(--ln);border-radius:var(--rs);background:var(--surface);overflow:hidden}
.jfh-faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;font-weight:700;font-size:15px;line-height:1.3;cursor:pointer;list-style:none;color:var(--tx);transition:color .15s}
.jfh-faq-item summary::-webkit-details-marker{display:none}
.jfh-faq-item summary::marker{display:none;content:""}
.jfh-faq-item summary::after{content:"+";flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--card-a);font-size:18px;font-weight:400;color:var(--gr);transition:transform .2s,background .2s}
.jfh-faq-item[open] summary::after{content:"\2212";background:var(--gr);color:#fff;transform:rotate(180deg)}
.jfh-faq-item[open] summary{color:var(--gr)}
.jfh-faq-a{padding:0 18px 16px}
.jfh-faq-a p{margin:0;font-size:14px;line-height:1.65;color:var(--mt)}

/* ═══ VOICES ═══ */

.jfh-reviews{padding-top:42px}
.jfh-reviews-embed{
	padding:18px;
	border-radius:var(--r);
	background:var(--surface);
	border:1px solid var(--ln);
	box-shadow:var(--sh);
	overflow:hidden;
}
.jfh-reviews-embed > *:first-child{margin-top:0!important}
.jfh-reviews-embed iframe,
.jfh-reviews-embed .ti-widget,
.jfh-reviews-embed .ti-widget-container{
	max-width:100%!important;
}
.jfh-reviews-skeleton{
	display:grid;
	gap:12px;
}
.jfh-reviews-skeleton__bar{
	display:block;
	height:16px;
	border-radius:999px;
	background:linear-gradient(90deg,rgba(25,32,25,.08),rgba(255,255,255,.8),rgba(25,32,25,.08));
	background-size:220% 100%;
	animation:jfh-review-shimmer 1.4s linear infinite;
}
.jfh-reviews-skeleton__bar--title{height:22px;width:42%}
.jfh-reviews-skeleton__bar--short{width:58%}
.jfh-reviews-fallback{
	font-size:14px;
	line-height:1.6;
	color:var(--mt);
}
@keyframes jfh-review-shimmer{
	from{background-position:200% 0}
	to{background-position:-200% 0}
}

.jfh-voices{padding-top:42px}
.jfh-voices-grid{display:grid;grid-template-columns:1fr;gap:12px}
.jfh-voice{
	padding:20px;border-radius:var(--r);background:var(--surface);
	border:1px solid var(--ln);box-shadow:var(--sh)
}
.jfh-voice-top{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.jfh-voice-avatar{
	display:grid;place-items:center;flex:0 0 44px;
	width:44px;height:44px;border-radius:50%;
	background:linear-gradient(145deg,rgba(40,75,57,.14),rgba(185,22,104,.16));
	font-family:var(--fh);font-size:16px;font-weight:700;color:var(--gr)
}
.jfh-voice-meta strong{display:block;font-size:14px;line-height:1.1;color:var(--tx)}
.jfh-voice-meta span{display:block;margin-top:3px;font-size:11px;line-height:1.35;color:var(--mt);text-transform:uppercase;letter-spacing:.08em}
.jfh-voice-rating{display:flex;gap:3px;margin:0 0 10px;color:rgba(185,22,104,.24)}
.jfh-voice-star{font-size:14px;line-height:1}
.jfh-voice-star.is-on{color:#b91668}
.jfh-voice-text{margin:0 0 12px;font-size:14px;line-height:1.7;color:var(--tx)}
.jfh-voice-link{display:inline-flex;align-items:center;font-size:13px;font-weight:700;color:var(--ac-dk)}
.jfh-voice-link::after{content:"\2192";margin-left:6px;transition:margin-left .15s}
.jfh-voice:hover .jfh-voice-link::after{margin-left:10px}

/* ═══ CTA ═══ */

.jfh-cta{padding:46px 0 56px}
.jfh-cta-box{display:grid;grid-template-columns:1fr;gap:18px;padding:26px 22px;border-radius:var(--r);background:radial-gradient(circle at top right,rgba(255,255,255,.1),transparent 30%),linear-gradient(135deg,#1a3427,#2c5b43);color:#fff;box-shadow:var(--sh-lg)}
.jfh-cta-box .jfh-kicker{color:rgba(255,255,255,.92)}
.jfh-cta-box h2{font-size:clamp(24px,6.5vw,40px);color:#fff}
.jfh-cta-box p{margin:10px 0 0;max-width:56ch;font-size:15px;line-height:1.65;color:rgba(255,255,255,.84)}
.jfh-cta-act{display:flex;flex-wrap:wrap;gap:10px}

/* ═══ 640px ═══ */
@media(min-width:640px){
.jfh-w{width:min(100% - 32px,1240px)}
.jfh-slider-track{min-height:430px}
.jfh-trust-row{grid-template-columns:repeat(4,minmax(0,1fr))}
.jfh-prod-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.jfh-qual-list{grid-template-columns:repeat(2,minmax(0,1fr))}
.jfh-voices-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.jfh-pane-head{grid-template-columns:1fr auto}
}

/* ═══ 960px ═══ */
@media(min-width:960px){
.jfh-slider-track{min-height:492px}
.jfh-slide{padding:34px 72px 64px}
.jfh-slide h1{font-size:clamp(56px,6.5vw,88px)}
.jfh-tabs{gap:22px}
.jfh-tablist{gap:10px;padding:7px;background:rgba(255,251,244,.92)}
.jfh-tab{min-height:48px;padding:0 20px;font-size:15px}
.jfh-pane-head{grid-template-columns:1fr auto}
.jfh-prod-body{padding:14px 16px 18px}
.jfh-prod-name{font-size:18px}
.jfh-voices-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.jfh-qual{
	padding:78px 0;
	width:100vw;
	margin-left:calc(50% - 50vw);
	margin-right:calc(50% - 50vw);
}
.jfh-qual-grid{grid-template-columns:1fr 1.2fr;gap:48px;align-items:start}
.jfh-cta-box{grid-template-columns:1fr auto;align-items:center;padding:36px 40px}
}

/* ═══ 1200px ═══ */
@media(min-width:1200px){
.jfh-slider-track{min-height:520px}
.jfh-slide{padding:38px 96px 68px}
}

@media (prefers-reduced-motion:reduce){
.jfh-slide,.jfh-slider-dot,.jfh-cat,.jfh-prod,.jfh-btn,.jfh-tab{transition:none}
.jfh-marquee-track{animation:none;min-width:0;flex-wrap:wrap;white-space:normal;justify-content:center}
}
