/* ═══════════════════════════════════════════════════════════════════
   7 STRUCTURES OF WEALTH — CONTENT HUB
   Brand Tier 2 (Book & Framework) · Jost + Palatino/Book Antiqua
   ═══════════════════════════════════════════════════════════════════ */

.sow-hub, body.sow-standalone {
	--charcoal: #36454F;
	--snow: #FFFFFF;
	--light-charcoal: #4A5D68;
	--muted-grey: #8A9AA5;
	--book-gold: #C4A24D;
	--book-gold-muted: #B09D70;
	--cream: #FAF8F4;
	--card-bg: #FFFFFF;
	--card-border: #E8E4DC;
	--section-divider: #E8E4DC;
	--font-body: 'Jost', sans-serif;
	--font-heading: 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif;
}

/* ─── Standalone shell ─────────────────────────────────────────────── */

body.sow-standalone {
	margin: 0;
	padding: 0;
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.7;
	color: var(--charcoal);
	background: var(--cream);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.sow-standalone.admin-bar .sow-nav { top: 32px; }
@media (max-width: 782px) {
	body.sow-standalone.admin-bar .sow-nav { top: 46px; }
}

.sow-hub, .sow-hub * , .sow-nav, .sow-nav *, .sow-footer, .sow-footer * {
	box-sizing: border-box;
}

.sow-hub {
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	color: var(--charcoal);
	background: var(--cream);
	margin: 0;
	overflow-x: clip;
}
.sow-hub img { max-width: 100%; display: block; }
.sow-hub a { text-decoration: none; color: inherit; }
.sow-hub button { font-family: var(--font-body); }
.sow-hub p { margin: 0; }
.sow-hub h1, .sow-hub h2, .sow-hub h3 { margin: 0; }

/* ─── Navigation (standalone) ──────────────────────────────────────── */

.sow-nav {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--snow);
	border-bottom: 1px solid var(--section-divider);
	padding: 0 48px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: var(--font-body);
}
.sow-nav-logo { display: flex; align-items: center; }
.sow-nav-logo img { height: 34px; width: auto; display: block; }
.sow-nav-wordmark {
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: var(--charcoal);
}
.sow-nav-wordmark em { font-style: normal; color: var(--book-gold); }

.sow-nav-links {
	display: flex;
	align-items: center;
	gap: 36px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sow-nav-links a {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: var(--charcoal);
	text-decoration: none;
	transition: color 0.3s;
}
.sow-nav-links a:hover { color: var(--book-gold); }
.sow-nav-links a.sow-nav-cta {
	background: var(--book-gold);
	color: var(--charcoal);
	padding: 11px 22px;
	font-weight: 600;
	transition: background 0.3s;
}
.sow-nav-links a.sow-nav-cta:hover { background: #d4b05a; color: var(--charcoal); }

.sow-nav-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: 0;
	padding: 8px;
	cursor: pointer;
}
.sow-nav-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--charcoal);
	transition: transform 0.3s, opacity 0.3s;
}
.sow-nav.is-open .sow-nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sow-nav.is-open .sow-nav-toggle span:nth-child(2) { opacity: 0; }
.sow-nav.is-open .sow-nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 880px) {
	.sow-nav { padding: 0 20px; }
	.sow-nav-toggle { display: flex; }
	.sow-nav-links {
		position: absolute;
		top: 72px;
		left: 0;
		right: 0;
		background: var(--snow);
		border-bottom: 1px solid var(--section-divider);
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		padding: 8px 20px 20px;
		display: none;
	}
	.sow-nav.is-open .sow-nav-links { display: flex; }
	.sow-nav-links li { width: 100%; }
	.sow-nav-links a { display: block; padding: 12px 0; }
	.sow-nav-links a.sow-nav-cta { display: inline-block; margin-top: 8px; }
}

/* ─── Hero ─────────────────────────────────────────────────────────── */

.sow-hero {
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 24px 60px;
	text-align: center;
}
.sow-hero-label {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--book-gold);
	margin-bottom: 20px;
	display: inline-flex;
	align-items: center;
	gap: 16px;
}
.sow-hero-label::before,
.sow-hero-label::after {
	content: '';
	width: 40px;
	height: 1.5px;
	background: var(--book-gold);
}
.sow-hero h1 {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 48px;
	line-height: 1.15;
	color: var(--charcoal);
	margin-bottom: 24px;
}
.sow-hero p {
	font-size: 17px;
	line-height: 1.8;
	color: var(--muted-grey);
	max-width: 600px;
	margin: 0 auto;
}

/* ─── Filter tabs ──────────────────────────────────────────────────── */

.sow-hub .filter-section {
	max-width: 1100px;
	margin: 0 auto 60px;
	padding: 0 24px;
}
.sow-hub .filter-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-bottom: 16px;
}
.sow-hub .filter-tab {
	font-family: var(--font-body);
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 10px 20px;
	border: 1.5px solid var(--section-divider);
	background: var(--snow);
	color: var(--muted-grey);
	cursor: pointer;
	transition: all 0.3s;
	border-radius: 0;
}
.sow-hub .filter-tab:hover { border-color: var(--book-gold); color: var(--charcoal); }
.sow-hub .filter-tab.active { background: var(--charcoal); border-color: var(--charcoal); color: var(--snow); }
.sow-hub .filter-hint {
	text-align: center;
	font-size: 13px;
	color: var(--muted-grey);
	font-style: italic;
}

/* ─── Category sections ────────────────────────────────────────────── */

.sow-hub .category-section {
	max-width: 1100px;
	margin: 0 auto 80px;
	padding: 0 24px;
}
.sow-hub .category-header {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--section-divider);
}
.sow-hub .category-icon {
	width: 48px;
	height: 48px;
	background: var(--charcoal);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.sow-hub .category-icon svg { width: 24px; height: 24px; }
.sow-hub .category-title {
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--charcoal);
}
.sow-hub .category-subtitle { font-size: 14px; color: var(--muted-grey); margin-top: 4px; }

/* ─── Resource cards (deep-dives) ──────────────────────────────────── */

.sow-hub .resource-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 24px;
}
.sow-hub .resource-card {
	background: var(--card-bg);
	border: 1px solid var(--card-border);
	padding: 36px 32px;
	position: relative;
	transition: border-color 0.3s, box-shadow 0.3s;
}
.sow-hub .resource-card:hover {
	border-color: var(--book-gold-muted);
	box-shadow: 0 4px 20px rgba(54, 69, 79, 0.06);
}
.sow-hub .card-structure-num {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 64px;
	color: var(--book-gold);
	opacity: 0.15;
	position: absolute;
	top: 16px;
	right: 24px;
	line-height: 1;
}
.sow-hub .card-label {
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--book-gold);
	margin-bottom: 12px;
}
.sow-hub .card-title {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 20px;
	color: var(--charcoal);
	margin-bottom: 12px;
	line-height: 1.3;
}
.sow-hub .card-excerpt {
	font-size: 14.5px;
	line-height: 1.7;
	color: var(--muted-grey);
	margin-bottom: 20px;
}
.sow-hub .card-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.sow-hub .card-tag {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 4px 10px;
	background: var(--cream);
	color: var(--light-charcoal);
	border: 1px solid var(--section-divider);
}
.sow-hub .card-link {
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--charcoal);
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: color 0.3s;
	cursor: pointer;
}
.sow-hub .card-link:hover { color: var(--book-gold); }
.sow-hub .card-link svg { width: 16px; height: 16px; transition: transform 0.3s; }
.sow-hub .card-link:hover svg { transform: translateX(4px); }

