/**
 * Jamroots Graphic — Homepage (mockup)
 * Cream / Forest / Gold / Red · DM Sans headings · Inter body
 * Scoped under .jr-main--home where possible
 */

/* ==========================================================================
   0. Homepage tokens & shell
   ========================================================================== */

.jr-main--home {
	--jr-bg: #F7F2E6;
	--jr-bg-elevated: #FFFEFA;
	--jr-elevated: #FFFEFA;
	--jr-ink: #141210;
	--jr-text: #1C1A16;
	--jr-muted: #5E5A52;
	--jr-forest: #1F6A33;
	--jr-forest-deep: #185528;
	--jr-gold: #E6B80C;
	--jr-gold-soft: #F2D04A;
	--jr-red: #B54A3C;
	--jr-red-soft: #C86B5A;
	--jr-orange: #C86B5A;
	--jr-white: #FFFFFF;
	--jr-border: rgba(28, 24, 16, 0.1);
	--jr-border-strong: rgba(28, 24, 16, 0.16);
	--jr-radius-lg: 28px;
	--jr-radius-md: 18px;
	--jr-radius-sm: 12px;
	--jr-radius-pill: 999px;
	--jr-font-hero: "DM Sans", "Avenir Next", "Segoe UI", sans-serif;
	--jr-font-accent: "Cormorant Garamond", "Times New Roman", serif;
	--jr-font-body: "Inter", "Segoe UI", system-ui, sans-serif;
	--jr-heading-accent: #1F6A33;
	--jr-gradient-brand: linear-gradient(90deg, #E6B80C 0%, #B54A3C 50%, #1F6A33 100%);
	--jr-shadow-soft: 0 8px 24px rgba(28, 24, 16, 0.07);
	--jr-shadow: 0 18px 42px rgba(28, 24, 16, 0.11);
	--jr-shadow-lift: 0 14px 36px rgba(28, 24, 16, 0.13);
	--jr-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--jr-home-gutter: clamp(1rem, 3.5vw, 2.25rem);
	--jr-home-section-y: clamp(3.5rem, 8vw, 6.5rem);
	--jr-container: 1180px;

	background: var(--jr-bg);
	color: var(--jr-text);
	font-family: var(--jr-font-body);
	overflow-x: clip;
}

.jr-main--home .jr-container {
	width: min(100% - (var(--jr-home-gutter) * 2), var(--jr-container));
	margin-inline: auto;
}

.jr-main--home a {
	color: inherit;
	text-decoration: none;
}

.jr-main--home a:hover {
	color: var(--jr-forest);
}

.jr-main--home img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Shared section chrome */
.jr-main--home .jr-home-section {
	padding-block: var(--jr-home-section-y);
}

.jr-main--home .jr-home-section__header {
	text-align: center;
	max-width: 40rem;
	margin: 0 auto 2.75rem;
}

.jr-main--home .jr-home-section__title {
	font-family: var(--jr-font-hero);
	font-weight: 700;
	font-size: clamp(2rem, 4.2vw, 3.15rem);
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: var(--jr-ink);
	margin: 0 0 0.85rem;
}

.jr-main--home .jr-home-section__accent {
	font-family: var(--jr-font-accent);
	font-style: italic;
	font-weight: 500;
	color: var(--jr-heading-accent);
}

.jr-main--home .jr-home-section__sub {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.65;
	color: var(--jr-muted);
}

/* Shared section label — Customer Love style (— LABEL — gold pill) */
.jr-main--home .jr-home-eyebrow,
.jr-main--home .jr-home-about__eyebrow,
.jr-main--home .jr-home-collection__eyebrow,
.jr-main--home .jr-home-how__eyebrow,
.jr-main--home .jr-home-custom__badge,
.jr-main--home .jr-home-reviews__eyebrow,
.jr-main--home .jr-home-faq__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 0 0 1rem;
	padding: 0.42rem 1rem;
	border-radius: var(--jr-radius-pill);
	background: rgba(230, 184, 12, 0.16);
	border: 1px solid rgba(184, 140, 28, 0.38);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8B3A28;
	line-height: 1.2;
}

.jr-main--home .jr-home-eyebrow::before,
.jr-main--home .jr-home-eyebrow::after,
.jr-main--home .jr-home-about__eyebrow-dot,
.jr-main--home .jr-home-how__eyebrow-dot,
.jr-main--home .jr-home-custom__badge-dot,
.jr-main--home .jr-home-faq__eyebrow-dot {
	display: none !important;
}

/* Shared section titles */
.jr-main--home .jr-home-about__title,
.jr-main--home .jr-home-collection__title,
.jr-main--home .jr-home-how__header .jr-home-how__title,
.jr-main--home .jr-home-custom__title,
.jr-main--home .jr-home-reviews__title,
.jr-main--home .jr-home-faq__title {
	margin: 0 0 0.85rem;
	font-family: var(--jr-font-hero);
	font-size: clamp(2.05rem, 4.2vw, 2.95rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: var(--jr-ink);
}

.jr-main--home .jr-home-about__accent,
.jr-main--home .jr-home-collection__accent,
.jr-main--home .jr-home-how__accent,
.jr-main--home .jr-home-custom__accent,
.jr-main--home .jr-home-reviews__accent,
.jr-main--home .jr-home-faq__accent {
	font-family: var(--jr-font-accent);
	font-style: italic;
	font-weight: 500;
	color: var(--jr-heading-accent);
}

.jr-main--home .jr-home-about__text,
.jr-main--home .jr-home-collection__sub,
.jr-main--home .jr-home-how__sub,
.jr-main--home .jr-home-custom__text,
.jr-main--home .jr-home-reviews__sub,
.jr-main--home .jr-home-faq__sub {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.65;
	color: var(--jr-muted);
}


/* Layout helpers for shared section headers */
.jr-main--home .jr-home-custom__title,
.jr-main--home .jr-home-faq__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.jr-main--home .jr-home-custom__title-line,
.jr-main--home .jr-home-custom__accent,
.jr-main--home .jr-home-faq__title-line,
.jr-main--home .jr-home-faq__accent {
	display: block;
}

.jr-main--home .jr-home-custom__text {
	margin: 0 0 1.5rem;
	max-width: 32rem;
}

.jr-main--home .jr-home-faq__sub {
	margin: 0 0 1.85rem;
	max-width: 22.5rem;
}

.jr-main--home .jr-home-how__sub {
	margin: 0 auto;
	max-width: 34rem;
}

.jr-main--home .jr-home-reviews__sub {
	max-width: 28rem;
}

.jr-main--home .jr-home-collection__sub {
	max-width: 34rem;
}

.jr-main--home .jr-home-about__text {
	max-width: 32rem;
}


/* ==========================================================================
   1. Utilities — pills, badges, buttons
   ========================================================================== */

.jr-main--home .jr-pill,
.jr-main--home .jr-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.4rem 0.95rem;
	border-radius: var(--jr-radius-pill);
	font-family: var(--jr-font-body);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.2;
	white-space: nowrap;
}

.jr-main--home .jr-pill--red,
.jr-main--home .jr-badge--red {
	background: var(--jr-red);
	color: var(--jr-white);
}

.jr-main--home .jr-pill--gold,
.jr-main--home .jr-badge--gold {
	background: var(--jr-gold);
	color: var(--jr-ink);
}

.jr-main--home .jr-pill--forest,
.jr-main--home .jr-badge--forest {
	background: var(--jr-forest);
	color: var(--jr-white);
}

.jr-main--home .jr-pill--ghost,
.jr-main--home .jr-badge--ghost {
	background: rgba(255, 255, 255, 0.14);
	color: var(--jr-white);
	border: 1px solid rgba(255, 255, 255, 0.28);
}

.jr-main--home .jr-pill--verified {
	background: rgba(33, 108, 53, 0.1);
	color: var(--jr-forest);
	letter-spacing: 0.06em;
}

