/* ==========================================================================
   Laraib Organic — parts/home-c.css
   Owns five home sections, in page order:
     1. .lo-stats   — dark  · certifications + animated counters
     2. .lo-tsts    — sand  · testimonial carousel
     3. .lo-journal — white · latest posts
     4. .lo-nl      — image · newsletter band
     5. .lo-faq     — cream · accordion + contact card

   Consumes tokens.css + components.css only. No raw hex colours, no new JS.
   Breakpoints: 1200 · 1024 · 860 · 620 · 430.
   ========================================================================== */


/* ==========================================================================
   1. Stats — "Three decades of trust, measured"
   ========================================================================== */

.lo-stats { overflow: hidden; }

.lo-stats__leaf {
	right: 3%;
	bottom: 4%;
}

.lo-stats__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr);
	gap: clamp(40px, 5.5vw, 96px);
	align-items: center;
}

/* --- left column: heading, certification chips, licence line ------------- */

.lo-stats__intro .lo-head {
	margin-bottom: var(--lo-s6);
	max-width: 540px;
}

.lo-stats__certs {
	display: flex;
	flex-wrap: wrap;
	gap: var(--lo-s3);
	margin: 0 0 var(--lo-s5);
	padding: 0;
	list-style: none;
}

.lo-stats__cert {
	display: inline-flex;
	align-items: center;
	gap: var(--lo-s2);
	margin: 0;
	padding: 7px 18px 7px 8px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: var(--lo-r-pill);
	background: rgba(255, 255, 255, .05);
	transition: background-color .28s var(--lo-ease), border-color .28s var(--lo-ease),
		transform .28s var(--lo-ease-out);
}
.lo-stats__cert:hover {
	background: rgba(255, 255, 255, .1);
	border-color: color-mix(in srgb, var(--lo-gold-400) 52%, transparent);
	transform: translateY(-2px);
}

.lo-stats__cert-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	color: var(--lo-gold-400);
}
.lo-stats__cert:hover .lo-stats__cert-ico { background: rgba(255, 255, 255, .14); }

.lo-stats__cert-txt {
	font-size: var(--lo-fs-sm);
	font-weight: 700;
	letter-spacing: .02em;
	color: rgba(255, 255, 255, .9);
	white-space: nowrap;
}

.lo-stats__drap {
	display: flex;
	flex-wrap: wrap;
	gap: 0 var(--lo-s2);
	margin: 0;
	font-size: var(--lo-fs-sm);
	font-weight: 500;
	letter-spacing: .04em;
	color: rgba(255, 255, 255, .45);
}

/* --- right column: 2 x 2 counter grid with hairline rules ---------------- */

.lo-stats__figures {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: var(--lo-r-lg);
	background: linear-gradient(155deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .015));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
	overflow: hidden;
}

.lo-stat {
	position: relative;
	padding: clamp(24px, 3.2vw, 44px) clamp(18px, 2.4vw, 34px);
	border-right: 1px solid rgba(255, 255, 255, .09);
	border-bottom: 1px solid rgba(255, 255, 255, .09);
	transition: background-color .34s var(--lo-ease);
}
.lo-stat:nth-child(2n) { border-right: 0; }
.lo-stat:nth-last-child(-n + 2) { border-bottom: 0; }
.lo-stat:hover { background: rgba(255, 255, 255, .04); }

/* gold hairline that draws in on hover */
.lo-stat::after {
	content: "";
	position: absolute;
	left: clamp(18px, 2.4vw, 34px);
	bottom: -1px;
	width: 0;
	height: 2px;
	border-radius: var(--lo-r-pill);
	background: linear-gradient(to right, var(--lo-gold-400), transparent);
	transition: width .5s var(--lo-ease-out);
}
.lo-stat:hover::after { width: 54px; }

