/**
 * Buyer’s guides / comparisons / reviews archives + editorial inclusion hub.
 * Visual kit: align with directory CTA strip + affiliate disclosure (WP admin blues, light surfaces).
 */

.hemp-monetization-archive,
.hemp-editorial-inclusion-hub {
	--hemp-kit-accent: #2271b1;
	--hemp-kit-accent-hover: #135e96;
	--hemp-kit-surface-tint: #f0f6fc;
	--hemp-kit-surface-tint-border: #c5d9ed;
	--hemp-kit-surface-muted: #f6f7f7;
	--hemp-kit-border: #c3c4c7;
	--hemp-kit-text: #1d2327;
	--hemp-kit-text-secondary: #50575e;
	--hemp-kit-radius: 6px;
	--hemp-kit-radius-lg: 10px;
	max-width: 100%;
	color: var(--hemp-kit-text);
}

/* ----- Hero (light band — matches directory CTA / disclosure kit) ----- */

.hemp-ma-hero {
	margin: 0 0 1.25rem;
	padding: clamp(1.35rem, 3.5vw, 2.25rem) 1.25rem;
	background: var(--hemp-kit-surface-tint);
	border: 1px solid var(--hemp-kit-surface-tint-border);
	border-radius: var(--hemp-kit-radius-lg);
	color: var(--hemp-kit-text);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.hemp-ma-hero__inner {
	max-width: 68rem;
	margin: 0 auto;
}

.hemp-ma-eyebrow {
	margin: 0 0 0.4rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hemp-kit-accent);
}

.hemp-ma-title {
	margin: 0;
	font-size: clamp(1.65rem, 4vw, 2.25rem);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -0.02em;
	color: var(--hemp-kit-text);
}

/* Intro inside hero: force readable contrast (admin-saved HTML may add .hemp-ma-prose) */
.hemp-ma-hero__lede {
	margin: 0.75rem 0 0;
	max-width: 44rem;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--hemp-kit-text-secondary);
}

.hemp-ma-hero__lede p,
.hemp-ma-hero__lede.hemp-ma-prose,
.hemp-ma-hero__lede .hemp-ma-prose,
.hemp-ma-hero__lede .hemp-ma-prose--lead {
	margin: 0 0 0.65rem;
	color: var(--hemp-kit-text-secondary) !important;
	font-size: inherit;
	line-height: inherit;
}

.hemp-ma-hero__lede p:last-child {
	margin-bottom: 0;
}