.jr-main--home .jr-btn-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem;
}

.jr-main--home .jr-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 3.05rem;
	padding: 0.85rem 1.65rem;
	border: 1.5px solid transparent;
	border-radius: var(--jr-radius-pill);
	font-family: var(--jr-font-body);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	isolation: isolate;
	transition:
		background 0.35s var(--jr-ease),
		color 0.35s var(--jr-ease),
		border-color 0.35s var(--jr-ease),
		box-shadow 0.35s var(--jr-ease),
		transform 0.35s var(--jr-ease);
}

.jr-main--home .jr-btn:hover {
	transform: translateY(-2px);
}

.jr-main--home .jr-btn:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(244, 199, 9, 0.45);
}

/* Shine sweep */
.jr-main--home .jr-btn::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		105deg,
		transparent 35%,
		rgba(255, 255, 255, 0.45) 48%,
		rgba(255, 255, 255, 0.65) 52%,
		transparent 65%
	);
	transform: translateX(-120%);
	transition: transform 0.65s var(--jr-ease);
	pointer-events: none;
	z-index: 1;
}

.jr-main--home .jr-btn:hover::after {
	transform: translateX(120%);
}

.jr-main--home .jr-btn > * {
	position: relative;
	z-index: 2;
}

.jr-main--home .jr-btn--primary {
	background: var(--jr-gold);
	color: var(--jr-ink);
	border-color: var(--jr-gold);
	box-shadow: 0 10px 24px rgba(244, 199, 9, 0.28);
}

.jr-main--home .jr-btn--primary:hover {
	background: linear-gradient(115deg, #216C35 0%, var(--jr-red) 48%, #F4C709 100%);
	border-color: transparent;
	color: var(--jr-white);
	box-shadow: 0 14px 32px rgba(33, 108, 53, 0.28);
}

.jr-main--home .jr-btn--gold {
	background: var(--jr-gold);
	color: var(--jr-ink);
	border-color: var(--jr-gold);
	box-shadow: 0 10px 24px rgba(244, 199, 9, 0.28);
}

.jr-main--home .jr-btn--gold:hover {
	background: var(--jr-gold-soft);
	border-color: var(--jr-gold-soft);
	color: var(--jr-ink);
	box-shadow: 0 14px 30px rgba(244, 199, 9, 0.35);
}

.jr-main--home .jr-btn--ghost,
.jr-main--home .jr-btn--ghost-light {
	background: transparent;
	color: var(--jr-white);
	border-color: rgba(255, 255, 255, 0.55);
}

.jr-main--home .jr-btn--ghost:hover,
.jr-main--home .jr-btn--ghost-light:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: var(--jr-white);
	color: var(--jr-white);
}

.jr-main--home .jr-btn--ghost-dark {
	background: transparent;
	color: var(--jr-ink);
	border-color: rgba(18, 18, 18, 0.28);
}

.jr-main--home .jr-btn--ghost-dark:hover {
	border-color: var(--jr-forest);
	color: var(--jr-forest);
	background: rgba(33, 108, 53, 0.06);
}

.jr-main--home .jr-btn--secondary {
	background: transparent;
	color: var(--jr-ink);
	border-color: var(--jr-ink);
}

.jr-main--home .jr-btn--secondary:hover {
	background: var(--jr-ink);
	color: var(--jr-white);
	border-color: var(--jr-ink);
}

.jr-main--home .jr-btn--forest {
	background: var(--jr-forest);
	color: #fff;
	border-color: var(--jr-forest);
	box-shadow: 0 12px 28px rgba(31, 106, 51, 0.28);
}

.jr-main--home .jr-btn--forest:hover {
	background: var(--jr-forest-deep, #185528);
	border-color: var(--jr-forest-deep, #185528);
	color: #fff;
	box-shadow: 0 14px 32px rgba(31, 106, 51, 0.34);
}

.jr-main--home a.jr-btn--forest,
.jr-main--home a.jr-btn--forest:visited,
.jr-main--home a.jr-btn--forest:hover,
.jr-main--home a.jr-btn--forest:active {
	color: #fff;
}

/* ==========================================================================
   2. Hero slider — .jr-home-hero (left-aligned, matches mockup)
   ========================================================================== */

.jr-main--home .jr-home-hero {
	position: relative;
	padding: 1.25rem var(--jr-home-gutter) 1.5rem;
}

.jr-main--home .jr-home-hero__viewport,
.jr-main--home .jr-home-hero__frame {
	position: relative;
	isolation: isolate;
	min-height: clamp(30rem, 78vh, 44rem);
	border-radius: clamp(1.75rem, 3.2vw, 2.25rem);
	overflow: hidden;
	background: #0c1210;
	box-shadow: var(--jr-shadow);
}

.jr-main--home .jr-home-hero__slider {
	position: absolute;
	inset: 0;
}

.jr-main--home .jr-home-hero__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.7s var(--jr-ease), visibility 0.7s var(--jr-ease);
	pointer-events: none;
	display: block !important;
}

.jr-main--home .jr-home-hero__slide[hidden] {
	display: block !important;
}

.jr-main--home .jr-home-hero__slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 1;
}

.jr-main--home .jr-home-hero__media {
	position: absolute;
	inset: 0;
}

.jr-main--home .jr-home-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
	transform: scale(1.04);
	transition: transform 8s linear;
}

.jr-main--home .jr-home-hero__slide.is-active .jr-home-hero__media img {
	transform: scale(1);
}

/* Strong left scrim so left-aligned copy stays readable */
.jr-main--home .jr-home-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			90deg,
			rgba(6, 12, 9, 0.92) 0%,
			rgba(6, 12, 9, 0.72) 32%,
			rgba(6, 12, 9, 0.28) 58%,
			rgba(6, 12, 9, 0.06) 100%
		),
		linear-gradient(180deg, rgba(6, 12, 9, 0.18) 0%, transparent 40%, rgba(6, 12, 9, 0.4) 100%);
	pointer-events: none;
	z-index: 1;
}

/* LEFT-ALIGNED copy block — vertically centered in left third */
.jr-main--home .jr-home-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	width: 100%;
	max-width: min(34rem, 52%);
	min-height: clamp(30rem, 78vh, 44rem);
	margin: 0;
	padding:
		clamp(2.5rem, 6vw, 4rem)
		1.5rem
		clamp(4.5rem, 9vw, 5.75rem)
		clamp(2.25rem, 6.5vw, 4.75rem);
	color: var(--jr-white);
	box-sizing: border-box;
}

.jr-main--home .jr-home-hero__badge {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	margin: 0 0 1.35rem;
	padding: 0.45rem 0.95rem;
	border-radius: var(--jr-radius-pill);
	background: var(--jr-red);
	color: var(--jr-white);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.2;
	box-shadow: 0 8px 22px rgba(181, 74, 60, 0.42);
}

.jr-main--home .jr-home-hero__title {
	font-family: var(--jr-font-hero);
	font-weight: 700;
	font-size: clamp(2.65rem, 6.2vw, 4.35rem);
	line-height: 1.02;
	letter-spacing: -0.03em;
	color: var(--jr-white);
	margin: 0;
	text-align: left;
}

.jr-main--home .jr-home-hero__title-line {
	display: block;
}

.jr-main--home .jr-home-hero__accent {
	display: block;
	font-family: var(--jr-font-accent);
	font-style: italic;
	font-weight: 500;
	color: #6BC47A;
	letter-spacing: -0.01em;
}

.jr-main--home .jr-home-hero__sub,
.jr-main--home .jr-home-hero__text {
	margin: 1.15rem 0 0;
	max-width: 26rem;
	font-size: clamp(0.98rem, 1.5vw, 1.08rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.9);
	text-align: left;
}

.jr-main--home .jr-home-hero__actions {
	margin-top: 1.85rem;
	justify-content: flex-start;
}