.lo-stat__num {
	display: flex;
	align-items: baseline;
	gap: 1px;
	margin-bottom: var(--lo-s3);
	font-family: var(--lo-font-display);
	font-size: clamp(2.4rem, 1.3rem + 3.4vw, 3.9rem);
	font-weight: 600;
	line-height: 1;
	letter-spacing: -.035em;
	font-variant-numeric: tabular-nums;
	color: var(--lo-gold-400);
	background: linear-gradient(142deg, var(--lo-gold-300) 8%, var(--lo-gold-500) 92%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.lo-stat__suffix {
	font-size: .5em;
	font-weight: 600;
	letter-spacing: 0;
}

.lo-stat__label {
	display: block;
	max-width: 16ch;
	font-size: var(--lo-fs-sm);
	font-weight: 500;
	line-height: 1.55;
	letter-spacing: .085em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .6);
}


/* ==========================================================================
   2. Testimonials — sand
   ========================================================================== */

.lo-tsts { overflow: hidden; }

.lo-tsts__leaf {
	top: 9%;
	right: -30px;
}

.lo-tsts .lo-head { margin-bottom: var(--lo-s6); }

/* --- aggregate rating strip --------------------------------------------- */

.lo-tsts__agg {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: var(--lo-s2) var(--lo-s3);
	width: fit-content;
	max-width: 100%;
	margin: 0 auto var(--lo-s8);
	padding: 12px 26px;
	border: 1px solid var(--lo-line-soft);
	border-radius: var(--lo-r-pill);
	background: var(--lo-paper);
	box-shadow: var(--lo-shadow-sm);
}

.lo-tsts__agg-score {
	font-family: var(--lo-font-display);
	font-size: var(--lo-fs-xl);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.02em;
	color: var(--lo-green-900);
}

.lo-tsts__agg-of {
	margin-left: -7px;
	font-size: var(--lo-fs-sm);
	font-weight: 700;
	color: var(--lo-muted);
}

.lo-tsts__agg-stars {
	display: inline-flex;
	padding-left: var(--lo-s2);
	border-left: 1px solid var(--lo-line);
}

.lo-tsts__agg-text {
	font-size: var(--lo-fs-sm);
	font-weight: 600;
	color: var(--lo-body);
}

/* --- carousel ------------------------------------------------------------ */

.lo-tsts .lo-carousel__track > .lo-carousel__item {
	flex-basis: clamp(292px, 30vw, 400px);
}

.lo-tsts__nav {
	display: flex;
	justify-content: center;
	gap: var(--lo-s3);
	margin-top: var(--lo-s2);
}

/* --- quote card ---------------------------------------------------------- */

.lo-tst {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: clamp(26px, 2.4vw, 36px);
	border: 1px solid var(--lo-line-soft);
	border-radius: var(--lo-r-lg);
	background: var(--lo-paper);
	box-shadow: var(--lo-shadow-xs);
	overflow: hidden;
	transition: transform var(--lo-dur) var(--lo-ease-out),
		box-shadow var(--lo-dur) var(--lo-ease-out),
		border-color var(--lo-dur) var(--lo-ease);
}
.lo-tst:hover {
	transform: translateY(-6px);
	box-shadow: var(--lo-shadow-lg);
	border-color: transparent;
}

/* watermark sits behind everything else in the card */
.lo-tst > *:not(.lo-tst__mark) { position: relative; z-index: 1; }

.lo-tst__mark {
	position: absolute;
	top: -18px;
	right: 10px;
	z-index: 0;
	line-height: 0;
	color: var(--lo-green-100);
	pointer-events: none;
	transition: transform .7s var(--lo-ease-out), color .45s var(--lo-ease);
}
.lo-tst__mark svg { stroke-width: 1.1; }
.lo-tst:hover .lo-tst__mark {
	transform: rotate(-7deg) scale(1.05);
	color: var(--lo-gold-100);
}

.lo-tst__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: var(--lo-s2) var(--lo-s3);
	margin-bottom: var(--lo-s4);
}

