/* Integrity widgets — snapshot, evidence, glossary, sample micro, micelle */
.esteem-snapshot {
	padding: 28px 0 8px;
}
.esteem-snapshot__card {
	border: 1px solid var(--esteem-border, #e8ecf0);
	border-top: 3px solid var(--esteem-accent, #0e76bb);
	background: var(--esteem-bg-elevated, #fff);
	border-radius: 4px;
	padding: 28px 28px 24px;
	color: var(--esteem-text, #212529);
	box-shadow: 0 8px 24px var(--esteem-shadow, rgba(16, 24, 40, 0.04));
}
html[data-theme="dark"] .esteem-snapshot__card {
	border-color: var(--esteem-border, #2c3642);
	border-top-color: var(--esteem-accent, #3e9ad4);
	background: var(--esteem-bg-elevated, #1a232e);
	color: var(--esteem-text, #d7e0e8);
}
.esteem-snapshot .app-kicker {
	color: var(--esteem-accent, #0e76bb);
}
html[data-theme="dark"] .esteem-snapshot .app-kicker {
	color: var(--esteem-accent, #3e9ad4);
}
.esteem-snapshot__title {
	margin: 6px 0 4px;
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
	color: var(--esteem-heading, #111827);
}
html[data-theme="dark"] .esteem-snapshot__title {
	color: var(--esteem-heading, #f3f6f9);
}
.esteem-snapshot__job {
	margin: 0 0 18px;
	color: var(--esteem-text-muted, #5b6570);
	max-width: 52ch;
}
.esteem-snapshot__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px 18px;
	margin: 0 0 16px;
}
.esteem-snapshot__grid dt {
	font-size: 0.72rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--esteem-accent, #0e76bb);
	margin: 0 0 4px;
}
html[data-theme="dark"] .esteem-snapshot__grid dt {
	color: var(--esteem-accent, #3e9ad4);
}
.esteem-snapshot__grid dd {
	margin: 0;
	font-weight: 600;
	color: var(--esteem-heading, #111827);
	line-height: 1.35;
}
html[data-theme="dark"] .esteem-snapshot__grid dd {
	color: var(--esteem-heading, #f3f6f9);
}
.esteem-snapshot__note {
	margin: 0 0 18px;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--esteem-text-muted, #5b6570);
}
.esteem-snapshot__note strong {
	color: var(--esteem-heading, #111827);
}
html[data-theme="dark"] .esteem-snapshot__note strong {
	color: var(--esteem-heading, #f3f6f9);
}
.esteem-snapshot__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.esteem-snapshot__actions .app-hero-btn--primary {
	background: var(--esteem-accent, #0e76bb);
	border: 1px solid var(--esteem-accent, #0e76bb);
	color: #fff;
}
.esteem-snapshot__actions .app-hero-btn--primary:hover,
.esteem-snapshot__actions .app-hero-btn--primary:focus {
	background: var(--esteem-link-hover, #0a5f96);
	border-color: var(--esteem-link-hover, #0a5f96);
	color: #fff;
	text-decoration: none;
}
.esteem-snapshot__actions .app-hero-btn--ghost {
	border: 1px solid var(--esteem-accent, #0e76bb);
	color: var(--esteem-accent, #0e76bb);
	background: transparent;
}
.esteem-snapshot__actions .app-hero-btn--ghost:hover,
.esteem-snapshot__actions .app-hero-btn--ghost:focus {
	background: rgba(14, 118, 187, 0.08);
	color: var(--esteem-link-hover, #0a5f96);
	border-color: var(--esteem-link-hover, #0a5f96);
	text-decoration: none;
}
html[data-theme="dark"] .esteem-snapshot__actions .app-hero-btn--primary {
	background: var(--esteem-accent, #3e9ad4);
	border-color: var(--esteem-accent, #3e9ad4);
	color: #10161d;
}
html[data-theme="dark"] .esteem-snapshot__actions .app-hero-btn--ghost {
	border-color: var(--esteem-accent, #3e9ad4);
	color: var(--esteem-accent, #3e9ad4);
}
html[data-theme="dark"] .esteem-snapshot__actions .app-hero-btn--ghost:hover,
html[data-theme="dark"] .esteem-snapshot__actions .app-hero-btn--ghost:focus {
	background: rgba(62, 154, 212, 0.14);
	color: var(--esteem-link-hover, #9ad0f5);
	border-color: var(--esteem-link-hover, #9ad0f5);
}

.esteem-evidence {
	padding: 28px 0;
}
.esteem-evidence__inner {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 28px;
	align-items: start;
	padding: 24px 0;
	border-top: 1px solid var(--esteem-border, rgba(10, 47, 28, 0.1));
	border-bottom: 1px solid var(--esteem-border, rgba(10, 47, 28, 0.1));
}
.esteem-evidence__copy h2 {
	margin: 6px 0 10px;
	font-size: clamp(1.25rem, 2vw, 1.6rem);
	color: var(--esteem-heading, #111827);
}
.esteem-evidence__copy p {
	margin: 0;
	color: var(--esteem-text-muted, #5b6570);
	max-width: 52ch;
}
.esteem-evidence__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}
.esteem-evidence__links a {
	color: var(--esteem-link, #0e76bb);
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.esteem-evidence__links a:hover,
.esteem-evidence__links a:focus {
	border-bottom-color: currentColor;
}

.esteem-gloss {
	display: inline;
	appearance: none;
	-webkit-appearance: none;
	border: 0 !important;
	border-bottom: 1px dotted var(--esteem-accent, #0e76bb) !important;
	border-radius: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: inherit !important;
	font: inherit !important;
	font-family: inherit !important;
	line-height: inherit !important;
	text-transform: none !important;
	letter-spacing: inherit !important;
	cursor: help;
	position: relative;
}
.esteem-gloss::before,
.esteem-gloss::after {
	content: none !important;
	display: none !important;
}
html[data-theme="dark"] .esteem-gloss {
	border-bottom-color: var(--esteem-accent, #3e9ad4) !important;
}
.esteem-gloss:hover,
.esteem-gloss:focus {
	color: var(--esteem-accent, #0e76bb) !important;
	outline: none;
}
.esteem-gloss:focus-visible {
	outline: 2px solid var(--esteem-accent, #0e76bb);
	outline-offset: 2px;
}
.esteem-gloss-tip {
	position: absolute;
	z-index: 1300;
	max-width: 300px;
	padding: 12px 14px;
	border-radius: 10px;
	background: #0b3d6e;
	color: #f4f7f5;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
	font-size: 0.9rem;
	line-height: 1.45;
	font-family: 'Montserrat', sans-serif;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity .18s ease, transform .18s cubic-bezier(.22, 1, .36, 1);
	pointer-events: none;
}
.esteem-gloss-tip.is-open {
	opacity: 1;
	transform: none;
	pointer-events: auto;
}
.esteem-gloss-tip[hidden] {
	display: none !important;
}
.esteem-gloss-tip strong {
	display: block;
	margin-bottom: 4px;
	color: #fff;
}
.esteem-gloss-tip a {
	color: #9ad0f5;
	font-weight: 600;
}
html[data-theme="dark"] .esteem-gloss-tip {
	background: #12263a;
	border: 1px solid rgba(154, 208, 245, 0.35);
}

/* Sample bar — same blue as formulator CTA / float rail */
.esteem-sample-micro {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 1150;
	pointer-events: none;
	opacity: 0;
	transform: translateY(16px);
	transition: opacity .35s cubic-bezier(.22, 1, .36, 1), transform .35s cubic-bezier(.22, 1, .36, 1);
}
.esteem-sample-micro.is-visible {
	opacity: 1;
	transform: none;
}
.esteem-sample-micro[hidden] {
	display: none !important;
}
.esteem-sample-micro__inner {
	pointer-events: auto;
	max-width: 720px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 12px;
	background: var(--esteem-accent, #0e76bb);
	color: #fff;
	border: 1px solid transparent;
	box-shadow: 0 16px 40px rgba(14, 118, 187, 0.35);
}
.esteem-sample-micro__inner p,
.esteem-sample-micro__inner strong {
	margin: 0;
	font-size: 0.95rem;
	color: #fff !important;
}
.esteem-sample-micro__actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}
.esteem-sample-micro__close {
	border: 0;
	background: transparent;
	color: #fff !important;
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	padding: 4px 6px;
}
.esteem-sample-micro .app-hero-btn--primary {
	background: #fff !important;
	color: #0b3d6e !important;
	border: 1px solid #fff !important;
}
.esteem-sample-micro .app-hero-btn--primary:hover,
.esteem-sample-micro .app-hero-btn--primary:focus {
	background: #e8f4fc !important;
	border-color: #e8f4fc !important;
	color: #083055 !important;
}
html[data-theme="dark"] .esteem-sample-micro__inner {
	background: var(--esteem-accent, #3e9ad4);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}
html[data-theme="dark"] .esteem-sample-micro .app-hero-btn--primary {
	background: #10161d !important;
	color: #f3f6f9 !important;
	border-color: #10161d !important;
}
html[data-theme="dark"] .esteem-sample-micro .app-hero-btn--primary:hover,
html[data-theme="dark"] .esteem-sample-micro .app-hero-btn--primary:focus {
	background: #161e27 !important;
	border-color: #161e27 !important;
	color: #fff !important;
}

.esteem-micelle {
	padding: 12px 0 36px;
}
.esteem-micelle__inner {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 28px;
	align-items: center;
}
.esteem-micelle__legend {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	display: grid;
	gap: 8px;
}
.esteem-micelle__legend li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--esteem-text, #212529);
}
.esteem-micelle__swatch {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display: inline-block;
}
.esteem-micelle__swatch--head { background: var(--esteem-accent, #0e76bb); }
.esteem-micelle__swatch--tail { background: #0b3d6e; border-radius: 2px; height: 4px; width: 18px; }
.esteem-micelle__swatch--oil { background: #6cbcf0; }
.esteem-micelle__figure {
	margin: 0;
	color: var(--esteem-heading, #122018);
}
html[data-theme="dark"] .esteem-micelle__figure {
	color: var(--esteem-heading, #f3f6f9);
}
.esteem-micelle__figure svg {
	width: 100%;
	height: auto;
	display: block;
}

.esteem-tech-review {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.9rem;
	color: var(--esteem-text-muted, #5b6570);
}

.esteem-compare-print-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 18px;
}
@media print {
	.header-area,
	.esteem-float-rail,
	#mobile-nav-toggle,
	.esteem-sample-micro,
	.esteem-formulator-cta,
	.faq-modern-section,
	footer.footer-area,
	.app-hero-actions,
	.esteem-compare-empty,
	.esteem-compare-print-actions {
		display: none !important;
	}
	.esteem-compare-table,
	.esteem-snapshot__card {
		box-shadow: none !important;
	}
}

@media (max-width: 991.98px) {
	.esteem-snapshot__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.esteem-evidence__inner,
	.esteem-micelle__inner {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 575.98px) {
	.esteem-snapshot__grid {
		grid-template-columns: 1fr;
	}
	.esteem-sample-micro__inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.esteem-gloss-tip,
	.esteem-sample-micro,
	.esteem-sample-micro.is-visible {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}