.jr-main--home .jr-home-hero__actions .jr-btn--primary,
.jr-main--home .jr-home-hero__actions .jr-btn--gold {
	min-width: 9.5rem;
	box-shadow: 0 12px 32px rgba(244, 199, 9, 0.45);
}

.jr-main--home .jr-home-hero__nav,
.jr-main--home .jr-home-hero__arrow {
	position: absolute;
	z-index: 4;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.65rem;
	height: 2.65rem;
	padding: 0;
	border: 1.5px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.28);
	color: var(--jr-white);
	backdrop-filter: blur(8px);
	cursor: pointer;
	font-size: 1.35rem;
	line-height: 1;
	transition:
		background 0.25s var(--jr-ease),
		border-color 0.25s var(--jr-ease),
		color 0.25s var(--jr-ease);
}

.jr-main--home .jr-home-hero__nav--prev { left: clamp(0.85rem, 2vw, 1.35rem); }
.jr-main--home .jr-home-hero__nav--next { right: clamp(0.85rem, 2vw, 1.35rem); }

.jr-main--home .jr-home-hero__nav:hover,
.jr-main--home .jr-home-hero__arrow:hover {
	background: var(--jr-gold);
	border-color: var(--jr-gold);
	color: var(--jr-ink);
}

/* Dots centered · counter bottom-right */
.jr-main--home .jr-home-hero__footer,
.jr-main--home .jr-home-hero__controls {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: clamp(1.15rem, 3vw, 1.85rem);
	display: block;
	pointer-events: none;
	height: 0;
}

.jr-main--home .jr-home-hero__dots {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0;
	background: transparent;
	pointer-events: auto;
}

.jr-main--home .jr-home-hero__dot {
	width: 0.5rem;
	height: 0.5rem;
	padding: 0;
	border: 0;
	border-radius: var(--jr-radius-pill);
	background: rgba(255, 255, 255, 0.45);
	cursor: pointer;
	transition:
		width 0.3s var(--jr-ease),
		background 0.3s var(--jr-ease);
}

.jr-main--home .jr-home-hero__dot.is-active,
.jr-main--home .jr-home-hero__dot[aria-selected="true"] {
	width: 1.65rem;
	background: var(--jr-gold);
}

.jr-main--home .jr-home-hero__counter {
	position: absolute;
	right: clamp(1.25rem, 3.5vw, 2.25rem);
	bottom: 0;
	display: inline-flex;
	align-items: baseline;
	gap: 0.2rem;
	margin: 0;
	padding: 0.5rem 0.85rem;
	border-radius: var(--jr-radius-pill);
	background: rgba(0, 0, 0, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	font-family: var(--jr-font-body);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.75);
	font-variant-numeric: tabular-nums;
	pointer-events: auto;
}

.jr-main--home .jr-home-hero__counter [data-jr-hero-current],
.jr-main--home .jr-home-hero__counter-current {
	color: var(--jr-gold);
	font-size: 0.95rem;
}

.jr-main--home .jr-home-hero__counter-sep {
	opacity: 0.55;
	font-weight: 500;
}

.jr-main--home .jr-home-hero__arrows {
	display: none;
}

/* ==========================================================================
   3. About — .jr-home-about (mockup-matched)
   ========================================================================== */

.jr-main--home .jr-home-about {
	padding-block: var(--jr-home-section-y);
	background:
		linear-gradient(180deg, rgba(255, 254, 250, 0.55) 0%, transparent 28%),
		var(--jr-bg);
}

.jr-main--home .jr-home-about__layout,
.jr-main--home .jr-home-about__grid {
	display: grid;
	gap: clamp(2.25rem, 5vw, 4rem);
	align-items: center;
}

@media (min-width: 900px) {
	.jr-main--home .jr-home-about__layout,
	.jr-main--home .jr-home-about__grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
		gap: clamp(2.75rem, 5.5vw, 5rem);
	}
}

.jr-main--home .jr-home-about__content,
.jr-main--home .jr-home-about__copy {
	max-width: 34rem;
}

.jr-main--home .jr-home-about__title-line {
	display: block;
}

.jr-main--home .jr-home-about__accent {
	display: block;
}

.jr-main--home .jr-home-about__text {
	margin: 0 0 1.65rem;
}

.jr-main--home .jr-home-about__text strong {
	color: var(--jr-ink);
	font-weight: 700;
}

.jr-main--home .jr-home-about__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 0 0 1.85rem;
	padding: 1.2rem 0;
	border-top: 1px solid var(--jr-border);
	border-bottom: 0;
}

.jr-main--home .jr-home-about__stat {
	min-width: 0;
	padding-inline: 0.85rem;
	border-right: 1px solid var(--jr-border);
}

.jr-main--home .jr-home-about__stat:first-child {
	padding-left: 0;
}

.jr-main--home .jr-home-about__stat:last-child {
	border-right: 0;
	padding-right: 0;
}

.jr-main--home .jr-home-about__stat-value {
	display: block;
	font-family: var(--jr-font-hero);
	font-size: clamp(1.55rem, 2.6vw, 2rem);
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 0.35rem;
}

.jr-main--home .jr-home-about__stat-value--red {
	color: var(--jr-red);
}

.jr-main--home .jr-home-about__stat-value--green {
	color: var(--jr-forest);
}

.jr-main--home .jr-home-about__stat-label {
	display: block;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.35;
	color: var(--jr-muted);
}

.jr-main--home .jr-home-about__actions {
	margin-top: 0.15rem;
	flex-wrap: nowrap;
	align-items: center;
}

.jr-main--home .jr-home-about__actions .jr-btn {
	flex: 0 1 auto;
	white-space: nowrap;
	padding-inline: 1.25rem;
}

.jr-main--home .jr-home-about__actions .jr-btn--forest {
	background: var(--jr-forest);
	color: var(--jr-white);
	border-color: var(--jr-forest);
	box-shadow: 0 12px 28px rgba(33, 108, 53, 0.28);
}