/* Lock marker for gated previews */
.sow-hub .card-locked .card-link::before {
	content: '';
	width: 14px;
	height: 14px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2336454F' stroke-width='2'%3E%3Crect x='3' y='11' width='18' height='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0110 0v4'/%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
}

/* ─── Case study cards ─────────────────────────────────────────────── */

.sow-hub .case-study-card {
	background: var(--card-bg);
	border: 1px solid var(--card-border);
	display: flex;
	flex-direction: column;
	transition: border-color 0.3s, box-shadow 0.3s;
}
.sow-hub .case-study-card:hover {
	border-color: var(--book-gold-muted);
	box-shadow: 0 4px 20px rgba(54, 69, 79, 0.06);
}
.sow-hub .case-study-top {
	background: var(--charcoal);
	padding: 32px;
	position: relative;
	overflow: hidden;
}
.sow-hub .case-study-top::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 120px;
	background: linear-gradient(135deg, transparent 50%, rgba(196, 162, 77, 0.08) 50%);
}
.sow-hub .case-study-badge {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--book-gold);
	margin-bottom: 12px;
}
.sow-hub .case-study-headline {
	font-family: var(--font-heading);
	font-size: 22px;
	font-weight: 400;
	color: var(--snow);
	line-height: 1.35;
	margin-bottom: 8px;
}
.sow-hub .case-study-structures { font-size: 12px; color: var(--muted-grey); font-style: italic; }
.sow-hub .case-study-bottom {
	padding: 28px 32px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sow-hub .case-study-preview {
	font-size: 14.5px;
	line-height: 1.7;
	color: var(--muted-grey);
	margin-bottom: 20px;
}

/* ─── Video cards ──────────────────────────────────────────────────── */

.sow-hub .video-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	gap: 24px;
}
.sow-hub .video-card {
	background: var(--card-bg);
	border: 1px solid var(--card-border);
	overflow: hidden;
	transition: border-color 0.3s, box-shadow 0.3s;
	cursor: pointer;
}
.sow-hub .video-card:hover, .sow-hub .video-card:focus-visible {
	border-color: var(--book-gold-muted);
	box-shadow: 0 4px 20px rgba(54, 69, 79, 0.06);
	outline: none;
}
.sow-hub .video-thumb {
	position: relative;
	background: var(--charcoal);
	background-size: cover;
	background-position: center;
	padding-top: 56.25%;
	overflow: hidden;
}
.sow-hub .video-thumb[style*="background-image"]::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(54, 69, 79, 0.35);
}
.sow-hub .video-thumb-inner {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sow-hub .video-structure-num {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 96px;
	color: var(--book-gold);
	opacity: 0.12;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
}
.sow-hub .video-play-btn {
	width: 56px;
	height: 56px;
	background: rgba(196, 162, 77, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	transition: background 0.3s, transform 0.3s;
}
.sow-hub .video-card:hover .video-play-btn { background: var(--book-gold); transform: scale(1.08); }
.sow-hub .video-play-btn svg { width: 20px; height: 20px; margin-left: 3px; }
.sow-hub .video-duration {
	position: absolute;
	bottom: 10px;
	right: 12px;
	background: rgba(0, 0, 0, 0.65);
	color: var(--snow);
	font-size: 11px;
	font-weight: 500;
	padding: 2px 8px;
	z-index: 2;
}
.sow-hub .video-info { padding: 24px; }
.sow-hub .video-info-label {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--book-gold);
	margin-bottom: 8px;
}
.sow-hub .video-info-title {
	font-family: var(--font-heading);
	font-size: 18px;
	font-weight: 700;
	color: var(--charcoal);
	margin-bottom: 8px;
	line-height: 1.3;
}
.sow-hub .video-info-desc { font-size: 14px; color: var(--muted-grey); line-height: 1.6; }

/* ─── Tool cards ───────────────────────────────────────────────────── */

.sow-hub .tools-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 20px;
}
.sow-hub .tool-card {
	background: var(--card-bg);
	border: 1px solid var(--card-border);
	padding: 28px 24px;
	display: flex;
	gap: 18px;
	align-items: flex-start;
	transition: border-color 0.3s, box-shadow 0.3s;
}
.sow-hub .tool-card:hover {
	border-color: var(--book-gold-muted);
	box-shadow: 0 4px 20px rgba(54, 69, 79, 0.06);
}
.sow-hub .tool-icon {
	width: 44px;
	height: 44px;
	background: var(--cream);
	border: 1px solid var(--section-divider);
	color: var(--book-gold);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background 0.3s, color 0.3s;
}
.sow-hub .tool-card:hover .tool-icon { background: var(--charcoal); color: var(--book-gold); }
.sow-hub .tool-icon svg { width: 20px; height: 20px; }
.sow-hub .tool-name {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 16.5px;
	color: var(--charcoal);
	margin-bottom: 6px;
	line-height: 1.3;
}
.sow-hub .tool-desc { font-size: 13.5px; color: var(--muted-grey); line-height: 1.6; margin-bottom: 10px; }
.sow-hub .tool-format {
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--book-gold);
}

/* ─── Email gate ───────────────────────────────────────────────────── */

.sow-hub .gate-section {
	background: var(--charcoal);
	margin: 0 auto 80px;
	max-width: 1100px;
	position: relative;
	overflow: hidden;
}
@media (min-width: 1148px) {
	.sow-hub .gate-section { width: calc(100% - 48px); }
}
.sow-hub .gate-inner {
	position: relative;
	z-index: 1;
	max-width: 640px;
	margin: 0 auto;
	padding: 72px 32px;
	text-align: center;
}
.sow-hub .gate-seven {
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translateY(-50%);
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 280px;
	line-height: 1;
	color: var(--book-gold);
	opacity: 0.08;
	pointer-events: none;
	z-index: 0;
}
.sow-hub .gate-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--book-gold);
	margin-bottom: 16px;
}
.sow-hub .gate-heading {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 36px;
	line-height: 1.2;
	color: var(--snow);
	margin-bottom: 16px;
}
.sow-hub .gate-body {
	font-size: 15.5px;
	line-height: 1.8;
	color: var(--muted-grey);
	margin-bottom: 28px;
}
.sow-hub .gate-stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	font-size: 12.5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--muted-grey);
	margin: -10px 0 28px;
}
.sow-hub .gate-stats strong { color: var(--book-gold); font-weight: 600; }
.sow-hub .gate-stats i { font-style: normal; color: rgba(255, 255, 255, 0.25); }