.hemp-ma-hero__lede a {
	color: var(--hemp-kit-accent);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.hemp-ma-hero__lede a:hover,
.hemp-ma-hero__lede a:focus {
	color: var(--hemp-kit-accent-hover);
}

.hemp-ma-hero--compact {
	padding: clamp(1.15rem, 2.8vw, 1.75rem) 1.15rem;
	margin-bottom: 1rem;
}

/* ----- Shell + prose (main column) ----- */

.hemp-ma-shell {
	max-width: 68rem;
	margin: 0 auto 3rem;
	padding: 0 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.hemp-ma-shell--narrow {
	max-width: 44rem;
}

.hemp-ma-prose {
	font-size: 1rem;
	line-height: 1.65;
	color: var(--hemp-kit-text-secondary);
}

.hemp-ma-prose--lead {
	font-size: 1.05rem;
	color: var(--hemp-kit-text);
}

.hemp-ma-prose a {
	color: var(--hemp-kit-accent);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.hemp-ma-prose a:hover,
.hemp-ma-prose a:focus {
	color: var(--hemp-kit-accent-hover);
}

.hemp-ma-prose p:last-child,
.hemp-ma-prose--lead p:last-child {
	margin-bottom: 0;
}

/* ----- Toolbar + search ----- */

.hemp-ma-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.15rem;
	background: #fff;
	border: 1px solid var(--hemp-kit-surface-tint-border);
	border-radius: var(--hemp-kit-radius-lg);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.hemp-ma-search {
	flex: 1 1 16rem;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.hemp-ma-search__input {
	width: 100%;
	max-width: 28rem;
	padding: 0.55rem 0.75rem;
	border: 1px solid var(--hemp-kit-border);
	border-radius: var(--hemp-kit-radius);
	font-size: 1rem;
	line-height: 1.4;
	color: var(--hemp-kit-text);
	background: #fff;
	box-sizing: border-box;
}

.hemp-ma-search__input::placeholder {
	color: #787c82;
}

.hemp-ma-search__input:hover {
	border-color: #8c8f94;
}

.hemp-ma-search__input:focus {
	border-color: var(--hemp-kit-accent);
	outline: 2px solid transparent;
	box-shadow: 0 0 0 1px var(--hemp-kit-accent);
}

.hemp-ma-search__status {
	font-size: 0.8125rem;
	color: var(--hemp-kit-text-secondary);
	min-height: 1.25em;
}

.hemp-ma-toolbar__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

/* Buttons: match directory CTA strip / sticky affiliate CTA */
.hemp-ma-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.6rem 1.2rem;
	border-radius: var(--hemp-kit-radius);
	font-weight: 600;
	font-size: 0.9375rem;
	line-height: 1.25;
	text-decoration: none !important;
	border: 1px solid transparent;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.hemp-ma-btn:focus {
	outline: 2px solid transparent;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--hemp-kit-accent);
}

.hemp-ma-btn--primary {
	background: var(--hemp-kit-accent);
	color: #fff !important;
	border-color: var(--hemp-kit-accent-hover);
}

.hemp-ma-btn--primary:hover,
.hemp-ma-btn--primary:focus {
	background: var(--hemp-kit-accent-hover);
	color: #fff !important;
}

.hemp-ma-btn--ghost {
	background: #fff;
	color: var(--hemp-kit-accent) !important;
	border-color: var(--hemp-kit-surface-tint-border);
}

.hemp-ma-btn--ghost:hover,
.hemp-ma-btn--ghost:focus {
	border-color: var(--hemp-kit-accent);
	background: var(--hemp-kit-surface-tint);
}

/* ----- Listing grid ----- */

.hemp-ma-listing__title {
	margin: 0 0 0.85rem;
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--hemp-kit-text);
	letter-spacing: -0.01em;
}

.hemp-ma-grid-wrap {
	min-height: 2rem;
}

.hemp-ma-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
	gap: 1rem;
}

.hemp-ma-card {
	margin: 0;
}

.hemp-ma-card__link {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	height: 100%;
	padding: 1rem 1.1rem;
	background: #fff;
	border: 1px solid var(--hemp-kit-border);
	border-radius: var(--hemp-kit-radius);
	text-decoration: none;
	color: var(--hemp-kit-text);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.hemp-ma-card__link:hover,
.hemp-ma-card__link:focus {
	border-color: var(--hemp-kit-accent);
	box-shadow: 0 2px 8px rgba(34, 113, 177, 0.12);
}

.hemp-ma-card__link:focus {
	outline: 2px solid transparent;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--hemp-kit-accent), 0 2px 8px rgba(34, 113, 177, 0.12);
}

.hemp-ma-card__title {
	font-weight: 700;
	font-size: 1.05rem;
	line-height: 1.3;
	color: var(--hemp-kit-accent);
}

.hemp-ma-card__excerpt {
	font-size: 0.875rem;
	line-height: 1.45;
	color: var(--hemp-kit-text-secondary);
}

.hemp-ma-empty {
	margin: 0;
	padding: 1.25rem 1.35rem;
	background: var(--hemp-kit-surface-muted);
	border: 1px solid var(--hemp-kit-border);
	border-radius: var(--hemp-kit-radius);
	border-left: 4px solid var(--hemp-kit-accent);
	color: var(--hemp-kit-text-secondary);
	font-size: 0.9375rem;
}

.hemp-monetization-archive .navigation.pagination {
	margin-top: 2rem;
}

/* “Why this section” — disclosure-adjacent strip */
.hemp-ma-about {
	border: 1px solid var(--hemp-kit-border);
	border-left: 4px solid var(--hemp-kit-accent);
	border-radius: var(--hemp-kit-radius);
	padding: 0.5rem 1rem 1rem;
	background: var(--hemp-kit-surface-muted);
}

.hemp-ma-about__summary {
	cursor: pointer;
	font-weight: 600;
	color: var(--hemp-kit-text);
	padding: 0.35rem 0;
	list-style-position: outside;
}

.hemp-ma-about__summary:hover,
.hemp-ma-about__summary:focus {
	color: var(--hemp-kit-accent);
}

.hemp-ma-about__body {
	padding-top: 0.25rem;
}

/* ----- Inclusion card + lead form (archive fallback + hub sections) ----- */

.hemp-ma-inclusion__card {
	background: #fff;
	border: 1px solid var(--hemp-kit-surface-tint-border);
	border-radius: var(--hemp-kit-radius-lg);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	padding: clamp(1.15rem, 3vw, 1.65rem);
}

.hemp-ma-inclusion__title {
	margin: 0 0 0.65rem;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--hemp-kit-text);
}