.jr-main--home .jr-home-about__actions .jr-btn--forest:hover {
	background: var(--jr-forest-deep, #1a5429);
	border-color: var(--jr-forest-deep, #1a5429);
	color: var(--jr-white);
}

.jr-main--home .jr-home-about__actions .jr-btn--ghost-dark,
.jr-main--home .jr-home-about__actions .jr-btn--secondary {
	background: var(--jr-white);
	color: var(--jr-ink);
	border: 1.5px solid rgba(18, 18, 18, 0.18);
	box-shadow: none;
}

.jr-main--home .jr-home-about__actions .jr-btn--ghost-dark:hover,
.jr-main--home .jr-home-about__actions .jr-btn--secondary:hover {
	border-color: var(--jr-forest);
	color: var(--jr-forest);
	background: var(--jr-white);
}

.jr-main--home .jr-home-about__media {
	position: relative;
	justify-self: stretch;
	padding: 0.85rem 0.65rem 0.65rem 0.85rem;
}

.jr-main--home .jr-home-about__frame {
	position: absolute;
	inset: 0.15rem 0.35rem 1.35rem 1.5rem;
	border: 1.5px solid rgba(244, 199, 9, 0.45);
	border-radius: calc(var(--jr-radius-lg) + 0.35rem);
	pointer-events: none;
	z-index: 0;
}

.jr-main--home .jr-home-about__image {
	position: relative;
	z-index: 1;
	border-radius: var(--jr-radius-lg);
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: var(--jr-forest-deep);
	box-shadow: var(--jr-shadow-soft);
}

.jr-main--home .jr-home-about__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jr-main--home .jr-home-about__mark {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: grid;
	place-items: center;
	width: clamp(4.75rem, 11vw, 6rem);
	height: clamp(4.75rem, 11vw, 6rem);
	border-radius: 50%;
	background: var(--jr-white);
	box-shadow: 0 14px 32px rgba(18, 18, 18, 0.16);
	animation: jr-home-float 5.5s ease-in-out infinite;
}

.jr-main--home .jr-home-about__mark-inner {
	display: grid;
	place-items: center;
	width: 72%;
	height: 72%;
	border-radius: 50%;
	background: linear-gradient(145deg, #F4C709 0%, var(--jr-red-soft) 55%, var(--jr-red) 100%);
	color: #fff;
	font-family: var(--jr-font-hero);
	font-size: clamp(1rem, 1.8vw, 1.25rem);
	font-weight: 700;
	letter-spacing: 0.02em;
}

.jr-main--home .jr-home-about__badge {
	position: absolute;
	right: 0.35rem;
	bottom: 0.15rem;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.2rem;
	min-width: 7.25rem;
	max-width: 8.5rem;
	padding: 0.85rem 0.75rem;
	border-radius: 1rem;
	background: linear-gradient(145deg, var(--jr-gold) 0%, var(--jr-red-soft) 45%, var(--jr-red) 100%);
	color: var(--jr-white);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-align: center;
	line-height: 1.3;
	text-transform: uppercase;
	box-shadow: 0 14px 28px rgba(181, 74, 60, 0.35);
	white-space: normal;
}

.jr-main--home .jr-home-about__badge-star {
	font-size: 0.95rem;
	line-height: 1;
	color: #fff;
}

@keyframes jr-home-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}

/* ==========================================================================
   4. Collection — .jr-home-collection (mockup-matched)
   ========================================================================== */

.jr-main--home .jr-home-collection {
	padding-block: var(--jr-home-section-y);
	background: #FFFEFA;
	border-block: 1px solid rgba(28, 24, 16, 0.05);
}

.jr-main--home .jr-home-collection__header {
	text-align: center;
	max-width: 40rem;
	margin: 0 auto 2.15rem;
}

.jr-main--home .jr-home-collection__sub {
	margin: 0 auto;
	max-width: 34rem;
}

.jr-main--home .jr-home-collection__filters,
.jr-main--home .jr-home-collection__filter-bar {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
	align-items: center;
	column-gap: 0.5rem;
	width: 100%;
	max-width: none;
	margin: 0 0 2.5rem;
	padding: 1.1rem 1.2rem 1.1rem 1rem;
	border-radius: 1.65rem;
	background: #FFFEFA;
	border: 1px solid rgba(28, 24, 16, 0.07);
	box-shadow:
		0 1px 2px rgba(28, 24, 16, 0.03),
		0 12px 32px rgba(28, 24, 16, 0.06);
}

.jr-main--home .jr-home-collection__filters::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: clamp(6.5rem, 16%, 10rem);
	height: 3px;
	border-radius: 999px;
	background: var(--jr-gradient-brand);
}

.jr-main--home .jr-home-collection__filter {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	min-width: 0;
	padding: 0.25rem 0.85rem;
}

.jr-main--home .jr-home-collection__filter-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.55rem;
	height: 2.55rem;
	flex-shrink: 0;
	border-radius: 0.7rem;
	background: #E8F3EB;
	color: #216C35;
}

.jr-main--home .jr-home-collection__filter-icon svg {
	display: block;
	width: 1.15rem;
	height: 1.15rem;
}

.jr-main--home .jr-home-collection__filter-fields {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.12rem;
	min-width: 0;
	flex: 1;
	position: relative;
	padding-right: 1.1rem;
}

.jr-main--home .jr-home-collection__filter-label,
.jr-main--home .jr-home-collection__filters label {
	display: block;
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--jr-red);
	margin: 0;
	line-height: 1.2;
}

.jr-main--home .jr-home-collection__filter select,
.jr-main--home .jr-home-collection__filters select {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	min-height: 1.45rem;
	padding: 0 1.15rem 0 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23121212' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
		no-repeat right 0 center / 0.7rem,
		transparent;
	font-family: var(--jr-font-body);
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.25;
	color: #121212;
	cursor: pointer;
	box-shadow: none;
}

.jr-main--home .jr-home-collection__filter select:focus,
.jr-main--home .jr-home-collection__filters select:focus,
.jr-main--home .jr-home-collection__filter select:focus-visible,
.jr-main--home .jr-home-collection__filters select:focus-visible {
	outline: none;
	color: #216C35;
}

.jr-main--home .jr-home-collection__filter-btn {
	flex: 0 0 auto;
	align-self: center;
	justify-self: end;
	margin-left: 0.65rem;
	min-height: 3.1rem;
	padding: 0.85rem 1.45rem !important;
	border-radius: 999px !important;
	background: #216C35 !important;
	border: 1.5px solid #216C35 !important;
	color: #fff !important;
	font-size: 0.78rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
	box-shadow: 0 10px 24px rgba(33, 108, 53, 0.28);
	white-space: nowrap;
}

.jr-main--home .jr-home-collection__filter-btn:hover {
	background: #1a5429 !important;
	border-color: #1a5429 !important;
	color: #fff !important;
}

.jr-main--home .jr-home-collection__grid,
.jr-main--home .jr-home-collection .jr-product-grid,
.jr-main--home .jr-home-collection ul.products {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.15rem 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 720px) {
	.jr-main--home .jr-home-collection__grid,
	.jr-main--home .jr-home-collection .jr-product-grid,
	.jr-main--home .jr-home-collection ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.5rem 1.25rem;
	}
}

@media (min-width: 1024px) {
	.jr-main--home .jr-home-collection__grid,
	.jr-main--home .jr-home-collection .jr-product-grid,
	.jr-main--home .jr-home-collection ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/* Product cards — shared shop styles from commerce.css (.jr-card--product).
   Keep only light WC list resets here so home cards match /shop/ exactly. */
.jr-main--home .jr-home-collection .jr-card--product,
.jr-main--home .jr-home-collection .product {
	width: 100%;
	height: 100%;
	margin: 0;
	float: none;
	list-style: none;
}

.jr-main--home .jr-home-collection .jr-card--product .jr-card__excerpt {
	margin-bottom: 1.15rem;
}

.jr-main--home .jr-home-collection .jr-card__rating,
.jr-main--home .jr-home-collection .jr-card__stars,
.jr-main--home .jr-home-collection .jr-card__reviews {
	display: none !important;
}

/* ==========================================================================
   5. How it works — .jr-home-how (timeline, not cards)
   ========================================================================== */

.jr-main--home .jr-home-how {
	padding-block: var(--jr-home-section-y);
	background:
		radial-gradient(ellipse 70% 50% at 50% 0%, rgba(230, 184, 12, 0.08), transparent 60%),
		var(--jr-bg);
}

.jr-main--home .jr-home-how__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 40rem;
	margin: 0 auto 3.25rem;
}


.jr-main--home .jr-home-how__timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: none;
}

@media (min-width: 768px) {
	.jr-main--home .jr-home-how__timeline {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 2.25rem 1.5rem;
	}
}

@media (min-width: 960px) {
	.jr-main--home .jr-home-how__timeline {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		gap: 0.75rem 1rem;
		padding-inline: 0.25rem;
	}

	.jr-main--home .jr-home-how__timeline::before {
		content: "";
		position: absolute;
		top: 1.7rem;
		left: calc(100% / 12);
		right: calc(100% / 12);
		height: 2px;
		border-radius: 2px;
		background: linear-gradient(
			90deg,
			rgba(244, 199, 9, 0.55) 0%,
			rgba(181, 74, 60, 0.45) 50%,
			rgba(33, 108, 53, 0.5) 100%
		);
		opacity: 0.7;
		z-index: 0;
		pointer-events: none;
	}
}

.jr-main--home .jr-home-how__step {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.85rem;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	cursor: default;
}

.jr-main--home .jr-home-how__step:hover,
.jr-main--home .jr-home-how__step:focus-within {
	z-index: 2;
}