.sow-hub .gate-form {
	display: flex;
	gap: 12px;
	max-width: 460px;
	margin: 0 auto 16px;
}
.sow-hub .gate-input {
	flex: 1;
	min-width: 0;
	font-family: var(--font-body);
	font-size: 15px;
	padding: 14px 18px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: var(--snow);
	border-radius: 0;
	outline: none;
	transition: border-color 0.3s;
}
.sow-hub .gate-input::placeholder { color: var(--muted-grey); }
.sow-hub .gate-input:focus { border-color: var(--book-gold); }
.sow-hub .gate-btn {
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: var(--book-gold);
	color: var(--charcoal);
	border: none;
	border-radius: 0;
	padding: 14px 28px;
	cursor: pointer;
	transition: background 0.3s;
	white-space: nowrap;
}
.sow-hub .gate-btn:hover { background: #d4b05a; }
.sow-hub .gate-btn:disabled { opacity: 0.7; cursor: wait; }
.sow-hub .gate-fine { font-size: 12px; color: var(--muted-grey); }
.sow-hub .gate-fine a { color: var(--book-gold-muted); text-decoration: underline; }
.sow-hub .gate-msg { min-height: 20px; margin-top: 10px; font-size: 13.5px; color: var(--muted-grey); }
.sow-hub .gate-msg.is-error { color: #e0b4a8; }
.sow-hub .gate-msg.is-ok { color: var(--book-gold); }

/* Honeypot — visually gone, present for bots */
.sow-hub .sow-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

/* Unlocked replacement bar */
.sow-hub .gate-unlocked .gate-inner { padding: 28px 32px; }
.sow-hub .unlock-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.sow-hub .unlock-row svg { width: 22px; height: 22px; flex-shrink: 0; }
.sow-hub .unlock-row p {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--snow);
	font-weight: 500;
}

/* Compact gate (single resources) */
.sow-hub .gate-compact .gate-inner { padding: 56px 32px; }
.sow-hub .gate-compact .gate-heading { font-size: 28px; }
.sow-hub .gate-compact .gate-seven { font-size: 200px; }

/* ─── Diagnostic strip ─────────────────────────────────────────────── */

.sow-hub .diagnostic-strip {
	max-width: 1100px;
	margin: 0 auto 80px;
	padding: 0 24px;
}
.sow-hub .diagnostic-card {
	background: var(--snow);
	border: 1px solid var(--card-border);
	padding: 56px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
}
.sow-hub .diagnostic-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--book-gold);
	margin-bottom: 14px;
}
.sow-hub .diagnostic-heading {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 30px;
	line-height: 1.25;
	color: var(--charcoal);
	margin-bottom: 14px;
	max-width: 520px;
}
.sow-hub .diagnostic-body {
	font-size: 15px;
	line-height: 1.75;
	color: var(--muted-grey);
	max-width: 540px;
	margin-bottom: 26px;
}
.sow-hub .diagnostic-btn {
	display: inline-block;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: var(--charcoal);
	color: var(--snow);
	padding: 15px 32px;
	transition: background 0.3s;
	border: none;
	cursor: pointer;
}
.sow-hub .diagnostic-btn:hover { background: var(--light-charcoal); color: var(--snow); }
.sow-hub .diagnostic-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 24px;
}
.sow-hub .diagnostic-meta-item { font-size: 13px; color: var(--muted-grey); }
.sow-hub .diagnostic-meta-item strong { color: var(--charcoal); font-weight: 600; }
.sow-hub .diagnostic-right {
	text-align: center;
	flex-shrink: 0;
}
.sow-hub .diagnostic-stat {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 96px;
	line-height: 1;
	color: var(--book-gold);
	opacity: 0.25;
}
.sow-hub .diagnostic-stat-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--muted-grey);
	margin-top: 6px;
}

/* ─── Footer ───────────────────────────────────────────────────────── */

.sow-footer {
	background: var(--charcoal);
	font-family: var(--font-body);
	color: var(--muted-grey);
	padding: 64px 48px 32px;
}
.sow-footer-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 56px;
	justify-content: space-between;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sow-footer-brand { max-width: 320px; }
.sow-footer-logo {
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: var(--snow);
	margin-bottom: 14px;
}
.sow-footer-logo span { color: var(--book-gold); }
.sow-footer-tagline { font-size: 14px; line-height: 1.7; }
.sow-footer-col h4 {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--snow);
	margin: 0 0 16px;
}
.sow-footer-col ul { list-style: none; margin: 0; padding: 0; }
.sow-footer-col li { margin-bottom: 10px; }
.sow-footer-col a {
	font-size: 14px;
	color: var(--muted-grey);
	text-decoration: none;
	transition: color 0.3s;
}
.sow-footer-col a:hover { color: var(--book-gold); }
.sow-footer-bottom {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 28px;
}
.sow-footer-disclaimer { font-size: 11.5px; line-height: 1.7; opacity: 0.75; margin: 0 0 14px; }
.sow-footer-copyright { font-size: 12px; margin: 0; }

/* ─── Scroll reveal (JS only) ──────────────────────────────────────── */

.sow-js .fade-up {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}
.sow-js .fade-up.visible { opacity: 1; transform: translateY(0); }

/* ─── Video lightbox ───────────────────────────────────────────────── */

.sow-modal { position: fixed; inset: 0; z-index: 9999; }
.sow-modal[hidden] { display: none; }
.sow-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(20, 28, 33, 0.88);
	cursor: pointer;
}
.sow-modal-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(960px, 92vw);
}
.sow-modal-frame { position: relative; padding-top: 56.25%; background: #000; }
.sow-modal-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.sow-modal-close {
	position: absolute;
	top: -44px;
	right: 0;
	background: none;
	border: 0;
	color: #fff;
	font-size: 34px;
	line-height: 1;
	cursor: pointer;
	padding: 4px 8px;
}
.sow-modal-close:hover { color: var(--book-gold); }

/* ─── Blog: featured essay ─────────────────────────────────────────── */

.sow-hub .featured-wrap {
	max-width: 1100px;
	margin: 0 auto 64px;
	padding: 0 24px;
}
.sow-hub .featured-card {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	border: 1px solid var(--card-border);
	background: var(--charcoal);
	overflow: hidden;
	transition: box-shadow 0.3s;
}
.sow-hub .featured-card:hover { box-shadow: 0 6px 28px rgba(54, 69, 79, 0.18); }
.sow-hub .featured-body { padding: 56px 52px; display: flex; flex-direction: column; justify-content: center; }
.sow-hub .featured-eyebrow {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--book-gold);
	margin-bottom: 18px;
}
.sow-hub .featured-title {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 32px;
	line-height: 1.25;
	color: var(--snow);
	margin-bottom: 16px;
}
.sow-hub .featured-dek { font-size: 15.5px; line-height: 1.8; color: var(--muted-grey); margin-bottom: 22px; }
.sow-hub .featured-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: var(--muted-grey);
	margin-bottom: 26px;
}
.sow-hub .featured-meta i { font-style: normal; opacity: 0.5; }
.sow-hub .featured-link { color: var(--book-gold); }
.sow-hub .featured-link:hover { color: #d4b05a; }
.sow-hub .featured-media { position: relative; min-height: 320px; }
.sow-hub .featured-img {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}
.sow-hub .featured-mono {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #2d3a43 0%, var(--charcoal) 60%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.sow-hub .featured-mono span {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 220px;
	line-height: 1;
	color: var(--book-gold);
	opacity: 0.14;
}

/* ─── Blog: article grid ───────────────────────────────────────────── */

.sow-hub .article-section {
	max-width: 1100px;
	margin: 0 auto 80px;
	padding: 0 24px;
}
.sow-hub .article-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 24px;
}
.sow-hub .article-card {
	background: var(--card-bg);
	border: 1px solid var(--card-border);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.sow-hub .article-card:hover {
	border-color: var(--book-gold-muted);
	box-shadow: 0 4px 20px rgba(54, 69, 79, 0.08);
	transform: translateY(-2px);
}
.sow-hub .article-media { position: relative; padding-top: 52%; background: var(--charcoal); overflow: hidden; }
.sow-hub .article-img {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transition: transform 0.5s ease;
}
.sow-hub .article-card:hover .article-img { transform: scale(1.04); }
.sow-hub .article-mono {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #2d3a43 0%, var(--charcoal) 60%);
}
.sow-hub .article-mono span {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 110px;
	line-height: 1;
	color: var(--book-gold);
	opacity: 0.13;
}
.sow-hub .article-body { padding: 26px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.sow-hub .article-eyebrow {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--book-gold);
	margin-bottom: 10px;
}
.sow-hub .article-title {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 19px;
	line-height: 1.35;
	color: var(--charcoal);
	margin-bottom: 10px;
}
.sow-hub .article-excerpt {
	font-size: 14px;
	line-height: 1.7;
	color: var(--muted-grey);
	margin-bottom: 18px;
	flex: 1;
}
.sow-hub .article-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12.5px;
	color: var(--muted-grey);
}
.sow-hub .article-meta i { font-style: normal; opacity: 0.5; }