.lo-tst__verified {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 5px 11px;
	border-radius: var(--lo-r-pill);
	background: var(--lo-green-50);
	color: var(--lo-green-700);
	font-size: var(--lo-fs-xs);
	font-weight: 800;
	letter-spacing: .04em;
	line-height: 1.4;
	white-space: nowrap;
}
.lo-tst__verified svg { stroke-width: 2.6; }

/* reset the global blockquote treatment — this one is a card, not a pull-quote */
.lo-tst__quote {
	flex: 1 1 auto;
	margin: 0 0 var(--lo-s5);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	font-family: var(--lo-font-body);
	font-size: var(--lo-fs-base);
	font-style: normal;
	font-weight: 400;
	line-height: 1.78;
	color: var(--lo-text-soft);
}
.lo-tst__quote p { margin: 0; }

.lo-tst__foot {
	display: flex;
	align-items: center;
	gap: var(--lo-s3);
	padding-top: var(--lo-s4);
	border-top: 1px solid var(--lo-line-soft);
}

.lo-tst__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--lo-av, var(--lo-green-700));
	color: var(--lo-paper);
	font-family: var(--lo-font-display);
	font-size: var(--lo-fs-lg);
	font-weight: 600;
	line-height: 1;
	box-shadow: 0 8px 18px -10px rgba(11, 59, 46, .75);
	transition: transform .4s var(--lo-ease-out);
}
.lo-tst:hover .lo-tst__avatar { transform: scale(1.05); }

.lo-tst__who {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.lo-tst__name {
	font-family: var(--lo-font-display);
	font-size: var(--lo-fs-md);
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -.01em;
	color: var(--lo-text);
}

.lo-tst__city {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: var(--lo-fs-xs);
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: var(--lo-muted);
}
.lo-tst__city svg { color: var(--lo-gold-500); }


/* ==========================================================================
   3. Journal — white
   ========================================================================== */

.lo-journal {
	background: var(--lo-paper);
	overflow: hidden;
}

.lo-journal__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: var(--lo-s6);
	margin-bottom: var(--lo-s8);
}
.lo-journal__head .lo-head {
	margin-bottom: 0;
	max-width: 620px;
}
.lo-journal__all { flex: 0 0 auto; }

.lo-journal__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.42fr) minmax(0, 1fr);
	gap: var(--lo-s5);
}

.lo-jcard {
	display: flex;
	flex-direction: column;
	min-width: 0;
	background: var(--lo-surface);
}
.lo-jcard--lead { grid-row: span 2; }

/* Fewer than three published posts — reshape rather than leave a hole. */
.lo-journal__grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.lo-journal__grid--one { grid-template-columns: minmax(0, 1fr); }
.lo-journal__grid--one .lo-jcard--lead {
	grid-row: auto;
	flex-direction: row;
	align-items: stretch;
}
.lo-journal__grid--one .lo-jcard--lead .lo-jcard__media {
	flex: 0 0 54%;
	min-height: clamp(280px, 30vw, 420px);
}
.lo-journal__grid--one .lo-jcard--lead .lo-jcard__body {
	flex: 1 1 auto;
	justify-content: center;
	padding: clamp(24px, 3vw, 44px);
}

/* --- media --------------------------------------------------------------- */

.lo-jcard__media {
	position: relative;
	display: block;
	flex: 0 0 auto;
	aspect-ratio: 16 / 10;
	border-radius: 0;
}
.lo-jcard--lead .lo-jcard__media {
	flex: 1 1 auto;
	aspect-ratio: auto;
	min-height: clamp(260px, 26vw, 400px);
}
.lo-jcard:hover .lo-jcard__media img { transform: scale(1.06); }

.lo-jcard__cat {
	position: absolute;
	z-index: 3;
	top: var(--lo-s4);
	left: var(--lo-s4);
	padding: 6px 14px;
	border-radius: var(--lo-r-pill);
	background: color-mix(in srgb, var(--lo-paper) 92%, transparent);
	color: var(--lo-green-900);
	font-family: var(--lo-font-body);
	font-size: var(--lo-fs-xs);
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
	line-height: 1.4;
	box-shadow: var(--lo-shadow-sm);
	backdrop-filter: blur(6px);
	transition: background-color .3s var(--lo-ease), color .3s var(--lo-ease);
}
.lo-jcard:hover .lo-jcard__cat {
	background: var(--lo-gold-500);
	color: var(--lo-green-950);
}