.jr-main--home .jr-home-how__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.4rem;
	min-width: 3.4rem;
	height: 3.4rem;
	padding: 0;
	border-radius: 50%;
	background: #fff;
	border: 1.5px solid rgba(33, 108, 53, 0.28);
	font-family: var(--jr-font-body);
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #216C35;
	box-shadow: 0 0 0 6px var(--jr-bg);
	transform: translateY(0);
	will-change: transform;
	transition:
		background 0.35s var(--jr-ease),
		border-color 0.35s var(--jr-ease),
		color 0.35s var(--jr-ease),
		box-shadow 0.35s var(--jr-ease),
		transform 0.35s var(--jr-ease);
}

.jr-main--home .jr-home-how__card-title,
.jr-main--home .jr-home-how__step-title {
	margin: 0;
	font-family: var(--jr-font-body);
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--jr-ink);
	transition: color 0.35s var(--jr-ease);
}

.jr-main--home .jr-home-how__card-text,
.jr-main--home .jr-home-how__step-text,
.jr-main--home .jr-home-how__text {
	margin: 0;
	max-width: 11.5rem;
	font-size: 0.84rem;
	line-height: 1.5;
	color: var(--jr-muted);
}

/* Hover / focus — only the number moves; layout stays fixed */
.jr-main--home .jr-home-how__step:hover .jr-home-how__num,
.jr-main--home .jr-home-how__step:focus-within .jr-home-how__num {
	transform: translateY(-6px);
	border-color: transparent;
	background: linear-gradient(135deg, #F4C709 0%, var(--jr-red-soft) 45%, var(--jr-red) 100%);
	color: #fff;
	box-shadow:
		0 0 0 3px #fff,
		0 0 0 9px var(--jr-bg),
		0 12px 28px rgba(181, 74, 60, 0.38),
		0 0 18px rgba(244, 199, 9, 0.35);
}

.jr-main--home .jr-home-how__step:hover .jr-home-how__card-title,
.jr-main--home .jr-home-how__step:hover .jr-home-how__step-title,
.jr-main--home .jr-home-how__step:focus-within .jr-home-how__card-title,
.jr-main--home .jr-home-how__step:focus-within .jr-home-how__step-title {
	color: #216C35;
}

/* ==========================================================================
   6. Custom service — .jr-home-custom (cream card, media + copy)
   ========================================================================== */

.jr-main--home .jr-home-custom {
	padding-block: var(--jr-home-section-y);
	background: #FFFEFA;
	border-block: 1px solid rgba(28, 24, 16, 0.05);
}

.jr-main--home .jr-home-custom__panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
	align-items: center;
	gap: clamp(1.5rem, 4vw, 3.5rem);
	padding: clamp(1.75rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3.25rem);
	border-radius: 1.75rem;
	background: linear-gradient(165deg, #F9F4E8 0%, #F3EBDA 100%);
	border: 1px solid rgba(28, 24, 16, 0.06);
	overflow: hidden;
	box-shadow:
		0 2px 6px rgba(28, 24, 16, 0.03),
		0 18px 40px rgba(28, 24, 16, 0.07);
}

.jr-main--home .jr-home-custom__panel::before {
	content: "";
	position: absolute;
	top: 18%;
	bottom: 18%;
	left: 0;
	width: 5px;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(180deg, #F4C709 0%, var(--jr-red) 50%, #216C35 100%);
	z-index: 1;
}

.jr-main--home .jr-home-custom__media {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	min-height: 0;
	padding: 0.5rem 0.5rem 0.75rem;
	background: transparent;
	border: 0;
	box-shadow: none;
	overflow: visible;
}

.jr-main--home .jr-home-custom__size {
	display: block;
	font-family: var(--jr-font-body);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(18, 18, 18, 0.38);
	line-height: 1;
}

.jr-main--home .jr-home-custom__mat {
	margin: 0;
	width: 100%;
	max-width: 22rem;
	perspective: 900px;
	filter: drop-shadow(18px 24px 28px rgba(18, 18, 18, 0.28));
}

.jr-main--home .jr-home-custom__mat img,
.jr-main--home .jr-home-custom__media img {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: contain;
	background: transparent;
	mix-blend-mode: normal;
	transform: perspective(900px) rotateY(-22deg) rotateX(12deg) rotateZ(6deg);
	filter: none;
	transition: transform 0.45s var(--jr-ease);
}

.jr-main--home .jr-home-custom__panel:hover .jr-home-custom__mat img {
	transform: perspective(900px) rotateY(-18deg) rotateX(10deg) rotateZ(5deg) translateY(-4px);
}

.jr-main--home .jr-home-custom__copy {
	max-width: none;
	margin: 0;
	padding-left: 0.25rem;
}


.jr-main--home .jr-home-custom__actions {
	flex-wrap: wrap;
	gap: 0.75rem 0.85rem;
}

.jr-main--home .jr-home-custom__actions .jr-btn--forest {
	background: #216C35;
	border-color: #216C35;
	color: #fff;
	box-shadow: 0 10px 24px rgba(33, 108, 53, 0.28);
}

.jr-main--home .jr-home-custom__actions .jr-btn--forest:hover {
	background: #1a5429;
	border-color: #1a5429;
	color: #fff;
	box-shadow: 0 12px 28px rgba(33, 108, 53, 0.34);
}

.jr-main--home .jr-home-custom__actions .jr-btn--ghost-dark {
	background: transparent;
	border-color: rgba(18, 18, 18, 0.22);
	color: var(--jr-ink);
	box-shadow: none;
}

.jr-main--home .jr-home-custom__actions .jr-btn--ghost-dark:hover {
	background: rgba(18, 18, 18, 0.04);
	border-color: rgba(18, 18, 18, 0.4);
	color: var(--jr-ink);
}

@media (max-width: 899px) {
	.jr-main--home .jr-home-custom__panel {
		grid-template-columns: 1fr;
		gap: 1.75rem;
		padding: 1.75rem 1.35rem 1.85rem;
	}

	.jr-main--home .jr-home-custom__panel::before {
		top: 0;
		bottom: auto;
		left: 18%;
		right: 18%;
		width: auto;
		height: 4px;
		border-radius: 0 0 4px 4px;
		background: linear-gradient(90deg, #F4C709 0%, var(--jr-red) 50%, #216C35 100%);
	}

	.jr-main--home .jr-home-custom__media {
		order: -1;
	}

	.jr-main--home .jr-home-custom__mat {
		max-width: 18rem;
	}

	.jr-main--home .jr-home-custom__copy {
		text-align: left;
	}
}

/* ==========================================================================
   7. Reviews — .jr-home-reviews
   ========================================================================== */

.jr-main--home .jr-home-reviews {
	padding-block: var(--jr-home-section-y);
	background:
		radial-gradient(ellipse 65% 45% at 100% 20%, rgba(31, 106, 51, 0.06), transparent 55%),
		var(--jr-bg);
}

.jr-main--home .jr-home-reviews__top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem 2rem;
	margin-bottom: 2.25rem;
}

.jr-main--home .jr-home-reviews__intro {
	max-width: 36rem;
	flex: 1 1 18rem;
}


.jr-main--home .jr-home-reviews__rating {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	padding: 0.95rem 1.25rem 0.95rem 1.15rem;
	border-radius: 1.15rem;
	background: var(--jr-forest);
	color: #fff;
	box-shadow: 0 12px 28px rgba(31, 106, 51, 0.26);
	flex: 0 0 auto;
}

.jr-main--home .jr-home-reviews__rating-score {
	display: block;
	font-family: var(--jr-font-hero);
	font-size: clamp(2.1rem, 3vw, 2.55rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.03em;
	color: var(--jr-gold);
	background: none;
	min-width: 0;
	height: auto;
	padding: 0;
	border-radius: 0;
}

.jr-main--home .jr-home-reviews__rating-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.2rem;
}

.jr-main--home .jr-home-reviews__rating-stars {
	color: #F4C709;
	letter-spacing: 0.12em;
	font-size: 0.78rem;
	line-height: 1;
}

.jr-main--home .jr-home-reviews__rating-label {
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: rgba(255, 255, 255, 0.92);
	padding: 0;
	white-space: nowrap;
}

.jr-main--home .jr-home-reviews__carousel {
	position: relative;
	overflow: hidden;
}

.jr-main--home .jr-home-reviews__track {
	display: flex;
	align-items: stretch;
	gap: 1.15rem;
	margin: 0;
	padding: 0 0 0.35rem;
	overflow: visible;
	scroll-snap-type: none;
	transform: translate3d(0, 0, 0);
	opacity: 1 !important;
	will-change: transform;
}

.jr-main--home .jr-home-reviews__track::-webkit-scrollbar {
	display: none;
}

.jr-main--home .jr-home-reviews__card {
	position: relative;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	scroll-snap-align: none;
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	padding: 1.5rem 1.4rem 1.35rem;
	border-radius: 1.15rem;
	background: #FFFEFA;
	border: 1px solid rgba(28, 24, 16, 0.08);
	box-shadow:
		0 2px 4px rgba(28, 24, 16, 0.03),
		0 12px 28px rgba(28, 24, 16, 0.06);
	min-height: 100%;
	box-sizing: border-box;
	transition:
		box-shadow 0.3s var(--jr-ease),
		border-color 0.3s var(--jr-ease),
		transform 0.3s var(--jr-ease);
}

@media (min-width: 720px) {
	.jr-main--home .jr-home-reviews__card {
		flex-basis: calc((100% - 1.15rem) / 2);
		width: calc((100% - 1.15rem) / 2);
	}
}

@media (min-width: 1024px) {
	.jr-main--home .jr-home-reviews__card {
		flex-basis: calc((100% - 2.3rem) / 3);
		width: calc((100% - 2.3rem) / 3);
	}
}

.jr-main--home .jr-home-reviews__card:hover {
	transform: none;
	box-shadow: 0 16px 36px rgba(18, 18, 18, 0.09);
}

.jr-main--home .jr-home-reviews__mark {
	position: absolute;
	top: 0.85rem;
	right: 1.15rem;
	font-family: var(--jr-font-hero);
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1;
	color: rgba(18, 18, 18, 0.08);
	pointer-events: none;
}

.jr-main--home .jr-home-reviews__card-head {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	padding-right: 1.5rem;
}

.jr-main--home .jr-home-reviews__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: #E8F3EB;
	color: #216C35;
	font-family: var(--jr-font-hero);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	flex-shrink: 0;
}

.jr-main--home .jr-home-reviews__who {
	min-width: 0;
}

.jr-main--home .jr-home-reviews__name {
	margin: 0;
	font-family: var(--jr-font-hero);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--jr-ink);
}