.sow-hub .sow-loadmore-wrap { text-align: center; margin-top: 44px; }
.sow-hub .sow-loadmore {
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: transparent;
	border: 1.5px solid var(--charcoal);
	color: var(--charcoal);
	padding: 14px 36px;
	cursor: pointer;
	transition: background 0.3s, color 0.3s;
}
.sow-hub .sow-loadmore:hover { background: var(--charcoal); color: var(--snow); }
.sow-hub .sow-loadmore.is-loading { opacity: 0.6; cursor: wait; }

/* ─── Single: shared head + body ───────────────────────────────────── */

.sow-hub .single-head {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding: 72px 24px 40px;
	text-align: center;
}
.sow-hub .single-watermark {
	position: absolute;
	top: 24px;
	right: 0;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 180px;
	line-height: 1;
	color: var(--book-gold);
	opacity: 0.08;
	pointer-events: none;
}
.sow-hub .single-back {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: var(--muted-grey);
	margin-bottom: 28px;
	transition: color 0.3s;
}
.sow-hub .single-back:hover { color: var(--book-gold); }
.sow-hub .single-eyebrow {
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 3.5px;
	text-transform: uppercase;
	color: var(--book-gold);
	margin-bottom: 18px;
}
.sow-hub .single-title {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 40px;
	line-height: 1.18;
	color: var(--charcoal);
	margin-bottom: 18px;
}
.sow-hub .single-dek {
	font-size: 17px;
	line-height: 1.75;
	color: var(--muted-grey);
	max-width: 620px;
	margin: 0 auto;
}
.sow-hub .single-body {
	max-width: 760px;
	margin: 0 auto;
	padding: 24px 24px 64px;
}
.sow-hub .single-content { font-size: 16.5px; line-height: 1.85; color: var(--light-charcoal); }
.sow-hub .single-content p { margin: 0 0 24px; }
.sow-hub .single-content h2 {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 26px;
	color: var(--charcoal);
	margin: 44px 0 18px;
	line-height: 1.3;
}
.sow-hub .single-content h3 {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 20px;
	color: var(--charcoal);
	margin: 36px 0 14px;
}
.sow-hub .single-content blockquote {
	margin: 32px 0;
	padding: 6px 0 6px 26px;
	border-left: 2px solid var(--book-gold);
	font-family: var(--font-heading);
	font-style: italic;
	font-size: 20px;
	line-height: 1.6;
	color: var(--charcoal);
}
.sow-hub .single-content blockquote p { margin: 0; }
.sow-hub .single-content ul, .sow-hub .single-content ol { margin: 0 0 24px; padding-left: 24px; }
.sow-hub .single-content li { margin-bottom: 10px; }
.sow-hub .single-content a { color: var(--book-gold); text-decoration: underline; text-underline-offset: 3px; }
.sow-hub .single-content img { margin: 32px auto; }

/* Locked teaser fade */
.sow-hub .single-teaser {
	max-height: 220px;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(180deg, #000 30%, transparent 100%);
	mask-image: linear-gradient(180deg, #000 30%, transparent 100%);
}

/* Video single */
.sow-hub .single-video { max-width: 880px; margin: 0 auto; padding: 16px 24px 8px; }
.sow-hub .single-video-frame { position: relative; padding-top: 56.25%; background: #000; }
.sow-hub .single-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Tool single */
.sow-hub .single-tool { max-width: 760px; margin: 0 auto; padding: 16px 24px 8px; }
.sow-hub .single-tool-card {
	background: var(--snow);
	border: 1px solid var(--card-border);
	padding: 28px 30px;
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap;
}
.sow-hub .single-tool-text { flex: 1; min-width: 200px; }
.sow-hub .single-tool-text strong { display: block; font-family: var(--font-heading); font-size: 18px; color: var(--charcoal); }
.sow-hub .single-tool-text span {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--book-gold);
}

/* ─── Single: article extras ───────────────────────────────────────── */

.sow-hub .sow-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	z-index: 200;
	background: transparent;
	pointer-events: none;
}
body.admin-bar .sow-hub .sow-progress { top: 32px; }
.sow-hub .sow-progress span {
	display: block;
	width: 0;
	height: 100%;
	background: var(--book-gold);
	transition: width 0.1s linear;
}
.sow-hub .article-head {
	max-width: 760px;
	margin: 0 auto;
	padding: 72px 24px 32px;
	text-align: center;
}
.sow-hub .article-headline {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 42px;
	line-height: 1.18;
	color: var(--charcoal);
	margin-bottom: 18px;
}
.sow-hub .article-meta-head { justify-content: center; margin-top: 20px; font-size: 13.5px; }
.sow-hub .article-hero-img { max-width: 880px; margin: 16px auto 8px; padding: 0 24px; }
.sow-hub .article-hero-img img { width: 100%; height: auto; }
.sow-hub .article-content > p:first-of-type::first-letter {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 58px;
	line-height: 0.85;
	color: var(--book-gold);
	float: left;
	padding: 6px 10px 0 0;
}
.sow-hub .article-structtags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 36px 0 0;
	padding-top: 28px;
	border-top: 1px solid var(--section-divider);
}
.sow-hub .author-card {
	margin-top: 36px;
	background: var(--snow);
	border: 1px solid var(--card-border);
	padding: 26px 28px;
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
.sow-hub .author-avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.sow-hub .author-name { font-family: var(--font-heading); font-weight: 700; font-size: 18px; color: var(--charcoal); }
.sow-hub .author-title {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--book-gold);
	margin: 4px 0 10px;
}
.sow-hub .author-bio { font-size: 14px; line-height: 1.7; color: var(--muted-grey); }