/* --- body ---------------------------------------------------------------- */

.lo-jcard__body {
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	padding: clamp(20px, 1.9vw, 30px);
}

.lo-jcard__meta {
	display: flex;
	align-items: center;
	gap: var(--lo-s2);
	margin-bottom: var(--lo-s3);
	font-size: var(--lo-fs-xs);
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: var(--lo-muted);
}

.lo-jcard__dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--lo-gold-500);
}

.lo-jcard__title {
	margin-bottom: var(--lo-s3);
	font-size: var(--lo-fs-lg);
	line-height: 1.32;
}
.lo-jcard--lead .lo-jcard__title { font-size: var(--lo-fs-2xl); }

.lo-jcard__title a {
	color: var(--lo-text);
	background-image: linear-gradient(var(--lo-gold-500), var(--lo-gold-500));
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0% 1.5px;
	transition: background-size .5s var(--lo-ease-out), color .25s var(--lo-ease);
}
.lo-jcard:hover .lo-jcard__title a,
.lo-jcard__title a:focus-visible {
	color: var(--lo-green-800);
	background-size: 100% 1.5px;
}

.lo-jcard__excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	margin-bottom: var(--lo-s4);
	font-size: var(--lo-fs-base);
	line-height: 1.7;
	color: var(--lo-text-soft);
}
.lo-jcard--lead .lo-jcard__excerpt {
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.lo-jcard__cta { margin-top: auto; }
.lo-jcard:hover .lo-jcard__cta { color: var(--lo-gold-600); }
.lo-jcard:hover .lo-jcard__cta svg { transform: translateX(5px); }

/* --- empty state --------------------------------------------------------- */

.lo-journal__empty {
	max-width: 640px;
	margin-inline: auto;
	padding: clamp(36px, 5vw, 64px) clamp(24px, 4vw, 56px);
	border: 1px dashed var(--lo-line);
	border-radius: var(--lo-r-xl);
	background: linear-gradient(165deg, var(--lo-green-50), var(--lo-cream));
	text-align: center;
}

.lo-journal__empty-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	margin-bottom: var(--lo-s4);
	border-radius: 50%;
	background: var(--lo-paper);
	color: var(--lo-green-600);
	box-shadow: var(--lo-shadow-sm);
}

.lo-journal__empty h3 {
	margin-bottom: var(--lo-s3);
	font-size: var(--lo-fs-xl);
}
.lo-journal__empty p {
	margin-bottom: var(--lo-s5);
	color: var(--lo-text-soft);
}


/* ==========================================================================
   4. Newsletter — image band with a deep green veil
   ========================================================================== */

.lo-nl {
	padding-block: clamp(72px, 8vw, 128px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	isolation: isolate;
}

.lo-nl__veil {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse at 50% 45%,
			color-mix(in srgb, var(--lo-green-900) 62%, transparent) 0%,
			color-mix(in srgb, var(--lo-green-950) 88%, transparent) 78%),
		linear-gradient(180deg,
			color-mix(in srgb, var(--lo-green-950) 82%, transparent),
			color-mix(in srgb, var(--lo-green-900) 74%, transparent) 50%,
			color-mix(in srgb, var(--lo-green-950) 90%, transparent));
}

.lo-nl__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

/* the eyebrow is used bare here, so mirror the centred rule on both sides */
.lo-nl .lo-eyebrow::after {
	content: "";
	width: 26px;
	height: 1px;
	background: currentColor;
	opacity: .55;
}

.lo-nl__title {
	max-width: 15ch;
	margin-bottom: var(--lo-s4);
	font-size: var(--lo-fs-3xl);
}