.jr-main--home .jr-home-reviews__location {
	margin: 0.2rem 0 0;
	font-size: 0.8rem;
	color: var(--jr-muted);
}

.jr-main--home .jr-home-reviews__stars-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem 0.7rem;
	margin: 0;
}

.jr-main--home .jr-home-reviews__stars {
	display: inline-flex;
	gap: 0.12rem;
	color: #F4C709;
	font-size: 0.88rem;
	letter-spacing: 0.04em;
	line-height: 1;
}

.jr-main--home .jr-home-reviews__verified {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.28rem 0.55rem;
	border-radius: 999px;
	background: rgba(33, 108, 53, 0.07);
	border: 1px solid rgba(33, 108, 53, 0.22);
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #216C35;
	line-height: 1;
}

.jr-main--home .jr-home-reviews__verified svg {
	color: #216C35;
	flex-shrink: 0;
}

.jr-main--home .jr-home-reviews__quote {
	margin: 0;
	flex: 1;
}

.jr-main--home .jr-home-reviews__quote p {
	margin: 0;
	font-family: var(--jr-font-hero);
	font-size: 1.02rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.55;
	color: var(--jr-ink);
	text-align: left;
}

.jr-main--home .jr-home-reviews__product {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	align-self: stretch;
	margin: 0.15rem 0 0;
	padding: 0.55rem 0.85rem;
	border: 0;
	border-radius: 999px;
	background: rgba(244, 199, 9, 0.14);
	font-size: 0.78rem;
	font-weight: 600;
	color: #3a3a3a;
	line-height: 1.3;
}

.jr-main--home .jr-home-reviews__product-icon {
	flex-shrink: 0;
	color: #216C35;
}

.jr-main--home .jr-home-reviews__controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1.5rem;
}

.jr-main--home .jr-home-reviews__dots {
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.jr-main--home .jr-home-reviews__dot {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 999px;
	border: 0;
	background: rgba(18, 18, 18, 0.18);
	padding: 0;
	cursor: pointer;
	transition:
		width 0.3s var(--jr-ease),
		background 0.3s var(--jr-ease);
}

.jr-main--home .jr-home-reviews__dot.is-active {
	width: 1.65rem;
	border-color: transparent;
	background: #216C35;
}

.jr-main--home .jr-home-reviews__arrows {
	display: flex;
	gap: 0.55rem;
}

.jr-main--home .jr-home-reviews__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.55rem;
	height: 2.55rem;
	border: 1.5px solid rgba(18, 18, 18, 0.16);
	border-radius: 50%;
	background: transparent;
	color: var(--jr-ink);
	cursor: pointer;
	font-size: 1.35rem;
	line-height: 1;
	transition:
		background 0.25s var(--jr-ease),
		border-color 0.25s var(--jr-ease),
		color 0.25s var(--jr-ease);
}

.jr-main--home .jr-home-reviews__nav:hover {
	background: #216C35;
	border-color: #216C35;
	color: #fff;
}

@media (max-width: 719px) {
	.jr-main--home .jr-home-reviews__top {
		align-items: flex-start;
	}
}

/* ==========================================================================
   8. FAQ — two-column help + accordion
   ========================================================================== */

.jr-main--home .jr-home-faq {
	padding-block: var(--jr-home-section-y);
	background: #FFFEFA;
	border-block: 1px solid rgba(28, 24, 16, 0.05);
}

.jr-main--home .jr-home-faq__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.28fr);
	gap: clamp(2.25rem, 5.5vw, 4.5rem);
	align-items: start;
}

.jr-main--home .jr-home-faq__aside {
	max-width: 24.5rem;
	position: sticky;
	top: 6.5rem;
}


.jr-main--home .jr-home-faq__help {
	margin: 0;
	padding: 1.55rem 1.5rem 1.6rem;
	border-radius: 1.35rem;
	background: linear-gradient(160deg, #278A45 0%, #1F6A33 42%, #164F26 100%);
	color: #fff;
	box-shadow: 0 16px 36px rgba(31, 106, 51, 0.28);
}

.jr-main--home .jr-home-faq__help-label {
	margin: 0 0 0.6rem;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--jr-gold);
	line-height: 1.2;
}

.jr-main--home .jr-home-faq__help-title {
	margin: 0 0 0.7rem;
	font-family: var(--jr-font-hero);
	font-size: clamp(1.5rem, 2.5vw, 1.95rem);
	font-weight: 700;
	line-height: 1.18;
	color: #fff;
}

.jr-main--home .jr-home-faq__help-accent {
	font-style: italic;
	font-weight: 600;
	color: var(--jr-gold);
}

.jr-main--home .jr-home-faq__help-text {
	margin: 0 0 1.35rem;
	font-size: 0.92rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.9);
}

.jr-main--home .jr-home-faq__help-actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.7rem;
}

.jr-main--home .jr-home-faq__help-actions .jr-btn {
	justify-content: center;
	width: 100%;
	min-height: 2.85rem;
}