.sow-hub .sow-related { margin-top: 8px; }
.sow-hub .sow-empty {
	font-style: italic;
	color: var(--muted-grey);
	grid-column: 1 / -1;
	padding: 12px 0;
}

/* ─── Responsive ───────────────────────────────────────────────────── */

@media (max-width: 880px) {
	.sow-hub .featured-card { grid-template-columns: 1fr; }
	.sow-hub .featured-media { min-height: 240px; order: -1; }
	.sow-hub .featured-body { padding: 40px 30px; }
	.sow-hub .diagnostic-card { flex-direction: column; align-items: flex-start; padding: 44px 32px; gap: 28px; }
	.sow-hub .diagnostic-right { display: none; }
}

@media (max-width: 768px) {
	.sow-hero { padding: 56px 20px 44px; }
	.sow-hero h1 { font-size: 32px; }
	.sow-hub .single-title { font-size: 30px; }
	.sow-hub .article-headline { font-size: 31px; }
	.sow-hub .gate-heading { font-size: 27px; }
	.sow-hub .gate-form { flex-direction: column; }
	.sow-hub .gate-btn { width: 100%; }
	.sow-hub .gate-seven { font-size: 190px; right: -3%; }
	.sow-hub .category-section, .sow-hub .article-section, .sow-hub .diagnostic-strip, .sow-hub .featured-wrap { margin-bottom: 56px; }
	.sow-footer { padding: 48px 24px 28px; }
	.sow-footer-inner { gap: 36px; }
}

@media (max-width: 480px) {
	.sow-hub .resource-grid, .sow-hub .video-grid, .sow-hub .tools-grid { grid-template-columns: 1fr; }
	.sow-hub .resource-card { padding: 28px 24px; }
	.sow-hub .single-watermark { font-size: 120px; }
}