.hemp-ma-inclusion__body {
	margin-bottom: 1rem;
}

.hemp-ma-inclusion__link {
	margin: 0 0 1rem;
	font-size: 0.9375rem;
}

.hemp-ma-text-link {
	color: var(--hemp-kit-accent);
	font-weight: 600;
	text-decoration: none;
}

.hemp-ma-text-link:hover,
.hemp-ma-text-link:focus {
	text-decoration: underline;
	color: var(--hemp-kit-accent-hover);
}

.hemp-ma-inclusion__form .hemp-lead-form {
	margin-top: 0.5rem;
}

.hemp-ma-inclusion__form .hemp-lead-form h3 {
	margin-top: 0;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--hemp-kit-text);
}

.hemp-ma-inclusion__form .hemp-lead-form__row label {
	color: var(--hemp-kit-text);
	font-size: 0.9375rem;
}

.hemp-ma-inclusion__form .hemp-lead-form input[type="text"],
.hemp-ma-inclusion__form .hemp-lead-form input[type="email"],
.hemp-ma-inclusion__form .hemp-lead-form input[type="tel"],
.hemp-ma-inclusion__form .hemp-lead-form textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0.5rem 0.65rem;
	border: 1px solid var(--hemp-kit-border);
	border-radius: var(--hemp-kit-radius);
	font-size: 1rem;
	line-height: 1.4;
	color: var(--hemp-kit-text);
	background: #fff;
}

.hemp-ma-inclusion__form .hemp-lead-form input:focus,
.hemp-ma-inclusion__form .hemp-lead-form textarea:focus {
	border-color: var(--hemp-kit-accent);
	outline: 2px solid transparent;
	box-shadow: 0 0 0 1px var(--hemp-kit-accent);
}

.hemp-ma-inclusion__form .hemp-lead-form button[type="submit"] {
	padding: 0.55rem 1.25rem;
	background: var(--hemp-kit-accent);
	color: #fff;
	border: 1px solid var(--hemp-kit-accent-hover);
	border-radius: var(--hemp-kit-radius);
	font-weight: 600;
	font-size: 0.9375rem;
	cursor: pointer;
}

.hemp-ma-inclusion__form .hemp-lead-form button[type="submit"]:hover,
.hemp-ma-inclusion__form .hemp-lead-form button[type="submit"]:focus {
	background: var(--hemp-kit-accent-hover);
}

/* Editorial hub: stack spacing */
.hemp-editorial-inclusion-hub .hemp-ma-shell {
	margin-bottom: 3rem;
}

.hemp-eih-section.hemp-ma-inclusion__card {
	margin: 0;
}