.jr-main--home .jr-home-faq__help-actions .jr-btn--gold {
	box-shadow: 0 10px 24px rgba(244, 199, 9, 0.34);
}

.jr-main--home .jr-home-faq__help-actions .jr-btn--ghost-light {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.6);
	color: #fff;
}

.jr-main--home .jr-home-faq__help-actions .jr-btn--ghost-light:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #fff;
	color: #fff;
}

.jr-main--home .jr-home-faq__list {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jr-main--home .jr-home-faq__item {
	position: relative;
	border: 0;
	border-bottom: 1px solid rgba(28, 24, 16, 0.09);
	border-radius: 0;
	background: transparent;
	overflow: visible;
	box-shadow: none;
}

.jr-main--home .jr-home-faq__item:first-child {
	border-top: 1px solid rgba(28, 24, 16, 0.09);
}

.jr-main--home .jr-home-faq__item.is-open,
.jr-main--home .jr-home-faq__item.is-active {
	border-color: rgba(28, 24, 16, 0.09);
	box-shadow: none;
}

.jr-main--home .jr-home-faq__item.is-open::before,
.jr-main--home .jr-home-faq__item.is-active::before {
	content: "";
	position: absolute;
	top: 0.85rem;
	bottom: 0.85rem;
	left: 0;
	width: 3px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--jr-gold) 0%, var(--jr-red) 100%);
}

.jr-main--home .jr-home-faq__trigger {
	display: grid;
	grid-template-columns: 2.1rem 1fr auto;
	align-items: center;
	gap: 0.85rem;
	width: 100%;
	padding: 1.3rem 0.2rem 1.3rem 1rem;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
	font-family: var(--jr-font-body);
	color: var(--jr-ink);
	transition: background 0.2s var(--jr-ease);
}

.jr-main--home .jr-home-faq__trigger:hover {
	background: rgba(255, 248, 236, 0.45);
}

.jr-main--home .jr-home-faq__trigger:focus-visible {
	outline: none;
	box-shadow: inset 0 0 0 3px rgba(244, 199, 9, 0.35);
	border-radius: 0.5rem;
}

.jr-main--home .jr-home-faq__num {
	font-family: var(--jr-font-hero);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: rgba(181, 74, 60, 0.38);
	font-variant-numeric: tabular-nums;
	line-height: 1;
}

.jr-main--home .jr-home-faq__item.is-open .jr-home-faq__num,
.jr-main--home .jr-home-faq__item.is-active .jr-home-faq__num {
	color: var(--jr-red);
}

.jr-main--home .jr-home-faq__question {
	margin: 0;
	font-family: var(--jr-font-hero);
	font-size: clamp(1.05rem, 1.6vw, 1.18rem);
	font-weight: 700;
	line-height: 1.35;
	color: var(--jr-ink);
}

.jr-main--home .jr-home-faq__item.is-open .jr-home-faq__question,
.jr-main--home .jr-home-faq__item.is-active .jr-home-faq__question {
	color: #216C35;
}

.jr-main--home .jr-home-faq__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	flex-shrink: 0;
	border-radius: 50%;
	background: #E8F3EB;
	transition: background 0.25s var(--jr-ease), transform 0.25s var(--jr-ease);
}

.jr-main--home .jr-home-faq__trigger:hover .jr-home-faq__icon {
	transform: scale(1.05);
}

.jr-main--home .jr-home-faq__icon::before,
.jr-main--home .jr-home-faq__icon::after {
	content: "";
	position: absolute;
	background: #216C35;
	border-radius: 2px;
	transition:
		transform 0.25s var(--jr-ease),
		background 0.25s var(--jr-ease),
		opacity 0.25s var(--jr-ease);
}

.jr-main--home .jr-home-faq__icon::before {
	top: 50%;
	left: 50%;
	width: 0.72rem;
	height: 2px;
	transform: translate(-50%, -50%);
}

.jr-main--home .jr-home-faq__icon::after {
	top: 50%;
	left: 50%;
	width: 2px;
	height: 0.72rem;
	transform: translate(-50%, -50%);
}

.jr-main--home .jr-home-faq__item.is-open .jr-home-faq__icon,
.jr-main--home .jr-home-faq__item.is-active .jr-home-faq__icon {
	background: #F4C709;
}

.jr-main--home .jr-home-faq__item.is-open .jr-home-faq__icon::before,
.jr-main--home .jr-home-faq__item.is-active .jr-home-faq__icon::before {
	background: #121212;
}

.jr-main--home .jr-home-faq__item.is-open .jr-home-faq__icon::after,
.jr-main--home .jr-home-faq__item.is-active .jr-home-faq__icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) scaleY(0);
}

.jr-main--home .jr-home-faq__panel,
.jr-main--home .jr-home-faq__answer {
	display: none;
	padding: 0 3.1rem 1.35rem 3.95rem;
}

.jr-main--home .jr-home-faq__item.is-open .jr-home-faq__panel,
.jr-main--home .jr-home-faq__item.is-open .jr-home-faq__answer,
.jr-main--home .jr-home-faq__item.is-active .jr-home-faq__panel,
.jr-main--home .jr-home-faq__panel.is-open,
.jr-main--home .jr-home-faq__answer:not([hidden]) {
	display: block;
}

.jr-main--home .jr-home-faq__answer p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.7;
	color: var(--jr-muted);
	max-width: 36rem;
}

@media (max-width: 899px) {
	.jr-main--home .jr-home-faq__layout {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.jr-main--home .jr-home-faq__aside {
		max-width: none;
		position: static;
	}

	.jr-main--home .jr-home-faq__sub {
		max-width: none;
	}

	.jr-main--home .jr-home-faq__help-actions {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.jr-main--home .jr-home-faq__help-actions .jr-btn {
		width: auto;
		flex: 1 1 12rem;
	}

	.jr-main--home .jr-home-faq__trigger {
		grid-template-columns: 1.85rem 1fr auto;
		padding-left: 0.75rem;
	}

	.jr-main--home .jr-home-faq__panel,
	.jr-main--home .jr-home-faq__answer {
		padding-left: 2.6rem;
		padding-right: 2.5rem;
	}
}

/* ==========================================================================
   9. Final CTA — .jr-home-cta (split layout)
   ========================================================================== */

.jr-main--home .jr-home-cta {
	padding: 0 var(--jr-home-gutter) var(--jr-home-section-y);
	background: #fff;
}

.jr-main--home .jr-home-cta__banner {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-radius: clamp(1.75rem, 3.2vw, 2.75rem);
	background:
		radial-gradient(ellipse 55% 70% at 70% 50%, rgba(39, 128, 68, 0.55) 0%, transparent 70%),
		linear-gradient(120deg, #163d24 0%, #1a5429 38%, #216C35 100%);
	color: #fff;
	padding: clamp(2.75rem, 5.5vw, 4.25rem) clamp(1.75rem, 4.5vw, 3.75rem);
	box-shadow: 0 24px 52px rgba(16, 48, 28, 0.32);
}

.jr-main--home .jr-home-cta__dots {
	position: absolute;
	top: 1.35rem;
	right: 1.5rem;
	width: 3.4rem;
	height: 1.35rem;
	z-index: 1;
	opacity: 0.45;
	background-image: radial-gradient(circle, rgba(244, 199, 9, 0.85) 1.4px, transparent 1.6px);
	background-size: 0.7rem 0.7rem;
	background-repeat: repeat;
	pointer-events: none;
}

.jr-main--home .jr-home-cta__layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(14rem, 0.85fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
}

.jr-main--home .jr-home-cta__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	max-width: 36rem;
}

.jr-main--home .jr-home-cta__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1.25rem;
	padding: 0.45rem 0.95rem 0.45rem 0.7rem;
	border-radius: 999px;
	border: 1.5px solid rgba(244, 199, 9, 0.55);
	background: var(--jr-red);
	color: #fff;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	line-height: 1.2;
	box-shadow:
		0 0 0 4px rgba(181, 74, 60, 0.16),
		0 10px 24px rgba(181, 74, 60, 0.36);
}

.jr-main--home .jr-home-cta__badge-dot {
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: #F4C709;
	box-shadow: 0 0 0 3px rgba(244, 199, 9, 0.28);
	flex-shrink: 0;
}

.jr-main--home .jr-home-cta__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0 0 1rem;
	font-family: var(--jr-font-hero);
	font-weight: 700;
	font-size: clamp(2.1rem, 4.2vw, 3.15rem);
	line-height: 1.1;
	letter-spacing: -0.028em;
	color: #fff;
}