@media (prefers-reduced-motion: reduce) {
	.sow-js .fade-up { opacity: 1; transform: none; transition: none; }
	.sow-hub * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* Theme display mode wrapper + diagnostic layout helper */
.sow-theme-canvas { background: var(--cream, #FAF8F4); }
.sow-hub .diagnostic-left { flex: 1; min-width: 0; }

/* ═══════════════════════════════════════════════════════════════════
   v1.1 — Theme-mode breakout, Insights blog, Get the Book checkout
   ═══════════════════════════════════════════════════════════════════ */

/* Full-bleed inside theme/Elementor content containers */
.sow-hub.sow-breakout {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

/* ─── Blog: Insights layout ────────────────────────────────────────── */

.sow-hub.sow-blog { background: var(--snow); padding-top: 8px; }

.sow-hub .sow-bloghead {
	max-width: 1100px;
	margin: 0 auto;
	padding: 56px 24px 36px;
}
.sow-hub .sow-bloghead h1 {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 44px;
	line-height: 1.15;
	color: var(--charcoal);
	margin: 0 0 10px;
}
.sow-hub .sow-bloghead p {
	font-size: 14.5px;
	color: var(--muted-grey);
	margin: 0;
}

.sow-hub .sow-chip {
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #8a6d1f;
	background: #faf6ec;
	border: 1px solid #e6d7ae;
	padding: 4px 11px;
	margin-bottom: 14px;
}

.sow-hub .insight-feat-wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
}
.sow-hub .insight-feat {
	display: grid;
	grid-template-columns: minmax(0, 46%) minmax(0, 1fr);
	gap: 40px;
	align-items: center;
}
.sow-hub .insight-feat-media { position: relative; padding-top: 30%; min-height: 230px; }
.sow-hub .insight-feat-img {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}
.sow-hub .insight-feat-mono {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #eef0f1 0%, #e3e7e9 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.sow-hub .insight-feat-mono span {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 150px;
	line-height: 1;
	color: var(--book-gold);
	opacity: 0.22;
}
.sow-hub .insight-feat-title {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 30px;
	line-height: 1.25;
	color: var(--charcoal);
	margin: 0 0 14px;
	transition: color 0.3s;
}
.sow-hub .insight-feat:hover .insight-feat-title { color: var(--book-gold-muted); }
.sow-hub .insight-feat-dek {
	font-size: 14.5px;
	line-height: 1.75;
	color: var(--light-charcoal);
	margin: 0 0 16px;
	max-width: 480px;
}
.sow-hub .insight-meta {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 12px;
	color: var(--muted-grey);
}
.sow-hub .insight-meta i { font-style: normal; opacity: 0.45; }

.sow-hub hr.sow-rule {
	max-width: 1052px;
	margin: 48px auto;
	border: 0;
	border-top: 1px solid var(--section-divider);
}

.sow-hub.sow-blog .filter-section { margin-bottom: 44px; }

.sow-hub .insight-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 44px 56px;
}
.sow-hub .insight-card { display: block; }
.sow-hub .insight-title {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 21px;
	line-height: 1.3;
	color: var(--charcoal);
	margin: 0 0 10px;
	transition: color 0.3s;
}
.sow-hub .insight-card:hover .insight-title { color: var(--book-gold-muted); }
.sow-hub .insight-excerpt {
	font-size: 13.5px;
	line-height: 1.75;
	color: var(--light-charcoal);
	margin: 0 0 14px;
}

/* Blog page: lighter surrounding sections on white */
.sow-hub.sow-blog .gate-section { margin-top: 24px; }

/* ─── Get the Book: order page ─────────────────────────────────────── */

.sow-hub .book-order {
	max-width: 1040px;
	margin: 0 auto;
	padding: 72px 24px 88px;
	display: grid;
	grid-template-columns: minmax(0, 40%) minmax(0, 1fr);
	gap: 64px;
	align-items: start;
}
.sow-hub .book-cover-col { position: sticky; top: 96px; }
.sow-hub img.book-cover {
	width: 100%;
	height: auto;
	box-shadow: 0 24px 50px -18px rgba(54, 69, 79, 0.45);
}
.sow-hub .book-cover-ph {
	aspect-ratio: 2 / 3;
	background: linear-gradient(160deg, #3d4f5a 0%, var(--charcoal) 70%);
	box-shadow: 0 24px 50px -18px rgba(54, 69, 79, 0.45);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 32px;
	position: relative;
	overflow: hidden;
}
.sow-hub .book-cover-seven {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 150px;
	line-height: 1;
	color: var(--book-gold);
	opacity: 0.85;
}
.sow-hub .book-cover-title {
	font-family: var(--font-heading);
	font-size: 22px;
	color: var(--snow);
	margin-top: 18px;
	line-height: 1.3;
}
.sow-hub .book-cover-author {
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--muted-grey);
	margin-top: 14px;
}

.sow-hub .book-title {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 40px;
	line-height: 1.15;
	color: var(--charcoal);
	margin: 10px 0 14px;
}
.sow-hub .book-subtitle {
	font-size: 16.5px;
	line-height: 1.75;
	color: var(--light-charcoal);
	margin: 0 0 26px;
}
.sow-hub .book-price-row {
	display: flex;
	align-items: baseline;
	gap: 14px;
	margin-bottom: 22px;
}
.sow-hub .book-price {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 38px;
	color: var(--charcoal);
}
.sow-hub .book-price-note {
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--muted-grey);
}
.sow-hub .book-error {
	background: #fbf1ee;
	border: 1px solid #e8c4b8;
	color: #8c4a36;
	font-size: 14px;
	padding: 12px 16px;
	margin: 0 0 18px;
}
.sow-hub .book-buy-btn {
	display: block;
	width: 100%;
	max-width: 420px;
	text-align: center;
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: var(--book-gold);
	color: var(--charcoal);
	padding: 18px 32px;
	transition: background 0.3s, transform 0.15s;
	border: none;
	cursor: pointer;
}
.sow-hub .book-buy-btn:hover { background: #d4b05a; color: var(--charcoal); }
.sow-hub .book-buy-btn:active { transform: translateY(1px); }
.sow-hub .book-buy-disabled { background: var(--card-border); color: var(--muted-grey); cursor: default; }
.sow-hub .book-buy-disabled:hover { background: var(--card-border); }

.sow-hub .book-secure {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12.5px;
	color: var(--muted-grey);
	margin: 14px 0 26px;
}
.sow-hub .book-secure svg { flex-shrink: 0; color: var(--book-gold); }

.sow-hub .book-bullets {
	list-style: none;
	margin: 0 0 26px;
	padding: 24px 0 8px;
	border-top: 1px solid var(--section-divider);
}
.sow-hub .book-bullets li {
	display: flex;
	gap: 11px;
	align-items: flex-start;
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--charcoal);
	margin-bottom: 12px;
}
.sow-hub .book-bullets svg { flex-shrink: 0; margin-top: 4px; }

.sow-hub .book-desc {
	font-size: 14.5px;
	line-height: 1.8;
	color: var(--muted-grey);
	margin: 0 0 22px;
}
.sow-hub .book-alt { font-size: 13.5px; color: var(--muted-grey); }
.sow-hub .book-alt a { color: var(--book-gold-muted); text-decoration: underline; text-underline-offset: 3px; }

/* ─── Get the Book: thank-you page ─────────────────────────────────── */

.sow-hub .book-success {
	max-width: 620px;
	margin: 0 auto;
	padding: 96px 24px 110px;
	text-align: center;
}
.sow-hub .success-check {
	width: 66px;
	height: 66px;
	margin: 0 auto 26px;
	border: 1.5px solid var(--book-gold);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sow-hub .success-heading {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 38px;
	color: var(--charcoal);
	margin: 0 0 16px;
}
.sow-hub .success-body {
	font-size: 15.5px;
	line-height: 1.8;
	color: var(--muted-grey);
	margin: 0 0 30px;
}
.sow-hub .success-download { margin: 0 auto; }
.sow-hub .success-meta {
	font-size: 12.5px;
	color: var(--muted-grey);
	margin: 16px 0 36px;
}
.sow-hub .success-next a {
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--charcoal);
	transition: color 0.3s;
}
.sow-hub .success-next a:hover { color: var(--book-gold); }

/* ─── Mobile: new components ───────────────────────────────────────── */

@media (max-width: 880px) {
	.sow-hub .insight-feat { grid-template-columns: 1fr; gap: 24px; }
	.sow-hub .insight-feat-media { padding-top: 56%; min-height: 0; }
	.sow-hub .book-order { grid-template-columns: 1fr; gap: 40px; padding: 48px 22px 64px; }
	.sow-hub .book-cover-col { position: static; max-width: 320px; margin: 0 auto; width: 100%; }
}

@media (max-width: 768px) {
	.sow-hub .sow-bloghead { padding: 40px 20px 28px; }
	.sow-hub .sow-bloghead h1 { font-size: 33px; }
	.sow-hub .insight-grid { gap: 36px; }
	.sow-hub .insight-feat-title { font-size: 25px; }
	.sow-hub hr.sow-rule { margin: 36px auto; }
	.sow-hub .book-title { font-size: 31px; }
	.sow-hub .book-price { font-size: 32px; }
	.sow-hub .book-buy-btn { max-width: none; }
	.sow-hub .success-heading { font-size: 30px; }
	.sow-hub .book-success { padding: 64px 22px 80px; }
}

/* ═══════════════════════════════════════════════════════════════════
   v1.2 — Sticky filters, blog search + pagination, hierarchy polish
   ═══════════════════════════════════════════════════════════════════ */

/* ─── Sticky structure filter (resources + optional blog) ──────────── */

.sow-hub .filter-section.sow-sticky {
	position: sticky;
	top: 0;
	z-index: 90;
	width: 100%;
	max-width: none;
	margin: 0 0 48px;
	padding: 14px 24px 12px;
	background: var(--cream);
	transition: box-shadow 0.25s, border-color 0.25s;
	border-bottom: 1px solid transparent;
}
.sow-hub.sow-blog .filter-section.sow-sticky { background: var(--snow); }
.sow-hub .filter-section.sow-sticky.is-stuck {
	border-bottom-color: var(--section-divider);
	box-shadow: 0 8px 22px -14px rgba(54, 69, 79, 0.28);
}
body.admin-bar .sow-hub .filter-section.sow-sticky { top: 32px; }

.sow-hub .filter-section.sow-sticky .filter-tabs {
	max-width: 1100px;
	margin: 0 auto;
}
.sow-hub .filter-section.sow-sticky .filter-hint { margin-top: 8px; }

/* Mobile: one horizontally swipeable row instead of stacked wrapping */
@media (max-width: 768px) {
	.sow-hub .filter-section.sow-sticky { padding: 10px 16px 10px; }
	body.admin-bar .sow-hub .filter-section.sow-sticky { top: 46px; }
	.sow-hub .filter-section.sow-sticky .filter-tabs {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		gap: 8px;
		padding-bottom: 2px;
	}
	.sow-hub .filter-section.sow-sticky .filter-tabs::-webkit-scrollbar { display: none; }
	.sow-hub .filter-section.sow-sticky .filter-tab {
		flex: 0 0 auto;
		white-space: nowrap;
		font-size: 11px;
		padding: 9px 14px;
	}
	.sow-hub .filter-section.sow-sticky .filter-hint { display: none; }
}

/* ─── Unlocked bar: slim, quiet confirmation ───────────────────────── */

.sow-hub .gate-unlocked { max-width: 1100px; }
.sow-hub .gate-unlocked .gate-inner {
	max-width: none;
	padding: 15px 28px;
	text-align: left;
}
.sow-hub .gate-unlocked .gate-seven { display: none; }
.sow-hub .unlock-row { justify-content: flex-start; gap: 12px; }
.sow-hub .unlock-row svg { width: 17px; height: 17px; }
.sow-hub .unlock-row p {
	font-size: 11.5px;
	letter-spacing: 1.6px;
	line-height: 1.6;
	font-weight: 500;
}

/* ─── Resources: visual hierarchy refinements ──────────────────────── */

.sow-hub .category-header {
	padding-bottom: 18px;
	border-bottom: 1px solid var(--section-divider);
	margin-bottom: 30px;
}
.sow-hub .category-count {
	display: inline-block;
	vertical-align: 3px;
	font-family: var(--font-body);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #8a6d1f;
	background: #faf6ec;
	border: 1px solid #e6d7ae;
	padding: 2px 9px;
	margin-left: 10px;
}
.sow-hub .resource-card { position: relative; }
.sow-hub .resource-card::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--book-gold);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}
.sow-hub .resource-card:hover::before { transform: scaleX(1); }