.lo-nl__lede {
	max-width: 580px;
	margin-bottom: var(--lo-s6);
	color: rgba(255, 255, 255, .76);
}

/* --- inline pill form ---------------------------------------------------- */

.lo-nl__form {
	display: flex;
	align-items: center;
	gap: var(--lo-s2);
	width: 100%;
	max-width: 540px;
	padding: 7px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: var(--lo-r-pill);
	background: rgba(255, 255, 255, .1);
	box-shadow: 0 24px 54px -28px rgba(6, 37, 28, .95);
	backdrop-filter: blur(10px);
	transition: border-color .3s var(--lo-ease), background-color .3s var(--lo-ease);
}
.lo-nl__form:focus-within {
	border-color: color-mix(in srgb, var(--lo-gold-400) 72%, transparent);
	background: rgba(255, 255, 255, .15);
}

.lo-nl__field {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
}

.lo-nl__field-ico {
	position: absolute;
	top: 50%;
	left: 18px;
	display: inline-flex;
	transform: translateY(-50%);
	color: rgba(255, 255, 255, .58);
	pointer-events: none;
}

/* out-specifies .lo-section--dark input[type="email"] from components.css */
.lo-nl .lo-nl__form input[type="email"] {
	width: 100%;
	padding: 13px 16px 13px 48px;
	border: 0;
	border-radius: var(--lo-r-pill);
	background: transparent;
	box-shadow: none;
	color: var(--lo-paper);
	font-weight: 500;
}
.lo-nl .lo-nl__form input[type="email"]:hover,
.lo-nl .lo-nl__form input[type="email"]:focus {
	border: 0;
	background: transparent;
	box-shadow: none;
	outline: 0;
}
.lo-nl .lo-nl__form input[type="email"]::placeholder { color: rgba(255, 255, 255, .58); }

.lo-nl__submit {
	flex: 0 0 auto;
	padding: 13px 26px;
}

/* --- microcopy + value bullets ------------------------------------------- */

.lo-nl__privacy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--lo-s2);
	max-width: 520px;
	margin: var(--lo-s4) 0 0;
	font-size: var(--lo-fs-sm);
	line-height: 1.6;
	color: rgba(255, 255, 255, .58);
}
.lo-nl__privacy svg {
	flex: 0 0 auto;
	color: var(--lo-gold-400);
}

.lo-nl__bullets {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--lo-s3) var(--lo-s6);
	margin: var(--lo-s7) 0 0;
	padding: 0;
	list-style: none;
}
.lo-nl__bullets li {
	display: inline-flex;
	align-items: center;
	gap: var(--lo-s2);
	margin: 0;
	font-size: var(--lo-fs-sm);
	font-weight: 600;
	color: rgba(255, 255, 255, .82);
}

.lo-nl__bullet-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	color: var(--lo-gold-300);
}


/* ==========================================================================
   5. FAQ — cream
   ========================================================================== */

.lo-faq { overflow: hidden; }

.lo-faq__grid {
	display: grid;
	grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
	gap: clamp(36px, 4.6vw, 80px);
	align-items: start;
}

.lo-faq__aside {
	position: sticky;
	top: calc(var(--lo-header-h) + 32px);
}
.lo-faq__aside .lo-head { margin-bottom: var(--lo-s6); }

/* --- "Still need help?" card --------------------------------------------- */

.lo-faq__help {
	position: relative;
	padding: clamp(24px, 2.6vw, 36px);
	border-radius: var(--lo-r-lg);
	background: linear-gradient(152deg, var(--lo-green-900), var(--lo-green-950));
	box-shadow: var(--lo-shadow);
	overflow: hidden;
}
.lo-faq__help::after {
	content: "";
	position: absolute;
	right: -70px;
	bottom: -80px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle,
		color-mix(in srgb, var(--lo-gold-500) 60%, transparent),
		transparent 70%);
	filter: blur(26px);
	opacity: .5;
	pointer-events: none;
}
.lo-faq__help > * { position: relative; z-index: 1; }

