/**
 * About Us / Mission & Values hub layouts (use inside .hemp-premium-shell pages).
 */
body.hemp-about-hub-page .entry-header {
	display: none;
}

.hemp-about-hub {
	max-width: var(--hemp-shell-max, 72rem);
	margin: 0 auto;
}

.hemp-about-hero {
	margin: 0 0 1.75rem;
	padding: 1.5rem 1.6rem 1.6rem;
	background: linear-gradient(135deg, var(--hemp-shell-accent-deep, #0a4a2f) 0%, var(--hemp-shell-accent, #0d5c3a) 55%, #1a6b47 100%);
	color: #f4f7f5;
	border-radius: var(--hemp-shell-radius, 14px);
	box-shadow: var(--hemp-shell-shadow, 0 8px 32px rgba(6, 40, 30, 0.07));
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.hemp-about-hero h1,
.hemp-about-hero .hemp-about-hero__title {
	margin: 0 0 0.5rem !important;
	color: #fff !important;
	font-size: clamp(1.65rem, 4vw, 2.15rem) !important;
	line-height: 1.15 !important;
	letter-spacing: -0.02em;
}

.hemp-about-hero p {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 1.08rem;
	line-height: 1.55;
	max-width: 52rem;
}

.hemp-about-hero a {
	color: var(--hemp-shell-link-on-dark, #e8d48b) !important;
	font-weight: 600;
}

.hemp-about-hero a:hover,
.hemp-about-hero a:focus {
	color: var(--hemp-shell-link-on-dark-hover, #fff) !important;
}

.hemp-about-hero__eyebrow {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--hemp-shell-gold-soft, #e8d48b);
	margin-bottom: 0.45rem;
}

.hemp-about-path {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
	margin: 0 0 1.5rem;
	font-size: 0.82rem;
	font-weight: 600;
}

.hemp-about-path a {
	text-decoration: none !important;
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	background: var(--hemp-shell-surface, #fff);
	border: 1px solid var(--hemp-shell-edge, rgba(13, 92, 58, 0.2));
	color: var(--hemp-shell-ink, #063d27) !important;
}

.hemp-about-path a:hover,
.hemp-about-path a:focus {
	background: rgba(13, 92, 58, 0.16);
}

.hemp-about-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
	gap: 0.75rem;
	margin: 1.25rem 0 1.75rem;
}

.hemp-about-stat {
	background: var(--hemp-shell-surface, #fff);
	border: 1px solid var(--hemp-shell-edge, rgba(13, 92, 58, 0.14));
	border-radius: var(--hemp-shell-radius-sm, 10px);
	padding: 0.85rem 1rem;
	box-shadow: var(--hemp-shell-shadow-sm, 0 4px 18px rgba(6, 40, 30, 0.06));
}

.hemp-about-stat strong {
	display: block;
	font-size: 1.05rem;
	color: var(--hemp-shell-ink, #063d27);
	margin-bottom: 0.15rem;
}

.hemp-about-stat span {
	font-size: 0.86rem;
	line-height: 1.4;
	color: var(--hemp-shell-ink-soft, rgba(6, 61, 39, 0.78));
}

.hemp-about-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
	gap: 1rem;
	margin: 1.5rem 0 2rem;
}

.hemp-about-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--hemp-shell-surface, #fff);
	border: 1px solid var(--hemp-shell-edge, rgba(13, 92, 58, 0.14));
	border-radius: var(--hemp-shell-radius, 14px);
	padding: 1.15rem 1.2rem 1.25rem;
	box-shadow: var(--hemp-shell-shadow-sm, 0 4px 18px rgba(6, 40, 30, 0.06));
	transition: box-shadow 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
	text-decoration: none !important;
	color: inherit !important;
}

.hemp-about-card:hover,
.hemp-about-card:focus {
	box-shadow: var(--hemp-shell-shadow, 0 8px 32px rgba(6, 40, 30, 0.07));
	border-color: rgba(13, 92, 58, 0.28);
	transform: translateY(-2px);
}

.hemp-about-card h3 {
	margin: 0 0 0.4rem !important;
	font-size: 1.08rem !important;
	color: var(--hemp-shell-ink, #063d27) !important;
}

.hemp-about-card p {
	margin: 0;
	flex: 1;
	font-size: 0.94rem;
	line-height: 1.5;
	color: var(--hemp-shell-ink-soft, rgba(6, 61, 39, 0.78));
}

.hemp-about-card__link {
	margin-top: 0.75rem;
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--hemp-shell-accent-deep, #0a4a2f) !important;
}

.hemp-about-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 1.5rem 0;
}

.hemp-about-cta {
	display: inline-block;
	padding: 0.62rem 1.15rem;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none !important;
	border-radius: 8px;
	background: var(--hemp-shell-accent, #0d5c3a);
	color: #fff !important;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.hemp-about-cta:hover,
.hemp-about-cta:focus {
	background: var(--hemp-shell-accent-deep, #0a4a2f);
	color: #fff !important;
}

.hemp-about-cta--ghost {
	background: transparent;
	color: var(--hemp-shell-accent-deep, #0a4a2f) !important;
	border: 1px solid rgba(13, 92, 58, 0.35);
}

.hemp-about-cta--ghost:hover,
.hemp-about-cta--ghost:focus {
	background: rgba(13, 92, 58, 0.08);
}

.hemp-about-split {
	display: grid;
	gap: 1.5rem;
	margin: 1.5rem 0;
}

@media (min-width: 780px) {
	.hemp-about-split--form {
		grid-template-columns: 1.35fr 0.9fr;
		align-items: start;
	}
}

.hemp-about-aside {
	background: rgba(244, 249, 246, 0.9);
	border: 1px solid var(--hemp-shell-edge, rgba(13, 92, 58, 0.14));
	border-radius: var(--hemp-shell-radius, 14px);
	padding: 1.15rem 1.25rem;
}

.hemp-about-aside h3 {
	margin-top: 0 !important;
	font-size: 1rem !important;
}

.hemp-about-aside ul {
	margin: 0.5rem 0 0;
	padding-left: 1.1rem;
}

.hemp-about-principle {
	margin: 1.25rem 0;
	padding: 1rem 1.1rem;
	background: var(--hemp-shell-surface, #fff);
	border-left: 4px solid rgba(13, 92, 58, 0.45);
	border-radius: 0 var(--hemp-shell-radius-sm, 10px) var(--hemp-shell-radius-sm, 10px) 0;
	box-shadow: var(--hemp-shell-shadow-sm, 0 4px 18px rgba(6, 40, 30, 0.06));
}

.hemp-about-principle h3 {
	margin-top: 0 !important;
}

.hemp-about-note {
	font-size: 0.9rem;
	color: var(--hemp-shell-ink-soft, rgba(6, 61, 39, 0.78));
	border-top: 1px solid var(--hemp-shell-edge, rgba(13, 92, 58, 0.14));
	padding-top: 1rem;
	margin-top: 2rem;
}