/* ─── Blog header: title + search, stronger rhythm ─────────────────── */

.sow-hub .sow-bloghead {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.sow-hub .sow-bloghead-text { min-width: 0; }
.sow-hub .blog-search {
	display: flex;
	align-items: center;
	border: 1px solid var(--card-border);
	background: var(--snow);
	min-width: 260px;
	transition: border-color 0.25s;
}
.sow-hub .blog-search:focus-within { border-color: var(--book-gold); }
.sow-hub .blog-search input {
	flex: 1;
	min-width: 0;
	font-family: var(--font-body);
	font-size: 13.5px;
	color: var(--charcoal);
	background: transparent;
	border: 0;
	padding: 11px 14px;
	outline: none;
}
.sow-hub .blog-search input::placeholder { color: var(--muted-grey); }
.sow-hub .blog-search button {
	background: transparent;
	border: 0;
	color: var(--muted-grey);
	padding: 10px 13px;
	cursor: pointer;
	display: flex;
	transition: color 0.25s;
}
.sow-hub .blog-search button:hover { color: var(--book-gold); }

.sow-hub .blog-results {
	max-width: 1100px;
	margin: -8px auto 28px;
	padding: 0 24px;
}
.sow-hub .blog-results p { font-size: 13.5px; color: var(--muted-grey); font-style: italic; }
.sow-hub .blog-clear {
	font-style: normal;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--book-gold-muted);
	margin-left: 12px;
}
.sow-hub .blog-clear:hover { color: var(--charcoal); }

/* Editorial rhythm: hairline above each card in the grid */
.sow-hub .insight-card {
	border-top: 1px solid var(--section-divider);
	padding-top: 22px;
}
.sow-hub .insight-grid { gap: 40px 56px; }

/* ─── Pagination ───────────────────────────────────────────────────── */

.sow-hub .sow-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 52px;
}
.sow-hub .page-num,
.sow-hub .page-step {
	font-family: var(--font-body);
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--light-charcoal);
	border: 1px solid var(--card-border);
	background: var(--snow);
	padding: 9px 14px;
	min-width: 38px;
	text-align: center;
	transition: all 0.25s;
}
.sow-hub .page-step { text-transform: uppercase; font-size: 11px; }
.sow-hub a.page-num:hover,
.sow-hub a.page-step:hover {
	border-color: var(--charcoal);
	color: var(--charcoal);
}
.sow-hub .page-num.is-current {
	background: var(--charcoal);
	border-color: var(--charcoal);
	color: var(--snow);
}
.sow-hub .page-gap { color: var(--muted-grey); padding: 0 2px; }

@media (max-width: 768px) {
	.sow-hub .sow-bloghead { flex-direction: column; align-items: stretch; gap: 18px; }
	.sow-hub .blog-search { min-width: 0; }
	.sow-hub .sow-pagination { gap: 6px; }
	.sow-hub .page-num, .sow-hub .page-step { padding: 8px 11px; min-width: 34px; }
}

/* ═══════════════════════════════════════════════════════════════════
   v1.3 — Header yields to filter bars · unified blog toolbar
   ═══════════════════════════════════════════════════════════════════ */

/* The theme's sticky/fixed header scrolls away on hub pages */
body.sow-unstick-header .elementor-sticky--active,
body.sow-unstick-header [data-elementor-type="header"],
body.sow-unstick-header .elementor-location-header,
body.sow-unstick-header header.site-header,
body.sow-unstick-header #masthead {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	transform: none !important;
}
body.sow-unstick-header .elementor-sticky--active { width: auto !important; }
body.sow-unstick-header .elementor-sticky__spacer { display: none !important; }

/* Generic sticky bar (resources filter + blog toolbar share this) */
.sow-hub .sow-sticky {
	position: sticky;
	top: 0;
	z-index: 90;
	transition: box-shadow 0.25s, border-color 0.25s;
	border-bottom: 1px solid transparent;
}
body.admin-bar .sow-hub .sow-sticky { top: 32px; }
@media (max-width: 782px) {
	body.admin-bar .sow-hub .sow-sticky { top: 46px; }
}
.sow-hub .sow-sticky.is-stuck {
	border-bottom-color: var(--section-divider);
	box-shadow: 0 8px 22px -14px rgba(54, 69, 79, 0.28);
}

/* Blog toolbar: filters + search in one bar */
.sow-hub .blog-toolbar {
	width: 100%;
	background: var(--snow);
	padding: 12px 24px;
	margin-bottom: 44px;
}
.sow-hub .blog-toolbar-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 18px;
}
.sow-hub .blog-tabs {
	flex: 1;
	min-width: 0;
	justify-content: flex-start;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	gap: 8px;
	margin: 0;
	padding-bottom: 2px;
}
.sow-hub .blog-tabs::-webkit-scrollbar { display: none; }
.sow-hub .blog-tabs .filter-tab {
	flex: 0 0 auto;
	white-space: nowrap;
	font-size: 11px;
	padding: 9px 14px;
}
.sow-hub .blog-toolbar .blog-search {
	flex: 0 0 auto;
	width: 230px;
	background: var(--cream);
}
.sow-hub .blog-toolbar .blog-search input { padding: 9px 12px; font-size: 13px; }
.sow-hub .blog-toolbar .blog-search button { padding: 8px 11px; }

@media (max-width: 880px) {
	.sow-hub .blog-toolbar { padding: 10px 16px; }
	.sow-hub .blog-toolbar-inner { flex-direction: column; align-items: stretch; gap: 10px; }
	.sow-hub .blog-toolbar .blog-search { width: 100%; }
	.sow-hub .blog-toolbar .blog-search input { font-size: 16px; } /* no iOS zoom */
}

/* Blog header simplified (search moved to the toolbar) */
.sow-hub .sow-bloghead { display: block; }

/* Friendly empty states with a way out */
.sow-hub .sow-empty-state {
	grid-column: 1 / -1;
	text-align: center;
	border: 1px dashed var(--card-border);
	background: var(--snow);
	padding: 44px 24px;
}
.sow-hub .sow-empty-state p {
	font-style: italic;
	color: var(--muted-grey);
	margin: 0 0 18px;
}
.sow-hub .sow-empty-cta {
	display: inline-block;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 1.5px solid var(--charcoal);
	color: var(--charcoal);
	padding: 12px 26px;
	transition: background 0.25s, color 0.25s;
}
.sow-hub .sow-empty-cta:hover { background: var(--charcoal); color: var(--snow); }

/* ═══════════════════════════════════════════════════════════════════
   v1.3.1 — Bulletproof pinned bars (JS-fixed) · whole-card clicks
   CSS position:sticky dies inside Elementor wrappers with overflow
   hidden, so the bars are now pinned by JS with position:fixed and a
   height-matched spacer. These overrides retire the sticky rules.
   ═══════════════════════════════════════════════════════════════════ */