.lo-faq__help-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: var(--lo-s4);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	color: var(--lo-gold-400);
}

.lo-faq__help-title {
	margin-bottom: var(--lo-s3);
	font-size: var(--lo-fs-xl);
	color: var(--lo-paper);
}

.lo-faq__help-text {
	margin-bottom: var(--lo-s5);
	font-size: var(--lo-fs-base);
	line-height: 1.7;
	color: rgba(255, 255, 255, .74);
}

.lo-faq__help-actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--lo-s3);
	margin-bottom: var(--lo-s5);
}
.lo-faq__help-actions .lo-btn {
	flex: 1 1 auto;
	justify-content: center;
}

.lo-faq__help-hours {
	display: flex;
	align-items: center;
	gap: var(--lo-s2);
	margin: 0;
	padding-top: var(--lo-s4);
	border-top: 1px solid rgba(255, 255, 255, .12);
	font-size: var(--lo-fs-xs);
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .52);
}
.lo-faq__help-hours svg {
	flex: 0 0 auto;
	color: var(--lo-gold-400);
}

/* --- accordion ----------------------------------------------------------- */

.lo-faq__acc .lo-acc__item { box-shadow: var(--lo-shadow-xs); }
.lo-faq__acc .lo-acc__item:hover { box-shadow: var(--lo-shadow-sm); }

.lo-faq__q-text {
	display: flex;
	align-items: baseline;
	gap: var(--lo-s3);
	min-width: 0;
}
.lo-faq__q-text .lo-acc__num {
	margin-right: 0;
	font-size: var(--lo-fs-sm);
	line-height: 1;
}
.lo-faq__acc .lo-acc__item.is-open .lo-acc__num { color: var(--lo-green-600); }


/* ==========================================================================
   6. Responsive
   ========================================================================== */

@media (max-width: 1200px) {
	.lo-stats__grid { gap: clamp(36px, 4vw, 64px); }
	.lo-tsts .lo-carousel__track > .lo-carousel__item { flex-basis: clamp(280px, 34vw, 360px); }
}

@media (max-width: 1024px) {
	/* Stats: one column, figures centred under the copy. */
	.lo-stats__grid { grid-template-columns: minmax(0, 1fr); gap: var(--lo-s8); }
	.lo-stats__intro .lo-head { max-width: none; }
	.lo-stats__leaf { display: none; }

	/* Journal: lead card goes full width above the other two. */
	.lo-journal__grid:not(.lo-journal__grid--one):not(.lo-journal__grid--two) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lo-journal__grid:not(.lo-journal__grid--one) .lo-jcard--lead {
		grid-column: span 2;
		grid-row: auto;
	}
	.lo-journal__grid:not(.lo-journal__grid--one) .lo-jcard--lead .lo-jcard__media {
		flex: 0 0 auto;
		aspect-ratio: 16 / 8;
		min-height: 0;
	}

	/* FAQ: stack, aside no longer sticky. */
	.lo-faq__grid { grid-template-columns: minmax(0, 1fr); gap: var(--lo-s8); }
	.lo-faq__aside { position: static; }
	.lo-faq__aside .lo-head { max-width: 680px; }
	.lo-faq__help { max-width: 560px; }
}

@media (max-width: 860px) {
	.lo-journal__head {
		flex-direction: column;
		align-items: flex-start;
		gap: var(--lo-s5);
		margin-bottom: var(--lo-s7);
	}
	.lo-journal__head .lo-head { max-width: none; }

	.lo-tsts__agg { margin-bottom: var(--lo-s7); }
	.lo-tsts__leaf { display: none; }

	/* Single-post variant drops its side-by-side layout. */
	.lo-journal__grid--one .lo-jcard--lead { flex-direction: column; }
	.lo-journal__grid--one .lo-jcard--lead .lo-jcard__media {
		flex: 0 0 auto;
		aspect-ratio: 16 / 9;
		min-height: 0;
	}

	.lo-nl__title { max-width: none; }
	.lo-nl__bullets { gap: var(--lo-s3) var(--lo-s5); }
}