.jr-main--home .jr-home-cta__title-lead {
	display: block;
	color: #fff;
}

.jr-main--home .jr-home-cta__accent {
	display: block;
	font-family: var(--jr-font-accent);
	font-style: italic;
	font-weight: 500;
	color: #B5DFBE;
}

.jr-main--home .jr-home-cta__text {
	margin: 0;
	max-width: 32rem;
	font-size: 1.02rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
}

.jr-main--home .jr-home-cta__side {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1.1rem;
}

.jr-main--home .jr-home-cta__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.85rem;
	margin: 0;
}

.jr-main--home .jr-home-cta__actions .jr-btn {
	justify-content: center;
	width: 100%;
	min-height: 3.15rem;
	padding-inline: 1.4rem;
}

.jr-main--home .jr-home-cta__actions .jr-btn--gold {
	box-shadow: 0 12px 28px rgba(244, 199, 9, 0.38);
}

.jr-main--home .jr-home-cta__btn-outline {
	background: transparent !important;
	border: 1.5px solid #F4C709 !important;
	color: #fff !important;
}

.jr-main--home .jr-home-cta__btn-outline:hover {
	background: rgba(244, 199, 9, 0.12) !important;
	border-color: #F4C709 !important;
	color: #fff !important;
}

.jr-main--home .jr-home-cta__trust {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	margin: 0;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: rgba(255, 255, 255, 0.78);
	text-align: center;
}

.jr-main--home .jr-home-cta__trust-check {
	color: #F4C709;
	font-size: 0.85rem;
	line-height: 1;
}

.jr-main--home .jr-home-cta__trust-text {
	line-height: 1.4;
}

@media (max-width: 899px) {
	.jr-main--home .jr-home-cta__layout {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.jr-main--home .jr-home-cta__copy {
		max-width: none;
	}

	.jr-main--home .jr-home-cta__side {
		max-width: 22rem;
	}

	.jr-main--home .jr-home-cta__dots {
		top: 1.1rem;
		right: 1.15rem;
	}
}

@media (max-width: 559px) {
	.jr-main--home .jr-home-cta__side {
		max-width: none;
	}

	.jr-main--home .jr-home-cta__trust {
		flex-wrap: wrap;
	}
}

/* ==========================================================================
   10. Reveal / motion helpers
   ========================================================================== */

.jr-main--home .jr-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition:
		opacity 0.7s var(--jr-ease),
		transform 0.7s var(--jr-ease);
}

.jr-main--home .jr-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.jr-main--home .jr-reveal-delay-1 { transition-delay: 0.08s; }
.jr-main--home .jr-reveal-delay-2 { transition-delay: 0.16s; }
.jr-main--home .jr-reveal-delay-3 { transition-delay: 0.24s; }

/* ==========================================================================
   11. Mobile responsive stacks
   ========================================================================== */

@media (max-width: 899px) {
	.jr-main--home .jr-home-hero {
		padding-top: 0.85rem;
		padding-inline: 0.75rem;
	}

	.jr-main--home .jr-home-hero__viewport,
	.jr-main--home .jr-home-hero__frame {
		min-height: clamp(28rem, 86vh, 40rem);
		border-radius: 1.5rem;
	}

	.jr-main--home .jr-home-hero__content {
		min-height: clamp(28rem, 86vh, 40rem);
		max-width: 100%;
		padding:
			clamp(2rem, 6vw, 3rem)
			clamp(1.25rem, 4vw, 2rem)
			5.5rem
			clamp(1.25rem, 4vw, 2rem);
		align-items: flex-start;
		text-align: left;
		justify-content: center;
	}

	.jr-main--home .jr-home-hero__title,
	.jr-main--home .jr-home-hero__sub {
		text-align: left;
	}

	.jr-main--home .jr-home-hero__actions {
		justify-content: flex-start;
	}

	.jr-main--home .jr-home-hero__overlay {
		background:
			linear-gradient(
				90deg,
				rgba(6, 12, 9, 0.88) 0%,
				rgba(6, 12, 9, 0.55) 55%,
				rgba(6, 12, 9, 0.25) 100%
			),
			linear-gradient(
				180deg,
				rgba(6, 12, 9, 0.35) 0%,
				rgba(6, 12, 9, 0.2) 40%,
				rgba(6, 12, 9, 0.55) 100%
			);
	}

	.jr-main--home .jr-home-hero__counter {
		right: 1rem;
	}

	.jr-main--home .jr-home-about__stats {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.jr-main--home .jr-home-about__stat {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 0.65rem;
		padding: 0.75rem 0;
		border-right: 0;
		border-bottom: 1px solid var(--jr-border);
	}

	.jr-main--home .jr-home-about__stat:last-child {
		border-bottom: 0;
	}

	.jr-main--home .jr-home-about__stat-label {
		text-align: right;
	}

	.jr-main--home .jr-home-about__actions {
		flex-wrap: wrap;
	}

	.jr-main--home .jr-home-collection__filters,
	.jr-main--home .jr-home-collection__filter-bar {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		padding: 1.15rem 1rem;
		gap: 0.2rem;
	}

	.jr-main--home .jr-home-collection__filter {
		width: 100%;
		padding: 0.8rem 0.4rem;
		border-bottom: 1px solid rgba(18, 18, 18, 0.07);
	}

	.jr-main--home .jr-home-collection__filter:last-of-type {
		border-bottom: 0;
	}

	.jr-main--home .jr-home-collection__filter-btn {
		width: 100%;
		margin: 0.55rem 0 0;
		justify-self: stretch;
	}

	.jr-main--home .jr-home-collection__filter-submit,
	.jr-main--home .jr-home-collection__filter-submit .jr-btn {
		width: 100%;
	}
}

@media (max-width: 559px) {
	.jr-main--home .jr-home-collection__grid,
	.jr-main--home .jr-home-collection .jr-product-grid,
	.jr-main--home .jr-home-collection ul.products {
		grid-template-columns: 1fr;
	}

	.jr-main--home .jr-btn-row {
		flex-direction: column;
		align-items: stretch;
	}

	.jr-main--home .jr-btn-row .jr-btn {
		width: 100%;
	}

	.jr-main--home .jr-home-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.jr-main--home .jr-home-hero__dots {
		display: none;
	}
}

/* ==========================================================================
   12. prefers-reduced-motion
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
	.jr-main--home *,
	.jr-main--home *::before,
	.jr-main--home *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}

	.jr-main--home .jr-btn:hover,
	.jr-main--home .jr-home-collection .jr-card--product:hover,
	.jr-main--home .jr-home-collection .product:hover,
	.jr-main--home .jr-home-how__step:hover .jr-home-how__num,
	.jr-main--home .jr-home-reviews__card:hover {
		transform: none;
	}

	.jr-main--home .jr-btn::after {
		display: none;
	}

	.jr-main--home .jr-home-hero__media img,
	.jr-main--home .jr-home-hero__slide.is-active .jr-home-hero__media img {
		transform: none;
		transition: none;
	}

	.jr-main--home .jr-home-about__mark {
		animation: none;
	}

	.jr-main--home .jr-reveal {
		opacity: 1;
		transform: none;
	}
}