.sow-hub .sow-sticky,
.sow-hub .filter-section.sow-sticky,
.sow-hub .blog-toolbar.sow-sticky {
	position: relative;
	top: auto;
	z-index: 90;
}
body.admin-bar .sow-hub .sow-sticky,
body.admin-bar .sow-hub .filter-section.sow-sticky { top: auto; }
@media (max-width: 782px) {
	body.admin-bar .sow-hub .sow-sticky { top: auto; }
}

.sow-hub .sow-sticky.is-fixed,
.sow-hub .filter-section.sow-sticky.is-fixed,
.sow-hub .blog-toolbar.sow-sticky.is-fixed {
	position: fixed;
	left: 0;
	right: 0;
	width: auto;
	margin: 0;
}

/* ─── Whole card is the link (deep-dives & case studies) ───────────── */

.sow-hub .resource-card,
.sow-hub .case-study-card {
	position: relative;
	cursor: pointer;
}
.sow-hub .resource-card .card-link::after,
.sow-hub .case-study-card .card-link::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
}
.sow-hub .resource-card:hover .card-link,
.sow-hub .case-study-card:hover .card-link { color: var(--book-gold); }

/* ═══════════════════════════════════════════════════════════════════
   v1.3.2 — Body-level pin holder (immune to transformed ancestors)
   ═══════════════════════════════════════════════════════════════════ */

.sow-pin-holder {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 99500;
}
.sow-hub.sow-pin-holder .sow-sticky.is-fixed,
.sow-hub.sow-pin-holder .filter-section.sow-sticky.is-fixed,
.sow-hub.sow-pin-holder .blog-toolbar.sow-sticky.is-fixed {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	margin: 0;
	transform: none;
}

/* Pinned bars compact themselves — one slim row, hint hidden */
.sow-pin-holder .filter-section.sow-sticky { padding: 10px 24px; }
.sow-pin-holder .filter-section .filter-hint { display: none; }
.sow-pin-holder .filter-tabs { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; justify-content: flex-start; }
.sow-pin-holder .filter-tabs::-webkit-scrollbar { display: none; }
.sow-pin-holder .filter-tab { flex: 0 0 auto; white-space: nowrap; font-size: 11px; padding: 9px 14px; }
.sow-pin-holder .blog-toolbar.sow-sticky { padding: 8px 24px; }

/* ═══════════════════════════════════════════════════════════════════
   v1.3.4 — Editorial header treatment (articles, singles, heroes)
   ═══════════════════════════════════════════════════════════════════ */

/* Back link becomes a tactile chip, anchored to the content's left edge */
.sow-hub .single-backrow {
	max-width: 760px;
	margin: 0 auto 30px;
	text-align: left;
}
.sow-hub .single-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--light-charcoal);
	background: var(--snow);
	border: 1px solid var(--card-border);
	padding: 9px 16px;
	margin-bottom: 0;
	transition: border-color 0.25s, color 0.25s, transform 0.2s;
}
.sow-hub .single-back span { transition: transform 0.2s; }
.sow-hub .single-back:hover {
	border-color: var(--book-gold);
	color: var(--charcoal);
}
.sow-hub .single-back:hover span { transform: translateX(-3px); }

/* Structure chip replaces the bare eyebrow in single headers */
.sow-hub .single-head .sow-chip,
.sow-hub .article-head .sow-chip { margin-bottom: 20px; }

/* Balanced, slightly larger headlines */
.sow-hub .single-title,
.sow-hub .article-headline {
	text-wrap: balance;
	letter-spacing: -0.4px;
}
.sow-hub .article-headline { font-size: 46px; }
.sow-hub .single-title { font-size: 42px; }

/* Dek: italic serif — reads as a deck, not a stray paragraph */
.sow-hub .article-dek {
	font-family: var(--font-heading);
	font-style: italic;
	font-size: 19px;
	line-height: 1.65;
	color: var(--light-charcoal);
}

/* Byline strip between hairlines, with the author avatar */
.sow-hub .article-byline {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 560px;
	margin: 30px auto 0;
	padding: 14px 0;
	border-top: 1px solid var(--section-divider);
	border-bottom: 1px solid var(--section-divider);
	font-size: 13px;
	color: var(--muted-grey);
}
.sow-hub .article-byline i { font-style: normal; opacity: 0.5; }
.sow-hub .byline-avatar {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	object-fit: cover;
}
.sow-hub .byline-name {
	font-weight: 600;
	letter-spacing: 0.6px;
	color: var(--charcoal);
}
.sow-hub .single-metaline .byline-name {
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--book-gold-muted);
}
.sow-hub .article-head { position: relative; }
.sow-hub .article-head .single-watermark { top: 10px; font-size: 160px; }

/* Page heroes: a short gold rule grounds the title */
.sow-hub .sow-hero h1 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 18px;
	text-wrap: balance;
}
.sow-hub .sow-hero h1::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 46px;
	height: 2px;
	background: var(--book-gold);
}
.sow-hub .sow-bloghead h1 {
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 14px;
}
.sow-hub .sow-bloghead h1::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46px;
	height: 2px;
	background: var(--book-gold);
}
.sow-hub .success-heading {
	position: relative;
	padding-bottom: 20px;
}
.sow-hub .success-heading::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 46px;
	height: 2px;
	background: var(--book-gold);
}

@media (max-width: 768px) {
	.sow-hub .article-headline { font-size: 32px; }
	.sow-hub .single-title { font-size: 30px; }
	.sow-hub .article-dek { font-size: 16.5px; }
	.sow-hub .single-backrow { margin-bottom: 22px; padding: 0 2px; }
	.sow-hub .article-byline { gap: 8px; font-size: 12px; }
	.sow-hub .article-head .single-watermark { font-size: 110px; }
}

/* ═══════════════════════════════════════════════════════════════════
   v1.4 — Coming soon placeholder + editor ribbon
   ═══════════════════════════════════════════════════════════════════ */

.sow-hub .sow-coming {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	padding: 110px 24px 90px;
	text-align: center;
	overflow: hidden;
}
.sow-hub .coming-seven {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -54%);
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 340px;
	line-height: 1;
	color: var(--book-gold);
	opacity: 0.07;
	pointer-events: none;
}
.sow-hub .sow-coming .single-eyebrow { position: relative; }
.sow-hub .coming-heading {
	position: relative;
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 52px;
	line-height: 1.12;
	color: var(--charcoal);
	margin: 0 0 18px;
	padding-bottom: 22px;
	text-wrap: balance;
}
.sow-hub .coming-heading::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 46px;
	height: 2px;
	background: var(--book-gold);
}
.sow-hub .coming-body {
	position: relative;
	font-size: 16px;
	line-height: 1.8;
	color: var(--muted-grey);
	max-width: 480px;
	margin: 0 auto;
}

.sow-hub .sow-cs-ribbon {
	background: #faf3e3;
	border-bottom: 1px solid #e8d6a8;
	color: #8a6d1f;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.4px;
	text-align: center;
	padding: 10px 18px;
}
.sow-hub .sow-cs-ribbon a {
	color: #8a6d1f;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 768px) {
	.sow-hub .sow-coming { padding: 72px 22px 60px; }
	.sow-hub .coming-heading { font-size: 36px; }
	.sow-hub .coming-seven { font-size: 230px; }
}