@media (max-width: 620px) {
	/* Stats */
	.lo-stat { padding: var(--lo-s5) var(--lo-s4); }
	.lo-stat__num { font-size: clamp(2.05rem, 1.1rem + 3.6vw, 2.9rem); }
	.lo-stat::after { left: var(--lo-s4); }
	.lo-stats__cert { padding-right: 14px; }
	.lo-stats__cert-txt { font-size: var(--lo-fs-xs); }

	/* Testimonials */
	.lo-tsts__agg {
		gap: var(--lo-s2);
		padding: 12px 20px;
	}
	.lo-tsts__agg-text { flex: 1 0 100%; text-align: center; }
	.lo-tsts__agg-stars { border-left: 0; padding-left: 0; }
	.lo-tsts .lo-carousel__track > .lo-carousel__item { flex-basis: min(84vw, 340px); }

	/* Journal — every variant collapses to a single column.
	   Selector must match the 1024px rule's specificity to beat it. */
	.lo-journal__grid,
	.lo-journal__grid:not(.lo-journal__grid--one):not(.lo-journal__grid--two) {
		grid-template-columns: minmax(0, 1fr);
	}
	.lo-journal__grid:not(.lo-journal__grid--one) .lo-jcard--lead {
		grid-column: auto;
		grid-row: auto;
	}
	.lo-journal__grid:not(.lo-journal__grid--one) .lo-jcard--lead .lo-jcard__media {
		aspect-ratio: 16 / 10;
	}
	.lo-jcard--lead .lo-jcard__title { font-size: var(--lo-fs-xl); }
	.lo-journal__all { width: 100%; }

	/* Newsletter — form stacks into a rounded card */
	.lo-nl__form {
		flex-direction: column;
		align-items: stretch;
		gap: var(--lo-s3);
		padding: var(--lo-s3);
		border-radius: var(--lo-r-lg);
	}
	.lo-nl .lo-nl__form input[type="email"] {
		border-radius: var(--lo-r);
		background: rgba(255, 255, 255, .08);
		text-align: left;
	}
	.lo-nl__submit { width: 100%; }
	.lo-nl__privacy { text-align: left; }
	.lo-nl__bullets {
		flex-direction: column;
		align-items: flex-start;
		gap: var(--lo-s3);
		width: 100%;
		max-width: 320px;
		margin-inline: auto;
	}

	/* FAQ */
	.lo-faq__help { max-width: none; }
	.lo-faq__help-actions .lo-btn { flex: 1 1 100%; }
	.lo-faq__q-text { gap: var(--lo-s2); }
}

@media (max-width: 430px) {
	.lo-stats__figures { grid-template-columns: minmax(0, 1fr); }
	.lo-stat { border-right: 0; }
	.lo-stat:nth-last-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, .09); }
	.lo-stat:last-child { border-bottom: 0; }
	.lo-stat__label { max-width: none; }

	.lo-tsts .lo-carousel__track > .lo-carousel__item { flex-basis: min(88vw, 320px); }
	.lo-tst { padding: var(--lo-s5) var(--lo-s4); }
	.lo-tst__mark { right: -4px; }
	.lo-tst__avatar { width: 42px; height: 42px; font-size: var(--lo-fs-md); }

	.lo-jcard__cat {
		top: var(--lo-s3);
		left: var(--lo-s3);
		padding: 5px 11px;
	}

	.lo-nl__bullets li { font-size: var(--lo-fs-xs); }
	.lo-nl__bullet-ico { width: 28px; height: 28px; }
}

/* Counters and card lifts are pure decoration — respect the OS preference. */
@media (prefers-reduced-motion: reduce) {
	.lo-tst:hover,
	.lo-tst:hover .lo-tst__avatar,
	.lo-tst:hover .lo-tst__mark { transform: none; }
	.lo-jcard:hover .lo-jcard__media img { transform: none; }
}
