/* =============================================================
   AgriHub Design System v1.0 — "Operating System for Agriculture"
   Dark · Atmospheric · Cinematic · Scientific · Premium
   Inspired by farmminerals.com motion + composition principles,
   reinterpreted as a dark futuristic SaaS-OS aesthetic.
   ============================================================= */

/* -------------------------------------------------------------
   1. DESIGN TOKENS
   ------------------------------------------------------------- */
:root {
	/* Surfaces — dark industrial green-black */
	--agh-bg-deep:    #070A09;
	--agh-bg-base:    #0B0F0E;
	--agh-bg-raised:  #131918;
	--agh-bg-elev:    #1A211F;
	--agh-bg-glass:   rgba(245,243,238,0.04);
	--agh-bg-glass-2: rgba(245,243,238,0.07);

	/* Ink — warm cream */
	--agh-ink:        #F5F3EE;
	--agh-ink-soft:   rgba(245,243,238,0.72);
	--agh-ink-mute:   rgba(245,243,238,0.48);
	--agh-ink-faint:  rgba(245,243,238,0.32);

	/* Borders */
	--agh-line:       rgba(245,243,238,0.08);
	--agh-line-soft:  rgba(245,243,238,0.05);
	--agh-line-glow:  rgba(122,145,118,0.22);
	--agh-line-cyan:  rgba(215,204,188,0.18);

	/* Accents — muted sage + warm beige (replaces bright green + cyan) */
	--agh-green:      #7A9176;
	--agh-green-2:    #5A735C;
	--agh-green-deep: #3D5240;
	--agh-cyan:       #D7CCBC;
	--agh-cyan-2:     #C5B79E;
	--agh-cyan-deep:  #8F7F65;
	--agh-amber:      #D4B16A;
	--agh-coral:      #C97559;

	/* Glows / atmosphere — very subtle */
	--agh-glow-green: radial-gradient(circle at 50% 50%, rgba(90,115,92,0.18), rgba(90,115,92,0) 60%);
	--agh-glow-cyan:  radial-gradient(circle at 50% 50%, rgba(215,204,188,0.12), rgba(215,204,188,0) 60%);
	--agh-grid-overlay: linear-gradient(rgba(245,243,238,0.018) 1px, transparent 1px),
	                    linear-gradient(90deg, rgba(245,243,238,0.018) 1px, transparent 1px);

	/* Type */
	--agh-font-display: 'Space Grotesk', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	--agh-font-body:    'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	--agh-font-mono:    ui-monospace, 'JetBrains Mono', SFMono-Regular, Menlo, Consolas, monospace;

	/* Easing */
	--agh-ease:        cubic-bezier(.22,1,.36,1);
	--agh-ease-soft:   cubic-bezier(.4,0,.2,1);

	/* Radii */
	--agh-r-sm: 10px;
	--agh-r:    16px;
	--agh-r-lg: 22px;
	--agh-r-xl: 28px;

	/* Container */
	--agh-container: 1400px;

	/* Cream surface variant — used to break up dark rhythm */
	--agh-cream:       #ECE3D2;
	--agh-cream-soft:  #F2EAD8;
	--agh-cream-deep:  #D8CCB5;
	--agh-on-cream:    #1A211F;
	--agh-on-cream-soft: rgba(26,33,31,0.72);
	--agh-on-cream-mute: rgba(26,33,31,0.48);
	--agh-on-cream-line: rgba(26,33,31,0.12);
	--agh-on-cream-line-glow: rgba(61,82,64,0.22);
}

/* -------------------------------------------------------------
   2. RESET / BASE
   ------------------------------------------------------------- */
html { background: var(--agh-bg-base); }

body.agh-os,
body.agh-os.agh-clean {
	background: var(--agh-bg-base);
	color: var(--agh-ink);
	font-family: var(--agh-font-body);
	font-size: 18px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: -0.005em;
}

body.agh-os * { box-sizing: border-box; }

body.agh-os a { color: var(--agh-ink); text-decoration: none; transition: color 240ms var(--agh-ease); }
body.agh-os a:hover { color: var(--agh-green); }

body.agh-os img { max-width: 100%; height: auto; display: block; }

body.agh-os ::selection { background: rgba(122,145,118,0.30); color: var(--agh-ink); }

/* Astra resets on motion canvas — strip default chrome */
body.agh-os .entry-header,
body.agh-os .ast-archive-description,
body.agh-os .ast-no-thumb .post-thumb-img-content,
body.agh-os .ast-author-details { display: none !important; }

body.agh-os .site-content > .ast-container,
body.agh-os.agh-clean .site-content > .ast-container { max-width: none; padding: 0; }

body.agh-os .ast-container,
body.agh-os.agh-clean .entry-content > * { max-width: none; }

body.agh-os .site-content { background: var(--agh-bg-base); }

body.agh-os .ast-single-post .entry-content,
body.agh-os .ast-page-builder-template .entry-content { padding: 0; }

/* -------------------------------------------------------------
   3. TYPOGRAPHY PRIMITIVES
   ------------------------------------------------------------- */
.agh-os-display {
	font-family: var(--agh-font-display);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 0.96;
	color: var(--agh-ink);
}
.agh-os-h1 {
	font-family: var(--agh-font-display);
	font-weight: 400;
	font-size: clamp(48px, 8.4vw, 100px);
	line-height: 0.98;
	letter-spacing: -0.032em;
	color: var(--agh-ink);
	margin: 0;
}
.agh-os-h2 {
	font-family: var(--agh-font-display);
	font-weight: 400;
	font-size: clamp(36px, 5vw, 64px);
	line-height: 1.04;
	letter-spacing: -0.026em;
	color: var(--agh-ink);
	margin: 0;
}
.agh-os-h3 {
	font-family: var(--agh-font-display);
	font-weight: 500;
	font-size: clamp(24px, 2.6vw, 34px);
	line-height: 1.15;
	letter-spacing: -0.018em;
	color: var(--agh-ink);
	margin: 0;
}
.agh-os-h1 em, .agh-os-h2 em, .agh-os-h3 em {
	font-style: normal;
	background: linear-gradient(135deg, var(--agh-green) 0%, var(--agh-cyan) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.agh-os-lead {
	font-size: clamp(17px, 1.4vw, 21px);
	line-height: 1.55;
	color: var(--agh-ink-soft);
	font-weight: 400;
	max-width: 56ch;
	margin: 0;
}
.agh-os-body { font-size: 18px; line-height: 1.65; color: var(--agh-ink-soft); margin: 0; }
.agh-os-small { font-size: 14px; line-height: 1.5; color: var(--agh-ink-mute); }

.agh-os-eyebrow {
	font-family: var(--agh-font-body);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.20em;
	text-transform: uppercase;
	color: var(--agh-ink-mute);
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}
.agh-os-eyebrow::before {
	content: '';
	display: inline-block;
	width: 6px; height: 6px;
	border-radius: 50%;
	background: var(--agh-green);
	box-shadow: 0 0 12px var(--agh-green);
}
.agh-os-eyebrow--cyan::before { background: var(--agh-cyan); box-shadow: 0 0 12px var(--agh-cyan); }
.agh-os-eyebrow--mute::before { background: var(--agh-ink-mute); box-shadow: none; }

.agh-os-mono {
	font-family: var(--agh-font-mono);
	font-size: 12px;
	letter-spacing: 0.04em;
	color: var(--agh-ink-mute);
	text-transform: uppercase;
}

/* Cinematic accent: thin top rule under eyebrow */
.agh-os-rule {
	display: block;
	width: 48px;
	height: 1px;
	background: linear-gradient(90deg, var(--agh-green), transparent);
	margin: 0;
}

/* -------------------------------------------------------------
   4. LAYOUT PRIMITIVES
   ------------------------------------------------------------- */
.agh-os-container {
	width: 100%;
	max-width: var(--agh-container);
	margin: 0 auto;
	padding-inline: clamp(20px, 4vw, 56px);
}
.agh-os-section {
	position: relative;
	padding-block: clamp(60px, 8vw, 104px);
	overflow: hidden;
}
.agh-os-section--tight { padding-block: clamp(48px, 7vw, 88px); }
.agh-os-section--hero  { padding-block: clamp(96px, 14vw, 180px) clamp(80px, 10vw, 120px); }

/* Atmospheric backdrop helpers — used per-section sparingly */
.agh-os-atmo {
	position: absolute;
	pointer-events: none;
	z-index: 0;
}
.agh-os-atmo--grid {
	inset: 0;
	background-image: var(--agh-grid-overlay);
	background-size: 64px 64px;
	mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
	-webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
	opacity: 0.55;
}
.agh-os-atmo--glow-green {
	inset: -30% -10% auto -10%;
	height: 70vh;
	background: radial-gradient(ellipse at 50% 0%, rgba(90,115,92,0.16), rgba(90,115,92,0) 60%);
	filter: blur(20px);
}
.agh-os-atmo--glow-cyan {
	inset: auto -10% -30% -10%;
	height: 60vh;
	background: radial-gradient(ellipse at 50% 100%, rgba(197,183,158,0.10), rgba(197,183,158,0) 60%);
	filter: blur(20px);
}
.agh-os-atmo--vignette {
	inset: 0;
	background: radial-gradient(ellipse at center, transparent 40%, var(--agh-bg-base) 100%);
}

/* Section needs explicit stacking on inner content */
.agh-os-section > .agh-os-container,
.agh-os-section > * { position: relative; z-index: 1; }

/* -------------------------------------------------------------
   5. GLASS / CARDS / DASHBOARD WIDGETS
   ------------------------------------------------------------- */
.agh-os-glass {
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
	backdrop-filter: blur(20px) saturate(140%);
	-webkit-backdrop-filter: blur(20px) saturate(140%);
}
.agh-os-card {
	background: linear-gradient(180deg, var(--agh-bg-raised) 0%, var(--agh-bg-deep) 100%);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
	padding: clamp(28px, 3.2vw, 44px);
	transition: border-color 320ms var(--agh-ease), transform 420ms var(--agh-ease), box-shadow 420ms var(--agh-ease);
	position: relative;
	overflow: hidden;
}
.agh-os-card::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	background: linear-gradient(135deg, rgba(122,145,118,0.04) 0%, transparent 40%);
	opacity: 0;
	transition: opacity 420ms var(--agh-ease);
}
.agh-os-card:hover {
	border-color: var(--agh-line-glow);
	transform: translateY(-4px);
	box-shadow: 0 30px 60px -30px rgba(90,115,92,0.18);
}
.agh-os-card:hover::before { opacity: 1; }

.agh-os-card--cyan:hover {
	border-color: var(--agh-line-cyan);
	box-shadow: 0 30px 60px -30px rgba(197,183,158,0.14);
}
.agh-os-card--cyan:hover::before {
	background: linear-gradient(135deg, rgba(215,204,188,0.05) 0%, transparent 40%);
}

/* Widget — denser variant for dashboard tiles */
.agh-os-widget {
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r);
	padding: 22px;
	position: relative;
	overflow: hidden;
}
.agh-os-widget--glass {
	background: var(--agh-bg-glass);
	backdrop-filter: blur(18px) saturate(140%);
}
.agh-os-widget-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}
.agh-os-widget-title {
	font-family: var(--agh-font-display);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.005em;
	color: var(--agh-ink-soft);
	margin: 0;
}
.agh-os-widget-tag {
	font-family: var(--agh-font-mono);
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--agh-green);
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.agh-os-widget-tag::before {
	content: '';
	width: 5px; height: 5px; border-radius: 50%;
	background: var(--agh-green);
	box-shadow: 0 0 8px var(--agh-green);
	animation: agh-os-pulse 2.4s ease-in-out infinite;
}
@keyframes agh-os-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

.agh-os-widget-num {
	font-family: var(--agh-font-display);
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.02em;
	color: var(--agh-ink);
}
.agh-os-widget-unit { font-size: 14px; color: var(--agh-ink-mute); margin-left: 4px; letter-spacing: 0; }
.agh-os-widget-delta {
	font-family: var(--agh-font-mono);
	font-size: 12px;
	color: var(--agh-green);
	margin-top: 6px;
	display: inline-flex; align-items: center; gap: 4px;
}
.agh-os-widget-delta--down { color: var(--agh-coral); }
.agh-os-widget-foot {
	margin-top: 16px;
	font-size: 13px;
	color: var(--agh-ink-mute);
	line-height: 1.4;
}

/* Sparkline */
.agh-os-spark { display: block; width: 100%; height: 48px; margin-top: 12px; }
.agh-os-spark path.line { fill: none; stroke: var(--agh-green); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.agh-os-spark path.fill { fill: url(#agh-os-spark-grad); opacity: 0.4; }
.agh-os-spark--cyan path.line { stroke: var(--agh-cyan); }

/* Mini bar chart */
.agh-os-bars {
	display: flex;
	align-items: flex-end;
	gap: 6px;
	height: 56px;
	margin-top: 14px;
}
.agh-os-bars > span {
	flex: 1;
	background: linear-gradient(180deg, var(--agh-green) 0%, rgba(122,145,118,0.20) 100%);
	border-radius: 3px;
	min-height: 4px;
	transform-origin: bottom;
}
.agh-os-bars--cyan > span { background: linear-gradient(180deg, var(--agh-cyan) 0%, rgba(215,204,188,0.18) 100%); }

/* Donut indicator */
.agh-os-donut {
	width: 84px; height: 84px;
	display: grid; place-items: center;
	background: conic-gradient(var(--agh-green) calc(var(--p, 70) * 1%), rgba(255,255,255,0.08) 0);
	border-radius: 50%;
	position: relative;
}
.agh-os-donut::before {
	content: '';
	position: absolute; inset: 8px;
	background: var(--agh-bg-raised);
	border-radius: 50%;
}
.agh-os-donut span {
	position: relative;
	font-family: var(--agh-font-display);
	font-size: 18px;
	color: var(--agh-ink);
	font-weight: 500;
}

/* -------------------------------------------------------------
   6. BUTTONS
   ------------------------------------------------------------- */
.agh-os-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 24px;
	font-family: var(--agh-font-body);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.005em;
	border-radius: 999px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: background 280ms var(--agh-ease), color 280ms var(--agh-ease), border-color 280ms var(--agh-ease), transform 280ms var(--agh-ease), box-shadow 280ms var(--agh-ease);
	text-decoration: none;
	line-height: 1;
}
/* --primary: unified branded CTA — sage gradient + cream type + soft glow.
   Same visual language as --apply so every primary action reads identically
   site-wide (dark and cream surfaces both). Secondary actions use --ghost. */
.agh-os-btn--primary {
	background: linear-gradient(135deg, #97AE93 0%, #7A9176 45%, #5A735C 100%);
	color: var(--agh-cream);
	border: 1px solid rgba(122,145,118,0.55);
	box-shadow:
		0 16px 34px -16px rgba(90,115,92,0.55),
		inset 0 1px 0 rgba(245,243,238,0.16);
	position: relative;
	overflow: hidden;
}
.agh-os-btn--primary::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(245,243,238,0.20) 0%, rgba(245,243,238,0) 52%);
	opacity: 0;
	transition: opacity 280ms var(--agh-ease);
	pointer-events: none;
}
.agh-os-btn--primary:hover {
	color: var(--agh-cream);
	transform: translateY(-2px);
	border-color: rgba(245,243,238,0.4);
	box-shadow:
		0 22px 44px -16px rgba(90,115,92,0.7),
		inset 0 1px 0 rgba(245,243,238,0.24);
}
.agh-os-btn--primary:hover::before { opacity: 1; }

/* --apply: the marketing "Apply for early access" CTA — sage gradient,
   cream type, soft glow. Used on hero + footer CTA strip + modal opener. */
.agh-os-btn--apply {
	padding: 16px 30px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.005em;
	background: linear-gradient(135deg, #97AE93 0%, #7A9176 45%, #5A735C 100%);
	color: var(--agh-cream);
	border: 1px solid rgba(122,145,118,0.6);
	box-shadow:
		0 18px 36px -14px rgba(122,145,118,0.55),
		inset 0 1px 0 rgba(245,243,238,0.18);
	position: relative;
	overflow: hidden;
}
.agh-os-btn--apply::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(245,243,238,0.18) 0%, rgba(245,243,238,0) 50%);
	opacity: 0;
	transition: opacity 280ms var(--agh-ease);
	pointer-events: none;
}
.agh-os-btn--apply:hover {
	transform: translateY(-2px);
	color: var(--agh-cream);
	border-color: rgba(245,243,238,0.4);
	box-shadow:
		0 22px 44px -14px rgba(122,145,118,0.7),
		inset 0 1px 0 rgba(245,243,238,0.25);
}
.agh-os-btn--apply:hover::before { opacity: 1; }
.agh-os-btn--apply .dot {
	background: var(--agh-cream);
	box-shadow: 0 0 8px rgba(245,243,238,0.6);
}
.agh-os-btn--apply.agh-os-btn--arrow::after { transition: transform 320ms var(--agh-ease); }
.agh-os-btn--ghost { background: transparent; color: var(--agh-ink); border-color: var(--agh-line); }
.agh-os-btn--ghost:hover { background: var(--agh-bg-glass-2); border-color: var(--agh-line-glow); color: var(--agh-green); }
.agh-os-btn--green { background: var(--agh-green); color: var(--agh-bg-deep); }
.agh-os-btn--green:hover { background: #A2B59E; transform: translateY(-1px); box-shadow: 0 16px 32px -16px rgba(122,145,118,0.5); }
.agh-os-btn .dot {
	width: 6px; height: 6px;
	border-radius: 50%;
	background: var(--agh-green);
	box-shadow: 0 0 8px var(--agh-green);
	transition: transform 280ms var(--agh-ease);
}
.agh-os-btn--green .dot { background: var(--agh-bg-deep); box-shadow: none; }
.agh-os-btn--primary .dot,
.agh-os-btn--apply .dot { background: var(--agh-cream); box-shadow: 0 0 8px rgba(245,243,238,0.55); }
.agh-os-btn:hover .dot { transform: scale(1.4); }

.agh-os-btn--arrow::after {
	content: '\2192';
	display: inline-block;
	transition: transform 320ms var(--agh-ease);
}
.agh-os-btn--arrow:hover::after { transform: translateX(6px); }

.agh-os-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--agh-ink);
	font-weight: 500;
	font-size: 15px;
	position: relative;
	padding-bottom: 4px;
}
.agh-os-link::after {
	content: '';
	position: absolute;
	left: 0; bottom: 0;
	height: 1px;
	width: 0;
	background: var(--agh-green);
	transition: width 320ms var(--agh-ease);
}
.agh-os-link:hover { color: var(--agh-green); }
.agh-os-link:hover::after { width: 100%; }
.agh-os-link::before {
	content: '\2192';
	display: inline-block;
	transition: transform 320ms var(--agh-ease);
}
.agh-os-link:hover::before { transform: translateX(4px); }

/* -------------------------------------------------------------
   7. HEADER — single cohesive bar
   ------------------------------------------------------------- */
/* Hide Astra's masthead entirely on agh-os pages — we render our own */
body.agh-os #masthead,
body.agh-os .ast-mobile-header-wrap { display: none !important; }

.agh-os-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: transparent;
	border-bottom: 1px solid transparent;
	transition: background 380ms var(--agh-ease), border-color 380ms var(--agh-ease), backdrop-filter 380ms var(--agh-ease), box-shadow 380ms var(--agh-ease), min-height 320ms var(--agh-ease);
	min-height: 90px;
	display: flex;
	align-items: center;
}
.agh-os-header-inner {
	width: 100%;
	max-width: var(--agh-container);
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 56px);
	display: grid;
	/* Symmetric outer columns guarantee the nav is viewport-centered
	   regardless of how wide brand or CTA become. */
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: clamp(16px, 3vw, 40px);
}
.agh-os-header-brand { justify-self: start; }
.agh-os-header-nav   { justify-self: center; }
.agh-os-header-right { justify-self: end; }

/* Brand mark + wordmark */
.agh-os-header-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--agh-ink) !important;
	font-family: var(--agh-font-display);
	font-weight: 600;
	font-size: 19.5px;
	letter-spacing: -0.022em;
	text-decoration: none;
	transition: opacity 240ms var(--agh-ease);
}
.agh-os-header-brand:hover { opacity: 0.85; color: var(--agh-ink) !important; }
.agh-os-header-mark {
	display: inline-grid;
	place-items: center;
	width: 34px; height: 34px;
	border-radius: 999px;
	background: rgba(122,145,118,0.30);
	border: 1px solid rgba(122,145,118,0.55);
	color: #BFD3B9;
	transition: background 240ms var(--agh-ease);
}
.agh-os-header-mark svg { width: 23px; height: 23px; stroke-width: 2; }
.agh-os-header-brand:hover .agh-os-header-mark { background: rgba(122,145,118,0.42); }
.agh-os-header-wordmark { line-height: 1; }
/* keep the wordmark legible over photo heroes */
.agh-os-header--over-hero .agh-os-header-brand { text-shadow: 0 1px 10px rgba(7,10,9,0.45); }

/* Center nav links */
.agh-os-header-nav {
	display: none;
	justify-content: center;
	gap: clamp(8px, 2.4vw, 36px);
}
.agh-os-header-nav a {
	font-family: var(--agh-font-body);
	font-size: 14.5px;
	font-weight: 500;
	letter-spacing: -0.005em;
	color: var(--agh-ink-soft);
	padding: 8px 4px;
	position: relative;
	text-decoration: none;
	transition: color 240ms var(--agh-ease);
}
.agh-os-header-nav a::after {
	content: '';
	position: absolute;
	left: 4px; right: 4px;
	bottom: 0;
	height: 1px;
	background: var(--agh-green);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 320ms var(--agh-ease);
}
.agh-os-header-nav a:hover { color: var(--agh-ink); }
.agh-os-header-nav a:hover::after { transform: scaleX(1); }

/* Platform megamenu — hover dropdown showing the 8-module ecosystem */
.agh-os-header-mega { position: relative; display: inline-block; }
.agh-os-header-mega-trigger {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	background: transparent;
	border: none;
	padding: 8px 4px;
	cursor: pointer;
	font-family: var(--agh-font-body);
	font-size: 14.5px;
	font-weight: 500;
	letter-spacing: -0.005em;
	color: var(--agh-ink-soft);
	position: relative;
	transition: color 240ms var(--agh-ease);
}
.agh-os-header-mega-trigger svg {
	width: 12px; height: 12px;
	transition: transform 240ms var(--agh-ease);
	opacity: 0.7;
}
.agh-os-header-mega-trigger::after {
	content: '';
	position: absolute;
	left: 4px; right: 4px;
	bottom: 0;
	height: 1px;
	background: var(--agh-green);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 320ms var(--agh-ease);
}
.agh-os-header-mega:hover .agh-os-header-mega-trigger,
.agh-os-header-mega:focus-within .agh-os-header-mega-trigger,
.agh-os-header-mega.is-open .agh-os-header-mega-trigger { color: var(--agh-ink); }
.agh-os-header-mega:hover .agh-os-header-mega-trigger::after,
.agh-os-header-mega:focus-within .agh-os-header-mega-trigger::after,
.agh-os-header-mega.is-open .agh-os-header-mega-trigger::after { transform: scaleX(1); }
.agh-os-header-mega:hover .agh-os-header-mega-trigger svg,
.agh-os-header-mega:focus-within .agh-os-header-mega-trigger svg,
.agh-os-header-mega.is-open .agh-os-header-mega-trigger svg { transform: rotate(180deg); opacity: 1; }

/* Panel is viewport-centered (fixed) instead of trigger-anchored — guarantees
   it never overflows past the right edge on narrow screens.
   Elevated z-index (115) puts the open panel above the rest of the header,
   the floating nav bar, and any sticky page content. Deep shadow + slight
   scale-in on open communicates "this is raised above everything else". */
.agh-os-header-mega-panel {
	position: fixed;
	top: 80px;
	left: 50%;
	transform: translateX(-50%) translateY(-8px) scale(0.98);
	width: min(720px, calc(100vw - 32px));
	background: rgba(7,10,9,0.96);
	backdrop-filter: blur(32px) saturate(180%);
	-webkit-backdrop-filter: blur(32px) saturate(180%);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
	padding: 18px;
	box-shadow:
		0 32px 64px -16px rgba(0,0,0,0.65),
		0 8px 24px -8px rgba(0,0,0,0.40),
		0 0 0 1px rgba(245,243,238,0.04);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 280ms var(--agh-ease), visibility 280ms var(--agh-ease), transform 360ms var(--agh-ease), top 320ms var(--agh-ease);
	z-index: 115;
}
/* Compact panel — used for 4-item menus (Marketplace / Advisory / About) */
.agh-os-header-mega-panel--compact {
	width: min(440px, calc(100vw - 32px));
}
/* Invisible bridge so hover doesn't break between trigger and panel */
.agh-os-header-mega-panel::before {
	content: '';
	position: absolute;
	top: -18px; left: 0; right: 0;
	height: 18px;
}
.agh-os-header-mega:hover .agh-os-header-mega-panel,
.agh-os-header-mega:focus-within .agh-os-header-mega-panel,
.agh-os-header-mega.is-open .agh-os-header-mega-panel {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0) scale(1);
}
body.agh-os-nav-shrunk .agh-os-header-mega-panel { top: 64px; }

/* Single-column grid variant for compact panels */
.agh-os-header-mega-grid--single { grid-template-columns: 1fr; }
.agh-os-header-mega-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4px;
}
.agh-os-header-mega-item {
	display: grid;
	grid-template-columns: 36px 1fr;
	gap: 14px;
	align-items: start;
	padding: 12px 14px;
	border-radius: 12px;
	text-decoration: none !important;
	transition: background 200ms var(--agh-ease);
}
.agh-os-header-mega-item:hover { background: var(--agh-bg-glass-2); }
.agh-os-header-mega-item .ic {
	width: 36px; height: 36px;
	display: grid; place-items: center;
	background: rgba(122,145,118,0.14);
	border: 1px solid var(--agh-line-glow);
	border-radius: 10px;
	color: var(--agh-green);
	flex-shrink: 0;
}
.agh-os-header-mega-item .copy h4 {
	font-family: var(--agh-font-display);
	font-weight: 500;
	font-size: 14px;
	margin: 0 0 2px;
	letter-spacing: -0.012em;
	line-height: 1.2;
	color: var(--agh-ink);
}
.agh-os-header-mega-item .copy p {
	font-size: 12.5px;
	margin: 0;
	color: var(--agh-ink-mute);
	line-height: 1.4;
}

/* Right side: CTA + hamburger */
.agh-os-header-right {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	justify-self: end;
}
.agh-os-header-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	background: linear-gradient(135deg, #97AE93 0%, #7A9176 45%, #5A735C 100%);
	color: var(--agh-cream) !important;
	font-family: var(--agh-font-body);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.005em;
	border: 1px solid rgba(122,145,118,0.55);
	border-radius: 999px;
	text-decoration: none;
	line-height: 1;
	box-shadow: 0 12px 26px -14px rgba(90,115,92,0.5), inset 0 1px 0 rgba(245,243,238,0.16);
	transition: background 240ms var(--agh-ease), transform 240ms var(--agh-ease), box-shadow 240ms var(--agh-ease), color 240ms var(--agh-ease);
}
.agh-os-header-cta .dot {
	width: 5px; height: 5px;
	border-radius: 50%;
	background: var(--agh-cream);
	transition: transform 240ms var(--agh-ease);
}
.agh-os-header-cta:hover {
	color: var(--agh-cream) !important;
	transform: translateY(-2px);
	box-shadow: 0 18px 36px -14px rgba(90,115,92,0.65), inset 0 1px 0 rgba(245,243,238,0.24);
}
.agh-os-header-cta:hover .dot { background: var(--agh-bg-deep); transform: scale(1.4); }

/* Logged-in avatar variant — small sage-tinted pill with initial */
.agh-os-header-cta-avatar {
	width: 22px; height: 22px;
	display: grid; place-items: center;
	background: rgba(122,145,118,0.18);
	border: 1px solid var(--agh-line-glow);
	border-radius: 50%;
	color: var(--agh-green-2);
	font-family: var(--agh-font-display);
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	margin-left: -4px;
	transition: background 240ms var(--agh-ease), color 240ms var(--agh-ease);
}
.agh-os-header-cta:hover .agh-os-header-cta-avatar {
	background: var(--agh-bg-deep);
	color: var(--agh-green);
}
/* Logged-out variant — dot AFTER label */
.agh-os-header-cta--signin .agh-os-header-cta-label { order: 0; }
.agh-os-header-cta--signin .dot { order: 1; }

.agh-os-header-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px; height: 40px;
	background: transparent;
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	color: var(--agh-ink);
	cursor: pointer;
	transition: background 240ms var(--agh-ease), border-color 240ms var(--agh-ease);
}
.agh-os-header-toggle:hover { background: var(--agh-bg-glass-2); border-color: rgba(245,243,238,0.18); }

/* Over-hero variant — motion pages: header is transparent at top, lets the hero photo show through */
.agh-os-header--over-hero {
	background: transparent;
	border-bottom-color: transparent;
}

/* Solid variant — non-motion pages get a tinted bar always */
.agh-os-header--solid {
	background: rgba(7,10,9,0.85);
	backdrop-filter: blur(20px) saturate(160%);
	-webkit-backdrop-filter: blur(20px) saturate(160%);
	border-bottom-color: var(--agh-line);
}

/* On scroll past threshold — both variants get a tinted bar + smaller height */
body.agh-os-nav-shrunk .agh-os-header {
	background: rgba(7,10,9,0.82);
	backdrop-filter: blur(22px) saturate(160%);
	-webkit-backdrop-filter: blur(22px) saturate(160%);
	border-bottom-color: var(--agh-line);
	box-shadow: 0 6px 28px rgba(0,0,0,0.35);
	min-height: 70px;
}
body.agh-os-nav-shrunk .agh-os-header-inner { padding-block: 0; }
body.agh-os-nav-shrunk .agh-os-header-mark { width: 28px; height: 28px; }
body.agh-os-nav-shrunk .agh-os-header-brand { font-size: 17px; }

/* Non-motion pages need top padding so content clears the fixed header */
body.agh-os:not(.agh-clean) .site-content { padding-top: 90px; }

/* Old floating classes — keep selector hidden so any leftover markup is invisible */
.agh-nav-bar, .agh-nav-cta, .agh-nav-toggle { display: none !important; }

/* Full-page overlay */
.agh-nav-overlay {
	position: fixed;
	inset: 0;
	z-index: 120;
	background:
		radial-gradient(ellipse at 80% 20%, rgba(122,145,118,0.06), transparent 60%),
		radial-gradient(ellipse at 20% 90%, rgba(215,204,188,0.04), transparent 60%),
		rgba(7,10,9,0.97);
	backdrop-filter: blur(32px) saturate(180%);
	-webkit-backdrop-filter: blur(32px) saturate(180%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 420ms var(--agh-ease), visibility 420ms var(--agh-ease);
	overflow-y: auto;
}
.agh-nav-overlay.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.agh-nav-overlay-inner {
	min-height: 100vh;
	max-width: var(--agh-container);
	margin: 0 auto;
	padding: clamp(28px, 5vh, 48px) clamp(24px, 5vw, 64px) clamp(40px, 6vh, 64px);
	display: flex;
	flex-direction: column;
	gap: clamp(40px, 6vh, 64px);
}

/* Top row — brand left + close right */
.agh-nav-overlay-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.agh-nav-overlay-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--agh-ink) !important;
	font-family: var(--agh-font-display);
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -0.022em;
	text-decoration: none;
	transition: opacity 240ms var(--agh-ease);
}
.agh-nav-overlay-brand:hover { opacity: 0.85; color: var(--agh-ink) !important; }
.agh-nav-overlay-brand-glyph {
	display: inline-grid;
	place-items: center;
	width: 36px; height: 36px;
	border-radius: 999px;
	background: rgba(122,145,118,0.16);
	border: 1px solid var(--agh-line-glow);
	color: var(--agh-green);
}
.agh-nav-overlay-brand-word { line-height: 1; }

.agh-nav-close {
	position: relative;
	width: 44px; height: 44px;
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	color: var(--agh-ink);
	cursor: pointer;
	display: grid; place-items: center;
	transition: transform 320ms var(--agh-ease), border-color 240ms var(--agh-ease), background 240ms var(--agh-ease);
	flex-shrink: 0;
}
.agh-nav-close:hover { transform: rotate(90deg); border-color: var(--agh-line-glow); background: var(--agh-bg-glass-2); }

/* Menu — 4-col grid of groups */
.agh-nav-overlay-menu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(28px, 4vw, 56px);
	flex: 1;
	align-content: center;
	padding-block: clamp(20px, 4vh, 40px);
}
.agh-nav-group h3 {
	font-family: var(--agh-font-body);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--agh-ink-mute);
	margin: 0 0 22px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.agh-nav-group h3::before {
	content: '';
	display: inline-block;
	width: 6px; height: 6px;
	border-radius: 50%;
	background: var(--agh-green);
	box-shadow: 0 0 10px rgba(122,145,118,0.6);
}
.agh-nav-group ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.agh-nav-group a {
	font-family: var(--agh-font-display);
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 500;
	letter-spacing: -0.018em;
	color: var(--agh-ink);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	position: relative;
	transition: color 240ms var(--agh-ease), gap 240ms var(--agh-ease);
}
.agh-nav-group a::after {
	content: '\2192';
	display: inline-block;
	opacity: 0;
	transform: translateX(-8px);
	transition: opacity 240ms var(--agh-ease), transform 240ms var(--agh-ease);
	color: var(--agh-green);
	font-size: 0.7em;
}
.agh-nav-group a:hover { color: var(--agh-green); gap: 14px; }
.agh-nav-group a:hover::after { opacity: 1; transform: translateX(0); }

/* CTA row — primary Apply + ghost Sign in */
.agh-nav-overlay-cta {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

/* Foot row */
.agh-nav-overlay-foot {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 24px;
	align-items: center;
	padding-top: 28px;
	border-top: 1px solid var(--agh-line);
}
.agh-nav-overlay-foot-status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--agh-font-mono);
	font-size: 11px;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	color: var(--agh-ink-soft);
}
.agh-nav-overlay-foot-status .dot {
	width: 7px; height: 7px;
	border-radius: 50%;
	background: var(--agh-green);
	box-shadow: 0 0 10px rgba(122,145,118,0.6);
	animation: agh-os-pulse 2.4s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
	.agh-nav-overlay-foot-status .dot { animation: none; }
}
.agh-nav-tagline {
	font-family: var(--agh-font-display);
	font-size: clamp(16px, 1.4vw, 20px);
	letter-spacing: -0.018em;
	color: var(--agh-ink);
	margin: 0;
	justify-self: center;
}
.agh-nav-contact { display: flex; gap: 18px; justify-self: end; }
.agh-nav-contact a {
	color: var(--agh-ink-soft);
	font-size: 13px;
	text-decoration: none;
	transition: color 240ms var(--agh-ease);
}
.agh-nav-contact a:hover { color: var(--agh-green); }

/* Stagger reveal — when overlay opens, fade groups + CTA + foot in sequence */
.agh-nav-overlay .agh-nav-group,
.agh-nav-overlay .agh-nav-overlay-cta,
.agh-nav-overlay .agh-nav-overlay-foot,
.agh-nav-overlay .agh-nav-overlay-top {
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 460ms var(--agh-ease), transform 540ms var(--agh-ease);
}
.agh-nav-overlay.is-open .agh-nav-overlay-top    { opacity: 1; transform: translateY(0); transition-delay: 80ms; }
.agh-nav-overlay.is-open .agh-nav-group:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 140ms; }
.agh-nav-overlay.is-open .agh-nav-group:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 200ms; }
.agh-nav-overlay.is-open .agh-nav-group:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 260ms; }
.agh-nav-overlay.is-open .agh-nav-group:nth-child(4) { opacity: 1; transform: translateY(0); transition-delay: 320ms; }
.agh-nav-overlay.is-open .agh-nav-overlay-cta   { opacity: 1; transform: translateY(0); transition-delay: 380ms; }
.agh-nav-overlay.is-open .agh-nav-overlay-foot  { opacity: 1; transform: translateY(0); transition-delay: 440ms; }
@media (prefers-reduced-motion: reduce) {
	.agh-nav-overlay .agh-nav-group,
	.agh-nav-overlay .agh-nav-overlay-cta,
	.agh-nav-overlay .agh-nav-overlay-foot,
	.agh-nav-overlay .agh-nav-overlay-top {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* -------------------------------------------------------------
   8. FOOTER — global dark shell
   ------------------------------------------------------------- */
/* === Footer === editorial 3-zone layout: CTA strip · inner grid · foot bar */
.agh-os-footer {
	background: var(--agh-bg-deep);
	color: var(--agh-ink);
	padding: 0 0 28px;
	border-top: 1px solid var(--agh-line);
	position: relative;
	overflow: hidden;
}
.agh-os-footer::before {
	content: '';
	position: absolute;
	inset: -30% -20% auto -20%;
	height: 50vh;
	background:
		radial-gradient(ellipse at 18% 0%, rgba(122,145,118,0.10), rgba(122,145,118,0) 60%),
		radial-gradient(ellipse at 82% 0%, rgba(215,204,188,0.05), rgba(215,204,188,0) 60%);
	filter: blur(28px);
	pointer-events: none;
}

/* ---- Top CTA strip (tightened) ---- */
.agh-os-footer-cta {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: clamp(20px, 3vw, 40px);
	padding: clamp(36px, 5vw, 56px) 0 clamp(28px, 4vw, 40px);
	border-bottom: 1px solid var(--agh-line);
}
.agh-os-footer-cta-copy { display: grid; gap: 8px; }
.agh-os-footer-cta-kicker {
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase;
	color: var(--agh-ink-mute);
}
.agh-os-footer-cta-headline {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 400;
	font-size: clamp(24px, 3vw, 36px);
	line-height: 1.05;
	letter-spacing: -0.025em;
	color: var(--agh-ink);
	margin: 0;
	max-width: 22ch;
}
.agh-os-footer-cta-headline em {
	font-style: normal;
	background: linear-gradient(120deg, var(--agh-green) 0%, var(--agh-cyan) 100%);
	-webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent; color: transparent;
}
.agh-os-footer-cta-btn { white-space: nowrap; }

/* ---- Inner grid: brand (wider) + 3-col nav ---- */
.agh-os-footer-inner {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: clamp(28px, 4vw, 64px);
	align-items: start;
	padding: clamp(28px, 4vw, 44px) 0 clamp(20px, 3vw, 32px);
}

/* ---- Brand block ---- */
.agh-os-footer-brand { display: grid; gap: 16px; align-content: start; max-width: 380px; }
.agh-os-footer-mark {
	display: inline-flex; align-items: center; gap: 12px;
	color: var(--agh-ink) !important;
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 500;
	font-size: clamp(28px, 3vw, 38px);
	letter-spacing: -0.028em;
	text-decoration: none;
	width: fit-content;
	transition: opacity 240ms var(--agh-ease);
}
.agh-os-footer-mark:hover { opacity: 0.85; color: var(--agh-ink) !important; }
.agh-os-footer-mark-glyph {
	display: inline-grid; place-items: center;
	width: 44px; height: 44px;
	border-radius: 999px;
	background: rgba(122,145,118,0.18);
	border: 1px solid var(--agh-line-glow);
	color: var(--agh-green);
}
.agh-os-footer-mark-glyph svg { width: 24px; height: 24px; }
.agh-os-footer-mark-word { line-height: 1; }
.agh-os-footer-purpose {
	color: var(--agh-ink-soft) !important;
	font-size: 14.5px !important;
	line-height: 1.5 !important;
	margin: 0 !important;
	max-width: 38ch;
}

/* Contact rows — compact horizontal: icon + single label */
.agh-os-footer-contact { display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 2px 0 0; }
.agh-os-footer-contact-row {
	display: inline-flex; align-items: center; gap: 9px;
	color: var(--agh-ink) !important;
	text-decoration: none;
	font-size: 13px;
	transition: color 200ms ease;
}
.agh-os-footer-contact-row:not(.agh-os-footer-contact-row--static):hover { color: var(--agh-green) !important; }
.agh-os-footer-contact-row .ic {
	width: 24px; height: 24px;
	display: inline-grid; place-items: center;
	background: rgba(122,145,118,0.14);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	color: var(--agh-green);
}

/* Social row */
.agh-os-footer-social { display: flex; gap: 8px; padding-top: 2px; }
.agh-os-footer-social a {
	display: inline-grid; place-items: center;
	width: 32px; height: 32px;
	border-radius: 999px;
	background: rgba(245,243,238,0.04);
	border: 1px solid var(--agh-line);
	color: var(--agh-ink-soft);
	transition: background 240ms var(--agh-ease), color 240ms var(--agh-ease), border-color 240ms var(--agh-ease), transform 240ms var(--agh-ease);
}
.agh-os-footer-social a svg { width: 14px; height: 14px; }
.agh-os-footer-social a:hover {
	background: rgba(122,145,118,0.16);
	color: var(--agh-green);
	border-color: rgba(122,145,118,0.45);
	transform: translateY(-2px);
}

/* ---- Sitemap nav (3 tight link columns, ~4 items each) ---- */
.agh-os-footer-nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 36px);
}
.agh-os-footer-col h4 {
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase;
	color: var(--agh-ink-mute);
	margin: 0 0 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--agh-line);
	font-weight: 500;
}
.agh-os-footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.agh-os-footer-col a {
	font-size: 13.5px;
	color: var(--agh-ink-soft);
	text-decoration: none;
	transition: color 240ms var(--agh-ease), padding-left 240ms var(--agh-ease);
	display: inline-block;
	position: relative;
}
.agh-os-footer-col a::before {
	content: '';
	position: absolute;
	left: 0; top: 50%;
	width: 0; height: 1px;
	background: var(--agh-green);
	transition: width 240ms var(--agh-ease);
}
.agh-os-footer-col a:hover { color: var(--agh-ink); padding-left: 14px; }
.agh-os-footer-col a:hover::before { width: 10px; }

/* ---- Foot bar: 2 zones (status+copy left | crafted-by right) ---- */
.agh-os-footer-foot {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(16px, 3vw, 32px);
	flex-wrap: wrap;
	padding-top: 18px;
	border-top: 1px solid var(--agh-line);
	color: var(--agh-ink-mute);
	font-size: 13px;
}
.agh-os-footer-foot-zone--left { display: inline-flex; align-items: center; gap: clamp(12px, 2vw, 20px); flex-wrap: wrap; }
.agh-os-footer-foot-zone--right { display: inline-flex; align-items: center; }
.agh-os-footer-copy { font-size: 12px; color: var(--agh-ink-mute); }
.agh-os-footer-foot-zone--center a {
	color: var(--agh-ink-soft);
	text-decoration: none;
	font-size: 12.5px;
	transition: color 200ms ease;
}
.agh-os-footer-foot-zone--center a:hover { color: var(--agh-green); }
.agh-os-footer-foot-zone--center .sep { color: var(--agh-ink-faint); }
.agh-os-footer-version {
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 10.5px; letter-spacing: 0.12em;
	color: var(--agh-ink-faint);
}

/* ---- Crafted-by signature ---- */
.agh-os-footer-credit-zone {
	display: inline-flex; align-items: center; gap: 12px;
}
.agh-os-footer-credit-label {
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase;
	color: var(--agh-ink-mute);
}
.agh-os-footer-credit-name {
	display: inline-flex; align-items: center; gap: 10px;
	padding: 7px 14px 7px 7px;
	background: rgba(245,243,238,0.03);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	color: var(--agh-ink) !important;
	text-decoration: none;
	transition: background 240ms var(--agh-ease), border-color 240ms var(--agh-ease), transform 240ms var(--agh-ease);
}
.agh-os-footer-credit-name:hover {
	background: rgba(122,145,118,0.10);
	border-color: rgba(122,145,118,0.5);
	transform: translateY(-1px);
}
.agh-os-footer-credit-mono {
	display: inline-grid; place-items: center;
	width: 26px; height: 26px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--agh-green) 0%, var(--agh-green-2) 100%);
	color: var(--agh-cream);
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 600;
	font-size: 11px;
	letter-spacing: 0.04em;
}
.agh-os-footer-credit-full {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 500;
	font-size: 13.5px;
	letter-spacing: -0.005em;
	color: var(--agh-ink);
}

/* ---- Status indicator (sage pulse) ---- */
.agh-os-footer-status {
	display: inline-flex; align-items: center; gap: 8px;
	font-family: var(--agh-font-mono);
	font-size: 11px; letter-spacing: 0.10em; text-transform: uppercase;
	color: var(--agh-ink-soft);
}
.agh-os-footer-status .dot {
	width: 7px; height: 7px; border-radius: 50%;
	background: var(--agh-green);
	box-shadow: 0 0 10px rgba(122,145,118,0.6);
	animation: agh-os-pulse 2.4s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
	.agh-os-footer-status .dot { animation: none; }
}

/* Status indicator — sage dot with pulse */
.agh-os-footer-status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--agh-font-mono);
	font-size: 11px;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	color: var(--agh-ink-soft);
}
.agh-os-footer-status .dot {
	width: 7px; height: 7px;
	border-radius: 50%;
	background: var(--agh-green);
	box-shadow: 0 0 10px rgba(122,145,118,0.6);
	animation: agh-os-pulse 2.4s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
	.agh-os-footer-status .dot { animation: none; }
}

/* -------------------------------------------------------------
   9. HERO
   ------------------------------------------------------------- */
/* Hero = fullscreen cinematic photo, content left-bottom, no UI clutter */
.agh-os-hero {
	position: relative;
	min-height: 100vh;
	min-height: 100svh; /* prefer small-vh on mobile so URL bar doesn't push content offscreen */
	overflow: hidden;
	background: var(--agh-bg-deep);
	display: flex;
	align-items: flex-end;
	color: var(--agh-ink);
	margin-top: -90px;
	padding-top: 90px;
}
.agh-os-hero-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: 50% 55%;
	z-index: 0;
	animation: agh-os-kenburns 32s ease-in-out infinite alternate;
	will-change: transform;
}
@keyframes agh-os-kenburns {
	0%   { transform: scale(1.05) translate3d(0, 0, 0); }
	100% { transform: scale(1.14) translate3d(-2%, -1.5%, 0); }
}
@media (prefers-reduced-motion: reduce) {
	.agh-os-hero-bg { animation: none; transform: scale(1.05); }
}
.agh-os-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(7,10,9,0.55) 0%, rgba(7,10,9,0.30) 28%, rgba(7,10,9,0.45) 60%, rgba(11,15,14,0.95) 92%, rgba(11,15,14,1) 100%),
		radial-gradient(ellipse at 75% 25%, rgba(122,145,118,0.10), transparent 55%);
	pointer-events: none;
}
.agh-os-hero-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-block: clamp(140px, 18vh, 200px) clamp(80px, 12vh, 140px);
}
.agh-os-hero-copy {
	display: grid;
	gap: clamp(22px, 2.8vh, 36px);
	max-width: 900px;
}
.agh-os-hero-copy .agh-os-h1 {
	margin: 0;
	color: var(--agh-ink);
	text-shadow: 0 2px 24px rgba(0,0,0,0.35);
}
.agh-os-hero-copy .agh-os-lead {
	font-size: clamp(17px, 1.5vw, 21px);
	color: rgba(245,243,238,0.85);
	max-width: 48ch;
	text-shadow: 0 1px 12px rgba(0,0,0,0.40);
}
.agh-os-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }
.agh-os-hero-meta {
	display: flex;
	gap: clamp(28px, 4vw, 48px);
	margin-top: clamp(28px, 5vh, 56px);
	padding-top: 22px;
	border-top: 1px solid rgba(245,243,238,0.14);
	max-width: 760px;
}
.agh-os-hero-meta .item { display: grid; gap: 6px; }
.agh-os-hero-meta .num {
	font-family: var(--agh-font-display);
	font-size: clamp(20px, 2.2vw, 28px);
	font-weight: 500;
	color: var(--agh-ink);
	line-height: 1;
	letter-spacing: -0.02em;
}
.agh-os-hero-meta .lbl { font-size: 11.5px; color: rgba(245,243,238,0.55); letter-spacing: 0.10em; text-transform: uppercase; }

.agh-os-hero-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 7px 14px;
	background: rgba(245,243,238,0.08);
	border: 1px solid rgba(245,243,238,0.18);
	border-radius: 999px;
	backdrop-filter: blur(12px);
	font-family: var(--agh-font-mono);
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--agh-ink);
	width: fit-content;
}
.agh-os-hero-kicker .dot {
	width: 6px; height: 6px;
	border-radius: 50%;
	background: var(--agh-green);
	box-shadow: 0 0 10px rgba(122,145,118,0.6);
	animation: agh-os-pulse 2.4s ease-in-out infinite;
}

/* Compact hero — used on account / dashboard / utility pages: ~50vh, no scroll cue */
.agh-os-hero--compact {
	min-height: clamp(420px, 56vh, 580px);
}
.agh-os-hero--compact .agh-os-hero-inner {
	padding-block: clamp(120px, 14vh, 160px) clamp(48px, 6vh, 80px);
}
.agh-os-hero--compact .agh-os-h1 {
	font-size: clamp(40px, 6.4vw, 76px);
}

/* Hero scroll cue at bottom-right */
.agh-os-hero-scroll {
	position: absolute;
	right: clamp(20px, 4vw, 56px);
	bottom: clamp(24px, 4vh, 48px);
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	font-family: var(--agh-font-mono);
	font-size: 10px;
	letter-spacing: 0.20em;
	text-transform: uppercase;
	color: rgba(245,243,238,0.6);
}
.agh-os-hero-scroll::before {
	content: '';
	width: 1px;
	height: 48px;
	background: linear-gradient(180deg, rgba(245,243,238,0.4), transparent);
	animation: agh-os-scrollcue 2.4s ease-in-out infinite;
}
@keyframes agh-os-scrollcue {
	0%   { transform: scaleY(0); transform-origin: top; }
	50%  { transform: scaleY(1); transform-origin: top; }
	51%  { transform-origin: bottom; }
	100% { transform: scaleY(0); transform-origin: bottom; }
}
@media (prefers-reduced-motion: reduce) {
	.agh-os-hero-scroll::before { animation: none; transform: scaleY(1); }
}

/* -------------------------------------------------------------
   10. SECTION: TRUST LOGOS / PARTNERS
   ------------------------------------------------------------- */
.agh-os-trust {
	padding-block: clamp(48px, 6vw, 80px);
	border-top: 1px solid var(--agh-line);
	border-bottom: 1px solid var(--agh-line);
}
.agh-os-trust-head { text-align: center; margin-bottom: 32px; display: grid; gap: 12px; justify-items: center; }
.agh-os-trust-logos {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(24px, 4vw, 56px);
	align-items: center;
	justify-content: center;
	opacity: 0.85;
}
.agh-os-trust-logos > .logo {
	font-family: var(--agh-font-display);
	font-size: 15px;
	letter-spacing: 0.04em;
	color: var(--agh-ink-mute);
	padding: 8px 14px;
	border: 1px solid var(--agh-line);
	border-radius: 8px;
	transition: color 240ms var(--agh-ease), border-color 240ms var(--agh-ease);
}
.agh-os-trust-logos > .logo:hover { color: var(--agh-green); border-color: var(--agh-line-glow); }

/* -------------------------------------------------------------
   11. SECTION: PROBLEM
   ------------------------------------------------------------- */
.agh-os-problem .agh-os-container {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: clamp(40px, 6vw, 96px);
	align-items: center;
}
.agh-os-problem-copy { display: grid; gap: 28px; max-width: 560px; }
.agh-os-problem-stat {
	background: linear-gradient(180deg, rgba(201,117,89,0.10) 0%, transparent 100%);
	border: 1px solid rgba(201,117,89,0.22);
	border-radius: var(--agh-r-lg);
	padding: clamp(36px, 4vw, 56px);
	display: grid;
	gap: 14px;
}
.agh-os-problem-num {
	font-family: var(--agh-font-display);
	font-size: clamp(64px, 9vw, 132px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.04em;
	color: var(--agh-coral);
}
.agh-os-problem-label { font-family: var(--agh-font-body); font-size: 16px; color: var(--agh-ink-soft); line-height: 1.4; }

/* -------------------------------------------------------------
   12. SECTION: SOLUTION (asymmetric split)
   ------------------------------------------------------------- */
.agh-os-solution .agh-os-container {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: clamp(40px, 6vw, 96px);
	align-items: center;
}
.agh-os-solution-art {
	position: relative;
	aspect-ratio: 4/5;
	border-radius: var(--agh-r-xl);
	overflow: hidden;
	border: 1px solid var(--agh-line);
	background-size: cover;
	background-position: center;
}
.agh-os-solution-art::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 40%, rgba(7,10,9,0.85) 100%);
	pointer-events: none;
}
.agh-os-solution-art-foot {
	position: absolute;
	left: 24px; right: 24px; bottom: 24px;
	z-index: 2;
	color: var(--agh-ink);
	font-family: var(--agh-font-display);
	font-size: clamp(20px, 2vw, 28px);
	line-height: 1.15;
	letter-spacing: -0.018em;
}
.agh-os-solution-copy { display: grid; gap: 28px; }
.agh-os-solution-list { display: grid; gap: 18px; margin: 8px 0 0; padding: 0; list-style: none; }
.agh-os-solution-list li {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 14px;
	align-items: start;
	color: var(--agh-ink-soft);
	font-size: 17px;
	line-height: 1.5;
}
.agh-os-solution-list li::before {
	content: '';
	width: 18px; height: 18px;
	border-radius: 50%;
	background: rgba(122,145,118,0.10);
	border: 1px solid var(--agh-line-glow);
	position: relative;
	margin-top: 3px;
}
.agh-os-solution-list li strong { color: var(--agh-ink); font-weight: 500; }

/* -------------------------------------------------------------
   13. SECTION: TECHNOLOGY / PILLARS — 3-up cards
   ------------------------------------------------------------- */
.agh-os-pillars-head {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(32px, 5vw, 80px);
	align-items: end;
	margin-bottom: clamp(48px, 6vw, 80px);
}
.agh-os-pillars-head .copy { display: grid; gap: 18px; }
.agh-os-pillars-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(20px, 2.4vw, 32px);
}
.agh-os-pillar { display: grid; gap: 18px; }
.agh-os-pillar-art {
	aspect-ratio: 4/5;
	border-radius: var(--agh-r-lg);
	overflow: hidden;
	border: 1px solid var(--agh-line);
	background-size: cover;
	background-position: center;
	position: relative;
	transition: border-color 320ms var(--agh-ease);
}
.agh-os-pillar-art::after {
	content: '';
	position: absolute; inset: 0;
	background: linear-gradient(180deg, transparent 50%, rgba(7,10,9,0.7) 100%);
}
.agh-os-pillar:hover .agh-os-pillar-art { border-color: var(--agh-line-glow); }
.agh-os-pillar-num {
	font-family: var(--agh-font-mono);
	font-size: 11px;
	letter-spacing: 0.12em;
	color: var(--agh-green);
	text-transform: uppercase;
}
.agh-os-pillar h3 { font-family: var(--agh-font-display); font-size: clamp(22px, 2.2vw, 28px); margin: 0; letter-spacing: -0.02em; line-height: 1.1; }
.agh-os-pillar p { color: var(--agh-ink-soft); font-size: 15.5px; line-height: 1.55; margin: 0; }

/* -------------------------------------------------------------
   14. SECTION: ANALYTICS DASHBOARD PREVIEW
   ------------------------------------------------------------- */
.agh-os-analytics .agh-os-container {
	display: grid;
	grid-template-columns: 1fr 1.25fr;
	gap: clamp(40px, 6vw, 96px);
	align-items: center;
}
.agh-os-analytics-copy { display: grid; gap: 28px; max-width: 480px; }
.agh-os-analytics-board {
	position: relative;
	padding: 24px;
	background: linear-gradient(180deg, var(--agh-bg-raised) 0%, var(--agh-bg-deep) 100%);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-xl);
	box-shadow: 0 40px 100px -40px rgba(0,0,0,0.6);
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: minmax(120px, auto);
	gap: 16px;
}
.agh-os-analytics-board::before {
	content: '';
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	background: linear-gradient(135deg, rgba(122,145,118,0.20), transparent 40%, rgba(215,204,188,0.18));
	z-index: -1;
	opacity: 0.7;
	filter: blur(20px);
}
.agh-os-analytics-board > .agh-os-widget { background: var(--agh-bg-elev); }
.agh-os-analytics-board > .span-3 { grid-column: span 3; }
.agh-os-analytics-board > .span-2 { grid-column: span 2; }
.agh-os-analytics-board > .span-4 { grid-column: span 4; }
.agh-os-analytics-board > .span-6 { grid-column: span 6; }
.agh-os-analytics-board > .row-2 { grid-row: span 2; }

.agh-os-board-toolbar {
	grid-column: span 6;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--agh-line);
	margin-bottom: 4px;
}
.agh-os-board-toolbar .left { display: flex; gap: 8px; align-items: center; }
.agh-os-board-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--agh-ink-faint); }
.agh-os-board-dot.green { background: var(--agh-green); }
.agh-os-board-dot.cyan  { background: var(--agh-cyan); }
.agh-os-board-dot.amber { background: var(--agh-amber); }
.agh-os-board-title { font-family: var(--agh-font-mono); font-size: 11px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--agh-ink-mute); margin-left: 8px; }
.agh-os-board-tabs { display: flex; gap: 4px; }
.agh-os-board-tabs span {
	padding: 5px 12px;
	font-family: var(--agh-font-mono);
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--agh-ink-mute);
	background: var(--agh-bg-glass);
	border-radius: 999px;
}
.agh-os-board-tabs span.active { color: var(--agh-bg-deep); background: var(--agh-green); }

/* -------------------------------------------------------------
   15. SECTION: MARKETPLACE PREVIEW
   ------------------------------------------------------------- */
.agh-os-market-head {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(32px, 5vw, 80px);
	align-items: end;
	margin-bottom: clamp(40px, 5vw, 64px);
}
.agh-os-market-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: clamp(16px, 2vw, 24px);
}
.agh-os-market-card {
	position: relative;
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
	overflow: hidden;
	min-height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 28px;
	color: var(--agh-ink);
	transition: border-color 320ms var(--agh-ease), transform 420ms var(--agh-ease);
	background-size: cover;
	background-position: center;
}
.agh-os-market-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 30%, rgba(7,10,9,0.94) 100%);
	z-index: 1;
}
.agh-os-market-card > * { position: relative; z-index: 2; }
.agh-os-market-card:hover { border-color: var(--agh-line-glow); transform: translateY(-3px); }
.agh-os-market-card.featured { grid-row: span 2; min-height: 740px; }
.agh-os-market-card .tag {
	position: absolute;
	top: 20px; left: 20px;
	padding: 6px 12px;
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	backdrop-filter: blur(12px);
	border-radius: 999px;
	font-family: var(--agh-font-mono);
	font-size: 10px;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	color: var(--agh-ink);
	z-index: 3;
}
.agh-os-market-card h4 {
	font-family: var(--agh-font-display);
	font-size: clamp(22px, 2.4vw, 30px);
	margin: 0 0 8px;
	letter-spacing: -0.02em;
	line-height: 1.1;
}
.agh-os-market-card .meta { display: flex; gap: 16px; font-size: 13px; color: var(--agh-ink-soft); }
.agh-os-market-card .price {
	margin-top: 14px;
	font-family: var(--agh-font-mono);
	font-size: 14px;
	color: var(--agh-green);
	letter-spacing: 0.02em;
}

/* -------------------------------------------------------------
   16. SECTION: AI / AGRIBOT
   ------------------------------------------------------------- */
.agh-os-ai .agh-os-container {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: clamp(40px, 6vw, 96px);
	align-items: center;
}
.agh-os-ai-copy { display: grid; gap: 28px; max-width: 560px; }
.agh-os-ai-chat {
	background: linear-gradient(180deg, var(--agh-bg-raised) 0%, var(--agh-bg-deep) 100%);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-xl);
	overflow: hidden;
	box-shadow: 0 40px 100px -40px rgba(0,0,0,0.6);
}
.agh-os-ai-head {
	display: flex; align-items: center; justify-content: space-between;
	padding: 18px 22px;
	border-bottom: 1px solid var(--agh-line);
	background: var(--agh-bg-elev);
}
.agh-os-ai-head .left { display: flex; align-items: center; gap: 12px; }
.agh-os-ai-avatar {
	width: 36px; height: 36px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--agh-green), var(--agh-cyan));
	display: grid; place-items: center;
	font-family: var(--agh-font-display); font-size: 14px;
	color: var(--agh-bg-deep);
	font-weight: 500;
}
.agh-os-ai-name { font-family: var(--agh-font-display); font-size: 15px; color: var(--agh-ink); }
.agh-os-ai-status { font-family: var(--agh-font-mono); font-size: 10px; color: var(--agh-green); letter-spacing: 0.08em; text-transform: uppercase; display: flex; align-items: center; gap: 6px; }
.agh-os-ai-status::before {
	content: ''; width: 6px; height: 6px; border-radius: 50%;
	background: var(--agh-green); box-shadow: 0 0 8px var(--agh-green);
	animation: agh-os-pulse 2s ease-in-out infinite;
}
.agh-os-ai-body { padding: 24px; display: grid; gap: 14px; min-height: 360px; }
.agh-os-msg { display: flex; gap: 12px; max-width: 86%; }
.agh-os-msg-bub {
	background: var(--agh-bg-elev);
	border: 1px solid var(--agh-line);
	border-radius: 16px 16px 16px 4px;
	padding: 12px 16px;
	font-size: 14.5px;
	color: var(--agh-ink-soft);
	line-height: 1.5;
}
.agh-os-msg--me { margin-left: auto; }
.agh-os-msg--me .agh-os-msg-bub {
	background: rgba(122,145,118,0.10);
	border-color: var(--agh-line-glow);
	color: var(--agh-ink);
	border-radius: 16px 16px 4px 16px;
}
.agh-os-msg-mini { font-family: var(--agh-font-mono); font-size: 10px; color: var(--agh-ink-mute); letter-spacing: 0.06em; margin-top: 4px; }
.agh-os-ai-foot {
	padding: 14px 18px;
	border-top: 1px solid var(--agh-line);
	display: flex; gap: 10px;
	color: var(--agh-ink-mute);
	font-size: 13px;
}
.agh-os-ai-input {
	flex: 1;
	background: var(--agh-bg-elev);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	padding: 10px 16px;
	color: var(--agh-ink-mute);
	font-size: 13.5px;
}

/* -------------------------------------------------------------
   17. SECTION: COMMUNITY / VOICES
   ------------------------------------------------------------- */
.agh-os-community { background: linear-gradient(180deg, var(--agh-bg-base) 0%, var(--agh-bg-deep) 100%); }
.agh-os-community-head {
	text-align: center;
	display: grid; gap: 18px; justify-items: center;
	max-width: 720px;
	margin: 0 auto clamp(48px, 6vw, 80px);
}
.agh-os-quotes-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr 1fr;
	gap: clamp(20px, 2.4vw, 32px);
}
.agh-os-quote-card {
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
	padding: clamp(28px, 3vw, 40px);
	display: grid;
	gap: 20px;
	backdrop-filter: blur(20px);
}
.agh-os-quote-card.tall { padding-block: clamp(40px, 4.5vw, 64px); }
.agh-os-quote-card blockquote {
	font-family: var(--agh-font-display);
	font-size: clamp(18px, 1.8vw, 24px);
	line-height: 1.35;
	letter-spacing: -0.015em;
	color: var(--agh-ink);
	margin: 0;
}
.agh-os-quote-card .who {
	display: flex; align-items: center; gap: 12px;
	border-top: 1px solid var(--agh-line);
	padding-top: 18px;
}
.agh-os-quote-card .who .avatar {
	width: 40px; height: 40px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--agh-green-deep), var(--agh-cyan-deep));
	display: grid; place-items: center;
	color: var(--agh-bg-deep);
	font-family: var(--agh-font-display);
	font-size: 14px;
	font-weight: 500;
}
.agh-os-quote-card .who .name { font-size: 14px; color: var(--agh-ink); font-weight: 500; }
.agh-os-quote-card .who .role { font-size: 12px; color: var(--agh-ink-mute); letter-spacing: 0.04em; }

/* -------------------------------------------------------------
   18. SECTION: FINAL CTA / EARLY ACCESS
   ------------------------------------------------------------- */
.agh-os-cta { padding-block: clamp(80px, 10vw, 140px); position: relative; overflow: hidden; }
.agh-os-cta-card {
	position: relative;
	padding: clamp(48px, 6vw, 88px);
	background: linear-gradient(135deg, var(--agh-bg-raised) 0%, var(--agh-bg-deep) 100%);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-xl);
	overflow: hidden;
	text-align: center;
	display: grid; gap: 28px; justify-items: center;
}
.agh-os-cta-card::before {
	content: '';
	position: absolute;
	inset: -40% -10% auto -10%;
	height: 100%;
	background: radial-gradient(ellipse at 50% 0%, rgba(90,115,92,0.20), rgba(90,115,92,0) 60%);
	filter: blur(30px);
	pointer-events: none;
}
.agh-os-cta-card::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: var(--agh-grid-overlay);
	background-size: 64px 64px;
	mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
	opacity: 0.35;
	pointer-events: none;
}
.agh-os-cta-card > * { position: relative; z-index: 1; }

/* -------------------------------------------------------------
   19. EARLY ACCESS FORM (modal-friendly)
   ------------------------------------------------------------- */
.agh-os-form { display: grid; gap: 18px; max-width: 540px; margin: 0 auto; text-align: left; width: 100%; }
.agh-os-form .row { display: grid; gap: 16px; }
.agh-os-form .row.cols-2 { grid-template-columns: 1fr 1fr; }
.agh-os-field { position: relative; display: grid; gap: 6px; }
.agh-os-field label {
	font-family: var(--agh-font-body);
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--agh-ink-mute);
	font-weight: 500;
	transition: color 280ms var(--agh-ease);
}
.agh-os-field input,
.agh-os-field select,
.agh-os-field textarea {
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: 12px;
	padding: 14px 16px;
	color: var(--agh-ink);
	font-family: var(--agh-font-body);
	font-size: 15px;
	transition: border-color 280ms var(--agh-ease), background 280ms var(--agh-ease), box-shadow 280ms var(--agh-ease);
}
.agh-os-field input::placeholder,
.agh-os-field textarea::placeholder { color: var(--agh-ink-faint); }
.agh-os-field input:focus,
.agh-os-field select:focus,
.agh-os-field textarea:focus {
	outline: none;
	border-color: var(--agh-green);
	background: var(--agh-bg-glass-2);
	box-shadow: 0 0 0 4px rgba(122,145,118,0.10);
}
.agh-os-field:has(input:focus) label,
.agh-os-field:has(select:focus) label,
.agh-os-field:has(textarea:focus) label { color: var(--agh-green); }

/* Native <select> dropdown lists — without these rules the browser paints the
   open list white while the text inherits cream → options become invisible. */
body.agh-os select { color-scheme: dark; }
body.agh-os select option,
body.agh-os select optgroup {
	background-color: var(--agh-bg-elev);
	color: var(--agh-ink);
}
.agh-os-form button[type="submit"] { justify-self: flex-start; margin-top: 8px; }

/* Modal wrapper */
.agh-os-form-modal { position: fixed; inset: 0; z-index: 130; display: none; align-items: center; justify-content: center; padding: 24px; }
.agh-os-form-modal.is-open { display: flex; }
.agh-os-form-modal-bg {
	position: absolute; inset: 0;
	background: rgba(7,10,9,0.72);
	backdrop-filter: blur(20px) saturate(160%);
	-webkit-backdrop-filter: blur(20px) saturate(160%);
}
.agh-os-form-modal-panel {
	position: relative;
	width: 100%;
	max-width: 640px;
	background: linear-gradient(180deg, var(--agh-bg-raised) 0%, var(--agh-bg-deep) 100%);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-xl);
	padding: clamp(32px, 4vw, 56px);
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 40px 100px -20px rgba(0,0,0,0.6);
}
.agh-os-form-modal-close {
	position: absolute;
	top: 16px; right: 16px;
	width: 36px; height: 36px;
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	color: var(--agh-ink);
	cursor: pointer;
	display: grid; place-items: center;
	transition: transform 320ms var(--agh-ease);
}
.agh-os-form-modal-close:hover { transform: rotate(90deg); }
body.agh-os-form-modal-open { overflow: hidden; }

.agh-os-form-head { display: grid; gap: 10px; margin-bottom: 24px; text-align: left; }

.agh-os-form-msg { padding: 14px 18px; border-radius: 12px; font-size: 14px; margin-bottom: 16px; display: none; }
.agh-os-form-msg.is-ok { display: block; background: rgba(122,145,118,0.08); border: 1px solid var(--agh-line-glow); color: var(--agh-green); }
.agh-os-form-msg.is-err { display: block; background: rgba(201,117,89,0.08); border: 1px solid rgba(201,117,89,0.22); color: var(--agh-coral); display: flex; align-items: center; gap: 10px; }
.agh-os-form-msg.is-err .ic { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(201,117,89,0.22); color: var(--agh-coral); font-weight: 700; flex-shrink: 0; }

/* Modal eyebrow + title + sub (rebuilt registration modal) */
.agh-os-form-head .agh-os-eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-family: var(--agh-font-mono);
	font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
	color: var(--agh-ink-mute);
}
.agh-os-form-head .agh-os-eyebrow .dot {
	width: 6px; height: 6px; border-radius: 50%;
	background: var(--agh-green); box-shadow: 0 0 10px rgba(122,145,118,0.55);
}
.agh-os-form-title {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 400;
	font-size: clamp(24px, 3vw, 32px);
	line-height: 1.1;
	letter-spacing: -0.022em;
	color: var(--agh-ink);
	margin: 0;
}
.agh-os-form-sub {
	font-size: 15px; line-height: 1.55;
	color: var(--agh-ink-soft);
	margin: 0; max-width: 50ch;
}

/* Role picker — 3 pill buttons */
.agh-os-form-roles {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
	padding: 0; margin: 0 0 8px; border: 0;
}
.agh-os-form-role {
	display: flex; align-items: center; justify-content: center; gap: 8px;
	padding: 11px 8px;
	background: rgba(245,243,238,0.04);
	border: 1px solid var(--agh-line);
	border-radius: 12px;
	color: var(--agh-ink-soft);
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 500;
	font-size: 13.5px;
	letter-spacing: -0.005em;
	cursor: pointer;
	transition: background 200ms ease, border-color 200ms ease, color 200ms ease, transform 200ms ease;
}
.agh-os-form-role svg { width: 16px; height: 16px; opacity: 0.7; transition: opacity 200ms ease; }
.agh-os-form-role:hover { color: var(--agh-ink); border-color: rgba(122,145,118,0.4); }
.agh-os-form-role:hover svg { opacity: 1; }
.agh-os-form-role.is-active {
	background: rgba(122,145,118,0.18);
	border-color: var(--agh-green);
	color: var(--agh-ink);
}
.agh-os-form-role.is-active svg { opacity: 1; color: var(--agh-green); }

/* Role-specific block (farmer/advisor field groups) */
.agh-os-form-roleblock { display: grid; gap: 18px; }
.agh-os-form-roleblock[hidden] { display: none; }

/* Optional-label hint */
.agh-os-field label .opt {
	font-family: var(--agh-font-mono);
	font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase;
	color: var(--agh-ink-faint);
	margin-left: 6px;
	font-weight: 400;
}

/* Terms checkbox */
.agh-os-form-terms {
	display: flex; align-items: flex-start; gap: 10px;
	font-size: 13.5px; line-height: 1.5;
	color: var(--agh-ink-soft);
	cursor: pointer;
	user-select: none;
}
.agh-os-form-terms input {
	width: 16px; height: 16px; margin-top: 2px;
	accent-color: var(--agh-green);
	cursor: pointer;
	flex-shrink: 0;
}
.agh-os-form-terms a {
	color: var(--agh-green); text-decoration: none;
	border-bottom: 1px solid rgba(122,145,118,0.4);
	transition: color 200ms ease, border-color 200ms ease;
}
.agh-os-form-terms a:hover { color: var(--agh-ink); border-color: var(--agh-ink); }

/* Submit + meta line */
.agh-os-form-submit { width: 100%; justify-content: center; margin-top: 8px; }
.agh-os-form-meta {
	display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px;
	font-size: 12.5px; color: var(--agh-ink-mute);
	margin: 4px 0 0;
	text-align: left;
}
.agh-os-form-meta a {
	color: var(--agh-green); text-decoration: none;
	transition: color 200ms ease;
}
.agh-os-form-meta a:hover { color: var(--agh-ink); }
.agh-os-form-meta-sep { color: var(--agh-ink-faint); }

/* Logged-in confirmation CTAs */
.agh-os-form-ctas { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }

/* Mobile */
@media (max-width: 540px) {
	.agh-os-form-roles { grid-template-columns: 1fr; }
	.agh-os-form-role { justify-content: flex-start; padding: 12px 16px; }
}

/* -------------------------------------------------------------
   19b. EDITORIAL PRIMITIVES — fullscreen photo sections,
        single-focal-point compositions, minimal monitor strips.
   ------------------------------------------------------------- */

/* Fullscreen photo section: image fills, overlay darkens, content overlays.
   Used for "Problem", "Technology showcase", "Marketplace", "Community". */
.agh-os-stage {
	position: relative;
	min-height: clamp(560px, 92vh, 880px);
	overflow: hidden;
	display: flex;
	color: var(--agh-ink);
}
.agh-os-stage--tall { min-height: 100vh; }
.agh-os-stage-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: 0;
	will-change: transform;
}
.agh-os-stage-bg.is-parallax { /* GSAP attaches data-agh-parallax */ }
.agh-os-stage-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}
/* All stage overlays END at solid bg-base so they bleed into the next dark section seamlessly */
.agh-os-stage-overlay--bottom {
	background:
		linear-gradient(180deg, rgba(11,15,14,1) 0%, rgba(11,15,14,0.55) 12%, rgba(11,15,14,0.30) 35%, rgba(11,15,14,0.55) 70%, rgba(11,15,14,1) 100%);
}
.agh-os-stage-overlay--left {
	background:
		linear-gradient(180deg, rgba(11,15,14,0.92) 0%, rgba(11,15,14,0.30) 14%, transparent 30%, transparent 70%, rgba(11,15,14,0.45) 88%, rgba(11,15,14,1) 100%),
		linear-gradient(90deg, rgba(7,10,9,0.92) 0%, rgba(7,10,9,0.58) 38%, rgba(7,10,9,0.15) 72%, rgba(7,10,9,0) 100%);
}
.agh-os-stage-overlay--right {
	background:
		linear-gradient(180deg, rgba(11,15,14,0.92) 0%, rgba(11,15,14,0.30) 14%, transparent 30%, transparent 70%, rgba(11,15,14,0.45) 88%, rgba(11,15,14,1) 100%),
		linear-gradient(270deg, rgba(7,10,9,0.92) 0%, rgba(7,10,9,0.58) 38%, rgba(7,10,9,0.15) 72%, rgba(7,10,9,0) 100%);
}
.agh-os-stage-overlay--soft {
	background: linear-gradient(180deg, rgba(11,15,14,0.95) 0%, rgba(11,15,14,0.55) 14%, rgba(11,15,14,0.50) 60%, rgba(11,15,14,1) 100%);
}
.agh-os-stage-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	display: flex;
	align-items: flex-end;
	padding-block: clamp(80px, 14vh, 140px);
}
.agh-os-stage-inner--center { align-items: center; }
.agh-os-stage-inner--top    { align-items: flex-start; padding-block-start: clamp(120px, 18vh, 200px); }
.agh-os-stage-copy {
	max-width: 720px;
	display: grid;
	gap: clamp(18px, 2.4vh, 28px);
}
.agh-os-stage-copy--right {
	margin-left: auto;
	text-align: left;
}
.agh-os-stage-copy .agh-os-lead {
	color: rgba(245,243,238,0.82);
	max-width: 52ch;
}

/* Editorial split: image dominates one side, text the other.
   Used for "Smart farming ecosystem" + "Origin story". */
.agh-os-split {
	position: relative;
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	min-height: clamp(540px, 80vh, 760px);
	gap: 0;
}
.agh-os-split--reverse { grid-template-columns: 1fr 1.1fr; }
.agh-os-split-img {
	position: relative;
	background-size: cover;
	background-position: center;
	min-height: 480px;
}
.agh-os-split-img::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 60%, rgba(7,10,9,0.55) 100%);
	pointer-events: none;
}
.agh-os-split-caption {
	position: absolute;
	left: 28px; right: 28px; bottom: 28px;
	font-family: var(--agh-font-display);
	font-size: clamp(15px, 1.2vw, 18px);
	color: rgba(245,243,238,0.84);
	letter-spacing: -0.005em;
	z-index: 2;
}
.agh-os-split-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(48px, 8vw, 120px);
	background: var(--agh-bg-base);
	gap: clamp(20px, 2.4vh, 32px);
}

/* Minimal monitor strip — three-up live signals at the foot of a section */
.agh-os-monitor {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(16px, 2vw, 28px);
	padding: clamp(28px, 3.2vw, 40px);
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
	backdrop-filter: blur(20px) saturate(140%);
	-webkit-backdrop-filter: blur(20px) saturate(140%);
}
.agh-os-monitor-cell {
	display: grid;
	gap: 8px;
	padding-right: clamp(16px, 2vw, 28px);
	border-right: 1px solid var(--agh-line);
}
.agh-os-monitor-cell:last-child { border-right: none; padding-right: 0; }
.agh-os-monitor-cell .label {
	font-family: var(--agh-font-mono);
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--agh-ink-mute);
}
.agh-os-monitor-cell .value {
	font-family: var(--agh-font-display);
	font-size: clamp(22px, 2.4vw, 30px);
	font-weight: 400;
	letter-spacing: -0.018em;
	color: var(--agh-ink);
	line-height: 1.05;
}
.agh-os-monitor-cell .note {
	font-size: 13px;
	color: var(--agh-ink-soft);
	line-height: 1.4;
}

/* Single big editorial quote */
.agh-os-bigquote {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	gap: 32px;
	text-align: left;
}
.agh-os-bigquote blockquote {
	font-family: var(--agh-font-display);
	font-weight: 400;
	font-size: clamp(28px, 4.4vw, 56px);
	line-height: 1.1;
	letter-spacing: -0.022em;
	color: var(--agh-ink);
	margin: 0;
}
.agh-os-bigquote blockquote em {
	font-style: normal;
	color: var(--agh-cyan);
}
.agh-os-bigquote .who {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 14px;
	color: var(--agh-ink-soft);
}
.agh-os-bigquote .who .avatar {
	width: 48px; height: 48px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	border: 1px solid var(--agh-line);
}
.agh-os-bigquote .who .name { color: var(--agh-ink); font-weight: 500; }
.agh-os-bigquote .who .role { color: var(--agh-ink-mute); }

/* -------------------------------------------------------------
   19c. CREAM SECTION VARIANT
   Light surface to break up the dark rhythm. Inverts ink + lines.
   Apply .agh-os-section--cream (or .agh-os-stage--cream) on the section.
   ------------------------------------------------------------- */
.agh-os-section--cream {
	background: var(--agh-cream);
	color: var(--agh-on-cream);
}
.agh-os-section--cream .agh-os-h1,
.agh-os-section--cream .agh-os-h2,
.agh-os-section--cream .agh-os-h3 { color: var(--agh-on-cream); text-shadow: none; }
.agh-os-section--cream .agh-os-h1 em,
.agh-os-section--cream .agh-os-h2 em,
.agh-os-section--cream .agh-os-h3 em {
	background: linear-gradient(135deg, var(--agh-green-2) 0%, var(--agh-green-deep) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.agh-os-section--cream .agh-os-body,
.agh-os-section--cream .agh-os-lead,
.agh-os-section--cream p { color: var(--agh-on-cream-soft); }
.agh-os-section--cream .agh-os-eyebrow { color: var(--agh-on-cream-mute); }
.agh-os-section--cream .agh-os-eyebrow::before { background: var(--agh-green-2); box-shadow: none; }
.agh-os-section--cream .agh-os-link { color: var(--agh-on-cream); }
.agh-os-section--cream .agh-os-link:hover { color: var(--agh-green-2); }
.agh-os-section--cream .agh-os-link::after { background: var(--agh-green-2); }
.agh-os-section--cream .agh-os-mono { color: var(--agh-on-cream-mute); }

/* Buttons on cream */
.agh-os-section--cream .agh-os-btn--primary {
	background: linear-gradient(135deg, #6E8A6A 0%, #5A735C 50%, #45593F 100%);
	color: var(--agh-cream);
	border-color: rgba(61,82,64,0.45);
	box-shadow: 0 16px 32px -18px rgba(61,82,64,0.5);
}
.agh-os-section--cream .agh-os-btn--primary:hover {
	color: var(--agh-cream);
	box-shadow: 0 20px 40px -18px rgba(61,82,64,0.6);
}
.agh-os-section--cream .agh-os-btn--ghost {
	color: var(--agh-on-cream);
	border-color: var(--agh-on-cream-line);
}
.agh-os-section--cream .agh-os-btn--ghost:hover {
	background: rgba(26,33,31,0.06);
	border-color: var(--agh-on-cream-line-glow);
	color: var(--agh-green-2);
}
.agh-os-section--cream .agh-os-btn .dot { background: var(--agh-green-2); box-shadow: none; }
.agh-os-section--cream .agh-os-btn--primary .dot { background: var(--agh-cream); }

/* Cards / split / monitor / bigquote on cream */
.agh-os-section--cream .agh-os-split-copy {
	background: var(--agh-cream);
}
.agh-os-section--cream .agh-os-split-img { border-bottom: 1px solid var(--agh-on-cream-line); }
.agh-os-section--cream .agh-os-monitor {
	background: var(--agh-cream-soft);
	border-color: var(--agh-on-cream-line);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	box-shadow: 0 24px 60px -40px rgba(26,33,31,0.25);
}
.agh-os-section--cream .agh-os-monitor-cell {
	border-color: var(--agh-on-cream-line);
}
.agh-os-section--cream .agh-os-monitor-cell .label { color: var(--agh-on-cream-mute); }
.agh-os-section--cream .agh-os-monitor-cell .value { color: var(--agh-on-cream); }
.agh-os-section--cream .agh-os-monitor-cell .note { color: var(--agh-on-cream-soft); }
.agh-os-section--cream .agh-os-bigquote blockquote { color: var(--agh-on-cream); }
.agh-os-section--cream .agh-os-bigquote .who .name { color: var(--agh-on-cream); }
.agh-os-section--cream .agh-os-bigquote .who .role { color: var(--agh-on-cream-mute); }
.agh-os-section--cream .agh-os-bigquote .who .avatar { border-color: var(--agh-on-cream-line); }

/* List bullets on cream */
.agh-os-section--cream .agh-os-solution-list li { color: var(--agh-on-cream-soft); }
.agh-os-section--cream .agh-os-solution-list li::before {
	background: rgba(61,82,64,0.10);
	border-color: var(--agh-on-cream-line-glow);
}
.agh-os-section--cream .agh-os-solution-list li strong { color: var(--agh-on-cream); }

/* Platform modules — 4×2 grid showing the 8-module ecosystem */
.agh-os-platform-head {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: clamp(32px, 5vw, 80px);
	align-items: end;
	margin-bottom: clamp(48px, 6vw, 80px);
}
.agh-os-platform-head .copy { display: grid; gap: 16px; }
.agh-os-platform-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: var(--agh-on-cream-line);
	border: 1px solid var(--agh-on-cream-line);
	border-radius: var(--agh-r-lg);
	overflow: hidden;
}
.agh-os-section:not(.agh-os-section--cream) .agh-os-platform-grid {
	background: var(--agh-line);
	border-color: var(--agh-line);
}
.agh-os-platform-card {
	background: var(--agh-cream);
	padding: clamp(24px, 2.6vw, 36px);
	display: grid;
	gap: 14px;
	align-content: start;
	transition: background 320ms var(--agh-ease);
	min-height: 220px;
}
.agh-os-section:not(.agh-os-section--cream) .agh-os-platform-card {
	background: var(--agh-bg-raised);
}
.agh-os-section--cream .agh-os-platform-card:hover { background: var(--agh-cream-soft); }
.agh-os-section:not(.agh-os-section--cream) .agh-os-platform-card:hover { background: var(--agh-bg-elev); }
.agh-os-platform-icon {
	width: 36px; height: 36px;
	display: grid; place-items: center;
	background: rgba(61,82,64,0.12);
	border: 1px solid var(--agh-on-cream-line-glow);
	border-radius: 10px;
	color: var(--agh-green-2);
}
.agh-os-section:not(.agh-os-section--cream) .agh-os-platform-icon {
	background: rgba(122,145,118,0.16);
	border-color: var(--agh-line-glow);
	color: var(--agh-green);
}
.agh-os-platform-card h3 {
	font-family: var(--agh-font-display);
	font-weight: 500;
	font-size: 19px;
	letter-spacing: -0.018em;
	margin: 0;
	line-height: 1.15;
	color: var(--agh-on-cream);
}
.agh-os-section:not(.agh-os-section--cream) .agh-os-platform-card h3 { color: var(--agh-ink); }
.agh-os-platform-card p {
	font-size: 14.5px;
	line-height: 1.5;
	color: var(--agh-on-cream-soft);
	margin: 0;
}
.agh-os-section:not(.agh-os-section--cream) .agh-os-platform-card p { color: var(--agh-ink-soft); }
.agh-os-platform-card .agh-os-mono {
	font-size: 10px;
	letter-spacing: 0.16em;
	margin-top: auto;
	padding-top: 8px;
	color: var(--agh-green-2);
}
.agh-os-section:not(.agh-os-section--cream) .agh-os-platform-card .agh-os-mono { color: var(--agh-green); }

/* Show cards on cream sections — add a soft ring so the dark photos
   don't visually float on the lighter bg */
.agh-os-section--cream .agh-os-show-feature,
.agh-os-section--cream .agh-os-show-small {
	box-shadow: 0 16px 40px -24px rgba(26,33,31,0.30);
	border: 1px solid var(--agh-on-cream-line);
}
.agh-os-section--cream .agh-os-show-feature:hover,
.agh-os-section--cream .agh-os-show-small:hover {
	box-shadow: 0 24px 56px -28px rgba(26,33,31,0.40);
	border-color: var(--agh-on-cream-line-glow);
}

/* Sparse marketplace showcase: one large featured + 2 small */
.agh-os-show {
	display: grid;
	grid-template-columns: 1.6fr 1fr;
	gap: clamp(16px, 2vw, 24px);
	min-height: clamp(540px, 70vh, 720px);
}
.agh-os-show-feature {
	position: relative;
	background-size: cover;
	background-position: center;
	border-radius: var(--agh-r-xl);
	overflow: hidden;
	min-height: 420px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(32px, 4vw, 56px);
	color: var(--agh-ink);
}
.agh-os-show-feature::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7,10,9,0) 6%, rgba(7,10,9,0.44) 38%, rgba(7,10,9,0.82) 66%, rgba(7,10,9,0.97) 100%);
}
.agh-os-show-feature > * { position: relative; z-index: 1; }
.agh-os-show-feature h3 {
	font-family: var(--agh-font-display);
	font-weight: 400;
	font-size: clamp(28px, 3.6vw, 48px);
	letter-spacing: -0.024em;
	line-height: 1.05;
	margin: 0 0 14px;
	text-shadow: 0 1px 3px rgba(0,0,0,0.85), 0 2px 18px rgba(7,10,9,0.7);
}
.agh-os-show-side {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: clamp(16px, 2vw, 24px);
}
.agh-os-show-small {
	position: relative;
	background-size: cover;
	background-position: center;
	border-radius: var(--agh-r-lg);
	overflow: hidden;
	min-height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 24px;
	color: var(--agh-ink);
	transition: transform 420ms var(--agh-ease);
}
.agh-os-show-small::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 8%, rgba(7,10,9,0.50) 42%, rgba(7,10,9,0.97) 100%);
}
.agh-os-show-small > * { position: relative; z-index: 1; }
.agh-os-show-small h4 {
	font-family: var(--agh-font-display);
	font-weight: 400;
	font-size: 20px;
	margin: 0 0 4px;
	letter-spacing: -0.018em;
	line-height: 1.1;
	text-shadow: 0 1px 3px rgba(0,0,0,0.9), 0 2px 14px rgba(7,10,9,0.7);
}
.agh-os-show-small:hover { transform: translateY(-3px); }

.agh-os-show-meta {
	display: flex;
	gap: 14px;
	font-family: var(--agh-font-mono);
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	color: rgba(245,243,238,0.82);
	text-shadow: 0 1px 10px rgba(7,10,9,0.55);
}
.agh-os-show-meta .price { color: var(--agh-cyan); }
/* kill Astra's content-link underline on the whole-card marketplace links (readability) */
body.agh-os a.agh-os-show-feature,
body.agh-os a.agh-os-show-small { text-decoration: none; }

/* Section divider — atmospheric line, used between sections */
.agh-os-divider {
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(245,243,238,0.10) 30%, rgba(245,243,238,0.10) 70%, transparent);
	border: 0;
	margin: 0;
}

/* -------------------------------------------------------------
   20. SECTION: VALUES (About page)
   ------------------------------------------------------------- */
.agh-os-values { background: linear-gradient(180deg, var(--agh-bg-deep) 0%, var(--agh-bg-base) 100%); }
.agh-os-values-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(20px, 2.4vw, 32px);
}
.agh-os-value-card {
	position: relative;
	padding: clamp(28px, 3vw, 40px);
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
	display: grid; gap: 14px;
	transition: border-color 320ms var(--agh-ease), transform 420ms var(--agh-ease);
}
.agh-os-value-card:hover { border-color: var(--agh-line-glow); transform: translateY(-3px); }
.agh-os-value-card .num {
	font-family: var(--agh-font-display);
	font-size: clamp(36px, 4vw, 56px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.03em;
	color: var(--agh-green);
}
.agh-os-value-card h4 { font-family: var(--agh-font-display); font-size: clamp(20px, 2vw, 26px); margin: 0; letter-spacing: -0.02em; }
.agh-os-value-card p { color: var(--agh-ink-soft); font-size: 15px; line-height: 1.5; margin: 0; }

/* -------------------------------------------------------------
   21. WOOCOMMERCE — dark shell
   ------------------------------------------------------------- */
body.agh-os.woocommerce-page,
body.agh-os .woocommerce { color: var(--agh-ink); }
body.agh-os .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.agh-os .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	color: var(--agh-ink);
	font-family: var(--agh-font-display);
	font-size: 17px !important;
	font-weight: 500;
	letter-spacing: -0.01em;
}
body.agh-os .woocommerce ul.products li.product .price,
body.agh-os .woocommerce-page ul.products li.product .price { color: var(--agh-green); font-family: var(--agh-font-mono); font-size: 14px; }
body.agh-os .woocommerce ul.products li.product {
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
	padding: 18px !important;
	transition: border-color 320ms var(--agh-ease), transform 420ms var(--agh-ease);
}
body.agh-os .woocommerce ul.products li.product:hover { border-color: var(--agh-line-glow); transform: translateY(-3px); }
body.agh-os .woocommerce ul.products li.product img { border-radius: var(--agh-r); }
body.agh-os .woocommerce a.button,
body.agh-os .woocommerce button.button,
body.agh-os .woocommerce input.button,
body.agh-os .woocommerce #respond input#submit {
	background: linear-gradient(135deg, #97AE93 0%, #7A9176 45%, #5A735C 100%);
	color: var(--agh-cream);
	border: 1px solid rgba(122,145,118,0.55);
	border-radius: 999px;
	padding: 12px 22px;
	font-family: var(--agh-font-body);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: -0.005em;
	box-shadow: 0 14px 30px -16px rgba(90,115,92,0.55), inset 0 1px 0 rgba(245,243,238,0.16);
	transition: background 240ms var(--agh-ease), transform 240ms var(--agh-ease), box-shadow 240ms var(--agh-ease);
}
body.agh-os .woocommerce a.button:hover,
body.agh-os .woocommerce button.button:hover,
body.agh-os .woocommerce input.button:hover { color: var(--agh-cream); transform: translateY(-2px); box-shadow: 0 20px 40px -16px rgba(90,115,92,0.7), inset 0 1px 0 rgba(245,243,238,0.24); }
body.agh-os .woocommerce a.button.alt,
body.agh-os .woocommerce button.button.alt,
body.agh-os .woocommerce button.single_add_to_cart_button { background: linear-gradient(135deg, #97AE93 0%, #7A9176 45%, #5A735C 100%); color: var(--agh-cream); }
body.agh-os .woocommerce-products-header__title { font-family: var(--agh-font-display); color: var(--agh-ink); font-size: clamp(40px, 5vw, 68px) !important; letter-spacing: -0.025em; }
body.agh-os .woocommerce-result-count,
body.agh-os .woocommerce-pagination { color: var(--agh-ink-mute); }
body.agh-os .woocommerce form .form-row label { color: var(--agh-ink-soft); font-size: 13px; }
body.agh-os .woocommerce form .form-row input.input-text,
body.agh-os .woocommerce form .form-row textarea,
body.agh-os .woocommerce form .form-row select {
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: 12px;
	padding: 12px 14px;
	color: var(--agh-ink);
	font-size: 15px;
}
body.agh-os .woocommerce-MyAccount-navigation ul {
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
	padding: 8px;
}
body.agh-os .woocommerce-MyAccount-navigation ul li a {
	color: var(--agh-ink-soft);
	padding: 10px 16px;
	border-radius: 10px;
	display: block;
}
body.agh-os .woocommerce-MyAccount-navigation ul li.is-active a { background: var(--agh-bg-glass-2); color: var(--agh-ink); }
body.agh-os .woocommerce-MyAccount-content,
body.agh-os .u-columns .col-1,
body.agh-os .u-columns .col-2 {
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
	padding: 28px;
}
body.agh-os .woocommerce-info,
body.agh-os .woocommerce-message,
body.agh-os .woocommerce-error {
	background: var(--agh-bg-glass);
	border-left: 3px solid var(--agh-green);
	color: var(--agh-ink);
	border-radius: 8px;
}
body.agh-os .woocommerce-error { border-left-color: var(--agh-coral); }
body.agh-os .woocommerce table.shop_table { background: var(--agh-bg-raised); border: 1px solid var(--agh-line); border-radius: var(--agh-r-lg); color: var(--agh-ink); border-collapse: separate; }
body.agh-os .woocommerce table.shop_table th { color: var(--agh-ink); }
body.agh-os .woocommerce table.shop_table td { border-top: 1px solid var(--agh-line); }
body.agh-os .product_meta a,
body.agh-os .woocommerce div.product .product_title { color: var(--agh-ink); }
body.agh-os .woocommerce div.product .product_title { font-family: var(--agh-font-display); font-size: clamp(32px, 4vw, 48px); letter-spacing: -0.025em; }
body.agh-os .woocommerce div.product p.price,
body.agh-os .woocommerce div.product span.price { color: var(--agh-green); font-family: var(--agh-font-display); font-size: clamp(20px, 2vw, 26px); }

/* Dokan vendor store overrides */
body.agh-os .dokan-store-tabs,
body.agh-os .dokan-store-header { background: var(--agh-bg-raised) !important; border: 1px solid var(--agh-line); border-radius: var(--agh-r-lg); }
body.agh-os .dokan-store-tabs ul li a { color: var(--agh-ink-soft) !important; }
body.agh-os .dokan-store-tabs ul li.active a { color: var(--agh-green) !important; border-bottom-color: var(--agh-green) !important; }

/* --- WC My Account — login + register forms (logged-out state) --- */
body.agh-os .agh-os-account-wrap .u-columns,
body.agh-os .agh-os-account-wrap .u-columns.col2-set {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(20px, 3vw, 40px);
	margin: 0;
}
body.agh-os .agh-os-account-wrap .u-column1,
body.agh-os .agh-os-account-wrap .u-column2 {
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-xl);
	padding: clamp(32px, 4vw, 48px) !important;
	width: 100% !important;
	float: none !important;
}
body.agh-os .agh-os-account-wrap .u-column1 h2,
body.agh-os .agh-os-account-wrap .u-column2 h2 {
	font-family: var(--agh-font-display);
	font-weight: 500;
	font-size: clamp(22px, 2.4vw, 28px);
	letter-spacing: -0.02em;
	color: var(--agh-ink);
	margin: 0 0 8px;
}
body.agh-os .agh-os-account-wrap .u-column1 h2::after,
body.agh-os .agh-os-account-wrap .u-column2 h2::after {
	content: '';
	display: block;
	width: 36px;
	height: 1px;
	background: var(--agh-green);
	margin-top: 14px;
}
body.agh-os .agh-os-account-wrap .woocommerce-form-login,
body.agh-os .agh-os-account-wrap .woocommerce-form-register { margin: 0; }
body.agh-os .agh-os-account-wrap .woocommerce-form-row,
body.agh-os .woocommerce-form-row { display: grid; gap: 6px; margin-bottom: 16px; padding: 0; }
body.agh-os .agh-os-account-wrap .woocommerce-form-row label,
body.agh-os .woocommerce-form-row label {
	font-family: var(--agh-font-body);
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--agh-ink-mute);
	font-weight: 500;
	margin: 0;
}
body.agh-os .agh-os-account-wrap .woocommerce-form-row .required,
body.agh-os .woocommerce-form-row .required { color: var(--agh-green); text-decoration: none; border: none; }
body.agh-os .agh-os-account-wrap .woocommerce-form__input,
body.agh-os .agh-os-account-wrap input.input-text,
body.agh-os .woocommerce-form__input-text,
body.agh-os .agh-os-account-wrap input[type="text"],
body.agh-os .agh-os-account-wrap input[type="email"],
body.agh-os .agh-os-account-wrap input[type="password"] {
	width: 100% !important;
	background: var(--agh-bg-glass) !important;
	border: 1px solid var(--agh-line) !important;
	border-radius: 12px !important;
	padding: 12px 14px !important;
	color: var(--agh-ink) !important;
	font-family: var(--agh-font-body) !important;
	font-size: 15px !important;
	transition: border-color 280ms var(--agh-ease), background 280ms var(--agh-ease), box-shadow 280ms var(--agh-ease);
}
body.agh-os .agh-os-account-wrap input:focus {
	outline: none !important;
	border-color: var(--agh-green) !important;
	background: var(--agh-bg-glass-2) !important;
	box-shadow: 0 0 0 4px rgba(122,145,118,0.10) !important;
}
body.agh-os .agh-os-account-wrap .woocommerce-form__label-for-checkbox,
body.agh-os .woocommerce-form__label-for-checkbox {
	display: flex !important;
	align-items: center;
	gap: 8px;
	color: var(--agh-ink-soft) !important;
	font-size: 14px !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	font-weight: 400 !important;
}
body.agh-os .agh-os-account-wrap .woocommerce-form__input-checkbox { accent-color: var(--agh-green); }
body.agh-os .agh-os-account-wrap .lost_password a,
body.agh-os .agh-os-account-wrap .woocommerce-LostPassword a {
	color: var(--agh-green);
	font-size: 13px;
	text-decoration: none;
}
body.agh-os .agh-os-account-wrap .lost_password a:hover { color: var(--agh-ink); }

/* WC privacy policy text */
body.agh-os .agh-os-account-wrap .woocommerce-privacy-policy-text { font-size: 13px; color: var(--agh-ink-mute); }

/* --- WC My Account — logged-in dashboard --- */
body.agh-os .woocommerce-account .woocommerce { display: grid; grid-template-columns: 240px 1fr; gap: clamp(20px, 3vw, 40px); }
body.agh-os .woocommerce-MyAccount-navigation {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
}
body.agh-os .woocommerce-MyAccount-navigation ul {
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
	padding: 8px !important;
	margin: 0 !important;
	list-style: none !important;
	display: grid; gap: 2px;
}
body.agh-os .woocommerce-MyAccount-navigation ul li { list-style: none; margin: 0; padding: 0; border: none; }
body.agh-os .woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 11px 16px;
	font-family: var(--agh-font-body);
	font-size: 14px;
	font-weight: 500;
	color: var(--agh-ink-soft);
	border-radius: 10px;
	text-decoration: none;
	transition: background 200ms var(--agh-ease), color 200ms var(--agh-ease);
}
body.agh-os .woocommerce-MyAccount-navigation ul li a:hover { background: var(--agh-bg-glass-2); color: var(--agh-ink); }
body.agh-os .woocommerce-MyAccount-navigation ul li.is-active a,
body.agh-os .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard.is-active a {
	background: var(--agh-bg-elev);
	color: var(--agh-ink);
}
body.agh-os .woocommerce-MyAccount-navigation ul li.is-active a::before {
	content: '';
	display: inline-block;
	width: 5px; height: 5px;
	border-radius: 50%;
	background: var(--agh-green);
	margin-right: 8px;
	vertical-align: middle;
	box-shadow: 0 0 8px var(--agh-green);
}
body.agh-os .woocommerce-MyAccount-content {
	background: var(--agh-bg-raised) !important;
	border: 1px solid var(--agh-line) !important;
	border-radius: var(--agh-r-lg) !important;
	padding: clamp(28px, 3vw, 40px) !important;
	color: var(--agh-ink) !important;
}
body.agh-os .woocommerce-MyAccount-content h2,
body.agh-os .woocommerce-MyAccount-content h3 {
	font-family: var(--agh-font-display) !important;
	font-weight: 500 !important;
	color: var(--agh-ink) !important;
	letter-spacing: -0.018em !important;
	margin: 0 0 18px !important;
}
body.agh-os .woocommerce-MyAccount-content p,
body.agh-os .woocommerce-MyAccount-content li,
body.agh-os .woocommerce-MyAccount-content td { color: var(--agh-ink-soft); }
body.agh-os .woocommerce-MyAccount-content a:not(.button) { color: var(--agh-green); text-decoration: none; }
body.agh-os .woocommerce-MyAccount-content a:not(.button):hover { color: var(--agh-ink); }
body.agh-os .woocommerce-MyAccount-content .woocommerce-Address {
	background: var(--agh-bg-elev);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r);
	padding: 22px;
	margin-bottom: 16px;
}
body.agh-os .woocommerce-MyAccount-content .woocommerce-Address h3 { margin-bottom: 10px !important; font-size: 16px !important; }

/* --- Dokan vendor dashboard --- */
body.agh-os .agh-os-dashboard-wrap .dokan-dashboard-wrap {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: clamp(20px, 3vw, 40px);
}
body.agh-os .agh-os-dashboard-wrap .dokan-dashboard-menu,
body.agh-os .dokan-dashboard-menu {
	background: var(--agh-bg-raised) !important;
	border: 1px solid var(--agh-line) !important;
	border-radius: var(--agh-r-lg) !important;
	padding: 8px !important;
	margin: 0 !important;
	list-style: none !important;
}
body.agh-os .agh-os-dashboard-wrap .dokan-dashboard-menu li,
body.agh-os .dokan-dashboard-menu li {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
body.agh-os .agh-os-dashboard-wrap .dokan-dashboard-menu li a,
body.agh-os .dokan-dashboard-menu li a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 16px !important;
	font-family: var(--agh-font-body) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: var(--agh-ink-soft) !important;
	border-radius: 10px !important;
	text-decoration: none !important;
	background: transparent !important;
	transition: background 200ms var(--agh-ease), color 200ms var(--agh-ease);
}
body.agh-os .agh-os-dashboard-wrap .dokan-dashboard-menu li a:hover,
body.agh-os .dokan-dashboard-menu li a:hover { background: var(--agh-bg-glass-2) !important; color: var(--agh-ink) !important; }
body.agh-os .agh-os-dashboard-wrap .dokan-dashboard-menu li.active a,
body.agh-os .dokan-dashboard-menu li.active a {
	background: var(--agh-bg-elev) !important;
	color: var(--agh-ink) !important;
}
body.agh-os .agh-os-dashboard-wrap .dokan-dashboard-menu li.active a::before {
	content: '';
	display: inline-block;
	width: 5px; height: 5px;
	border-radius: 50%;
	background: var(--agh-green);
	box-shadow: 0 0 8px var(--agh-green);
	flex-shrink: 0;
}
body.agh-os .dokan-dashboard-menu li i,
body.agh-os .dokan-dashboard-menu li .fa { color: currentColor; opacity: 0.75; font-size: 14px; }

body.agh-os .agh-os-dashboard-wrap .dokan-dashboard-content {
	background: var(--agh-bg-raised) !important;
	border: 1px solid var(--agh-line) !important;
	border-radius: var(--agh-r-lg) !important;
	padding: clamp(28px, 3vw, 40px) !important;
	color: var(--agh-ink) !important;
	box-shadow: none !important;
}

/* Dashboard heading inside content */
body.agh-os .dokan-dashboard-content header,
body.agh-os .dokan-dashboard-content .dokan-dashboard-content-area-header {
	padding: 0 0 16px !important;
	margin: 0 0 24px !important;
	border-bottom: 1px solid var(--agh-line) !important;
	background: transparent !important;
}
body.agh-os .dokan-dashboard-content h1,
body.agh-os .dokan-dashboard-content h2,
body.agh-os .dokan-dashboard-content h3,
body.agh-os .dokan-dashboard-content .dashboard-content-area-title {
	font-family: var(--agh-font-display) !important;
	font-weight: 500 !important;
	color: var(--agh-ink) !important;
	letter-spacing: -0.02em !important;
	margin: 0 0 14px !important;
}
body.agh-os .dokan-dashboard-content h1 { font-size: clamp(24px, 2.6vw, 30px) !important; }
body.agh-os .dokan-dashboard-content p,
body.agh-os .dokan-dashboard-content li,
body.agh-os .dokan-dashboard-content td { color: var(--agh-ink-soft) !important; }
body.agh-os .dokan-dashboard-content a:not(.dokan-btn):not(.button) { color: var(--agh-green) !important; text-decoration: none !important; }

/* Dokan stat boxes / cards */
body.agh-os .agh-os-dashboard-wrap .dokan-dash-sales-overview,
body.agh-os .agh-os-dashboard-wrap .dashboard-widget {
	background: var(--agh-bg-elev) !important;
	border: 1px solid var(--agh-line) !important;
	border-radius: var(--agh-r) !important;
	padding: 22px !important;
	margin-bottom: 18px !important;
	box-shadow: none !important;
}
body.agh-os .agh-os-dashboard-wrap .dashboard-widget-title,
body.agh-os .agh-os-dashboard-wrap .dashboard-widget-header {
	font-family: var(--agh-font-display) !important;
	font-size: 14px !important;
	color: var(--agh-ink-soft) !important;
	background: transparent !important;
	border: none !important;
	padding: 0 0 12px !important;
	margin: 0 0 12px !important;
	border-bottom: 1px solid var(--agh-line) !important;
}
body.agh-os .agh-os-dashboard-wrap .big-counter,
body.agh-os .agh-os-dashboard-wrap .dashboard-widget-content .counter-num {
	font-family: var(--agh-font-display) !important;
	font-size: clamp(24px, 2.6vw, 32px) !important;
	font-weight: 500 !important;
	color: var(--agh-ink) !important;
	letter-spacing: -0.02em !important;
}

/* Dokan tables (orders, products, withdrawals) */
body.agh-os .agh-os-dashboard-wrap table {
	width: 100% !important;
	border-collapse: separate;
	border-spacing: 0;
	background: transparent !important;
	color: var(--agh-ink) !important;
}
body.agh-os .agh-os-dashboard-wrap thead th,
body.agh-os .dokan-dashboard-content table thead th {
	background: var(--agh-bg-elev) !important;
	color: var(--agh-ink-soft) !important;
	font-family: var(--agh-font-body);
	font-size: 11px !important;
	letter-spacing: 0.10em !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
	padding: 12px 14px !important;
	border: none !important;
	border-bottom: 1px solid var(--agh-line) !important;
}
body.agh-os .agh-os-dashboard-wrap tbody td,
body.agh-os .dokan-dashboard-content table tbody td {
	padding: 14px !important;
	color: var(--agh-ink) !important;
	border: none !important;
	border-bottom: 1px solid var(--agh-line) !important;
	background: transparent !important;
}
body.agh-os .agh-os-dashboard-wrap tbody tr:hover { background: rgba(245,243,238,0.02) !important; }
body.agh-os .agh-os-dashboard-wrap tbody tr:last-child td { border-bottom: none !important; }

/* Dokan buttons inside dashboard */
body.agh-os .agh-os-dashboard-wrap .dokan-btn,
body.agh-os .agh-os-dashboard-wrap a.dokan-btn-theme,
body.agh-os .dokan-dashboard-content .dokan-btn,
body.agh-os .dokan-dashboard-content a.dokan-btn-theme {
	display: inline-flex !important;
	align-items: center; gap: 6px;
	padding: 10px 18px !important;
	background: var(--agh-ink) !important;
	color: var(--agh-bg-deep) !important;
	border: none !important;
	border-radius: 999px !important;
	font-family: var(--agh-font-body) !important;
	font-size: 13.5px !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	cursor: pointer;
	transition: background 240ms var(--agh-ease), transform 240ms var(--agh-ease) !important;
}
body.agh-os .agh-os-dashboard-wrap .dokan-btn:hover,
body.agh-os .dokan-dashboard-content .dokan-btn:hover { background: var(--agh-green) !important; transform: translateY(-1px); }
body.agh-os .agh-os-dashboard-wrap .dokan-btn-default,
body.agh-os .dokan-dashboard-content .dokan-btn-default {
	background: var(--agh-bg-glass) !important;
	color: var(--agh-ink) !important;
	border: 1px solid var(--agh-line) !important;
}
body.agh-os .agh-os-dashboard-wrap .dokan-btn-default:hover,
body.agh-os .dokan-dashboard-content .dokan-btn-default:hover { border-color: var(--agh-line-glow) !important; background: var(--agh-bg-glass-2) !important; }

/* Dokan dashboard form inputs */
body.agh-os .agh-os-dashboard-wrap input[type="text"],
body.agh-os .agh-os-dashboard-wrap input[type="email"],
body.agh-os .agh-os-dashboard-wrap input[type="number"],
body.agh-os .agh-os-dashboard-wrap input[type="tel"],
body.agh-os .agh-os-dashboard-wrap input[type="url"],
body.agh-os .agh-os-dashboard-wrap input[type="password"],
body.agh-os .agh-os-dashboard-wrap textarea,
body.agh-os .agh-os-dashboard-wrap select,
body.agh-os .dokan-dashboard-content input.dokan-form-control,
body.agh-os .dokan-dashboard-content textarea.dokan-form-control,
body.agh-os .dokan-dashboard-content select.dokan-form-control {
	background: var(--agh-bg-glass) !important;
	border: 1px solid var(--agh-line) !important;
	border-radius: 10px !important;
	color: var(--agh-ink) !important;
	padding: 10px 14px !important;
	font-family: var(--agh-font-body) !important;
	font-size: 14.5px !important;
	transition: border-color 240ms var(--agh-ease), background 240ms var(--agh-ease);
}
body.agh-os .agh-os-dashboard-wrap input:focus,
body.agh-os .agh-os-dashboard-wrap textarea:focus,
body.agh-os .agh-os-dashboard-wrap select:focus,
body.agh-os .dokan-dashboard-content .dokan-form-control:focus {
	outline: none !important;
	border-color: var(--agh-green) !important;
	background: var(--agh-bg-glass-2) !important;
	box-shadow: 0 0 0 4px rgba(122,145,118,0.10) !important;
}
body.agh-os .agh-os-dashboard-wrap label,
body.agh-os .dokan-dashboard-content label {
	color: var(--agh-ink-soft) !important;
	font-size: 13px !important;
}

/* Dokan login redirect / alerts */
body.agh-os .agh-os-dashboard-wrap .dokan-alert,
body.agh-os .agh-os-dashboard-wrap .dokan-alert-info,
body.agh-os .agh-os-dashboard-wrap .dokan-info {
	background: var(--agh-bg-glass) !important;
	border: 1px solid var(--agh-line) !important;
	border-left: 3px solid var(--agh-green) !important;
	border-radius: 10px !important;
	color: var(--agh-ink) !important;
	padding: 14px 18px !important;
	font-size: 14px !important;
}

/* -------------------------------------------------------------
   22. ADVISORY / BLOG ARCHIVE
   ------------------------------------------------------------- */
body.agh-os .blog .post,
body.agh-os .archive .post {
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
	padding: clamp(24px, 3vw, 40px);
	margin-bottom: 24px;
}
body.agh-os .blog .post .entry-title a,
body.agh-os .archive .post .entry-title a {
	color: var(--agh-ink);
	font-family: var(--agh-font-display);
	letter-spacing: -0.02em;
}
body.agh-os .blog .post .entry-content,
body.agh-os .archive .post .entry-content { color: var(--agh-ink-soft); }
body.agh-os .single-post .entry-content {
	max-width: 760px;
	margin: 0 auto;
	padding-block: clamp(60px, 8vw, 100px);
	color: var(--agh-ink-soft);
	font-size: 18px;
	line-height: 1.7;
}
body.agh-os .single-post .entry-content h2,
body.agh-os .single-post .entry-content h3 { color: var(--agh-ink); font-family: var(--agh-font-display); letter-spacing: -0.02em; margin-top: 1.6em; }
body.agh-os .single-post .entry-content a { color: var(--agh-green); }

/* --- Advisory page legacy shortcode classes — restyled in agh-os language --- */

/* Topic filter chips */
body.agh-os .agh-adv-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
body.agh-os .agh-adv-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 16px;
	font-family: var(--agh-font-body);
	font-size: 13px;
	font-weight: 500;
	color: var(--agh-ink-soft);
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	text-decoration: none !important;
	transition: background 240ms var(--agh-ease), color 240ms var(--agh-ease), border-color 240ms var(--agh-ease);
}
body.agh-os .agh-adv-chip:hover {
	color: var(--agh-ink);
	background: var(--agh-bg-glass-2);
	border-color: var(--agh-line-glow);
}
body.agh-os .agh-adv-chip.is-active {
	background: var(--agh-green);
	color: var(--agh-bg-deep);
	border-color: var(--agh-green);
}
body.agh-os .agh-adv-chip-count {
	font-family: var(--agh-font-mono);
	font-size: 11px;
	padding: 2px 7px;
	background: rgba(245,243,238,0.08);
	border-radius: 999px;
	color: var(--agh-ink-mute);
}
body.agh-os .agh-adv-chip.is-active .agh-adv-chip-count { background: rgba(7,10,9,0.20); color: var(--agh-bg-deep); }

/* Featured article */
body.agh-os .agh-adv-featured {
	margin-bottom: clamp(40px, 5vw, 64px);
}
body.agh-os .agh-adv-featured-link {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: clamp(28px, 4vw, 56px);
	align-items: stretch;
	text-decoration: none !important;
	color: inherit;
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-xl);
	overflow: hidden;
	transition: border-color 320ms var(--agh-ease);
}
body.agh-os .agh-adv-featured-link:hover { border-color: var(--agh-line-glow); }
body.agh-os .agh-adv-featured-img {
	position: relative;
	min-height: 380px;
	background-size: cover;
	background-position: center;
}
body.agh-os .agh-adv-featured-img::after {
	content: '';
	position: absolute; inset: 0;
	background: linear-gradient(135deg, transparent 50%, rgba(7,10,9,0.45) 100%);
}
body.agh-os .agh-adv-featured-tag {
	position: absolute;
	top: 20px; left: 20px;
	padding: 6px 12px;
	font-family: var(--agh-font-mono);
	font-size: 10px;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	background: rgba(7,10,9,0.72);
	backdrop-filter: blur(8px);
	color: var(--agh-ink);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	z-index: 1;
}
body.agh-os .agh-adv-featured-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 3vw, 48px);
	gap: 18px;
}
body.agh-os .agh-adv-featured-body .agh-eyebrow {
	font-family: var(--agh-font-body);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.20em;
	text-transform: uppercase;
	color: var(--agh-ink-mute);
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
body.agh-os .agh-adv-featured-body .agh-eyebrow::before {
	content: '';
	display: inline-block;
	width: 6px; height: 6px;
	border-radius: 50%;
	background: var(--agh-green);
	box-shadow: 0 0 12px var(--agh-green);
}
body.agh-os .agh-adv-featured-title {
	font-family: var(--agh-font-display);
	font-weight: 500;
	font-size: clamp(24px, 2.8vw, 36px);
	line-height: 1.1;
	letter-spacing: -0.024em;
	color: var(--agh-ink);
	margin: 0;
}
body.agh-os .agh-adv-featured-link:hover .agh-adv-featured-title { color: var(--agh-green); }
body.agh-os .agh-adv-featured-excerpt {
	font-size: 16px;
	line-height: 1.55;
	color: var(--agh-ink-soft);
	margin: 0;
}
body.agh-os .agh-adv-featured-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-top: 8px;
	padding-top: 18px;
	border-top: 1px solid var(--agh-line);
	flex-wrap: wrap;
}
body.agh-os .agh-adv-author {
	display: flex;
	align-items: center;
	gap: 12px;
}
body.agh-os .agh-adv-author .av {
	width: 40px; height: 40px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	border: 1px solid var(--agh-line);
}
body.agh-os .agh-adv-author .name {
	font-family: var(--agh-font-display);
	font-size: 14px;
	font-weight: 500;
	color: var(--agh-ink);
	line-height: 1.2;
}
body.agh-os .agh-adv-author .when { font-size: 12px; color: var(--agh-ink-mute); }
body.agh-os .agh-adv-featured-cta {
	font-family: var(--agh-font-body);
	font-size: 14px;
	font-weight: 500;
	color: var(--agh-green);
	display: inline-flex; align-items: center; gap: 6px;
	transition: transform 240ms var(--agh-ease);
}
body.agh-os .agh-adv-featured-link:hover .agh-adv-featured-cta { transform: translateX(4px); }

/* Article grid cards */
body.agh-os .agh-article-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(20px, 2.4vw, 32px);
}
body.agh-os .agh-article {
	display: grid;
	gap: 16px;
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
	overflow: hidden;
	text-decoration: none !important;
	color: inherit;
	transition: border-color 320ms var(--agh-ease), transform 420ms var(--agh-ease);
}
body.agh-os .agh-article:hover { border-color: var(--agh-line-glow); transform: translateY(-3px); }
body.agh-os .agh-article-img {
	position: relative;
	aspect-ratio: 4/3;
	background-size: cover;
	background-position: center;
}
body.agh-os .agh-article-img::after {
	content: '';
	position: absolute; inset: 0;
	background: linear-gradient(180deg, transparent 60%, rgba(7,10,9,0.55) 100%);
}
body.agh-os .agh-article-tag {
	position: absolute;
	top: 14px; left: 14px;
	padding: 4px 10px;
	font-family: var(--agh-font-mono);
	font-size: 10px;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	background: rgba(7,10,9,0.72);
	backdrop-filter: blur(8px);
	color: var(--agh-ink);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	z-index: 1;
}
body.agh-os .agh-article-body {
	padding: 0 22px 22px;
	display: grid;
	gap: 10px;
}
body.agh-os .agh-article-title {
	font-family: var(--agh-font-display);
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.018em;
	line-height: 1.2;
	color: var(--agh-ink);
	margin: 0;
}
body.agh-os .agh-article:hover .agh-article-title { color: var(--agh-green); }
body.agh-os .agh-article-excerpt {
	font-size: 14.5px;
	line-height: 1.5;
	color: var(--agh-ink-soft);
	margin: 0;
}
body.agh-os .agh-article-meta {
	font-family: var(--agh-font-mono);
	font-size: 11px;
	letter-spacing: 0.06em;
	color: var(--agh-ink-mute);
	margin-top: 4px;
}

/* AI tease + contribute legacy classes (rarely rendered, but safe) */
body.agh-os .agh-adv-ai-tease,
body.agh-os .agh-adv-contribute {
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
	padding: clamp(28px, 3vw, 44px);
	color: var(--agh-ink-soft);
}
body.agh-os .agh-adv-ai-tips { display: grid; gap: 10px; margin-top: 14px; padding: 0; list-style: none; }
body.agh-os .agh-adv-ai-tip { color: var(--agh-ink-soft); }
body.agh-os .agh-adv-ai-text { color: var(--agh-ink-soft); }

/* Generic legacy helpers */
body.agh-os .agh-eyebrow {
	font-family: var(--agh-font-body);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.20em;
	text-transform: uppercase;
	color: var(--agh-ink-mute);
}
body.agh-os .agh-wrap {
	max-width: var(--agh-container);
	margin: 0 auto;
	padding-inline: clamp(20px, 4vw, 56px);
}
body.agh-os .agh-h1 {
	font-family: var(--agh-font-display);
	font-weight: 400;
	font-size: clamp(48px, 8.4vw, 100px);
	line-height: 0.98;
	letter-spacing: -0.032em;
	color: var(--agh-ink);
}
body.agh-os .agh-lead {
	font-size: clamp(17px, 1.4vw, 21px);
	line-height: 1.55;
	color: var(--agh-ink-soft);
	max-width: 56ch;
}

/* =================================================================
   STORE LISTING (Dokan /store-listing/) — v1.5.2 editorial rebuild
   Targets the real Dokan markup:
     #dokan-store-listing-filter-wrap (toolbar)
     #dokan-store-listing-filter-form-wrap (slide-down filter form)
     ul.dokan-seller-wrap > li.dokan-single-seller
       .store-wrapper
         .store-header > .store-banner > a > img
         .store-content > .store-data-container
           .featured-favourite (featured pill)
           .store-data > h2 + rating + address + phone + injected meta
         .store-footer > .seller-avatar + arrow + injected CTA
   ================================================================= */

/* ---------- Toolbar (count · filter · sort · view-toggle) ---------- */
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	padding: 14px 18px;
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
	margin-bottom: clamp(28px, 3vw, 40px);
}
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-wrap .left,
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-wrap .right {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-wrap .left { margin-right: auto; }
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-wrap .item { margin: 0; }
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-wrap .store-count p,
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-wrap .store-count {
	margin: 0;
	font-family: var(--agh-font-mono);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--agh-ink-soft);
}
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-wrap .store-count::before {
	content: "";
	display: inline-block;
	width: 6px; height: 6px;
	border-radius: 50%;
	background: var(--agh-green);
	box-shadow: 0 0 10px rgba(122, 145, 118, 0.55);
	margin-right: 10px;
	vertical-align: 1px;
	animation: agh-os-pulse 2.4s ease-in-out infinite;
}
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-wrap .dokan-store-list-filter-button {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 9px 16px;
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	color: var(--agh-ink-soft);
	font-family: var(--agh-font-body);
	font-size: 12.5px;
	font-weight: 500;
	cursor: pointer;
	transition: background 220ms var(--agh-ease), border-color 220ms var(--agh-ease), color 220ms var(--agh-ease);
}
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-wrap .dokan-store-list-filter-button:hover {
	background: var(--agh-bg-glass-2);
	border-color: var(--agh-line-glow);
	color: var(--agh-ink);
}
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-wrap .dokan-icons,
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-wrap .dokan-icon-div { display: none; }
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-wrap .sort-by {
	display: flex; align-items: center; gap: 10px;
	margin: 0;
}
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-wrap .sort-by label {
	margin: 0;
	font-family: var(--agh-font-mono);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--agh-ink-mute);
}
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-wrap select#stores_orderby {
	appearance: none;
	-webkit-appearance: none;
	padding: 9px 38px 9px 16px;
	background: var(--agh-bg-glass) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%23F5F3EE' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>") right 14px center / 11px 7px no-repeat;
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	color: var(--agh-ink);
	font-family: var(--agh-font-body);
	font-size: 13px;
	cursor: pointer;
	transition: border-color 220ms var(--agh-ease), background-color 220ms var(--agh-ease);
}
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-wrap select#stores_orderby:hover { border-color: var(--agh-line-glow); }
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-wrap select#stores_orderby:focus {
	outline: none;
	border-color: var(--agh-green);
	box-shadow: 0 0 0 4px rgba(122, 145, 118, 0.18);
}
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-wrap .toggle-view { display: none; }

/* ---------- Slide-down search form ---------- */
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-form-wrap {
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
	padding: 18px;
	margin-bottom: clamp(20px, 2.4vw, 28px);
	display: flex; flex-wrap: wrap; gap: 12px; align-items: center;
}
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-form-wrap .store-search { flex: 1 1 280px; }
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-form-wrap input.store-search-input {
	width: 100%;
	padding: 12px 18px;
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	color: var(--agh-ink);
	font-family: var(--agh-font-body);
	font-size: 14px;
	transition: border-color 220ms var(--agh-ease), box-shadow 220ms var(--agh-ease);
}
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-form-wrap input.store-search-input::placeholder { color: var(--agh-ink-mute); }
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-form-wrap input.store-search-input:focus {
	outline: none;
	border-color: var(--agh-green);
	box-shadow: 0 0 0 4px rgba(122, 145, 118, 0.18);
}
body.agh-os .agh-os-stores-wrap #dokan-store-listing-filter-form-wrap .apply-filter { display: flex; gap: 8px; }
body.agh-os .agh-os-stores-wrap #cancel-filter-btn,
body.agh-os .agh-os-stores-wrap #apply-filter-btn {
	padding: 10px 22px;
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	font-family: var(--agh-font-body);
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: background 220ms var(--agh-ease), border-color 220ms var(--agh-ease), transform 220ms var(--agh-ease);
}
body.agh-os .agh-os-stores-wrap #cancel-filter-btn {
	background: var(--agh-bg-glass);
	color: var(--agh-ink-soft);
}
body.agh-os .agh-os-stores-wrap #cancel-filter-btn:hover { color: var(--agh-ink); border-color: var(--agh-line-glow); }
body.agh-os .agh-os-stores-wrap #apply-filter-btn {
	background: var(--agh-ink);
	color: var(--agh-bg-deep);
	border-color: var(--agh-ink);
}
body.agh-os .agh-os-stores-wrap #apply-filter-btn:hover { background: var(--agh-green); border-color: var(--agh-green); transform: translateY(-1px); }

/* Dark stores-wrap section ambient — subtle warmth so it doesn't feel flat */
body.agh-os .agh-os-stores-wrap {
	position: relative;
}
body.agh-os .agh-os-stores-wrap::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(50% 60% at 18% 0%, rgba(122, 145, 118, 0.06), transparent 70%),
		radial-gradient(40% 50% at 88% 100%, rgba(212, 177, 106, 0.04), transparent 70%);
	pointer-events: none;
	z-index: 0;
}
body.agh-os .agh-os-stores-wrap > .agh-os-container { position: relative; z-index: 1; }

/* ---------- Grid ---------- */
body.agh-os .agh-os-stores-wrap #dokan-seller-listing-wrap { width: 100%; }
body.agh-os .agh-os-stores-wrap ul.dokan-seller-wrap {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(24px, 2.6vw, 36px);
	list-style: none;
	margin: 0;
	padding: 0;
}
body.agh-os .agh-os-stores-wrap ul.dokan-seller-wrap .dokan-clearfix { display: none; }
@media (min-width: 1300px) {
	body.agh-os .agh-os-stores-wrap ul.dokan-seller-wrap { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
	body.agh-os .agh-os-stores-wrap ul.dokan-seller-wrap { grid-template-columns: 1fr; gap: 20px; }
}

/* ---------- Card ---------- */
body.agh-os .agh-os-stores-wrap li.dokan-single-seller {
	background: transparent;
	border: none;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	width: auto !important;
	float: none !important;
	min-height: 0;
}
body.agh-os .agh-os-stores-wrap li.dokan-single-seller .store-wrapper {
	position: relative;
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-xl);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: border-color 360ms var(--agh-ease), transform 420ms var(--agh-ease), box-shadow 360ms var(--agh-ease);
}
body.agh-os .agh-os-stores-wrap li.dokan-single-seller .store-wrapper:hover {
	border-color: var(--agh-line-glow);
	transform: translateY(-4px);
	box-shadow: 0 26px 60px -28px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(122, 145, 118, 0.18);
}

/* Banner — full-bleed photo with sage→deep gradient overlay */
body.agh-os .agh-os-stores-wrap .store-header {
	position: relative;
	background: var(--agh-bg-deep);
}
body.agh-os .agh-os-stores-wrap .store-banner {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 8;
	overflow: hidden;
}
body.agh-os .agh-os-stores-wrap .store-banner a {
	display: block;
	width: 100%;
	height: 100%;
}
body.agh-os .agh-os-stores-wrap .store-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 1200ms var(--agh-ease), filter 600ms var(--agh-ease);
	filter: saturate(105%);
}
body.agh-os .agh-os-stores-wrap li.dokan-single-seller .store-wrapper:hover .store-banner img {
	transform: scale(1.04);
}
body.agh-os .agh-os-stores-wrap .store-banner::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(11, 15, 14, 0) 35%, rgba(11, 15, 14, 0.65) 80%, rgba(19, 25, 24, 0.92) 100%),
		linear-gradient(135deg, rgba(122, 145, 118, 0.08), rgba(11, 15, 14, 0) 55%);
	pointer-events: none;
}

/* Featured + Open/Closed pills float over the banner */
body.agh-os .agh-os-stores-wrap .featured-favourite {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 3;
	display: flex; gap: 8px;
	margin: 0 !important;
}
body.agh-os .agh-os-stores-wrap .featured-label {
	display: inline-flex; align-items: center;
	padding: 6px 12px;
	background: linear-gradient(135deg, var(--agh-amber), #b8924a);
	color: #1A211F;
	border-radius: 999px;
	font-family: var(--agh-font-mono);
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
body.agh-os .agh-os-stores-wrap .dokan-store-is-open-close-status {
	position: absolute;
	top: 16px; right: 16px;
	z-index: 3;
	padding: 6px 12px;
	border-radius: 999px;
	font-family: var(--agh-font-mono);
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	backdrop-filter: blur(10px);
}
body.agh-os .agh-os-stores-wrap .dokan-store-is-open-status {
	background: rgba(122, 145, 118, 0.25);
	color: #DDEAD9;
	border: 1px solid rgba(122, 145, 118, 0.45);
}
body.agh-os .agh-os-stores-wrap .dokan-store-is-closed-status {
	background: rgba(201, 117, 89, 0.22);
	color: #F4D6CB;
	border: 1px solid rgba(201, 117, 89, 0.4);
}

/* Body */
body.agh-os .agh-os-stores-wrap .store-content {
	flex: 1 1 auto;
	padding: clamp(20px, 2.2vw, 28px) clamp(22px, 2.4vw, 30px) 8px;
}
body.agh-os .agh-os-stores-wrap .store-data-container { margin: 0; }
body.agh-os .agh-os-stores-wrap .store-data { margin: 0; }
body.agh-os .agh-os-stores-wrap .store-data h2 {
	margin: 0 0 10px !important;
	font-family: var(--agh-font-display) !important;
	font-weight: 500 !important;
	font-size: clamp(22px, 1.9vw, 28px) !important;
	line-height: 1.15 !important;
	letter-spacing: -0.022em !important;
	color: var(--agh-ink) !important;
}
body.agh-os .agh-os-stores-wrap .store-data h2 a {
	color: var(--agh-ink) !important;
	text-decoration: none !important;
	background: none !important;
	transition: color 220ms var(--agh-ease);
}
body.agh-os .agh-os-stores-wrap li.dokan-single-seller .store-wrapper:hover .store-data h2 a {
	color: var(--agh-green) !important;
}
body.agh-os .agh-os-stores-wrap .dokan-seller-rating {
	display: flex; align-items: center; gap: 6px;
	margin: 0 0 10px !important;
	font-size: 13px;
}
body.agh-os .agh-os-stores-wrap .dokan-seller-rating i,
body.agh-os .agh-os-stores-wrap .dokan-seller-rating .fa,
body.agh-os .agh-os-stores-wrap .dokan-seller-rating .fas { color: var(--agh-amber); }
body.agh-os .agh-os-stores-wrap .dokan-seller-rating .rating { color: var(--agh-ink-mute); font-family: var(--agh-font-mono); font-size: 11.5px; letter-spacing: 0.06em; margin: 0 0 0 4px; }
body.agh-os .agh-os-stores-wrap .store-data .store-address,
body.agh-os .agh-os-stores-wrap .store-data .store-phone,
body.agh-os .agh-os-stores-wrap .store-data .store-email {
	margin: 0 0 6px !important;
	font-family: var(--agh-font-mono);
	font-size: 11.5px;
	line-height: 1.55;
	letter-spacing: 0.04em;
	color: var(--agh-ink-mute);
}
body.agh-os .agh-os-stores-wrap .store-data .store-address::before {
	content: "\2691  ";
	color: var(--agh-green);
	margin-right: 6px;
}
body.agh-os .agh-os-stores-wrap .store-data .store-phone i { color: var(--agh-green); margin-right: 4px; }
body.agh-os .agh-os-stores-wrap .store-data .store-address span,
body.agh-os .agh-os-stores-wrap .store-data .store-address span.city,
body.agh-os .agh-os-stores-wrap .store-data .store-address span.state,
body.agh-os .agh-os-stores-wrap .store-data .store-address span.country,
body.agh-os .agh-os-stores-wrap .store-data .store-address span.street_1 { display: inline; }
body.agh-os .agh-os-stores-wrap .store-data .store-address br { display: none; }

/* Injected meta pills (verified + product count) */
body.agh-os .agh-os-stores-wrap .agh-os-storecard-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0 0;
	padding-top: 16px;
	border-top: 1px dashed var(--agh-line);
}
body.agh-os .agh-os-stores-wrap .agh-os-storecard-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 11px;
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	font-family: var(--agh-font-mono);
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--agh-ink-soft);
}
body.agh-os .agh-os-stores-wrap .agh-os-storecard-pill strong {
	color: var(--agh-ink);
	font-family: var(--agh-font-display);
	font-weight: 500;
	letter-spacing: -0.01em;
	font-size: 13px;
}
body.agh-os .agh-os-stores-wrap .agh-os-storecard-pill--verified {
	background: rgba(122, 145, 118, 0.12);
	border-color: rgba(122, 145, 118, 0.35);
	color: #C6D5C2;
}
body.agh-os .agh-os-stores-wrap .agh-os-storecard-pill--verified .dot {
	width: 6px; height: 6px;
	background: var(--agh-green);
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(122, 145, 118, 0.6);
}

/* Footer — avatar lifts above body baseline */
body.agh-os .agh-os-stores-wrap .store-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px clamp(22px, 2.4vw, 30px) clamp(20px, 2.2vw, 26px);
	gap: 14px;
	border-top: 1px solid var(--agh-line);
	margin-top: 6px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(122, 145, 118, 0.04) 100%);
}
body.agh-os .agh-os-stores-wrap .seller-avatar {
	flex: 0 0 auto;
	margin: 0;
}
body.agh-os .agh-os-stores-wrap .seller-avatar a {
	display: block;
	width: 44px; height: 44px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid var(--agh-bg-raised);
	box-shadow: 0 0 0 1px var(--agh-line), 0 6px 14px -6px rgba(0, 0, 0, 0.5);
	background: var(--agh-bg-elev);
}
body.agh-os .agh-os-stores-wrap .seller-avatar img {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 50%;
}

/* Hide Dokan's default round-arrow icon — we render a real CTA via action hook */
body.agh-os .agh-os-stores-wrap .store-footer > a > .dashicons.dashicons-arrow-right-alt2,
body.agh-os .agh-os-stores-wrap .store-footer .dokan-btn-round { display: none; }
body.agh-os .agh-os-stores-wrap .store-footer > a:has(> .dashicons.dashicons-arrow-right-alt2) { display: none; }

/* Visit-store CTA (rendered by agh PHP hook) */
body.agh-os .agh-os-stores-wrap .agh-os-storecard-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	background: linear-gradient(135deg, #97AE93 0%, #7A9176 45%, #5A735C 100%);
	color: var(--agh-cream);
	border: 1px solid rgba(122,145,118,0.5);
	border-radius: 999px;
	font-family: var(--agh-font-body);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 0.01em;
	box-shadow: 0 12px 26px -16px rgba(90,115,92,0.5);
	transition: background 220ms var(--agh-ease), color 220ms var(--agh-ease), transform 220ms var(--agh-ease), box-shadow 220ms var(--agh-ease);
}
body.agh-os .agh-os-stores-wrap .agh-os-storecard-cta:hover {
	color: var(--agh-cream);
	transform: translateY(-2px);
	box-shadow: 0 18px 36px -16px rgba(90,115,92,0.65);
}
body.agh-os .agh-os-stores-wrap .agh-os-storecard-cta span { transition: transform 220ms var(--agh-ease); }
body.agh-os .agh-os-stores-wrap .agh-os-storecard-cta:hover span { transform: translateX(3px); }

/* ---------- Pagination ---------- */
body.agh-os .agh-os-stores-wrap .pagination-container {
	margin-top: clamp(36px, 4vw, 56px);
}
body.agh-os .agh-os-stores-wrap .pagination-container ul.pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	list-style: none;
	margin: 0; padding: 0;
}
body.agh-os .agh-os-stores-wrap .pagination-container ul.pagination li a,
body.agh-os .agh-os-stores-wrap .pagination-container ul.pagination li span {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 40px;
	padding: 10px 14px;
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	color: var(--agh-ink-soft);
	font-family: var(--agh-font-body);
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	transition: background 220ms var(--agh-ease), color 220ms var(--agh-ease), border-color 220ms var(--agh-ease);
}
body.agh-os .agh-os-stores-wrap .pagination-container ul.pagination li a:hover { background: var(--agh-bg-glass-2); color: var(--agh-ink); border-color: var(--agh-line-glow); }
body.agh-os .agh-os-stores-wrap .pagination-container ul.pagination li span.current,
body.agh-os .agh-os-stores-wrap .pagination-container ul.pagination li.active a,
body.agh-os .agh-os-stores-wrap .pagination-container ul.pagination li.active span {
	background: var(--agh-green);
	border-color: var(--agh-green);
	color: var(--agh-bg-deep);
}

/* ---------- Empty state ---------- */
body.agh-os .agh-os-stores-wrap .dokan-info,
body.agh-os .agh-os-stores-wrap .dokan-error,
body.agh-os .agh-os-stores-wrap .dokan-no-store-found {
	padding: clamp(44px, 5vw, 72px);
	text-align: center;
	background: var(--agh-bg-raised);
	border: 1px dashed var(--agh-line);
	border-radius: var(--agh-r-lg);
	color: var(--agh-ink-soft);
	font-size: 15px;
}

/* ---------- Stats strip (numbers band) ---------- */
body.agh-os .agh-os-stores-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin-bottom: clamp(32px, 3.6vw, 48px);
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-xl);
	overflow: hidden;
}
body.agh-os .agh-os-stores-stat {
	padding: clamp(22px, 2.4vw, 32px) clamp(20px, 2.2vw, 28px);
	border-right: 1px solid var(--agh-line);
	display: flex;
	flex-direction: column;
	gap: 6px;
}
body.agh-os .agh-os-stores-stat:last-child { border-right: none; }
body.agh-os .agh-os-stores-stat .num {
	font-family: var(--agh-font-display);
	font-weight: 500;
	font-size: clamp(28px, 3.4vw, 44px);
	line-height: 1;
	letter-spacing: -0.026em;
	background: linear-gradient(135deg, var(--agh-green) 0%, var(--agh-cyan) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
body.agh-os .agh-os-stores-stat .label {
	font-family: var(--agh-font-mono);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--agh-ink-mute);
}
@media (max-width: 860px) {
	body.agh-os .agh-os-stores-stats { grid-template-columns: repeat(2, 1fr); }
	body.agh-os .agh-os-stores-stat:nth-child(2) { border-right: none; }
	body.agh-os .agh-os-stores-stat:nth-child(1),
	body.agh-os .agh-os-stores-stat:nth-child(2) { border-bottom: 1px solid var(--agh-line); }
}
@media (max-width: 480px) {
	body.agh-os .agh-os-stores-stats { grid-template-columns: 1fr; }
	body.agh-os .agh-os-stores-stat { border-right: none; border-bottom: 1px solid var(--agh-line); }
	body.agh-os .agh-os-stores-stat:last-child { border-bottom: none; }
}

/* =================================================================
   STORE LISTING — cream-surface overrides (when section has --cream)
   Lifts the page out of all-black. Banners stay dark (they're photos)
   but cards, toolbar, stats, filter form, pagination flip to cream.
   ================================================================= */
body.agh-os .agh-os-section--cream.agh-os-stores-wrap {
	color: var(--agh-on-cream);
}

/* Toolbar */
body.agh-os .agh-os-section--cream.agh-os-stores-wrap #dokan-store-listing-filter-wrap {
	background: var(--agh-cream-soft);
	border-color: var(--agh-on-cream-line);
	box-shadow: 0 1px 0 rgba(26, 33, 31, 0.04);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap #dokan-store-listing-filter-wrap .store-count {
	color: var(--agh-on-cream-soft);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap #dokan-store-listing-filter-wrap .store-count::before {
	background: var(--agh-green-2);
	box-shadow: 0 0 10px rgba(90, 115, 92, 0.45);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap #dokan-store-listing-filter-wrap .dokan-store-list-filter-button {
	background: var(--agh-cream);
	border-color: var(--agh-on-cream-line);
	color: var(--agh-on-cream-soft);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap #dokan-store-listing-filter-wrap .dokan-store-list-filter-button:hover {
	background: var(--agh-cream-deep);
	border-color: var(--agh-green-2);
	color: var(--agh-on-cream);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap #dokan-store-listing-filter-wrap .sort-by label {
	color: var(--agh-on-cream-mute);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap #dokan-store-listing-filter-wrap select#stores_orderby {
	background-color: var(--agh-cream);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%231A211F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
	border-color: var(--agh-on-cream-line);
	color: var(--agh-on-cream);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap #dokan-store-listing-filter-wrap select#stores_orderby:hover { border-color: var(--agh-green-2); }
body.agh-os .agh-os-section--cream.agh-os-stores-wrap #dokan-store-listing-filter-wrap select#stores_orderby:focus {
	border-color: var(--agh-green-2);
	box-shadow: 0 0 0 4px rgba(122, 145, 118, 0.22);
}

/* Filter form */
body.agh-os .agh-os-section--cream.agh-os-stores-wrap #dokan-store-listing-filter-form-wrap {
	background: var(--agh-cream-soft);
	border-color: var(--agh-on-cream-line);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap #dokan-store-listing-filter-form-wrap input.store-search-input {
	background: var(--agh-cream);
	border-color: var(--agh-on-cream-line);
	color: var(--agh-on-cream);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap #dokan-store-listing-filter-form-wrap input.store-search-input::placeholder { color: var(--agh-on-cream-mute); }
body.agh-os .agh-os-section--cream.agh-os-stores-wrap #dokan-store-listing-filter-form-wrap input.store-search-input:focus {
	border-color: var(--agh-green-2);
	box-shadow: 0 0 0 4px rgba(122, 145, 118, 0.22);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap #cancel-filter-btn {
	background: var(--agh-cream);
	border-color: var(--agh-on-cream-line);
	color: var(--agh-on-cream-soft);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap #cancel-filter-btn:hover {
	background: var(--agh-cream-deep);
	border-color: var(--agh-green-2);
	color: var(--agh-on-cream);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap #apply-filter-btn {
	background: var(--agh-on-cream);
	border-color: var(--agh-on-cream);
	color: var(--agh-cream-soft);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap #apply-filter-btn:hover {
	background: var(--agh-green-2);
	border-color: var(--agh-green-2);
}

/* Stats strip */
body.agh-os .agh-os-section--cream .agh-os-stores-stats {
	background: var(--agh-cream-soft);
	border-color: var(--agh-on-cream-line);
}
body.agh-os .agh-os-section--cream .agh-os-stores-stat {
	border-right-color: var(--agh-on-cream-line);
}
body.agh-os .agh-os-section--cream .agh-os-stores-stat .num {
	background: linear-gradient(135deg, var(--agh-green-2) 0%, var(--agh-green) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
body.agh-os .agh-os-section--cream .agh-os-stores-stat .label {
	color: var(--agh-on-cream-mute);
}
@media (max-width: 860px) {
	body.agh-os .agh-os-section--cream .agh-os-stores-stat:nth-child(1),
	body.agh-os .agh-os-section--cream .agh-os-stores-stat:nth-child(2) { border-bottom-color: var(--agh-on-cream-line); }
}
@media (max-width: 480px) {
	body.agh-os .agh-os-section--cream .agh-os-stores-stat { border-bottom-color: var(--agh-on-cream-line); }
}

/* Cards — light surface with subtle shadow + sage line */
body.agh-os .agh-os-section--cream.agh-os-stores-wrap li.dokan-single-seller .store-wrapper {
	background: var(--agh-cream-soft);
	border-color: var(--agh-on-cream-line);
	box-shadow: 0 14px 32px -22px rgba(26, 33, 31, 0.18), 0 0 0 1px rgba(26, 33, 31, 0.02);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap li.dokan-single-seller .store-wrapper:hover {
	border-color: rgba(122, 145, 118, 0.4);
	box-shadow: 0 26px 60px -28px rgba(26, 33, 31, 0.28), 0 0 0 1px rgba(122, 145, 118, 0.25);
}

/* Banner overlay tweaked so it fades into cream card body instead of dark */
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .store-banner::after {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(26, 33, 31, 0.35) 85%, rgba(26, 33, 31, 0.55) 100%),
		linear-gradient(135deg, rgba(122, 145, 118, 0.06), rgba(0, 0, 0, 0) 55%);
}

/* Store data */
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .store-data h2,
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .store-data h2 a {
	color: var(--agh-on-cream) !important;
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap li.dokan-single-seller .store-wrapper:hover .store-data h2 a {
	color: var(--agh-green-2) !important;
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .store-data .store-address,
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .store-data .store-phone,
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .store-data .store-email {
	color: var(--agh-on-cream-mute);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .store-data .store-address::before { color: var(--agh-green-2); }
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .store-data .store-phone i { color: var(--agh-green-2); }
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .dokan-seller-rating .rating { color: var(--agh-on-cream-mute); }

/* Meta pills */
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .agh-os-storecard-meta {
	border-top-color: var(--agh-on-cream-line);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .agh-os-storecard-pill {
	background: var(--agh-cream);
	border-color: var(--agh-on-cream-line);
	color: var(--agh-on-cream-soft);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .agh-os-storecard-pill strong { color: var(--agh-on-cream); }
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .agh-os-storecard-pill--verified {
	background: rgba(122, 145, 118, 0.18);
	border-color: rgba(122, 145, 118, 0.4);
	color: #2D4A30;
}

/* Card footer */
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .store-footer {
	border-top-color: var(--agh-on-cream-line);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(122, 145, 118, 0.06) 100%);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .seller-avatar a {
	border-color: var(--agh-cream-soft);
	box-shadow: 0 0 0 1px var(--agh-on-cream-line), 0 6px 14px -6px rgba(26, 33, 31, 0.16);
	background: var(--agh-cream);
}

/* Visit-store CTA on cream — dark pill, sage on hover (consistent with cream-variant buttons) */
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .agh-os-storecard-cta {
	background: var(--agh-on-cream);
	color: var(--agh-cream-soft);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .agh-os-storecard-cta:hover {
	background: var(--agh-green-2);
	color: var(--agh-cream-soft);
}

/* Pagination */
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .pagination-container ul.pagination li a,
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .pagination-container ul.pagination li span {
	background: var(--agh-cream-soft);
	border-color: var(--agh-on-cream-line);
	color: var(--agh-on-cream-soft);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .pagination-container ul.pagination li a:hover {
	background: var(--agh-cream-deep);
	color: var(--agh-on-cream);
	border-color: var(--agh-green-2);
}
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .pagination-container ul.pagination li span.current,
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .pagination-container ul.pagination li.active a,
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .pagination-container ul.pagination li.active span {
	background: var(--agh-green-2);
	border-color: var(--agh-green-2);
	color: var(--agh-cream-soft);
}

/* Empty state */
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .dokan-info,
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .dokan-error,
body.agh-os .agh-os-section--cream.agh-os-stores-wrap .dokan-no-store-found {
	background: var(--agh-cream-soft);
	border-color: var(--agh-on-cream-line);
	color: var(--agh-on-cream-soft);
}

/* -------------------------------------------------------------
   23. REGISTER PAGE / LOGIN
   ------------------------------------------------------------- */
body.agh-os .agh-register-wrap,
body.agh-os .agh-login-wrap {
	max-width: 540px;
	margin: clamp(60px, 8vw, 120px) auto;
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-xl);
	padding: clamp(32px, 4vw, 56px);
}
body.agh-os .agh-register-tabs { display: flex; gap: 8px; padding: 4px; background: var(--agh-bg-glass); border-radius: 999px; margin-bottom: 28px; }
body.agh-os .agh-register-tabs button {
	flex: 1;
	background: transparent;
	border: none;
	color: var(--agh-ink-mute);
	padding: 10px 16px;
	font-family: var(--agh-font-body);
	font-size: 14px;
	font-weight: 500;
	border-radius: 999px;
	cursor: pointer;
	transition: background 240ms var(--agh-ease), color 240ms var(--agh-ease);
}
body.agh-os .agh-register-tabs button.is-active { background: var(--agh-bg-elev); color: var(--agh-ink); }

/* Legacy [agh_register_form] shortcode — restyled for agh-os.
   The shortcode markup uses .agh-reg-* / .agh-btn-* / .agh-arrow classes. */
body.agh-os .agh-reg {
	max-width: var(--agh-container);
	margin: clamp(60px, 8vw, 120px) auto;
	padding-inline: clamp(20px, 4vw, 56px);
	display: grid;
	gap: clamp(40px, 5vw, 64px);
}
body.agh-os .agh-reg-roles {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(14px, 1.6vw, 22px);
}
body.agh-os .agh-reg-role {
	display: grid;
	gap: 12px;
	padding: clamp(22px, 2.4vw, 32px);
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
	text-decoration: none !important;
	color: var(--agh-ink);
	transition: border-color 280ms var(--agh-ease), transform 320ms var(--agh-ease), background 280ms var(--agh-ease);
	position: relative;
	overflow: hidden;
}
body.agh-os .agh-reg-role:hover { border-color: var(--agh-line-glow); transform: translateY(-2px); background: var(--agh-bg-elev); }
body.agh-os .agh-reg-role.is-active {
	border-color: var(--agh-green);
	background: var(--agh-bg-elev);
	box-shadow: 0 24px 60px -32px rgba(122,145,118,0.50);
}
body.agh-os .agh-reg-role.is-active::after {
	content: '';
	position: absolute; top: 14px; right: 14px;
	width: 10px; height: 10px;
	border-radius: 50%;
	background: var(--agh-green);
	box-shadow: 0 0 14px var(--agh-green);
}
body.agh-os .agh-reg-role .ic {
	width: 42px; height: 42px;
	display: grid; place-items: center;
	background: rgba(122,145,118,0.16);
	border: 1px solid var(--agh-line-glow);
	border-radius: 12px;
	font-size: 22px;
	line-height: 1;
}
body.agh-os .agh-reg-role .lbl {
	font-family: var(--agh-font-display);
	font-weight: 500;
	font-size: clamp(18px, 1.8vw, 22px);
	letter-spacing: -0.02em;
	color: var(--agh-ink);
	line-height: 1.15;
}
body.agh-os .agh-reg-role .desc { font-size: 14px; color: var(--agh-ink-soft); line-height: 1.5; }

body.agh-os .agh-reg-body {
	display: grid;
	grid-template-columns: 1.6fr 1fr;
	gap: clamp(28px, 4vw, 56px);
	align-items: start;
}
body.agh-os .agh-reg-form {
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-xl);
	padding: clamp(28px, 3.5vw, 48px);
	display: grid; gap: 18px;
}
body.agh-os .agh-reg-form-h {
	font-family: var(--agh-font-display);
	font-weight: 500;
	font-size: clamp(24px, 2.6vw, 32px);
	letter-spacing: -0.022em;
	color: var(--agh-ink);
	margin: 0;
	line-height: 1.1;
}
body.agh-os .agh-reg-form-sub { color: var(--agh-ink-soft); font-size: 15px; margin: 0; }
body.agh-os .agh-reg-alert {
	display: flex; gap: 10px; align-items: center;
	padding: 12px 16px;
	background: rgba(201,117,89,0.08);
	border: 1px solid rgba(201,117,89,0.22);
	border-radius: 12px;
	color: var(--agh-coral);
	font-size: 14px;
}
body.agh-os .agh-reg-alert .ic {
	width: 22px; height: 22px;
	display: grid; place-items: center;
	background: rgba(201,117,89,0.18);
	border-radius: 50%;
	font-weight: 600;
	font-size: 13px;
	color: var(--agh-coral);
	flex-shrink: 0;
}
body.agh-os .agh-reg-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
body.agh-os .agh-reg-field {
	display: grid; gap: 6px;
}
body.agh-os .agh-reg-field-full { grid-column: span 2; }
body.agh-os .agh-reg-field .lbl {
	font-family: var(--agh-font-body);
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--agh-ink-mute);
	font-weight: 500;
}
body.agh-os .agh-reg-field .req { color: var(--agh-green); margin-left: 2px; }
body.agh-os .agh-reg-field input,
body.agh-os .agh-reg-field select,
body.agh-os .agh-reg-field textarea {
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: 12px;
	padding: 12px 14px;
	color: var(--agh-ink);
	font-family: var(--agh-font-body);
	font-size: 15px;
	transition: border-color 280ms var(--agh-ease), background 280ms var(--agh-ease), box-shadow 280ms var(--agh-ease);
}
body.agh-os .agh-reg-field input::placeholder { color: var(--agh-ink-faint); }
body.agh-os .agh-reg-field input:focus,
body.agh-os .agh-reg-field select:focus,
body.agh-os .agh-reg-field textarea:focus {
	outline: none;
	border-color: var(--agh-green);
	background: var(--agh-bg-glass-2);
	box-shadow: 0 0 0 4px rgba(122,145,118,0.10);
}
body.agh-os .agh-reg-field .help { font-size: 12px; color: var(--agh-ink-mute); }

body.agh-os .agh-reg-terms {
	display: flex; gap: 10px; align-items: center;
	color: var(--agh-ink-soft);
	font-size: 14px;
	margin-top: 4px;
}
body.agh-os .agh-reg-terms input { accent-color: var(--agh-green); }

body.agh-os .agh-reg-submit,
body.agh-os .agh-btn-primary,
body.agh-os .agh-btn.agh-btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 26px;
	background: linear-gradient(135deg, #97AE93 0%, #7A9176 45%, #5A735C 100%);
	color: var(--agh-cream) !important;
	font-family: var(--agh-font-body);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.005em;
	border-radius: 999px;
	border: 1px solid rgba(122,145,118,0.55);
	cursor: pointer;
	box-shadow: 0 16px 34px -16px rgba(90,115,92,0.55), inset 0 1px 0 rgba(245,243,238,0.16);
	transition: background 240ms var(--agh-ease), transform 240ms var(--agh-ease), box-shadow 240ms var(--agh-ease);
	text-decoration: none !important;
	justify-self: flex-start;
	margin-top: 4px;
	line-height: 1;
}
body.agh-os .agh-reg-submit:hover,
body.agh-os .agh-btn-primary:hover {
	color: var(--agh-cream) !important;
	transform: translateY(-2px);
	box-shadow: 0 22px 44px -16px rgba(90,115,92,0.7), inset 0 1px 0 rgba(245,243,238,0.24);
}
body.agh-os .agh-btn-ghost,
body.agh-os .agh-btn.agh-btn-ghost {
	display: inline-flex;
	align-items: center; gap: 8px;
	padding: 12px 20px;
	background: transparent;
	color: var(--agh-ink) !important;
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	font-family: var(--agh-font-body); font-size: 14px; font-weight: 500;
	text-decoration: none !important;
	transition: background 240ms var(--agh-ease), border-color 240ms var(--agh-ease);
}
body.agh-os .agh-btn-ghost:hover { background: var(--agh-bg-glass-2); border-color: var(--agh-line-glow); }
body.agh-os .agh-arrow { display: inline-block; transition: transform 240ms var(--agh-ease); }
body.agh-os .agh-reg-submit:hover .agh-arrow,
body.agh-os .agh-btn-primary:hover .agh-arrow { transform: translateX(4px); }

body.agh-os .agh-reg-signin { font-size: 14px; color: var(--agh-ink-mute); margin: 0; }
body.agh-os .agh-reg-signin a { color: var(--agh-green); text-decoration: none; }
body.agh-os .agh-reg-signin a:hover { color: var(--agh-ink); }

body.agh-os .agh-reg-side {
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-xl);
	padding: clamp(28px, 3vw, 40px);
	display: grid; gap: 18px;
	position: sticky; top: 110px;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}
body.agh-os .agh-reg-side-icon {
	width: 44px; height: 44px;
	display: grid; place-items: center;
	background: rgba(122,145,118,0.16);
	border: 1px solid var(--agh-line-glow);
	border-radius: 12px;
	font-size: 22px;
	line-height: 1;
}
body.agh-os .agh-reg-side h3 {
	font-family: var(--agh-font-display);
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.018em;
	color: var(--agh-ink);
	margin: 0;
	line-height: 1.2;
}
body.agh-os .agh-reg-benefits { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
body.agh-os .agh-reg-benefits li {
	display: grid; grid-template-columns: 18px 1fr; gap: 10px;
	font-size: 14px; color: var(--agh-ink-soft); line-height: 1.45;
}
body.agh-os .agh-reg-benefits .tick {
	color: var(--agh-green); font-weight: 600;
}
body.agh-os .agh-reg-trust {
	display: grid; gap: 10px;
	margin-top: 12px;
	padding-top: 18px;
	border-top: 1px solid var(--agh-line);
}
body.agh-os .agh-reg-trust-row {
	display: flex; gap: 8px; align-items: center;
	font-size: 12.5px; color: var(--agh-ink-mute);
}
body.agh-os .agh-reg-trust-row .ic { font-size: 14px; }

body.agh-os .agh-reg-loggedin {
	max-width: 540px;
	margin: clamp(80px, 12vw, 160px) auto;
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-xl);
	padding: clamp(32px, 4vw, 48px);
	text-align: center;
}
body.agh-os .agh-reg-loggedin .ic {
	width: 56px; height: 56px;
	margin: 0 auto 18px;
	display: grid; place-items: center;
	background: rgba(122,145,118,0.16);
	border: 1px solid var(--agh-line-glow);
	border-radius: 50%;
	color: var(--agh-green);
	font-size: 24px;
}
body.agh-os .agh-reg-loggedin h3 {
	font-family: var(--agh-font-display);
	font-size: clamp(22px, 2.4vw, 28px);
	color: var(--agh-ink);
	margin: 0 0 16px;
	letter-spacing: -0.02em;
}
body.agh-os .agh-reg-loggedin p { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* -------------------------------------------------------------
   24. MOTION HELPERS — pre-hide reveal targets
   ------------------------------------------------------------- */
html.agh-os-motion-prep .agh-os-reveal { opacity: 0; transform: translateY(24px); }
html.agh-os-motion-prep .agh-os-hero-copy > *,
html.agh-os-motion-prep .agh-os-hero-stage > *,
html.agh-os-motion-prep .agh-os-hero-kicker { opacity: 0; transform: translateY(20px); }

@media (prefers-reduced-motion: reduce) {
	html.agh-os-motion-prep .agh-os-reveal,
	html.agh-os-motion-prep .agh-os-hero-copy > *,
	html.agh-os-motion-prep .agh-os-hero-stage > *,
	html.agh-os-motion-prep .agh-os-hero-kicker { opacity: 1; transform: none; }
}

/* -------------------------------------------------------------
   25. RESPONSIVE LADDER — 4 tiers
   1200 (narrow desktop) · 992 (tablet landscape)
   768 (tablet portrait) · 479 (mobile)
   ------------------------------------------------------------- */
@media (min-width: 992px) {
	.agh-os-header-nav { display: inline-flex; }
}

@media (max-width: 1200px) {
	.agh-os-analytics-board { grid-template-columns: repeat(4, 1fr); }
	.agh-os-analytics-board > .span-3 { grid-column: span 2; }
	.agh-os-analytics-board > .span-4 { grid-column: span 4; }
	.agh-os-analytics-board > .span-6 { grid-column: span 4; }
	.agh-os-analytics-board > .span-2 { grid-column: span 2; }
	.agh-os-board-toolbar { grid-column: span 4; }
	.agh-os-platform-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991px) {
	.agh-os-problem .agh-os-container,
	.agh-os-solution .agh-os-container,
	.agh-os-analytics .agh-os-container,
	.agh-os-ai .agh-os-container { grid-template-columns: 1fr; }
	.agh-os-pillars-head,
	.agh-os-market-head { grid-template-columns: 1fr; gap: 24px; align-items: start; }
	.agh-os-pillars-grid { grid-template-columns: repeat(2, 1fr); }
	.agh-os-market-grid { grid-template-columns: 1fr 1fr; }
	.agh-os-market-card.featured { grid-row: span 1; min-height: 420px; }
	.agh-os-quotes-grid { grid-template-columns: 1fr; }
	.agh-os-values-grid { grid-template-columns: repeat(2, 1fr); }
	/* Footer at ≤991: brand stacks full-width on top, nav 3-col below */
	.agh-os-footer-inner { grid-template-columns: 1fr; gap: clamp(36px, 5vw, 56px); }
	.agh-os-footer-brand { max-width: 720px; padding-bottom: clamp(28px, 4vw, 40px); border-bottom: 1px solid var(--agh-line); }
	.agh-os-footer-cta { grid-template-columns: 1fr; gap: 24px; }
	.agh-os-footer-cta-btn { justify-self: start; }
	.agh-os-header-toggle { display: inline-flex; }
	.agh-os-header-cta { padding: 9px 16px; font-size: 13px; }
	.agh-nav-overlay-menu { grid-template-columns: repeat(2, 1fr); gap: 36px; }
	.agh-nav-overlay-foot { grid-template-columns: 1fr; gap: 16px; }
	.agh-nav-overlay-foot .agh-nav-tagline { justify-self: start; }
	.agh-nav-overlay-foot .agh-nav-contact { justify-self: start; }
	.agh-os-split,
	.agh-os-split--reverse { grid-template-columns: 1fr; min-height: 0; }
	.agh-os-split-img { min-height: 380px; }
	.agh-os-show { grid-template-columns: 1fr; min-height: 0; }
	.agh-os-show-side { grid-template-rows: auto auto; }
	.agh-os-monitor { grid-template-columns: 1fr; gap: 24px; }
	.agh-os-monitor-cell { border-right: none; border-bottom: 1px solid var(--agh-line); padding-right: 0; padding-bottom: 24px; }
	.agh-os-monitor-cell:last-child { border-bottom: none; padding-bottom: 0; }
	.agh-os-platform-grid { grid-template-columns: repeat(2, 1fr); }
	.agh-os-platform-head { grid-template-columns: 1fr; gap: 18px; align-items: start; }
	body.agh-os .agh-adv-featured-link { grid-template-columns: 1fr; }
	body.agh-os .agh-adv-featured-img { min-height: 280px; }
	body.agh-os .agh-article-grid { grid-template-columns: repeat(2, 1fr); }
	body.agh-os .agh-os-stores-wrap .seller-listing,
	body.agh-os .agh-os-stores-wrap ul.dokan-seller-wrap { grid-template-columns: repeat(2, 1fr); }
	body.agh-os .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
	body.agh-os .agh-os-dashboard-wrap .dokan-dashboard-wrap { grid-template-columns: 1fr; }
	body.agh-os .agh-os-account-wrap .u-columns,
	body.agh-os .agh-os-account-wrap .u-columns.col2-set { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
	body.agh-os { font-size: 17px; }
	.agh-os-pillars-grid { grid-template-columns: 1fr; }
	.agh-os-market-grid { grid-template-columns: 1fr; }
	.agh-os-values-grid { grid-template-columns: 1fr; }
	.agh-os-footer-nav { grid-template-columns: repeat(2, 1fr); }
	.agh-os-footer-foot { grid-template-columns: 1fr; gap: 18px; }
	.agh-os-footer-foot-zone--left,
	.agh-os-footer-foot-zone--center,
	.agh-os-footer-foot-zone--right { justify-self: start; }
	.agh-os-hero-meta { gap: 20px; flex-wrap: wrap; }
	.agh-os-form .row.cols-2 { grid-template-columns: 1fr; }
	.agh-os-stage { min-height: 80vh; }
	.agh-os-stage-inner { padding-block: clamp(72px, 12vh, 96px); }
	.agh-os-bigquote blockquote { font-size: clamp(26px, 6vw, 36px); }
	/* Stage--tall = hero-strength sections — keep them feeling fullscreen on mobile */
	.agh-os-stage--tall { min-height: 92vh; }
	/* Tighten hero on mobile — fit content without crushing */
	.agh-os-hero-inner { padding-block: clamp(120px, 16vh, 160px) clamp(56px, 10vh, 96px); }
	.agh-os-hero-copy { gap: 18px; }
	.agh-os-hero-copy .agh-os-lead { font-size: 16px; }
	/* Section padding more generous than container's clamp-min when stacked */
	.agh-os-section { padding-block: clamp(72px, 14vw, 96px); }
	/* Split copy on mobile — restore some padding (was clamp(48px, 8vw, ...) which hits 48px floor) */
	.agh-os-split-copy { padding: clamp(40px, 9vw, 56px) clamp(24px, 6vw, 40px); }
	/* Big quote on mobile — keep it cinematic but readable */
	.agh-os-bigquote { gap: 24px; }
	/* Show layout on mobile — featured card hero-strength */
	.agh-os-show-feature { min-height: 360px; }
	/* Trim hero scroll cue — too cluttered on small screens */
	.agh-os-hero-scroll { display: none; }
	.agh-os-platform-card { min-height: 180px; }
	body.agh-os .agh-reg-roles { grid-template-columns: 1fr; }
	body.agh-os .agh-reg-body { grid-template-columns: 1fr; }
	body.agh-os .agh-reg-side { position: static; }
	body.agh-os .agh-reg-grid { grid-template-columns: 1fr; }
	body.agh-os .agh-reg-field-full { grid-column: span 1; }
	body.agh-os .agh-article-grid { grid-template-columns: 1fr; }
	body.agh-os .agh-os-stores-wrap .seller-listing,
	body.agh-os .agh-os-stores-wrap ul.dokan-seller-wrap { grid-template-columns: 1fr; }
}

@media (max-width: 479px) {
	.agh-os-footer-brand { max-width: 100%; }
	.agh-os-footer-nav { grid-template-columns: 1fr; gap: 24px; }
	.agh-os-footer-cta-headline { font-size: clamp(26px, 7vw, 34px); }
	.agh-os-hero-ctas { flex-direction: column; align-items: stretch; }
	.agh-os-hero-copy .agh-os-h1 { font-size: clamp(40px, 12vw, 56px); line-height: 1.02; }
	.agh-os-h2 { font-size: clamp(32px, 8vw, 44px); }
	.agh-os-hero-meta { gap: 14px; }
	.agh-os-hero-meta .item { min-width: 90px; }
	.agh-os-hero-ctas .agh-os-btn { justify-content: center; }
	.agh-nav-overlay-menu { grid-template-columns: 1fr; }
	.agh-os-header-cta .dot { display: none; }
	.agh-os-header-cta { padding: 8px 14px; font-size: 12.5px; }
	/* Logged-in: collapse to just avatar circle on phones */
	.agh-os-header-cta:has(.agh-os-header-cta-avatar) .agh-os-header-cta-label { display: none; }
	.agh-os-header-cta-avatar { margin-left: 0; }
	.agh-os-header-wordmark { display: none; }
}

/* =============================================================
   29. Sign-in panel — [agh_signin] (v1.4.3, 2026-05-20)
   2-pane card. Left: login form. Right: cream-toned register CTA.
   Used on the My Account page when logged out.
   ============================================================= */

body.agh-os .agh-os-signin {
	max-width: 1080px;
	margin: 0 auto;
}

body.agh-os .agh-os-signin-card {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-xl);
	overflow: hidden;
	box-shadow: 0 22px 60px rgba(0,0,0,0.42), 0 4px 14px rgba(0,0,0,0.28);
}

body.agh-os .agh-os-signin-main {
	padding: clamp(36px, 5vw, 64px);
	display: flex;
	flex-direction: column;
	gap: 28px;
}

body.agh-os .agh-os-signin-head { display: flex; flex-direction: column; gap: 10px; }

body.agh-os .agh-os-signin-eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
	color: var(--agh-ink-mute);
	width: fit-content;
}
body.agh-os .agh-os-signin-eyebrow .dot {
	width: 6px; height: 6px; border-radius: 50%;
	background: var(--agh-green); box-shadow: 0 0 10px rgba(122,145,118,0.55);
}
body.agh-os .agh-os-signin-eyebrow--cream { color: var(--agh-on-cream-mute); }
body.agh-os .agh-os-signin-eyebrow--cream .dot { background: var(--agh-green-2); box-shadow: none; }

body.agh-os .agh-os-signin-title {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 400;
	font-size: clamp(28px, 3.6vw, 40px);
	line-height: 1.08;
	letter-spacing: -0.024em;
	color: var(--agh-ink);
	margin: 0;
}

body.agh-os .agh-os-signin-sub {
	font-size: 15px; line-height: 1.55;
	color: var(--agh-ink-soft);
	margin: 0; max-width: 42ch;
}

/* ---- Form ---- */
body.agh-os .agh-os-signin-form {
	display: flex; flex-direction: column; gap: 18px;
	margin: 0;
}

body.agh-os .agh-os-signin-field { display: grid; gap: 8px; }

body.agh-os .agh-os-signin-field label,
body.agh-os .agh-os-signin-label-row label {
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
	color: var(--agh-ink-mute);
}

body.agh-os .agh-os-signin-label-row {
	display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
}
body.agh-os .agh-os-signin-forgot {
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
	color: var(--agh-green); text-decoration: none;
	transition: color 200ms ease;
}
body.agh-os .agh-os-signin-forgot:hover { color: var(--agh-ink); }

body.agh-os .agh-os-signin-field input {
	width: 100%;
	padding: 14px 16px;
	font-size: 15px; font-family: inherit; color: var(--agh-ink);
	background: rgba(245,243,238,0.04);
	border: 1px solid var(--agh-line);
	border-radius: 12px;
	transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}
body.agh-os .agh-os-signin-field input::placeholder { color: var(--agh-ink-mute); }
body.agh-os .agh-os-signin-field input:hover { background: rgba(245,243,238,0.06); }
body.agh-os .agh-os-signin-field input:focus {
	outline: none;
	border-color: var(--agh-green);
	background: rgba(122,145,118,0.06);
	box-shadow: 0 0 0 4px rgba(122,145,118,0.18);
}

body.agh-os .agh-os-signin-remember {
	display: inline-flex; align-items: center; gap: 10px;
	font-size: 14px; color: var(--agh-ink-soft);
	cursor: pointer;
	user-select: none;
}
body.agh-os .agh-os-signin-remember input {
	width: 16px; height: 16px;
	accent-color: var(--agh-green);
	cursor: pointer;
}

body.agh-os .agh-os-signin-submit {
	margin-top: 6px;
	width: 100%;
	justify-content: center;
}

/* Hide any stray WC-injected register markup that might slip past the option */
body.agh-os .agh-os-account-wrap .u-column2,
body.agh-os .agh-os-account-wrap .woocommerce-form-register { display: none !important; }
body.agh-os .agh-os-account-wrap .u-columns.col2-set,
body.agh-os .agh-os-account-wrap .u-columns { display: block !important; grid-template-columns: none !important; }
body.agh-os .agh-os-account-wrap .u-column1 { max-width: none; }

/* ---- Aside (register CTA) ---- */
body.agh-os .agh-os-signin-aside {
	background: var(--agh-cream);
	color: var(--agh-on-cream);
	position: relative;
	overflow: hidden;
}
body.agh-os .agh-os-signin-aside::before {
	content: '';
	position: absolute; inset: 0;
	background:
		radial-gradient(80% 60% at 100% 0%, rgba(122,145,118,0.10), transparent 60%),
		radial-gradient(70% 50% at 0% 100%, rgba(217,177,106,0.08), transparent 60%);
	pointer-events: none;
}
body.agh-os .agh-os-signin-aside-inner {
	position: relative; z-index: 1;
	padding: clamp(36px, 5vw, 64px);
	display: flex; flex-direction: column; gap: 22px;
	height: 100%;
}

body.agh-os .agh-os-signin-aside-title {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 400;
	font-size: clamp(24px, 2.8vw, 32px);
	line-height: 1.12;
	letter-spacing: -0.022em;
	color: var(--agh-on-cream);
	margin: 0;
}

body.agh-os .agh-os-signin-aside-sub {
	font-size: 14.5px; line-height: 1.55;
	color: var(--agh-on-cream-soft);
	margin: 0; max-width: 36ch;
}

body.agh-os .agh-os-signin-points {
	list-style: none; padding: 0; margin: 6px 0 2px;
	display: flex; flex-direction: column; gap: 10px;
}
body.agh-os .agh-os-signin-points li {
	display: flex; align-items: flex-start; gap: 12px;
	font-size: 14px; line-height: 1.45;
	color: var(--agh-on-cream-soft);
}
body.agh-os .agh-os-signin-points .ic {
	flex-shrink: 0;
	width: 20px; height: 20px;
	display: inline-grid; place-items: center;
	border-radius: 50%;
	background: var(--agh-green); color: var(--agh-cream);
	font-size: 11px; line-height: 1;
}

/* Primary CTA on cream surface — dark pill, sage hover (mirrors cream-section btn) */
body.agh-os .agh-os-signin-cta {
	margin-top: auto;
	width: fit-content;
	background: var(--agh-on-cream);
	color: var(--agh-cream);
	border-color: var(--agh-on-cream);
}
body.agh-os .agh-os-signin-cta:hover {
	background: var(--agh-green-2);
	border-color: var(--agh-green-2);
	color: var(--agh-cream);
}
body.agh-os .agh-os-signin-cta .dot { background: var(--agh-cream); }

body.agh-os .agh-os-signin-altroles {
	font-size: 13px;
	color: var(--agh-on-cream-mute);
	display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
body.agh-os .agh-os-signin-altroles a {
	color: var(--agh-on-cream);
	text-decoration: none;
	font-weight: 500;
	border-bottom: 1px solid var(--agh-on-cream-line);
	padding-bottom: 1px;
	transition: color 200ms ease, border-color 200ms ease;
}
body.agh-os .agh-os-signin-altroles a:hover { color: var(--agh-green-2); border-color: var(--agh-green-2); }

/* ---- Responsive ---- */
@media (max-width: 900px) {
	body.agh-os .agh-os-signin-card { grid-template-columns: 1fr; }
	body.agh-os .agh-os-signin-aside-inner { padding: clamp(32px, 6vw, 48px); }
	body.agh-os .agh-os-signin-cta { width: 100%; justify-content: center; }
}
@media (max-width: 540px) {
	body.agh-os .agh-os-signin-main { padding: 28px 22px; gap: 22px; }
	body.agh-os .agh-os-signin-aside-inner { padding: 28px 22px; }
}

/* =============================================================
   30. Shop archive — marketplace layout (v1.4.4, 2026-05-20)
   Styles the custom archive-product.php template + content-product.php
   + agh_shop_render_sidebar() output. All on the dark shell.
   ============================================================= */

/* ---- Body wrapper resets ---- */
body.agh-os.agh-shop .site-content,
body.agh-os.agh-shop .ast-container { background: var(--agh-bg-base); }

/* ---- Hero band ---- */
body.agh-os.agh-shop .agh-shop-hero {
	padding: clamp(64px, 9vw, 110px) 0 clamp(40px, 5vw, 64px);
	background:
		radial-gradient(70% 50% at 18% 0%, rgba(122,145,118,0.10), transparent 70%),
		radial-gradient(60% 50% at 100% 0%, rgba(215,204,188,0.06), transparent 70%),
		linear-gradient(180deg, var(--agh-bg-deep) 0%, var(--agh-bg-base) 100%);
	border-bottom: 1px solid var(--agh-line);
}
body.agh-os.agh-shop .agh-shop-hero .agh-wrap,
body.agh-os.agh-shop .agh-shop-body .agh-wrap {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 48px);
}
body.agh-os.agh-shop .agh-shop-hero .agh-eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
	color: var(--agh-ink-mute);
	margin-bottom: 18px;
}
body.agh-os.agh-shop .agh-shop-hero .agh-eyebrow::before {
	content: ''; width: 6px; height: 6px; border-radius: 50%;
	background: var(--agh-green); box-shadow: 0 0 10px rgba(122,145,118,0.55);
}
body.agh-os.agh-shop .agh-shop-hero .agh-h1 {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 400;
	font-size: clamp(36px, 5.6vw, 68px);
	line-height: 1.04;
	letter-spacing: -0.028em;
	color: var(--agh-ink);
	margin: 0 0 18px;
	max-width: 18ch;
}
body.agh-os.agh-shop .agh-shop-hero .agh-h1 em {
	font-style: normal;
	background: linear-gradient(120deg, var(--agh-green) 0%, var(--agh-cyan) 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
body.agh-os.agh-shop .agh-shop-hero .agh-lead {
	font-size: 17px; line-height: 1.55;
	color: var(--agh-ink-soft);
	margin: 0 0 32px; max-width: 60ch;
}

/* ---- Search bar ---- */
body.agh-os.agh-shop .agh-shop-search {
	display: flex; align-items: stretch; gap: 0;
	max-width: 620px;
	background: rgba(245,243,238,0.04);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	overflow: hidden;
	transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}
body.agh-os.agh-shop .agh-shop-search:focus-within {
	border-color: var(--agh-green);
	background: rgba(122,145,118,0.06);
	box-shadow: 0 0 0 4px rgba(122,145,118,0.18);
}
body.agh-os.agh-shop .agh-shop-search input[type="search"] {
	flex: 1; min-width: 0;
	background: transparent; border: 0; outline: 0;
	padding: 14px 22px;
	font-size: 15px; font-family: inherit; color: var(--agh-ink);
}
body.agh-os.agh-shop .agh-shop-search input[type="search"]::placeholder { color: var(--agh-ink-mute); }
body.agh-os.agh-shop .agh-shop-search button {
	display: inline-flex; align-items: center; gap: 8px;
	background: var(--agh-ink); color: var(--agh-bg-deep);
	border: 0; padding: 0 22px;
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
	cursor: pointer;
	transition: background 220ms ease, color 220ms ease;
}
body.agh-os.agh-shop .agh-shop-search button:hover { background: var(--agh-green); color: var(--agh-ink); }

/* ---- Body layout: filter bar on top, products full-width below ---- */
/* Sidebar is now a horizontal filter strip above the products so the 2-col
   product grid claims the entire content width — products are the only thing
   competing for attention here. */
body.agh-os.agh-shop .agh-shop-body { padding: clamp(40px, 5vw, 72px) 0 clamp(60px, 7vw, 100px); }
body.agh-os.agh-shop .agh-shop-grid { display: block; }

/* ---- Filter strip (was sidebar) ---- */
body.agh-os.agh-shop .agh-shop-sidebar {
	position: static;
	max-height: none;
	overflow: visible;
	padding-right: 0;
	display: grid;
	grid-template-columns: 2fr 1fr 1.5fr;
	gap: 14px;
	margin-bottom: clamp(28px, 3.5vw, 40px);
	padding-bottom: clamp(20px, 2.5vw, 32px);
	border-bottom: 1px solid var(--agh-line);
}

body.agh-os.agh-shop .agh-shop-side-block {
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg, 14px);
	padding: 14px 16px 16px;
	min-width: 0;
}
/* Hide the sidebar AgriBot help block in the horizontal layout —
   the post-loop banner already covers this CTA. */
body.agh-os.agh-shop .agh-shop-sidebar .agh-shop-side-help { display: none; }
body.agh-os.agh-shop .agh-shop-side-h {
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
	color: var(--agh-ink-mute);
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--agh-line);
}

/* Categories list */
body.agh-os.agh-shop .agh-shop-cats,
body.agh-os.agh-shop .agh-shop-farmers {
	list-style: none; padding: 0; margin: 0;
	display: flex; flex-direction: column; gap: 2px;
}
body.agh-os.agh-shop .agh-shop-cats a,
body.agh-os.agh-shop .agh-shop-farmers a {
	display: flex; align-items: center; justify-content: space-between; gap: 10px;
	padding: 7px 8px;
	font-size: 13px; line-height: 1.3;
	color: var(--agh-ink-soft); text-decoration: none;
	border-radius: 7px;
	transition: background 200ms ease, color 200ms ease, padding-left 200ms ease;
}
body.agh-os.agh-shop .agh-shop-cats a:hover,
body.agh-os.agh-shop .agh-shop-farmers a:hover {
	background: rgba(245,243,238,0.04);
	color: var(--agh-ink);
	padding-left: 14px;
}
body.agh-os.agh-shop .agh-shop-cats a.is-active,
body.agh-os.agh-shop .agh-shop-farmers a.is-active {
	background: rgba(122,145,118,0.12);
	color: var(--agh-ink);
	box-shadow: inset 3px 0 0 var(--agh-green);
	padding-left: 14px;
}
body.agh-os.agh-shop .agh-shop-cats a span {
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 11px; color: var(--agh-ink-mute);
	background: rgba(245,243,238,0.05);
	padding: 2px 8px;
	border-radius: 999px;
}

/* Price filter */
body.agh-os.agh-shop .agh-shop-price-row {
	display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
	margin-bottom: 12px;
}
body.agh-os.agh-shop .agh-shop-price-row input {
	padding: 10px 12px;
	font-size: 13px; font-family: inherit; color: var(--agh-ink);
	background: rgba(245,243,238,0.04);
	border: 1px solid var(--agh-line);
	border-radius: 8px;
	transition: border-color 200ms ease, box-shadow 200ms ease;
}
body.agh-os.agh-shop .agh-shop-price-row input::placeholder { color: var(--agh-ink-mute); }
body.agh-os.agh-shop .agh-shop-price-row input:focus {
	outline: none; border-color: var(--agh-green);
	box-shadow: 0 0 0 3px rgba(122,145,118,0.18);
}
body.agh-os.agh-shop .agh-shop-side-apply {
	width: 100%;
	background: var(--agh-ink); color: var(--agh-bg-deep);
	border: 0; padding: 10px 16px;
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
	border-radius: 999px;
	cursor: pointer;
	transition: background 200ms ease, color 200ms ease;
}
body.agh-os.agh-shop .agh-shop-side-apply:hover { background: var(--agh-green); color: var(--agh-ink); }

/* Farmer filter scroll cap */
body.agh-os.agh-shop .agh-shop-farmers {
	max-height: 160px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--agh-line) transparent;
}
body.agh-os.agh-shop .agh-shop-farmers::-webkit-scrollbar { width: 4px; }
body.agh-os.agh-shop .agh-shop-farmers::-webkit-scrollbar-thumb { background: var(--agh-line); border-radius: 2px; }

/* Categories — in the horizontal filter strip, render as a wrapping pill row */
body.agh-os.agh-shop .agh-shop-cats {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 6px;
}
body.agh-os.agh-shop .agh-shop-cats a {
	padding: 6px 12px;
	font-size: 12.5px;
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	background: rgba(245,243,238,0.02);
}
body.agh-os.agh-shop .agh-shop-cats a:hover {
	padding-left: 12px;
	border-color: rgba(122,145,118,0.45);
	background: rgba(245,243,238,0.04);
}
body.agh-os.agh-shop .agh-shop-cats a.is-active {
	padding-left: 12px;
	background: var(--agh-green);
	color: var(--agh-cream);
	border-color: var(--agh-green);
	box-shadow: none;
}
body.agh-os.agh-shop .agh-shop-cats a.is-active span {
	background: rgba(11,15,14,0.22);
	color: var(--agh-cream);
}

/* Help block (sidebar AgriBot tease) */
body.agh-os.agh-shop .agh-shop-side-help {
	background: linear-gradient(160deg, rgba(122,145,118,0.16) 0%, rgba(122,145,118,0.04) 100%);
	border-color: rgba(122,145,118,0.32);
	text-align: center;
}
body.agh-os.agh-shop .agh-shop-side-help .ic { font-size: 24px; margin-bottom: 8px; }
body.agh-os.agh-shop .agh-shop-side-help h4 {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 500; font-size: 15px;
	color: var(--agh-ink);
	margin: 0 0 6px;
}
body.agh-os.agh-shop .agh-shop-side-help p {
	font-size: 13px; line-height: 1.45;
	color: var(--agh-ink-soft);
	margin: 0 0 14px;
}
body.agh-os.agh-shop .agh-shop-side-link {
	display: inline-block;
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
	color: var(--agh-green); text-decoration: none;
	padding: 6px 0;
	transition: color 200ms ease;
}
body.agh-os.agh-shop .agh-shop-side-link:hover { color: var(--agh-ink); }

/* ---- Main column ---- */
body.agh-os.agh-shop .agh-shop-main { min-width: 0; }

/* Toolbar (count + sort) */
body.agh-os.agh-shop .agh-shop-toolbar {
	display: flex; align-items: center; justify-content: space-between;
	gap: 16px;
	padding: 0 0 20px;
	margin-bottom: 24px;
	border-bottom: 1px solid var(--agh-line);
}
body.agh-os.agh-shop .agh-shop-count {
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase;
	color: var(--agh-ink-mute);
}
body.agh-os.agh-shop .agh-shop-count strong {
	color: var(--agh-ink); font-weight: 600;
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-size: 16px;
	letter-spacing: -0.01em;
	margin: 0 2px;
}
body.agh-os.agh-shop .agh-shop-sort {
	display: flex; align-items: center; gap: 12px;
}
body.agh-os.agh-shop .agh-shop-sort label {
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
	color: var(--agh-ink-mute);
}
body.agh-os.agh-shop .agh-shop-sort form,
body.agh-os.agh-shop .woocommerce-ordering { margin: 0; }
body.agh-os.agh-shop .agh-shop-sort select,
body.agh-os.agh-shop .woocommerce-ordering select {
	background: rgba(245,243,238,0.04);
	color: var(--agh-ink);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	padding: 8px 36px 8px 16px;
	font-size: 13px; font-family: inherit;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12' fill='none' stroke='%23B7B3A8' stroke-width='1.6' stroke-linecap='round'><polyline points='3,4.5 6,7.5 9,4.5'/></svg>");
	background-repeat: no-repeat;
	background-position: right 14px center;
	transition: border-color 200ms ease, background-color 200ms ease;
}
body.agh-os.agh-shop .agh-shop-sort select:hover,
body.agh-os.agh-shop .woocommerce-ordering select:hover { border-color: var(--agh-ink-mute); }
body.agh-os.agh-shop .agh-shop-sort select:focus,
body.agh-os.agh-shop .woocommerce-ordering select:focus {
	outline: none; border-color: var(--agh-green);
	box-shadow: 0 0 0 3px rgba(122,145,118,0.18);
}

/* ---- Product grid — products are the hero of this page ---- */
/* Shop + single-store: 2-col by default so each card feels substantial.
   Related products (on single-product pages) keep their tighter 4-col strip. */
body.agh-os .agh-product-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(24px, 2.6vw, 36px);
	list-style: none; padding: 0; margin: 0;
}
/* On very wide screens, allow a 3-col grid so big monitors fill in */
@media (min-width: 1500px) {
	body.agh-os .agh-product-grid-shop { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
body.agh-os .agh-product-grid-related { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* ---- Product card ---- */
body.agh-os .agh-prod {
	display: flex; flex-direction: column;
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg, 14px);
	overflow: hidden;
	text-decoration: none;
	color: var(--agh-ink);
	transition: transform 280ms ease, border-color 280ms ease, box-shadow 280ms ease, background 280ms ease;
}
body.agh-os .agh-prod:hover {
	transform: translateY(-3px);
	border-color: rgba(122,145,118,0.45);
	background: var(--agh-bg-elev);
	box-shadow: 0 16px 36px -16px rgba(0,0,0,0.55), 0 2px 6px rgba(0,0,0,0.25);
}
body.agh-os .agh-prod.is-out { opacity: 0.62; }
body.agh-os .agh-prod.is-out:hover { transform: none; }

body.agh-os .agh-prod-img {
	position: relative;
	aspect-ratio: 5 / 4;
	background-color: var(--agh-bg-elev);
	background-size: cover;
	background-position: center;
	border-bottom: 1px solid var(--agh-line);
	transition: transform 600ms ease;
}
body.agh-os .agh-prod:hover .agh-prod-img { transform: scale(1.03); }
body.agh-os .agh-prod-tag,
body.agh-os .agh-prod-sale,
body.agh-os .agh-prod-oos {
	position: absolute;
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
	padding: 5px 10px;
	border-radius: 999px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
body.agh-os .agh-prod-tag {
	top: 14px; left: 14px;
	background: rgba(11,15,14,0.82);
	color: var(--agh-ink);
	border: 1px solid rgba(245,243,238,0.18);
	font-size: 10.5px;
	padding: 6px 12px;
}
body.agh-os .agh-prod-sale {
	top: 14px; right: 14px;
	background: rgba(212,177,106,0.96);
	color: var(--agh-bg-deep);
	font-size: 10.5px;
	padding: 6px 12px;
	font-weight: 600;
}
body.agh-os .agh-prod-oos {
	bottom: 14px; left: 14px;
	background: rgba(201,117,89,0.96);
	color: var(--agh-cream);
	font-size: 10.5px;
	padding: 6px 12px;
}

body.agh-os .agh-prod-body {
	display: flex; flex-direction: column; gap: 10px;
	padding: 28px 28px 30px;
	flex: 1;
}
body.agh-os .agh-prod-title {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 500;
	font-size: clamp(20px, 1.8vw, 26px);
	line-height: 1.18;
	letter-spacing: -0.015em;
	color: var(--agh-ink);
}
body.agh-os .agh-prod-vendor {
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase;
	color: var(--agh-ink-mute);
}
body.agh-os .agh-prod-foot {
	display: flex; align-items: center; justify-content: space-between;
	gap: 16px;
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid var(--agh-line);
}
body.agh-os .agh-prod-price {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 600;
	font-size: clamp(24px, 2.2vw, 32px);
	letter-spacing: -0.02em;
	color: var(--agh-ink);
	display: inline-flex; align-items: baseline; gap: 6px;
}
body.agh-os .agh-prod-price del { color: var(--agh-ink-mute); font-size: 14px; margin-right: 6px; opacity: 0.7; font-weight: 400; }
body.agh-os .agh-prod-price ins { text-decoration: none; color: var(--agh-green); }
body.agh-os .agh-prod-price .woocommerce-Price-currencySymbol {
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 0.55em;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: var(--agh-ink-mute);
	margin-right: 2px;
	align-self: center;
}
body.agh-os .agh-prod-arrow {
	width: 44px; height: 44px;
	display: inline-grid; place-items: center;
	border: 1px solid var(--agh-line);
	border-radius: 50%;
	color: var(--agh-ink-soft);
	font-size: 18px;
	flex-shrink: 0;
	transition: background 240ms ease, color 240ms ease, border-color 240ms ease, transform 240ms ease;
}
body.agh-os .agh-prod:hover .agh-prod-arrow {
	background: var(--agh-green);
	border-color: var(--agh-green);
	color: var(--agh-cream);
	transform: translateX(4px);
}

/* ---- Empty state ---- */
body.agh-os.agh-shop .agh-shop-empty {
	text-align: center;
	padding: 80px 24px;
	background: var(--agh-bg-raised);
	border: 1px dashed var(--agh-line);
	border-radius: var(--agh-r-lg, 14px);
}
body.agh-os.agh-shop .agh-shop-empty .ic { font-size: 48px; margin-bottom: 16px; }
body.agh-os.agh-shop .agh-shop-empty h2 {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 400;
	font-size: 22px; color: var(--agh-ink);
	margin: 0 0 8px;
}
body.agh-os.agh-shop .agh-shop-empty p {
	color: var(--agh-ink-soft);
	margin: 0 0 22px;
}
body.agh-os.agh-shop .agh-shop-empty .agh-btn,
body.agh-os.agh-shop .agh-btn-primary {
	display: inline-flex; align-items: center; gap: 8px;
	background: linear-gradient(135deg, #97AE93 0%, #7A9176 45%, #5A735C 100%);
	color: var(--agh-cream);
	border: 1px solid rgba(122,145,118,0.55); padding: 12px 22px;
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
	border-radius: 999px;
	box-shadow: 0 14px 30px -16px rgba(90,115,92,0.5);
	text-decoration: none;
	transition: background 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}
body.agh-os.agh-shop .agh-shop-empty .agh-btn:hover,
body.agh-os.agh-shop .agh-btn-primary:hover { color: var(--agh-cream); transform: translateY(-2px); box-shadow: 0 20px 40px -16px rgba(90,115,92,0.65); }

/* ---- Post-loop AgriBot help banner ---- */
body.agh-os.agh-shop .agh-shop-help {
	display: flex; align-items: center; gap: 20px;
	margin-top: clamp(40px, 5vw, 64px);
	padding: 24px 28px;
	background: linear-gradient(135deg, rgba(122,145,118,0.18) 0%, rgba(122,145,118,0.04) 100%);
	border: 1px solid rgba(122,145,118,0.32);
	border-radius: var(--agh-r-lg, 14px);
}
body.agh-os.agh-shop .agh-shop-help-icon { font-size: 28px; flex-shrink: 0; }
body.agh-os.agh-shop .agh-shop-help-body { flex: 1; }
body.agh-os.agh-shop .agh-shop-help h3 {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 500;
	font-size: 17px; color: var(--agh-ink);
	margin: 0 0 4px;
}
body.agh-os.agh-shop .agh-shop-help p {
	font-size: 14px; line-height: 1.45;
	color: var(--agh-ink-soft);
	margin: 0;
}

/* ---- WC pagination ---- */
body.agh-os.agh-shop .woocommerce-pagination {
	margin-top: clamp(36px, 4vw, 56px);
	display: flex; justify-content: center;
}
body.agh-os.agh-shop .woocommerce-pagination ul,
body.agh-os.agh-shop .page-numbers {
	list-style: none; padding: 0; margin: 0;
	display: inline-flex; gap: 6px;
	border: 0 !important;
}
body.agh-os.agh-shop .woocommerce-pagination ul li {
	border: 0 !important;
	float: none !important;
	display: inline-block;
}
body.agh-os.agh-shop .woocommerce-pagination .page-numbers,
body.agh-os.agh-shop .woocommerce-pagination a,
body.agh-os.agh-shop .woocommerce-pagination span {
	display: inline-grid; place-items: center;
	min-width: 40px; height: 40px;
	padding: 0 12px;
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line) !important;
	border-radius: 10px;
	font-size: 14px; color: var(--agh-ink-soft);
	text-decoration: none;
	transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}
body.agh-os.agh-shop .woocommerce-pagination a:hover {
	background: var(--agh-bg-elev);
	color: var(--agh-ink);
	border-color: rgba(122,145,118,0.45) !important;
}
body.agh-os.agh-shop .woocommerce-pagination .current {
	background: var(--agh-green) !important;
	color: var(--agh-cream) !important;
	border-color: var(--agh-green) !important;
}

/* ---- Hide WC breadcrumb noise + result count duplicates ---- */
body.agh-os.agh-shop .woocommerce-breadcrumb { display: none; }
body.agh-os.agh-shop .woocommerce-notices-wrapper:empty { display: none; }

/* ---- Responsive ladder ---- */
@media (max-width: 1100px) {
	body.agh-os.agh-shop .agh-shop-sidebar { gap: 12px; }
	body.agh-os .agh-product-grid-related { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
	body.agh-os.agh-shop .agh-shop-sidebar { grid-template-columns: 1fr 1fr; }
	body.agh-os.agh-shop .agh-shop-toolbar { flex-wrap: wrap; }
}
@media (max-width: 640px) {
	body.agh-os.agh-shop .agh-shop-sidebar { grid-template-columns: 1fr; }
	body.agh-os .agh-product-grid { grid-template-columns: 1fr; }
	body.agh-os .agh-product-grid-related { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	body.agh-os.agh-shop .agh-shop-help { flex-direction: column; align-items: flex-start; }
	body.agh-os.agh-shop .agh-shop-toolbar { flex-direction: column; align-items: flex-start; gap: 12px; }
	body.agh-os .agh-prod-body { padding: 22px 22px 24px; }
}

/* =============================================================
   31. Single vendor store — Dokan store page (v1.4.7, 2026-05-20)
   Styles the default Dokan markup at /store/<slug>/ in the agh-os language:
   profile hero, info chips, tabs, filter bar, products grid (inherits .agh-prod),
   sidebar widgets (categories + contact form).
   ============================================================= */

body.agh-os.dokan-store .site-content,
body.agh-os.dokan-store .ast-container { background: var(--agh-bg-base); }

body.agh-os.dokan-store .ast-container {
	max-width: 1400px;
	padding-top: clamp(28px, 4vw, 56px);
	padding-bottom: clamp(56px, 7vw, 100px);
	padding-left: clamp(16px, 4vw, 48px);
	padding-right: clamp(16px, 4vw, 48px);
}

/* Outer 2-col wrap (sidebar + main) */
body.agh-os.dokan-store .dokan-store-wrap.layout-left {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: clamp(24px, 3vw, 40px);
	align-items: start;
}
body.agh-os.dokan-store #dokan-secondary.dokan-store-sidebar { width: 100%; float: none; padding: 0; }
body.agh-os.dokan-store #dokan-primary.dokan-single-store { width: 100%; float: none; padding: 0; min-width: 0; }
body.agh-os.dokan-store #dokan-content.store-page-wrap { padding: 0; background: transparent; }

/* ---- Profile / hero band ---- */
body.agh-os.dokan-store .dokan-profile-frame-wrapper { margin-bottom: 32px; }
body.agh-os.dokan-store .profile-frame {
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-xl, 18px);
	overflow: hidden;
}
body.agh-os.dokan-store .profile-info-box {
	position: relative;
	margin: 0;
}
body.agh-os.dokan-store .profile-info-img {
	display: block;
	width: 100%;
	height: clamp(220px, 32vw, 340px);
	object-fit: cover;
	border-radius: 0;
}
/* If banner is the default placeholder, layer a sage gradient over it for brand consistency */
body.agh-os.dokan-store .profile-info-img[src*="default-store-banner"] {
	height: clamp(220px, 32vw, 340px);
	background:
		linear-gradient(135deg, rgba(122,145,118,0.6) 0%, rgba(90,115,92,0.85) 60%, rgba(11,15,14,0.7) 100%),
		url('/smartfarming/wp-content/themes/astra-child-agrihub/assets/img/section-greens.webp');
	background-size: cover; background-position: center;
	opacity: 1;
}

body.agh-os.dokan-store .profile-info-summery-wrapper {
	position: relative;
	margin-top: -68px;
	padding: 0 clamp(24px, 4vw, 44px) clamp(28px, 4vw, 40px);
	z-index: 1;
}
body.agh-os.dokan-store .profile-info-summery {
	display: flex; flex-direction: column; gap: 24px;
}

/* Logo circle floats on top of banner */
body.agh-os.dokan-store .profile-info-head {
	display: flex; align-items: flex-end; gap: 22px;
	flex-wrap: wrap;
}
body.agh-os.dokan-store .profile-img.profile-img-circle {
	width: 130px; height: 130px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--agh-bg-elev);
	border: 4px solid var(--agh-bg-raised);
	box-shadow: 0 10px 28px -8px rgba(0,0,0,0.5);
	flex-shrink: 0;
}
body.agh-os.dokan-store .profile-img img {
	width: 100%; height: 100%; object-fit: cover;
}
body.agh-os.dokan-store h1.store-name {
	font-family: 'Space Grotesk', system-ui, sans-serif !important;
	font-weight: 500 !important;
	font-size: clamp(28px, 4vw, 44px) !important;
	line-height: 1.05 !important;
	letter-spacing: -0.025em !important;
	color: var(--agh-ink) !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
	text-shadow: none !important;
}

/* Info row — chips instead of a vertical list */
body.agh-os.dokan-store ul.dokan-store-info {
	list-style: none; padding: 0; margin: 0;
	display: flex; flex-wrap: wrap; gap: 10px 14px;
}
body.agh-os.dokan-store ul.dokan-store-info li {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 7px 14px;
	background: rgba(245,243,238,0.04);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	font-size: 13px;
	color: var(--agh-ink-soft);
	margin: 0;
}
body.agh-os.dokan-store ul.dokan-store-info li i {
	color: var(--agh-green);
	font-size: 12px;
}
body.agh-os.dokan-store ul.dokan-store-info li a {
	color: var(--agh-ink) !important;
	text-decoration: none;
	transition: color 200ms ease;
}
body.agh-os.dokan-store ul.dokan-store-info li a:hover { color: var(--agh-green) !important; }
body.agh-os.dokan-store ul.dokan-store-info li span { color: var(--agh-ink) !important; }
body.agh-os.dokan-store .dokan-store-rating { color: var(--agh-ink-mute) !important; }
body.agh-os.dokan-store .store-social-wrapper { margin-top: 4px; }
body.agh-os.dokan-store .store-social { list-style: none; padding: 0; margin: 0; display: flex; gap: 8px; }
body.agh-os.dokan-store .store-social:empty { display: none; }

/* ---- Tabs ---- */
body.agh-os.dokan-store .dokan-store-tabs {
	border: 0 !important;
	margin: 0 0 28px !important;
	padding: 0 !important;
}
body.agh-os.dokan-store .dokan-store-tabs .dokan-modules-button { display: none !important; }
body.agh-os.dokan-store .dokan-store-tabs ul.dokan-list-inline {
	list-style: none; padding: 0; margin: 0;
	display: inline-flex; gap: 4px;
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	padding: 6px;
}
body.agh-os.dokan-store .dokan-store-tabs ul.dokan-list-inline li { margin: 0; }
body.agh-os.dokan-store .dokan-store-tabs ul.dokan-list-inline a {
	display: inline-block;
	padding: 9px 22px;
	border-radius: 999px;
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
	color: var(--agh-ink-soft);
	text-decoration: none;
	background: transparent;
	transition: background 200ms ease, color 200ms ease;
}
body.agh-os.dokan-store .dokan-store-tabs ul.dokan-list-inline a:hover { color: var(--agh-ink); background: var(--agh-bg-elev); }
body.agh-os.dokan-store .dokan-store-tabs ul.dokan-list-inline li.active a,
body.agh-os.dokan-store .dokan-store-tabs ul.dokan-list-inline a.active {
	background: var(--agh-green); color: var(--agh-cream);
}

/* ---- Filter / search bar above products ---- */
body.agh-os.dokan-store .dokan-store-products-filter-area {
	display: flex; align-items: center; justify-content: space-between;
	gap: 16px; flex-wrap: wrap;
	padding: 18px 0 22px;
	margin: 0 0 24px;
	border-bottom: 1px solid var(--agh-line);
}
body.agh-os.dokan-store form.dokan-store-products-ordeby {
	display: flex; align-items: stretch; gap: 12px;
	width: 100%;
	margin: 0;
}
body.agh-os.dokan-store .product-name-search.dokan-store-products-filter-search {
	flex: 1; min-width: 200px;
	padding: 11px 18px;
	background: rgba(245,243,238,0.04);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	font-size: 14px; font-family: inherit;
	color: var(--agh-ink);
	transition: border-color 200ms ease, box-shadow 200ms ease;
}
body.agh-os.dokan-store .product-name-search.dokan-store-products-filter-search::placeholder { color: var(--agh-ink-mute); }
body.agh-os.dokan-store .product-name-search.dokan-store-products-filter-search:focus {
	outline: none; border-color: var(--agh-green);
	box-shadow: 0 0 0 3px rgba(122,145,118,0.18);
}
body.agh-os.dokan-store input.search-store-products.dokan-btn-theme {
	background: var(--agh-ink); color: var(--agh-bg-deep);
	border: 0; padding: 0 22px;
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
	border-radius: 999px;
	cursor: pointer;
	transition: background 200ms ease, color 200ms ease;
}
body.agh-os.dokan-store input.search-store-products.dokan-btn-theme:hover { background: var(--agh-green); color: var(--agh-ink); }
body.agh-os.dokan-store form.dokan-store-products-ordeby select.orderby {
	background: rgba(245,243,238,0.04);
	color: var(--agh-ink);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	padding: 10px 36px 10px 18px;
	font-size: 13px; font-family: inherit;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12' fill='none' stroke='%23B7B3A8' stroke-width='1.6' stroke-linecap='round'><polyline points='3,4.5 6,7.5 9,4.5'/></svg>");
	background-repeat: no-repeat;
	background-position: right 14px center;
	min-width: 200px;
}
body.agh-os.dokan-store form.dokan-store-products-ordeby select.orderby:focus {
	outline: none; border-color: var(--agh-green);
	box-shadow: 0 0 0 3px rgba(122,145,118,0.18);
}
body.agh-os.dokan-store #dokan-store-products-search-result { display: none !important; }

/* Products container — inherits .agh-product-grid + .agh-prod styles */
body.agh-os.dokan-store .seller-items { margin: 0; }
body.agh-os.dokan-store .seller-items::before,
body.agh-os.dokan-store .seller-items::after { display: none; }

/* WooCommerce empty message in store */
body.agh-os.dokan-store .woocommerce-info,
body.agh-os.dokan-store .dokan-info {
	background: var(--agh-bg-raised);
	border: 1px dashed var(--agh-line);
	border-radius: var(--agh-r-lg, 14px);
	color: var(--agh-ink-soft);
	padding: 22px 24px;
	border-left-width: 1px !important;
}

/* ---- Sidebar widgets ---- */
body.agh-os.dokan-store .dokan-widget-area.widget-collapse {
	display: flex; flex-direction: column; gap: 16px;
	position: sticky; top: 110px;
}
body.agh-os.dokan-store aside.widget.dokan-store-widget {
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg, 14px);
	padding: 18px 18px 20px;
	margin: 0 !important;
}
body.agh-os.dokan-store aside.widget .widget-title {
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace) !important;
	font-size: 10px !important; letter-spacing: 0.22em !important; text-transform: uppercase !important;
	color: var(--agh-ink-mute) !important;
	margin: 0 0 14px !important;
	padding-bottom: 12px !important;
	border-bottom: 1px solid var(--agh-line) !important;
	font-weight: 500 !important;
}

/* Category list */
body.agh-os.dokan-store .store-cat-stack-dokan { padding: 0; }
body.agh-os.dokan-store .store-cat-stack-dokan ul {
	list-style: none; padding: 0; margin: 0;
	display: flex; flex-direction: column; gap: 2px;
}
body.agh-os.dokan-store .store-cat-stack-dokan li.parent-cat-wrap a {
	display: block;
	padding: 8px 10px;
	font-size: 13.5px; line-height: 1.3;
	color: var(--agh-ink-soft); text-decoration: none;
	border-radius: 7px;
	transition: background 200ms ease, color 200ms ease, padding-left 200ms ease;
}
body.agh-os.dokan-store .store-cat-stack-dokan li.parent-cat-wrap a:hover {
	background: rgba(245,243,238,0.04);
	color: var(--agh-ink);
	padding-left: 14px;
}

/* Contact-vendor form */
body.agh-os.dokan-store .seller-form { margin: 0; }
body.agh-os.dokan-store .seller-form ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
body.agh-os.dokan-store .seller-form li.dokan-form-group { margin: 0; padding: 0; }
body.agh-os.dokan-store .seller-form input.dokan-form-control,
body.agh-os.dokan-store .seller-form textarea.dokan-form-control {
	width: 100%;
	padding: 11px 14px;
	background: rgba(245,243,238,0.04);
	border: 1px solid var(--agh-line);
	border-radius: 10px;
	font-size: 13.5px; font-family: inherit; color: var(--agh-ink);
	transition: border-color 200ms ease, box-shadow 200ms ease;
}
body.agh-os.dokan-store .seller-form input.dokan-form-control::placeholder,
body.agh-os.dokan-store .seller-form textarea.dokan-form-control::placeholder { color: var(--agh-ink-mute); }
body.agh-os.dokan-store .seller-form input.dokan-form-control:focus,
body.agh-os.dokan-store .seller-form textarea.dokan-form-control:focus {
	outline: none; border-color: var(--agh-green);
	box-shadow: 0 0 0 3px rgba(122,145,118,0.18);
}
body.agh-os.dokan-store .seller-form input[type="submit"].dokan-btn.dokan-btn-theme {
	background: linear-gradient(135deg, #97AE93 0%, #7A9176 45%, #5A735C 100%); color: var(--agh-cream);
	border: 1px solid rgba(122,145,118,0.55); padding: 11px 22px;
	box-shadow: 0 12px 26px -16px rgba(90,115,92,0.5);
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
	border-radius: 999px;
	cursor: pointer;
	float: none !important;
	width: 100%;
	margin-top: 4px;
	transition: background 200ms ease, color 200ms ease;
}
body.agh-os.dokan-store .seller-form input[type="submit"].dokan-btn.dokan-btn-theme:hover {
	background: var(--agh-green); color: var(--agh-ink);
}
body.agh-os.dokan-store .dokan-privacy-policy-text { color: var(--agh-ink-mute); font-size: 11px; margin: 6px 0; }
body.agh-os.dokan-store .ajax-response { color: var(--agh-ink-soft); font-size: 13px; }
body.agh-os.dokan-store .ajax-response:empty { display: none; }

/* Hide breadcrumb noise on store pages */
body.agh-os.dokan-store .woocommerce-breadcrumb { display: none; }

/* ---- Responsive ---- */
@media (max-width: 1100px) {
	body.agh-os.dokan-store .dokan-store-wrap.layout-left { grid-template-columns: 200px 1fr; gap: 24px; }
	body.agh-os.dokan-store .dokan-widget-area.widget-collapse { gap: 12px; }
}
@media (max-width: 860px) {
	body.agh-os.dokan-store .dokan-store-wrap.layout-left { grid-template-columns: 1fr; }
	body.agh-os.dokan-store .dokan-widget-area.widget-collapse {
		position: static;
		flex-direction: row; flex-wrap: wrap;
	}
	body.agh-os.dokan-store aside.widget.dokan-store-widget { flex: 1 1 280px; min-width: 0; }
	body.agh-os.dokan-store form.dokan-store-products-ordeby { flex-wrap: wrap; }
	body.agh-os.dokan-store form.dokan-store-products-ordeby select.orderby { width: 100%; min-width: 0; }
}
@media (max-width: 640px) {
	body.agh-os.dokan-store .dokan-widget-area.widget-collapse { flex-direction: column; }
	body.agh-os.dokan-store .profile-info-summery-wrapper { margin-top: -52px; }
	body.agh-os.dokan-store .profile-img.profile-img-circle { width: 96px; height: 96px; border-width: 3px; }
	body.agh-os.dokan-store .profile-info-img,
	body.agh-os.dokan-store .profile-info-img[src*="default-store-banner"] { height: 180px; }
}

/* =================================================================
   31b. Single-store polish — v1.5.4 (2026-05-24)
   Cream rhythm for the body zone, verified pill near store name,
   chips for product-count + member-since, sidebar polish (cream widgets,
   hide empty category widget, friendly contact form), branded empty
   state when vendor has 0 products.
   ================================================================= */

/* Verified pill rendered inside <h1.store-name> via PHP hook */
body.agh-os.dokan-store h1.store-name .agh-os-store-verified {
	display: inline-flex; align-items: center; gap: 7px;
	margin-left: 14px;
	padding: 5px 12px;
	background: rgba(122, 145, 118, 0.18);
	border: 1px solid rgba(122, 145, 118, 0.4);
	border-radius: 999px;
	font-family: var(--agh-font-mono);
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #C6D5C2;
	vertical-align: middle;
	white-space: nowrap;
}
body.agh-os.dokan-store h1.store-name .agh-os-store-verified .dot {
	width: 6px; height: 6px;
	background: var(--agh-green);
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(122, 145, 118, 0.6);
	display: inline-block;
}

/* Custom chip items injected via dokan_store_header_info_fields */
body.agh-os.dokan-store ul.dokan-store-info li.dokan-store-products-count strong {
	color: var(--agh-ink);
	font-family: var(--agh-font-display);
	font-weight: 500;
	letter-spacing: -0.01em;
}
body.agh-os.dokan-store ul.dokan-store-info li.dokan-store-member-since {
	color: var(--agh-ink-soft);
}

/* Hide empty Store Product Category widget — Dokan still renders the heading + empty <ul> */
body.agh-os.dokan-store aside.dokan-store-menu .store-cat-stack-dokan > ul:empty + *,
body.agh-os.dokan-store aside.dokan-store-menu:has(.store-cat-stack-dokan ul:empty) {
	display: none !important;
}

/* Contact-vendor widget — friendlier intro + softer surface */
body.agh-os.dokan-store aside.dokan-store-contact .widget-title { letter-spacing: 0.18em !important; }
body.agh-os.dokan-store aside.dokan-store-contact .widget-title::after {
	content: " · we typically reply within 24h";
	display: block;
	margin-top: 6px;
	padding-top: 0;
	border: none !important;
	font-family: var(--agh-font-body);
	font-size: 11.5px;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-transform: none;
	color: var(--agh-ink-mute);
}

/* ---- Premium dark polish for the store body ----
   v1.5.5: reverted the cream rail. Profile-frame, tabs, filter, sidebar
   and products all live on a dark surface again with deliberate depth:
   sage ambient glows at boundaries, warmer raised cards, stronger
   shadows, sage focus halos. Cream appears ONLY in the empty-products
   card (a small contrast moment, not a wholesale takeover). */

/* Subtle ambient glow at the top of the store body — warm sage tint
   so the page doesn't feel like a flat black void */
body.agh-os.dokan-store .ast-woocommerce-container {
	position: relative;
}
body.agh-os.dokan-store .ast-woocommerce-container::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 320px;
	background:
		radial-gradient(60% 60% at 20% 0%, rgba(122, 145, 118, 0.08), transparent 70%),
		radial-gradient(50% 50% at 80% 0%, rgba(212, 177, 106, 0.05), transparent 70%);
	pointer-events: none;
	z-index: 0;
}
body.agh-os.dokan-store .ast-woocommerce-container > * { position: relative; z-index: 1; }

/* Profile frame — premium depth */
body.agh-os.dokan-store .profile-frame {
	box-shadow:
		0 32px 80px -40px rgba(0, 0, 0, 0.7),
		0 0 0 1px rgba(122, 145, 118, 0.06);
}

/* Tabs — pill bar with raised feel */
body.agh-os.dokan-store .dokan-store-tabs ul.dokan-list-inline {
	background: var(--agh-bg-raised);
	border-color: var(--agh-line);
	box-shadow: 0 4px 14px -8px rgba(0, 0, 0, 0.5);
}

/* Filter / search bar — keeps dark inputs but adds breathing wrap */
body.agh-os.dokan-store .dokan-store-products-filter-area {
	margin: 0 0 clamp(24px, 3vw, 36px);
	padding: clamp(18px, 2vw, 22px);
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
	border-bottom-color: var(--agh-line);
}
body.agh-os.dokan-store .product-name-search.dokan-store-products-filter-search:focus {
	border-color: var(--agh-green);
	box-shadow: 0 0 0 4px rgba(122, 145, 118, 0.22);
}
body.agh-os.dokan-store form.dokan-store-products-ordeby select.orderby:focus {
	border-color: var(--agh-green);
	box-shadow: 0 0 0 4px rgba(122, 145, 118, 0.22);
}

/* Sidebar widgets — premium dark cards with subtle sage edge glow on hover */
body.agh-os.dokan-store aside.widget.dokan-store-widget {
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	color: var(--agh-ink);
	transition: border-color 320ms var(--agh-ease), box-shadow 320ms var(--agh-ease);
}
body.agh-os.dokan-store aside.widget.dokan-store-widget:hover {
	border-color: rgba(122, 145, 118, 0.32);
	box-shadow: 0 14px 32px -22px rgba(0, 0, 0, 0.5);
}
body.agh-os.dokan-store .seller-form input.dokan-form-control:focus,
body.agh-os.dokan-store .seller-form textarea.dokan-form-control:focus {
	border-color: var(--agh-green);
	box-shadow: 0 0 0 4px rgba(122, 145, 118, 0.22);
}

/* Branded empty-products card (when vendor has 0 products) — stays cream
   as a deliberate light contrast moment inside the dark page */
body.agh-os.dokan-store .agh-os-store-empty {
	margin: clamp(28px, 3vw, 40px) 0 0;
	padding: clamp(40px, 5vw, 64px) clamp(28px, 4vw, 48px);
	background: var(--agh-cream);
	border: 1px solid var(--agh-on-cream-line);
	border-radius: var(--agh-r-xl);
	text-align: center;
	color: var(--agh-on-cream);
	box-shadow: 0 30px 80px -36px rgba(0, 0, 0, 0.55);
}
body.agh-os.dokan-store .agh-os-store-empty-icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 72px; height: 72px;
	margin: 0 auto 18px;
	background: rgba(122, 145, 118, 0.16);
	border-radius: 50%;
	color: var(--agh-green-2);
}
body.agh-os.dokan-store .agh-os-store-empty-eyebrow {
	display: block;
	font-family: var(--agh-font-mono);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--agh-on-cream-mute);
	margin-bottom: 12px;
}
body.agh-os.dokan-store .agh-os-store-empty-title {
	font-family: var(--agh-font-display);
	font-weight: 500;
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.18;
	letter-spacing: -0.018em;
	color: var(--agh-on-cream);
	margin: 0 0 12px;
}
body.agh-os.dokan-store .agh-os-store-empty-body {
	font-size: 15px;
	line-height: 1.55;
	color: var(--agh-on-cream-soft);
	max-width: 48ch;
	margin: 0 auto 22px;
}
body.agh-os.dokan-store .agh-os-store-empty-ctas {
	display: inline-flex; gap: 10px; flex-wrap: wrap; justify-content: center;
}
/* Override .agh-os-btn variants for cream surface */
body.agh-os.dokan-store .agh-os-store-empty .agh-os-btn--primary {
	background: var(--agh-on-cream);
	color: var(--agh-cream-soft);
	border-color: var(--agh-on-cream);
}
body.agh-os.dokan-store .agh-os-store-empty .agh-os-btn--primary:hover {
	background: var(--agh-green-2);
	border-color: var(--agh-green-2);
}
body.agh-os.dokan-store .agh-os-store-empty .agh-os-btn--ghost {
	background: transparent;
	color: var(--agh-on-cream);
	border: 1px solid var(--agh-on-cream-line);
}
body.agh-os.dokan-store .agh-os-store-empty .agh-os-btn--ghost:hover {
	background: var(--agh-cream-deep);
	border-color: var(--agh-on-cream);
}

/* Hide the bare Dokan empty <p> when the branded card is present */
body.agh-os.dokan-store #dokan-content:has(.agh-os-store-empty) p.dokan-info {
	display: none;
}

/* General .dokan-info — keep dark for site consistency */
body.agh-os.dokan-store .woocommerce-info,
body.agh-os.dokan-store .dokan-info {
	background: var(--agh-bg-raised);
	border: 1px dashed var(--agh-line);
	color: var(--agh-ink-soft);
}
body.agh-os.dokan-store .ast-woocommerce-container .woocommerce-breadcrumb { display: none; }

/* =============================================================
   32. Single article — editorial post view (v1.4.9, 2026-05-20)
   Styles single.php — hero with breadcrumb / cat pill / title / lead /
   author meta + share, featured-image frame, body prose, tags row,
   author card, related-articles strip, related-products strip, AI CTA.
   ============================================================= */

/* Wrapper resets on dark shell */
body.agh-os.single-post .site-content,
body.agh-os.single-post .ast-container { background: var(--agh-bg-base); padding-top: 0; padding-bottom: 0; }
body.agh-os.single-post .entry-header,
body.agh-os.single-post .ast-archive-description,
body.agh-os.single-post .ast-blog-single-element { display: none; }

body.agh-os .agh-art {
	display: block;
	color: var(--agh-ink);
	background: var(--agh-bg-base);
}

body.agh-os .agh-wrap-narrow {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 32px);
}
body.agh-os .agh-wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 48px);
}

/* ---- Hero (top of article) ---- */
body.agh-os .agh-art-hero {
	position: relative;
	padding: clamp(140px, 16vw, 200px) 0 clamp(40px, 5vw, 64px);
	background:
		radial-gradient(70% 50% at 18% 0%, rgba(122,145,118,0.10), transparent 70%),
		linear-gradient(180deg, var(--agh-bg-deep) 0%, var(--agh-bg-base) 100%);
	border-bottom: 1px solid var(--agh-line);
}
body.agh-os .agh-breadcrumb {
	display: flex; align-items: center; gap: 8px;
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
	color: var(--agh-ink-mute);
	margin: 0 0 24px;
}
body.agh-os .agh-breadcrumb a {
	color: var(--agh-ink-soft);
	text-decoration: none;
	transition: color 200ms ease;
}
body.agh-os .agh-breadcrumb a:hover { color: var(--agh-green); }
body.agh-os .agh-breadcrumb span[aria-hidden] { color: var(--agh-ink-faint); }

body.agh-os .agh-art-cat-pill {
	display: inline-block;
	padding: 6px 14px;
	background: rgba(122,145,118,0.14);
	border: 1px solid rgba(122,145,118,0.4);
	border-radius: 999px;
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
	color: var(--agh-green);
	margin-bottom: 24px;
}

body.agh-os .agh-art-title {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 400;
	font-size: clamp(36px, 5.4vw, 64px);
	line-height: 1.04;
	letter-spacing: -0.028em;
	color: var(--agh-ink);
	margin: 0 0 24px;
	max-width: 22ch;
}
body.agh-os .agh-art-lead {
	font-size: clamp(18px, 1.6vw, 22px);
	line-height: 1.55;
	color: var(--agh-ink-soft);
	margin: 0 0 32px;
	max-width: 60ch;
}

body.agh-os .agh-art-meta {
	display: flex; align-items: center; justify-content: space-between;
	gap: 24px;
	padding-top: 24px;
	border-top: 1px solid var(--agh-line);
	flex-wrap: wrap;
}
body.agh-os .agh-art-author-mini {
	display: flex; align-items: center; gap: 14px;
}
body.agh-os .agh-art-author-mini .av {
	width: 48px; height: 48px;
	border-radius: 50%;
	background-size: cover; background-position: center;
	background-color: var(--agh-bg-elev);
	border: 1px solid var(--agh-line);
	flex-shrink: 0;
}
body.agh-os .agh-art-author-mini .name {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: var(--agh-ink);
	letter-spacing: -0.005em;
}
body.agh-os .agh-art-author-mini .when {
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
	color: var(--agh-ink-mute);
	margin-top: 2px;
}
body.agh-os .agh-art-share .agh-share-btn {
	background: rgba(245,243,238,0.04);
	color: var(--agh-ink);
	border: 1px solid var(--agh-line);
	padding: 10px 22px;
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
	border-radius: 999px;
	cursor: pointer;
	transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}
body.agh-os .agh-art-share .agh-share-btn:hover {
	background: var(--agh-green); color: var(--agh-cream); border-color: var(--agh-green);
}

/* ---- Featured-image frame ---- */
body.agh-os .agh-art-thumb { padding: clamp(32px, 4vw, 56px) 0 0; }
body.agh-os .agh-art-thumb-frame {
	aspect-ratio: 21 / 9;
	border-radius: var(--agh-r-xl, 18px);
	background-size: cover; background-position: center;
	border: 1px solid var(--agh-line);
	box-shadow: 0 20px 60px -20px rgba(0,0,0,0.5);
}

/* ---- Body prose ---- */
body.agh-os .agh-art-body { padding: clamp(48px, 6vw, 80px) 0 clamp(56px, 7vw, 96px); }
body.agh-os .agh-art-content {
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 18px;
	line-height: 1.7;
	color: var(--agh-ink);
}
body.agh-os .agh-art-content > * + * { margin-top: 1.2em; }
body.agh-os .agh-art-content > p { margin: 0; color: var(--agh-ink); }
body.agh-os .agh-art-content > h2 {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 400;
	font-size: clamp(24px, 2.4vw, 32px);
	line-height: 1.18;
	letter-spacing: -0.018em;
	color: var(--agh-ink);
	margin: 2em 0 0.6em;
}
body.agh-os .agh-art-content > h3 {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 500;
	font-size: clamp(20px, 1.9vw, 24px);
	color: var(--agh-ink);
	margin: 1.6em 0 0.5em;
	letter-spacing: -0.015em;
}
body.agh-os .agh-art-content > blockquote {
	margin: 1.6em 0;
	padding: 4px 0 4px 24px;
	border-left: 3px solid var(--agh-green);
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 400;
	font-size: clamp(20px, 1.8vw, 24px);
	font-style: italic;
	line-height: 1.45;
	color: var(--agh-ink);
}
body.agh-os .agh-art-content > ul,
body.agh-os .agh-art-content > ol { padding-left: 1.25em; color: var(--agh-ink); }
body.agh-os .agh-art-content > ul li,
body.agh-os .agh-art-content > ol li { margin: 0.6em 0; }
body.agh-os .agh-art-content > ul li::marker { color: var(--agh-green); }
body.agh-os .agh-art-content > ol li::marker { color: var(--agh-ink-mute); font-family: var(--agh-font-mono); font-size: 0.85em; }
body.agh-os .agh-art-content a {
	color: var(--agh-green);
	text-decoration: none;
	border-bottom: 1px solid rgba(122,145,118,0.4);
	transition: color 200ms ease, border-color 200ms ease;
}
body.agh-os .agh-art-content a:hover { color: var(--agh-ink); border-color: var(--agh-ink); }
body.agh-os .agh-art-content > img,
body.agh-os .agh-art-content figure { margin: 1.6em 0; border-radius: 12px; overflow: hidden; }
body.agh-os .agh-art-content figure img { display: block; width: 100%; border-radius: 12px; }
body.agh-os .agh-art-content figcaption {
	margin-top: 10px;
	font-family: var(--agh-font-mono);
	font-size: 12px; letter-spacing: 0.06em;
	color: var(--agh-ink-mute);
}
body.agh-os .agh-art-content code,
body.agh-os .agh-art-content pre {
	font-family: var(--agh-font-mono, ui-monospace, monospace);
	background: var(--agh-bg-elev);
	border: 1px solid var(--agh-line);
	border-radius: 8px;
}
body.agh-os .agh-art-content code { padding: 2px 6px; font-size: 0.92em; }
body.agh-os .agh-art-content pre { padding: 18px 20px; overflow-x: auto; font-size: 14px; }
body.agh-os .agh-art-content hr { border: 0; border-top: 1px solid var(--agh-line); margin: 2.4em 0; }
body.agh-os .agh-art-content strong { color: var(--agh-ink); font-weight: 600; }

/* ---- Tags row ---- */
body.agh-os .agh-art-tags {
	display: flex; flex-wrap: wrap; gap: 8px;
	margin-top: clamp(40px, 5vw, 64px);
	padding-top: 28px;
	border-top: 1px solid var(--agh-line);
}
body.agh-os .agh-art-tag {
	display: inline-block;
	padding: 6px 14px;
	background: rgba(245,243,238,0.04);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	font-family: var(--agh-font-mono);
	font-size: 12px; letter-spacing: 0.06em;
	color: var(--agh-ink-soft);
	text-decoration: none;
	transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}
body.agh-os .agh-art-tag:hover {
	background: rgba(122,145,118,0.14);
	color: var(--agh-ink);
	border-color: rgba(122,145,118,0.4);
}

/* ---- Author card ---- */
body.agh-os .agh-art-author-card {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 24px;
	margin-top: clamp(48px, 5vw, 64px);
	padding: 28px;
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-xl, 18px);
}
body.agh-os .agh-art-author-card .av {
	width: 96px; height: 96px;
	border-radius: 50%;
	background-size: cover; background-position: center;
	background-color: var(--agh-bg-elev);
	border: 2px solid var(--agh-line-glow, var(--agh-line));
}
body.agh-os .agh-art-author-card .info { display: grid; gap: 6px; align-content: center; }
body.agh-os .agh-art-author-card .role {
	font-family: var(--agh-font-mono);
	font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
	color: var(--agh-ink-mute);
}
body.agh-os .agh-art-author-card .name {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: var(--agh-ink);
	letter-spacing: -0.015em;
}
body.agh-os .agh-art-author-card .bio {
	font-size: 14.5px; line-height: 1.55;
	color: var(--agh-ink-soft);
	margin: 4px 0 0;
	max-width: 60ch;
}
body.agh-os .agh-art-author-card .more {
	display: inline-block; margin-top: 8px;
	font-family: var(--agh-font-mono);
	font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
	color: var(--agh-green);
	text-decoration: none;
	transition: color 200ms ease;
}
body.agh-os .agh-art-author-card .more:hover { color: var(--agh-ink); }

/* ---- Sections (legacy class bridge for related/products/AI CTA) ---- */
body.agh-os .agh-section { padding: clamp(56px, 7vw, 100px) 0; }
body.agh-os .agh-section-soft { background: var(--agh-bg-deep); }
body.agh-os .agh-art-related-head { display: grid; gap: 10px; margin: 0 0 clamp(28px, 3.5vw, 44px); max-width: 720px; }
body.agh-os .agh-art-related-head .agh-eyebrow {
	font-family: var(--agh-font-mono);
	font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
	color: var(--agh-ink-mute);
}
body.agh-os .agh-art-related-head .agh-h2 {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 400;
	font-size: clamp(28px, 3.6vw, 44px);
	line-height: 1.08;
	letter-spacing: -0.022em;
	color: var(--agh-ink);
	margin: 0;
}
body.agh-os .agh-art-related-head .agh-lead {
	font-size: 16px; line-height: 1.55;
	color: var(--agh-ink-soft);
	margin: 6px 0 0;
}

/* ---- AI CTA card ---- */
body.agh-os .agh-art-ai-cta {
	display: grid;
	gap: 14px;
	padding: clamp(36px, 5vw, 56px);
	background: linear-gradient(135deg, rgba(122,145,118,0.16) 0%, rgba(122,145,118,0.04) 100%);
	border: 1px solid rgba(122,145,118,0.32);
	border-radius: var(--agh-r-xl, 18px);
	max-width: 880px;
}
body.agh-os .agh-art-ai-cta .agh-eyebrow {
	font-family: var(--agh-font-mono);
	font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
	color: var(--agh-green);
}
body.agh-os .agh-art-ai-cta h2 {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 400;
	font-size: clamp(24px, 2.6vw, 32px);
	line-height: 1.12;
	letter-spacing: -0.018em;
	color: var(--agh-ink);
	margin: 0;
}
body.agh-os .agh-art-ai-cta p {
	font-size: 15.5px; line-height: 1.55;
	color: var(--agh-ink-soft);
	margin: 0;
	max-width: 60ch;
}
body.agh-os .agh-art-ai-cta .agh-btn {
	display: inline-flex; align-items: center; gap: 8px;
	width: fit-content;
	margin-top: 6px;
	background: var(--agh-ink); color: var(--agh-bg-deep);
	border: 0; padding: 12px 22px;
	font-family: var(--agh-font-mono);
	font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
	border-radius: 999px;
	text-decoration: none;
	transition: background 220ms ease, color 220ms ease;
}
body.agh-os .agh-art-ai-cta .agh-btn:hover { background: var(--agh-green); color: var(--agh-cream); }

/* Responsive */
@media (max-width: 768px) {
	body.agh-os .agh-art-meta { flex-direction: column; align-items: flex-start; gap: 16px; }
	body.agh-os .agh-art-author-card { grid-template-columns: 1fr; gap: 16px; }
	body.agh-os .agh-art-author-card .av { width: 72px; height: 72px; }
	body.agh-os .agh-art-thumb-frame { aspect-ratio: 16 / 9; }
}

/* =============================================================
   33. Legal / prose page wrapper (v1.4.9, 2026-05-20)
   For privacy-policy / terms / similar Gutenberg-block pages
   wrapped in <div class="agh-os-prose"> — gives raw <p>/<h2>/<ul>
   editorial dark-shell prose styling.
   ============================================================= */
body.agh-os .agh-os-prose-wrap { background: var(--agh-bg-base); }
body.agh-os .agh-os-prose {
	max-width: 760px;
	margin: 0 auto;
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 17px;
	line-height: 1.7;
	color: var(--agh-ink);
}
body.agh-os .agh-os-prose > * + * { margin-top: 1.2em; }
body.agh-os .agh-os-prose p { color: var(--agh-ink); margin: 0; }
body.agh-os .agh-os-prose h2 {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 400;
	font-size: clamp(22px, 2.2vw, 28px);
	line-height: 1.18;
	letter-spacing: -0.018em;
	color: var(--agh-ink);
	margin: 2em 0 0.4em;
	padding-top: 1em;
	border-top: 1px solid var(--agh-line);
}
body.agh-os .agh-os-prose h2:first-child { padding-top: 0; border-top: 0; margin-top: 0; }
body.agh-os .agh-os-prose h3 {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 500;
	font-size: 19px;
	color: var(--agh-ink);
	margin: 1.6em 0 0.4em;
	letter-spacing: -0.01em;
}
body.agh-os .agh-os-prose ul,
body.agh-os .agh-os-prose ol { padding-left: 1.4em; color: var(--agh-ink); }
body.agh-os .agh-os-prose li { margin: 0.5em 0; }
body.agh-os .agh-os-prose ul li::marker { color: var(--agh-green); }
body.agh-os .agh-os-prose a {
	color: var(--agh-green);
	text-decoration: none;
	border-bottom: 1px solid rgba(122,145,118,0.4);
	transition: color 200ms ease, border-color 200ms ease;
}
body.agh-os .agh-os-prose a:hover { color: var(--agh-ink); border-color: var(--agh-ink); }
body.agh-os .agh-os-prose strong { color: var(--agh-ink); font-weight: 600; }
body.agh-os .agh-os-prose em { color: var(--agh-ink-soft); }
body.agh-os .agh-os-prose blockquote {
	margin: 1.6em 0;
	padding: 8px 0 8px 24px;
	border-left: 3px solid var(--agh-green);
	font-style: italic;
	color: var(--agh-ink-soft);
}
body.agh-os .agh-os-prose hr { border: 0; border-top: 1px solid var(--agh-line); margin: 2.4em 0; }

/* =============================================================
   34. Weather forecast widget — [agh_weather_forecast] (v1.4.9, 2026-05-20)
   Header + city picker, hero "now" card, 7-day strip, foot note + CTA.
   ============================================================= */
body.agh-os .agh-os-weather {
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-xl, 18px);
	padding: clamp(28px, 4vw, 44px);
	display: grid;
	gap: clamp(24px, 3vw, 36px);
	max-width: 1200px;
	margin: 0 auto;
}

/* Header row */
body.agh-os .agh-os-weather-head {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: end;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--agh-line);
}
body.agh-os .agh-os-weather-eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-family: var(--agh-font-mono, 'JetBrains Mono', ui-monospace, monospace);
	font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
	color: var(--agh-ink-mute);
	margin-bottom: 12px;
}
body.agh-os .agh-os-weather-eyebrow .dot {
	width: 6px; height: 6px; border-radius: 50%;
	background: var(--agh-green); box-shadow: 0 0 10px rgba(122,145,118,0.55);
	animation: agh-os-pulse 2.4s ease-in-out infinite;
}
body.agh-os .agh-os-weather-title {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 400;
	font-size: clamp(28px, 3.4vw, 40px);
	line-height: 1.08;
	letter-spacing: -0.022em;
	color: var(--agh-ink);
	margin: 0 0 8px;
}
body.agh-os .agh-os-weather-sub {
	font-size: 14.5px; line-height: 1.55;
	color: var(--agh-ink-soft);
	margin: 0;
}
body.agh-os .agh-os-weather-sub strong { color: var(--agh-ink); font-weight: 500; }
body.agh-os .agh-os-weather-source {
	display: inline-block; margin-left: 6px;
	font-family: var(--agh-font-mono);
	font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
	color: var(--agh-green);
}

/* City picker */
body.agh-os .agh-os-weather-picker {
	display: grid; gap: 6px; margin: 0;
	min-width: 220px;
}
body.agh-os .agh-os-weather-picker label {
	font-family: var(--agh-font-mono);
	font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase;
	color: var(--agh-ink-mute);
}
body.agh-os .agh-os-weather-picker select {
	background: rgba(245,243,238,0.04);
	color: var(--agh-ink);
	border: 1px solid var(--agh-line);
	border-radius: 999px;
	padding: 10px 36px 10px 16px;
	font-size: 14px; font-family: inherit;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12' fill='none' stroke='%23B7B3A8' stroke-width='1.6' stroke-linecap='round'><polyline points='3,4.5 6,7.5 9,4.5'/></svg>");
	background-repeat: no-repeat;
	background-position: right 14px center;
	transition: border-color 200ms ease, box-shadow 200ms ease;
}
body.agh-os .agh-os-weather-picker select:focus {
	outline: none; border-color: var(--agh-green);
	box-shadow: 0 0 0 3px rgba(122,145,118,0.18);
}

/* "Now" hero row */
body.agh-os .agh-os-weather-now {
	display: grid;
	grid-template-columns: auto 1fr 1.2fr;
	gap: clamp(20px, 3vw, 36px);
	align-items: center;
	padding: clamp(24px, 3vw, 36px);
	background: linear-gradient(135deg, rgba(122,145,118,0.16) 0%, rgba(122,145,118,0.04) 60%, rgba(11,15,14,0.0) 100%);
	border: 1px solid rgba(122,145,118,0.28);
	border-radius: var(--agh-r-lg, 14px);
}
body.agh-os .agh-os-weather-now-icon {
	width: 80px; height: 80px;
	display: inline-grid; place-items: center;
	background: rgba(122,145,118,0.18);
	color: var(--agh-green);
	border: 1px solid rgba(122,145,118,0.4);
	border-radius: 50%;
	flex-shrink: 0;
}
body.agh-os .agh-os-weather-now-icon svg { width: 44px; height: 44px; }
body.agh-os .agh-os-weather-now-main { display: grid; gap: 4px; }
body.agh-os .agh-os-weather-now-temp {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 500;
	font-size: clamp(52px, 7vw, 76px);
	line-height: 1;
	letter-spacing: -0.04em;
	color: var(--agh-ink);
}
body.agh-os .agh-os-weather-now-temp span { font-size: 0.45em; color: var(--agh-ink-mute); margin-left: 4px; }
body.agh-os .agh-os-weather-now-label {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: var(--agh-ink);
	letter-spacing: -0.01em;
}
body.agh-os .agh-os-weather-now-range {
	font-family: var(--agh-font-mono);
	font-size: 12px; letter-spacing: 0.06em;
	color: var(--agh-ink-mute);
	margin-top: 2px;
}
body.agh-os .agh-os-weather-now-advisory {
	background: rgba(11,15,14,0.4);
	border: 1px solid rgba(245,243,238,0.08);
	border-radius: 12px;
	padding: 16px 18px;
}
body.agh-os .agh-os-weather-advisory-label {
	display: inline-block;
	font-family: var(--agh-font-mono);
	font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase;
	color: var(--agh-green);
	margin-bottom: 6px;
}
body.agh-os .agh-os-weather-now-advisory p {
	font-size: 14.5px; line-height: 1.5;
	color: var(--agh-ink);
	margin: 0;
}

/* 7-day strip */
body.agh-os .agh-os-weather-week {
	list-style: none; padding: 0; margin: 0;
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 8px;
}
body.agh-os .agh-os-weather-day {
	display: grid; gap: 10px; justify-items: center; align-content: center;
	padding: 18px 8px;
	background: rgba(245,243,238,0.03);
	border: 1px solid var(--agh-line);
	border-radius: 12px;
	min-height: 140px;
	transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
}
body.agh-os .agh-os-weather-day:hover {
	background: rgba(245,243,238,0.05);
	border-color: rgba(122,145,118,0.35);
	transform: translateY(-2px);
}
body.agh-os .agh-os-weather-day.is-today {
	background: rgba(122,145,118,0.14);
	border-color: rgba(122,145,118,0.5);
}
body.agh-os .agh-os-weather-day-name {
	font-family: var(--agh-font-mono);
	font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
	color: var(--agh-ink-mute);
}
body.agh-os .agh-os-weather-day.is-today .agh-os-weather-day-name { color: var(--agh-green); }
body.agh-os .agh-os-weather-day-icon {
	width: 28px; height: 28px;
	display: inline-grid; place-items: center;
	color: var(--agh-ink);
}
body.agh-os .agh-os-weather-day-icon svg { width: 28px; height: 28px; }
body.agh-os .agh-os-weather-day-temp { display: flex; gap: 6px; align-items: baseline; }
body.agh-os .agh-os-weather-day-temp .hi {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: var(--agh-ink);
}
body.agh-os .agh-os-weather-day-temp .lo {
	font-family: 'Space Grotesk', system-ui, sans-serif;
	font-size: 13px;
	color: var(--agh-ink-mute);
}
body.agh-os .agh-os-weather-day-rain {
	font-family: var(--agh-font-mono);
	font-size: 11px; letter-spacing: 0.06em;
	color: var(--agh-ink-soft);
}

/* Foot */
body.agh-os .agh-os-weather-foot {
	display: flex; justify-content: space-between; align-items: center;
	gap: 16px; flex-wrap: wrap;
	padding-top: 18px;
	border-top: 1px solid var(--agh-line);
	font-size: 12.5px;
	color: var(--agh-ink-mute);
}
body.agh-os .agh-os-weather-foot-cta {
	font-family: var(--agh-font-mono);
	font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
	color: var(--agh-green);
	text-decoration: none;
	white-space: nowrap;
	transition: color 200ms ease;
}
body.agh-os .agh-os-weather-foot-cta:hover { color: var(--agh-ink); }

/* Responsive */
@media (max-width: 1000px) {
	body.agh-os .agh-os-weather-head { grid-template-columns: 1fr; align-items: start; }
	body.agh-os .agh-os-weather-now { grid-template-columns: auto 1fr; }
	body.agh-os .agh-os-weather-now-advisory { grid-column: 1 / -1; }
	body.agh-os .agh-os-weather-week { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
}
@media (max-width: 600px) {
	body.agh-os .agh-os-weather-now { grid-template-columns: 1fr; text-align: left; }
	body.agh-os .agh-os-weather-now-icon { width: 64px; height: 64px; }
	body.agh-os .agh-os-weather-now-icon svg { width: 36px; height: 36px; }
	body.agh-os .agh-os-weather-week { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	body.agh-os .agh-os-weather-day { min-height: 110px; padding: 14px 8px; }
}

/* ============================================================
   v1.6.1 — Custom vendor dashboard home (.agh-vd)
   Dokan Lite's dashboard home only emits an empty JS analytics
   app + unpopulated columns; we render a server-side overview.
   ============================================================ */
body.agh-os .dokan-dashboard-content #dokan-analytics-app { display: none !important; }
body.agh-os .dokan-dashboard-content .dashboard-content-area { display: block; }
body.agh-os .dokan-dashboard-content .dokan-dash-left:empty,
body.agh-os .dokan-dashboard-content .dokan-dash-right:empty { display: none !important; }

body.agh-os .agh-vd { display: grid; gap: clamp(20px, 2.4vw, 30px); }
body.agh-os .agh-vd-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
body.agh-os .agh-vd-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--agh-font-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--agh-ink-mute); margin-bottom: 12px; }
body.agh-os .agh-vd-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--agh-green); box-shadow: 0 0 8px var(--agh-green); }
body.agh-os .agh-vd-title { font-family: var(--agh-font-display); font-size: clamp(28px, 3.4vw, 42px); letter-spacing: -0.02em; color: var(--agh-ink); margin: 0 0 6px; }
body.agh-os .agh-vd-sub { color: var(--agh-ink-soft); font-size: 15px; margin: 0; }
body.agh-os .agh-vd-addbtn { flex: 0 0 auto; }

body.agh-os .agh-vd-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: clamp(12px, 1.4vw, 18px); }
body.agh-os .agh-vd-stat { display: grid; gap: 8px; padding: 22px 24px; background: var(--agh-bg-elev); border: 1px solid var(--agh-line); border-radius: var(--agh-r-lg); text-decoration: none; transition: border-color 240ms var(--agh-ease), transform 240ms var(--agh-ease), box-shadow 240ms var(--agh-ease); }
body.agh-os .agh-vd-stat:hover { border-color: var(--agh-line-glow); transform: translateY(-3px); box-shadow: 0 18px 40px -22px rgba(0,0,0,0.7); }
body.agh-os .agh-vd-stat-num { font-family: var(--agh-font-display); font-size: clamp(26px, 2.6vw, 34px); color: var(--agh-ink); letter-spacing: -0.02em; line-height: 1; }
body.agh-os .agh-vd-stat-label { font-family: var(--agh-font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--agh-ink-mute); }

body.agh-os .agh-vd-actions { display: flex; flex-wrap: wrap; gap: 10px; }
body.agh-os .agh-vd-action { display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px; border-radius: 999px; background: var(--agh-bg-glass); border: 1px solid var(--agh-line); color: var(--agh-ink); font-size: 14px; text-decoration: none; transition: background 240ms var(--agh-ease), border-color 240ms var(--agh-ease), color 240ms var(--agh-ease), transform 240ms var(--agh-ease); }
body.agh-os .agh-vd-action span { color: var(--agh-green); transition: transform 240ms var(--agh-ease); }
body.agh-os .agh-vd-action:hover { background: var(--agh-bg-glass-2); border-color: var(--agh-line-glow); color: var(--agh-green); transform: translateY(-2px); }
body.agh-os .agh-vd-action:hover span { transform: translateX(4px); }

body.agh-os .agh-vd-recent { display: grid; gap: 16px; }
body.agh-os .agh-vd-recent-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
body.agh-os .agh-vd-recent-head h3 { font-family: var(--agh-font-display); font-size: 20px; color: var(--agh-ink); margin: 0; letter-spacing: -0.01em; }
body.agh-os .agh-vd-recent-head a { font-family: var(--agh-font-mono); font-size: 12px; letter-spacing: 0.08em; color: var(--agh-green); text-decoration: none; white-space: nowrap; }
body.agh-os .agh-vd-recent-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.4vw, 18px); }
body.agh-os .agh-vd-prod { background: var(--agh-bg-elev); border: 1px solid var(--agh-line); border-radius: var(--agh-r-lg); overflow: hidden; text-decoration: none; transition: border-color 240ms var(--agh-ease), transform 240ms var(--agh-ease); }
body.agh-os .agh-vd-prod:hover { border-color: var(--agh-line-glow); transform: translateY(-3px); }
body.agh-os .agh-vd-prod-img { display: block; aspect-ratio: 4 / 3; background-size: cover; background-position: center; }
body.agh-os .agh-vd-prod-body { display: grid; gap: 4px; padding: 12px 14px; }
body.agh-os .agh-vd-prod-title { color: var(--agh-ink); font-size: 14px; line-height: 1.35; }
body.agh-os .agh-vd-prod-price { color: var(--agh-green); font-size: 13px; font-weight: 600; }
body.agh-os .agh-vd-prod-price del { color: var(--agh-ink-mute); font-weight: 400; margin-right: 4px; }

@media (max-width: 900px) { body.agh-os .agh-vd-recent-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) {
	body.agh-os .agh-vd-head { align-items: flex-start; }
	body.agh-os .agh-vd-addbtn { width: 100%; justify-content: center; }
}

/* Neutralize Dokan's runtime purple sidebar/accents under the dark theme */
body.agh-os .dokan-dash-sidebar,
body.agh-os #dokan-dashboard-fullwidth-wrapper .dokan-dash-sidebar,
body.agh-os .dokan-dashboard .dokan-dash-sidebar {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border: none !important;
}
/* keep the menu card itself dark + give the active item a sage accent (not purple) */
body.agh-os .dokan-dash-sidebar .dokan-dashboard-menu { background: var(--agh-bg-raised) !important; }
body.agh-os .dokan-dashboard-menu li.active a { background: var(--agh-bg-elev) !important; color: var(--agh-ink) !important; box-shadow: inset 2px 0 0 var(--agh-green) !important; }
body.agh-os .dokan-dashboard-menu li.active a i,
body.agh-os .dokan-dashboard-menu li a:hover i { color: var(--agh-green) !important; }

/* Dokan active item + submenu set purple on the <li>; neutralize to sage/dark */
body.agh-os #dokan-navigation .dokan-dashboard-menu li.active,
body.agh-os .dokan-dashboard-menu li.active { background: transparent !important; }
body.agh-os #dokan-navigation .dokan-dashboard-menu li.active > a,
body.agh-os .dokan-dashboard-menu li.active > a { background: var(--agh-bg-elev) !important; color: var(--agh-ink) !important; box-shadow: inset 2px 0 0 var(--agh-green) !important; }
body.agh-os .dokan-dashboard-menu .navigation-submenu,
body.agh-os .dokan-dashboard-menu .navigation-submenu li,
body.agh-os .dokan-dashboard-menu li.submenu-item { background: transparent !important; }
body.agh-os .dokan-dashboard-menu li.submenu-item > a { background: var(--agh-bg-glass) !important; color: var(--agh-ink-soft) !important; }
body.agh-os .dokan-dashboard-menu li.submenu-item > a:hover { background: var(--agh-bg-glass-2) !important; color: var(--agh-ink) !important; }

/* ============================================================
   Remap Dokan's purple "primary" palette to AgriHub sage.
   Dokan's new (React) vendor dashboard paints with var(--colors-primary-*)
   + var(--primary); overriding them here flips every purple accent
   (sidebar, active states, buttons, links) to the brand sage.
   ============================================================ */
body.agh-os {
	--primary: #7A9176 !important;
	--colors-primary-50:  #eef2ed !important;
	--colors-primary-100: #dde6db !important;
	--colors-primary-200: #c3d2c0 !important;
	--colors-primary-300: #a9bea5 !important;
	--colors-primary-400: #93ab8e !important;
	--colors-primary-500: #7A9176 !important;
	--colors-primary-600: #5A735C !important;
	--colors-primary-700: #4a6049 !important;
	--colors-primary-800: #3D5240 !important;
	--colors-primary-900: #2f4032 !important;
}
/* Dark React dashboard sidebar to match the editorial shell */
body.agh-os .dokan-frontend-sidebar,
body.agh-os aside.dokan-frontend-sidebar {
	background: var(--agh-bg-raised) !important;
	color: var(--agh-ink-soft) !important;
	border-right: 1px solid var(--agh-line) !important;
}
body.agh-os .dokan-frontend-sidebar a { color: var(--agh-ink-soft) !important; }
body.agh-os .dokan-frontend-sidebar a:hover { color: var(--agh-ink) !important; }

/* Vendor dashboard is a business tool — no hero, tight professional top spacing */
body.agh-os .agh-os-dashboard-wrap--app { padding-top: clamp(26px, 3.5vw, 44px) !important; padding-bottom: clamp(40px, 6vw, 72px) !important; }
body.agh-os .agh-os-dashboard-wrap--app .dokan-dashboard-content { padding-top: 0 !important; }

/* ============================================================
   Section 35 — Contact page (v1.7.0)
   ============================================================ */
.agh-os-contact { display: block; }
.agh-os-contact-grid {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: clamp(32px, 4vw, 64px);
	align-items: start;
}
.agh-os-contact-aside { display: grid; gap: 20px; }
.agh-os-contact-aside .agh-os-h3 { margin: 0; }
.agh-os-contact-aside .agh-os-body { color: var(--agh-ink-soft); max-width: 42ch; }

.agh-os-contact-meta { margin: 8px 0 0; padding: 22px 0 0; border-top: 1px solid var(--agh-line); display: grid; gap: 18px; }
.agh-os-contact-meta > div { display: grid; gap: 4px; }
.agh-os-contact-meta dt { font-family: var(--agh-font-mono, ui-monospace, SFMono-Regular, monospace); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--agh-ink-mute); margin: 0; }
.agh-os-contact-meta dd { margin: 0; font-size: 16px; color: var(--agh-ink); }
.agh-os-contact-meta a { color: var(--agh-green); text-decoration: none; }
.agh-os-contact-meta a:hover { color: var(--agh-ink); }

.agh-os-contact-main {
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-xl, 22px);
	padding: clamp(24px, 3vw, 38px);
	box-shadow: 0 18px 50px -28px rgba(0,0,0,0.6);
}

.agh-os-contact-flash {
	display: grid; gap: 4px;
	padding: 14px 18px; border-radius: 12px;
	margin-bottom: 22px;
	font-size: 14.5px; line-height: 1.5;
}
.agh-os-contact-flash strong { font-size: 15px; }
.agh-os-contact-flash--ok  { background: rgba(122,145,118,0.14); border: 1px solid rgba(122,145,118,0.35); color: var(--agh-ink); }
.agh-os-contact-flash--ok strong { color: var(--agh-green); }
.agh-os-contact-flash--err { background: rgba(201,117,89,0.12);  border: 1px solid rgba(201,117,89,0.32);  color: var(--agh-ink); }
.agh-os-contact-flash--err strong { color: #E0876C; }

.agh-os-contact-form { display: grid; gap: 18px; }
.agh-os-contact-row { display: grid; gap: 18px; }
.agh-os-contact-row--two { grid-template-columns: 1fr 1fr; }
.agh-os-contact-form label { display: grid; gap: 7px; }
.agh-os-contact-form label > span {
	font-family: var(--agh-font-mono, ui-monospace, SFMono-Regular, monospace);
	font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
	color: var(--agh-ink-mute);
}
.agh-os-contact-form input[type="text"],
.agh-os-contact-form input[type="email"],
.agh-os-contact-form select,
.agh-os-contact-form textarea {
	width: 100%;
	background: rgba(245,243,238,0.04);
	border: 1px solid var(--agh-line);
	border-radius: 12px;
	padding: 14px 16px;
	color: var(--agh-ink);
	font: inherit; font-size: 15px;
	transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.agh-os-contact-form textarea { resize: vertical; min-height: 140px; line-height: 1.55; }
.agh-os-contact-form select {
	appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23F5F3EE' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
	background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px;
}
.agh-os-contact-form input:focus,
.agh-os-contact-form select:focus,
.agh-os-contact-form textarea:focus {
	outline: none;
	border-color: var(--agh-green);
	box-shadow: 0 0 0 4px rgba(122,145,118,0.22);
	background: rgba(245,243,238,0.06);
}

.agh-os-contact-submit-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 6px; }
.agh-os-contact-fineprint { margin: 0; font-size: 12.5px; color: var(--agh-ink-mute); }
.agh-os-contact-fineprint a { color: var(--agh-green); text-decoration: none; }
.agh-os-contact-fineprint a:hover { color: var(--agh-ink); text-decoration: underline; }

@media (max-width: 900px) {
	.agh-os-contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
	.agh-os-contact-row--two { grid-template-columns: 1fr; }
}

/* ============================================================
   Section 36 — Vendor store gallery (v1.7.0)
   "From the farm" — 3 atmospheric photos per vendor on /store/<slug>/
   ============================================================ */
.agh-os-store-gallery {
	margin: clamp(28px, 3.5vw, 44px) 0 clamp(20px, 2.5vw, 32px);
	display: grid; gap: 16px;
}
.agh-os-store-gallery-head {
	display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.agh-os-store-gallery-eyebrow {
	font-family: var(--agh-font-mono, ui-monospace, SFMono-Regular, monospace);
	font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
	color: var(--agh-ink-mute);
	display: inline-flex; align-items: center; gap: 10px;
}
.agh-os-store-gallery-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--agh-green); box-shadow: 0 0 0 4px rgba(122,145,118,0.18); }
.agh-os-store-gallery-cap { font-size: 13px; color: var(--agh-ink-mute); margin: 0; }
.agh-os-store-gallery-grid {
	display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 14px;
}
.agh-os-store-gallery-tile {
	position: relative;
	aspect-ratio: 4 / 3;
	border-radius: 16px;
	background-size: cover; background-position: center;
	border: 1px solid var(--agh-line);
	overflow: hidden;
	box-shadow: 0 14px 36px -22px rgba(0,0,0,0.6);
	transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.agh-os-store-gallery-tile::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(7,10,9,0) 50%, rgba(7,10,9,0.55) 100%);
	pointer-events: none;
}
.agh-os-store-gallery-tile .caption {
	position: absolute; left: 16px; bottom: 14px; right: 16px;
	font-family: var(--agh-font-mono, ui-monospace, SFMono-Regular, monospace);
	font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase;
	color: var(--agh-ink); opacity: 0.92;
	z-index: 1;
}
.agh-os-store-gallery-tile:hover {
	transform: translateY(-3px);
	border-color: rgba(122,145,118,0.4);
	box-shadow: 0 22px 48px -22px rgba(0,0,0,0.7);
}
@media (max-width: 900px) {
	.agh-os-store-gallery-grid { grid-template-columns: 1fr 1fr; }
	.agh-os-store-gallery-tile:first-child { grid-column: span 2; }
}
@media (max-width: 540px) {
	.agh-os-store-gallery-grid { grid-template-columns: 1fr; }
	.agh-os-store-gallery-tile:first-child { grid-column: span 1; }
}

/* ============================================================
   Section 37 — Homepage button visibility bump (v1.7.1)
   Scoped to body.agh-front only — ghost buttons on cinematic
   dark stages and cream sections were reading as faint outlines;
   inline marketplace link had no resting underline. Stronger
   borders + visible glass fill + a static underline on .agh-os-link.
   ============================================================ */

/* Ghost buttons — used in Platform/Advisory/Marketplace/About sections.
   Was: 8% border, transparent bg. Now: 35% border + light glass fill
   + faint shadow so it reads on dark photo bgs and on cream both. */
body.agh-front .agh-os-btn--ghost {
	background: rgba(245,243,238,0.06);
	border-color: rgba(245,243,238,0.38);
	border-width: 1.5px;
	color: var(--agh-ink);
	box-shadow: 0 10px 26px -16px rgba(0,0,0,0.45);
	backdrop-filter: blur(8px) saturate(140%);
	-webkit-backdrop-filter: blur(8px) saturate(140%);
}
body.agh-front .agh-os-btn--ghost:hover {
	background: rgba(245,243,238,0.12);
	border-color: rgba(151,174,147,0.7);
	color: #C5DBC0;
	box-shadow: 0 16px 34px -16px rgba(122,145,118,0.55);
}

/* Cream-section ghost override — Platform "See how it works" sits on cream.
   Needs darker ink + visible dark border to read on the warm beige surface. */
body.agh-front .agh-os-section--cream .agh-os-btn--ghost {
	background: rgba(26,33,31,0.06);
	border-color: rgba(26,33,31,0.45);
	color: var(--agh-on-cream);
	box-shadow: 0 8px 22px -16px rgba(26,33,31,0.35);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}
body.agh-front .agh-os-section--cream .agh-os-btn--ghost:hover {
	background: var(--agh-on-cream);
	border-color: var(--agh-on-cream);
	color: var(--agh-cream);
}

/* Apply CTA — already prominent, but on the cinematic hero photo it can lose
   contrast against bright sky pixels. Stronger glow ring + deeper shadow. */
body.agh-front .agh-os-btn--apply {
	box-shadow:
		0 22px 44px -14px rgba(122,145,118,0.7),
		0 0 0 1px rgba(245,243,238,0.18),
		inset 0 1px 0 rgba(245,243,238,0.22);
}
body.agh-front .agh-os-btn--apply:hover {
	box-shadow:
		0 26px 52px -14px rgba(122,145,118,0.85),
		0 0 0 1px rgba(245,243,238,0.32),
		inset 0 1px 0 rgba(245,243,238,0.3);
}

/* Inline marketplace link — "Explore the marketplace" needs a resting
   underline so it's clearly a link, not just body text on cream. */
body.agh-front .agh-os-link {
	font-weight: 600;
}
body.agh-front .agh-os-link::after {
	width: 100%;
	height: 1.5px;
	opacity: 0.7;
}
body.agh-front .agh-os-link:hover::after { opacity: 1; }
body.agh-front .agh-os-section--cream .agh-os-link::after { background: var(--agh-green-2); }

/* ============================================================
   Section 38 — Dokan React "new dashboard" polish (v1.7.2)
   Targets the SPA at /dashboard/new/ — including #/products/create.
   The form is rendered client-side via @wordpress/components +
   @wordpress/dataforms inside #dokan-vendor-dashboard-root. We
   can't change the markup, only the look. Strategy: editorial
   light-on-cream surface, sage focus accents, premium cards,
   AgriHub button language.
   ============================================================ */

/* The dashboard mount — generous editorial frame, soft cream surface
   so the React app reads as a premium tool, not a transplanted admin. */
body.agh-os #dokan-vendor-dashboard-root {
	background: linear-gradient(180deg, #F7F4ED 0%, #F2EAD8 100%);
	border-radius: 22px;
	min-height: 600px;
	padding: clamp(20px, 2.5vw, 36px);
	box-shadow:
		0 32px 80px -40px rgba(7, 10, 9, 0.45),
		0 1px 0 rgba(245, 243, 238, 0.06) inset;
	color: #1A211F;
	position: relative;
	overflow: hidden;
}
/* Subtle sage ambient — gives the cream surface depth */
body.agh-os #dokan-vendor-dashboard-root::before {
	content: '';
	position: absolute; inset: 0;
	background:
		radial-gradient(60% 40% at 88% 0%, rgba(122,145,118,0.10), transparent 60%),
		radial-gradient(50% 50% at 0% 100%, rgba(212,177,106,0.06), transparent 70%);
	pointer-events: none; z-index: 0;
}
body.agh-os #dokan-vendor-dashboard-root > * { position: relative; z-index: 1; }

/* Loading spinner — match brand sage instead of generic gray/purple */
body.agh-os #dokan-vendor-dashboard-root svg.animate-spin {
	color: rgba(122,145,118,0.18) !important;
	fill: var(--agh-green) !important;
	width: 56px !important; height: 56px !important;
}

/* ---------- Cards: panels + dataform sections ---------- */
body.agh-os .dokan-layout .components-card,
body.agh-os .dokan-layout .dataforms-layouts-card,
body.agh-os .dokan-layout .dataforms-layouts-panel {
	background: #FFFFFF !important;
	border: 1px solid rgba(26,33,31,0.10) !important;
	border-radius: 16px !important;
	box-shadow: 0 10px 30px -22px rgba(7,10,9,0.25) !important;
	overflow: hidden;
}
body.agh-os .dokan-layout .components-card__header {
	background: linear-gradient(180deg, #FBF7EF 0%, #F5EFE2 100%) !important;
	border-bottom: 1px solid rgba(26,33,31,0.08) !important;
	padding: 18px 24px !important;
	font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	letter-spacing: -0.012em !important;
	color: #1A211F !important;
}
body.agh-os .dokan-layout .components-card__body,
body.agh-os .dokan-layout .components-card-body {
	padding: 24px !important;
	color: #1A211F !important;
}

/* ---------- Form field rows (dataforms) ---------- */
body.agh-os .dokan-layout .dataforms-layouts-card__field,
body.agh-os .dokan-layout .dataforms-layouts-panel__field,
body.agh-os .dokan-layout .dataforms-layouts-regular__field,
body.agh-os .dokan-layout .dataforms-layouts-row__field-control {
	margin-bottom: 18px;
}
body.agh-os .dokan-layout .dataforms-layouts-card__field-header-label,
body.agh-os .dokan-layout .dataforms-layouts-panel__field-label,
body.agh-os .dokan-layout .dataforms-layouts-regular__field-label {
	font-family: ui-monospace, SFMono-Regular, monospace !important;
	font-size: 11px !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	color: rgba(26,33,31,0.62) !important;
	font-weight: 500 !important;
	margin-bottom: 7px !important;
}
body.agh-os .dokan-layout .dataforms-layouts-card__field-description,
body.agh-os .dokan-layout .dataforms-layouts-card__field-summary {
	color: rgba(26,33,31,0.58) !important;
	font-size: 13px !important;
	line-height: 1.5 !important;
}

/* ---------- Inputs / Selects / Textareas ---------- */
body.agh-os .dokan-layout input[type="text"],
body.agh-os .dokan-layout input[type="email"],
body.agh-os .dokan-layout input[type="url"],
body.agh-os .dokan-layout input[type="number"],
body.agh-os .dokan-layout input[type="search"],
body.agh-os .dokan-layout input[type="tel"],
body.agh-os .dokan-layout input[type="password"],
body.agh-os .dokan-layout textarea,
body.agh-os .dokan-layout select,
body.agh-os .dokan-layout .components-input-control__input,
body.agh-os .dokan-layout .components-text-control__input,
body.agh-os .dokan-layout .components-select-control__input,
body.agh-os .dokan-layout .components-textarea-control__input {
	background: #FFFFFF !important;
	border: 1px solid rgba(26,33,31,0.14) !important;
	border-radius: 10px !important;
	padding: 11px 14px !important;
	color: #1A211F !important;
	font-size: 14.5px !important;
	font-family: 'Inter', system-ui, sans-serif !important;
	box-shadow: 0 1px 0 rgba(26,33,31,0.03) inset !important;
	transition: border-color .18s ease, box-shadow .18s ease;
}
body.agh-os .dokan-layout textarea,
body.agh-os .dokan-layout .components-textarea-control__input {
	min-height: 110px !important; line-height: 1.55 !important;
}
body.agh-os .dokan-layout input:focus,
body.agh-os .dokan-layout textarea:focus,
body.agh-os .dokan-layout select:focus,
body.agh-os .dokan-layout .components-input-control__input:focus,
body.agh-os .dokan-layout .components-text-control__input:focus {
	outline: none !important;
	border-color: var(--agh-green) !important;
	box-shadow: 0 0 0 4px rgba(122,145,118,0.20) !important;
}
/* InputControl wrapper (newer @wordpress/components style) */
body.agh-os .dokan-layout .components-input-control__container,
body.agh-os .dokan-layout .components-base-control__field {
	background: transparent !important;
}

/* ---------- Checkboxes + Toggles ---------- */
body.agh-os .dokan-layout .components-checkbox-control__input {
	border-color: rgba(26,33,31,0.30) !important;
	border-radius: 4px !important;
	width: 18px !important; height: 18px !important;
}
body.agh-os .dokan-layout .components-checkbox-control__input:checked {
	background: var(--agh-green) !important;
	border-color: var(--agh-green) !important;
}
body.agh-os .dokan-layout .components-form-toggle__track {
	background: rgba(26,33,31,0.20) !important;
	border-radius: 999px !important;
}
body.agh-os .dokan-layout .components-form-toggle.is-checked .components-form-toggle__track {
	background: var(--agh-green) !important;
}

/* ---------- Buttons ---------- */
/* Primary actions (Save / Publish / Create) — AgriHub sage gradient pill */
body.agh-os .dokan-layout .components-button.is-primary,
body.agh-os #dokan-vendor-dashboard-root .components-button.is-primary {
	background: linear-gradient(135deg, #97AE93 0%, #7A9176 45%, #5A735C 100%) !important;
	border: 1px solid rgba(122,145,118,0.55) !important;
	color: #ECE3D2 !important;
	border-radius: 999px !important;
	font-weight: 600 !important;
	padding: 10px 22px !important;
	font-size: 14px !important;
	letter-spacing: -0.005em !important;
	box-shadow:
		0 14px 28px -14px rgba(122,145,118,0.55),
		inset 0 1px 0 rgba(245,243,238,0.20) !important;
	transition: transform .2s ease, box-shadow .2s ease !important;
}
body.agh-os .dokan-layout .components-button.is-primary:hover,
body.agh-os #dokan-vendor-dashboard-root .components-button.is-primary:hover {
	transform: translateY(-1px) !important;
	box-shadow:
		0 20px 36px -14px rgba(122,145,118,0.70),
		inset 0 1px 0 rgba(245,243,238,0.28) !important;
}
body.agh-os .dokan-layout .components-button.is-primary:disabled {
	opacity: 0.55 !important; transform: none !important; box-shadow: none !important;
}

/* Secondary actions — ghost pill, dark on cream */
body.agh-os .dokan-layout .components-button.is-secondary {
	background: transparent !important;
	border: 1px solid rgba(26,33,31,0.30) !important;
	color: #1A211F !important;
	border-radius: 999px !important;
	padding: 10px 22px !important;
	font-weight: 500 !important;
	font-size: 14px !important;
}
body.agh-os .dokan-layout .components-button.is-secondary:hover {
	background: rgba(26,33,31,0.06) !important;
	border-color: var(--agh-green) !important;
	color: var(--agh-green-2) !important;
}

/* Tertiary / link buttons stay subtle */
body.agh-os .dokan-layout .components-button.is-tertiary,
body.agh-os .dokan-layout .components-button.is-link {
	color: var(--agh-green-2) !important;
}
body.agh-os .dokan-layout .components-button.is-tertiary:hover,
body.agh-os .dokan-layout .components-button.is-link:hover {
	color: #1A211F !important; background: rgba(122,145,118,0.10) !important;
}

/* Icon-only buttons — round pill, subtle */
body.agh-os .dokan-layout .components-button.has-icon:not(.is-primary):not(.is-secondary) {
	border-radius: 8px !important;
	color: rgba(26,33,31,0.65) !important;
}
body.agh-os .dokan-layout .components-button.has-icon:not(.is-primary):not(.is-secondary):hover {
	background: rgba(26,33,31,0.06) !important;
	color: #1A211F !important;
}

/* ---------- Tabs / segmented controls ---------- */
body.agh-os .dokan-layout .components-tab-panel__tabs {
	border-bottom: 1px solid rgba(26,33,31,0.10) !important;
	gap: 4px !important;
}
body.agh-os .dokan-layout .components-tab-panel__tabs-item {
	color: rgba(26,33,31,0.60) !important;
	border-radius: 8px 8px 0 0 !important;
	padding: 10px 16px !important;
	font-weight: 500 !important;
}
body.agh-os .dokan-layout .components-tab-panel__tabs-item.is-active {
	color: var(--agh-green-2) !important;
	box-shadow: inset 0 -2px 0 var(--agh-green) !important;
}

/* ---------- DataForms panel-style field dropdowns ---------- */
body.agh-os .dokan-layout .dataforms-layouts-panel__field-dropdown,
body.agh-os .dokan-layout .dataforms-layouts-panel__dropdown-header {
	background: rgba(255,255,255,0.6) !important;
	border: 1px solid rgba(26,33,31,0.10) !important;
	border-radius: 10px !important;
}
body.agh-os .dokan-layout .dataforms-layouts-panel__field-control button {
	color: #1A211F !important;
}

/* ---------- Notices ---------- */
body.agh-os .dokan-layout .components-notice {
	border-radius: 12px !important;
	border-left-width: 3px !important;
	background: #FFFFFF !important;
	box-shadow: 0 8px 22px -16px rgba(7,10,9,0.25) !important;
}
body.agh-os .dokan-layout .components-notice.is-success { border-left-color: var(--agh-green) !important; }
body.agh-os .dokan-layout .components-notice.is-error   { border-left-color: #C97559 !important; }

/* ---------- Editorial page header injected by PHP ---------- */
.agh-vd-newhead {
	display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 16px;
	padding: clamp(18px, 2.4vw, 28px) clamp(20px, 2.6vw, 32px);
	margin-bottom: clamp(18px, 2.2vw, 26px);
	background: linear-gradient(135deg, rgba(122,145,118,0.10), rgba(212,177,106,0.05));
	border: 1px solid var(--agh-line);
	border-radius: 18px;
	color: var(--agh-ink);
}
.agh-vd-newhead-copy { display: grid; gap: 6px; max-width: 640px; }
.agh-vd-newhead-eyebrow {
	font-family: ui-monospace, SFMono-Regular, monospace; font-size: 11px;
	letter-spacing: 0.2em; text-transform: uppercase; color: var(--agh-ink-mute);
	display: inline-flex; align-items: center; gap: 10px;
}
.agh-vd-newhead-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--agh-green); box-shadow: 0 0 0 4px rgba(122,145,118,0.20); }
.agh-vd-newhead-title {
	margin: 0; font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
	font-size: clamp(24px, 2.4vw, 32px); letter-spacing: -0.018em; font-weight: 500;
}
.agh-vd-newhead-sub { margin: 0; color: var(--agh-ink-soft); font-size: 14.5px; line-height: 1.5; max-width: 56ch; }
.agh-vd-newhead-aside { display: flex; align-items: center; gap: 12px; }
.agh-vd-newhead-aside .agh-os-btn { padding: 10px 18px; font-size: 13.5px; }

@media (max-width: 720px) {
	body.agh-os #dokan-vendor-dashboard-root { padding: 16px; border-radius: 16px; }
}

/* ============================================================
   Section 39 — Homepage Platform fixes (2026-06-02)
   1. Restore module-card icons: the inline SVGs were stripped from
      stored content by KSES on save. Re-add them as CSS mask-image
      data-URIs keyed by a per-card modifier class — lives in the
      stylesheet (never filtered), so it can't be stripped again.
   2. Fix low-contrast titles: the <a> inside each h3 inherited the
      global link colour and read pale on cream. Force h3 ink + a
      hover underline.
   3. Style the 8th "ecosystem" card that fills the 4-col grid.
   4. Strengthen the homepage hero overlay in the copy zone.
   ============================================================ */

/* --- Titles: anchor inherits the dark h3 ink, grows an underline --- */
.agh-os-platform-card h3 a {
	color: inherit;
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-size: 0% 1.5px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding-bottom: 1px;
	transition: background-size 280ms var(--agh-ease), color 200ms var(--agh-ease);
}
/* beat Astra's parent-theme content-link underline (higher specificity) */
body.agh-os .agh-os-platform-card h3 a { text-decoration: none; }
.agh-os-platform-card:hover h3 a { background-size: 100% 1.5px; }
.agh-os-section--cream .agh-os-platform-card:hover h3 a { color: var(--agh-green-2); }
.agh-os-section:not(.agh-os-section--cream) .agh-os-platform-card:hover h3 a { color: var(--agh-green); }

/* --- Icon glyphs: masked so they take the pill's `color` (sage) --- */
.agh-os-platform-icon::before {
	content: "";
	width: 20px;
	height: 20px;
	background: currentColor;
	-webkit-mask: var(--agh-pic) center / contain no-repeat;
	        mask: var(--agh-pic) center / contain no-repeat;
}
.agh-os-platform-icon--leaf   { --agh-pic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10z'/%3E%3Cpath d='M2 21c0-3 1.85-5.36 5.08-6'/%3E%3C/svg%3E"); }
.agh-os-platform-icon--cloud  { --agh-pic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z'/%3E%3C/svg%3E"); }
.agh-os-platform-icon--bag    { --agh-pic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E"); }
.agh-os-platform-icon--spark  { --agh-pic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l1.9 5.8L19.5 11l-5.6 2.2L12 19l-1.9-5.8L4.5 11l5.6-2.2z'/%3E%3C/svg%3E"); }
.agh-os-platform-icon--people { --agh-pic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E"); }
.agh-os-platform-icon--truck  { --agh-pic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 3h15v13H1z'/%3E%3Cpath d='M16 8h4l3 3v5h-7z'/%3E%3Ccircle cx='5.5' cy='18.5' r='2.5'/%3E%3Ccircle cx='18.5' cy='18.5' r='2.5'/%3E%3C/svg%3E"); }
.agh-os-platform-icon--chart  { --agh-pic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 20V10'/%3E%3Cpath d='M12 20V4'/%3E%3Cpath d='M6 20v-6'/%3E%3C/svg%3E"); }
.agh-os-platform-icon--layers { --agh-pic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2 2 7l10 5 10-5z'/%3E%3Cpath d='M2 17l10 5 10-5'/%3E%3Cpath d='M2 12l10 5 10-5'/%3E%3C/svg%3E"); }

/* --- 8th cell: ecosystem summary / CTA card, fills the grid --- */
.agh-os-platform-card--cta { position: relative; }
.agh-os-section--cream .agh-os-platform-card--cta {
	background: linear-gradient(155deg, rgba(122,145,118,0.16), rgba(90,115,92,0.10));
}
.agh-os-section:not(.agh-os-section--cream) .agh-os-platform-card--cta {
	background: linear-gradient(155deg, rgba(122,145,118,0.18), rgba(122,145,118,0.06));
}
.agh-os-platform-card--cta:hover { filter: brightness(1.04); }
.agh-os-platform-card--cta h3 a::after { content: ""; position: absolute; inset: 0; } /* stretched link */
.agh-os-platform-card-cta-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 12px !important;
	letter-spacing: 0.04em !important;
	color: var(--agh-green-2) !important;
	transition: gap 240ms var(--agh-ease);
}
.agh-os-section:not(.agh-os-section--cream) .agh-os-platform-card-cta-link { color: var(--agh-green) !important; }
.agh-os-platform-card--cta:hover .agh-os-platform-card-cta-link { gap: 12px; }

/* --- Homepage hero: stronger overlay in the bottom-left copy zone --- */
body.agh-front .agh-os-hero-overlay {
	background:
		linear-gradient(180deg, rgba(7,10,9,0.50) 0%, rgba(7,10,9,0.22) 26%, rgba(7,10,9,0.55) 64%, rgba(11,15,14,0.96) 90%, rgba(11,15,14,1) 100%),
		linear-gradient(75deg, rgba(7,10,9,0.62) 0%, rgba(7,10,9,0.30) 42%, transparent 70%),
		radial-gradient(ellipse at 75% 25%, rgba(122,145,118,0.10), transparent 55%);
}

/* ============================================================
   Section 40 — Classic checkout (page 9) — 2026-06-02
   Page 9 was switched from the React checkout block to classic
   [woocommerce_checkout] so it can be themed and so the custom
   Uganda mobile-money gateways render. Everything here makes the
   default WooCommerce checkout legible + on-brand on the dark shell.
   ============================================================ */

.agh-os-checkout-wrap { padding-top: clamp(40px, 6vw, 72px); }

/* Neutralise Astra's float + 47% widths so our grid controls the columns. */
body.agh-os .agh-os-checkout-wrap #customer_details,
body.agh-os .agh-os-checkout-wrap #order_review,
body.agh-os .agh-os-checkout-wrap .col2-set,
body.agh-os .agh-os-checkout-wrap .col2-set .col-1,
body.agh-os .agh-os-checkout-wrap .col2-set .col-2 {
	width: 100% !important;
	float: none !important;
	padding-left: 0;
	padding-right: 0;
}

/* --- Two-column rhythm: billing left, order/payment right --- */
@media (min-width: 981px) {
	body.agh-os .agh-os-checkout-wrap form.checkout.woocommerce-checkout {
		display: grid;
		grid-template-columns: 1.2fr 0.8fr;
		grid-template-areas: "details review";
		gap: clamp(28px, 4vw, 56px);
		align-items: start;
	}
	body.agh-os .agh-os-checkout-wrap #customer_details { grid-area: details; }
	body.agh-os .agh-os-checkout-wrap #order_review_heading,
	body.agh-os .agh-os-checkout-wrap #order_review { grid-area: review; }
	body.agh-os .agh-os-checkout-wrap #order_review_heading { margin-top: 0; }
	body.agh-os .agh-os-checkout-wrap #order_review { position: sticky; top: 110px; }
}

/* --- Section headings (were near-invisible dark-on-dark) --- */
body.agh-os .agh-os-checkout-wrap h3,
body.agh-os .agh-os-checkout-wrap #order_review_heading,
body.agh-os .agh-os-checkout-wrap .woocommerce-billing-fields > h3,
body.agh-os .agh-os-checkout-wrap .woocommerce-additional-fields > h3,
body.agh-os .agh-os-checkout-wrap #ship-to-different-address label {
	color: var(--agh-ink);
	font-family: var(--agh-font-display);
	font-weight: 500;
	letter-spacing: -0.015em;
	font-size: clamp(20px, 2vw, 24px);
}
body.agh-os .agh-os-checkout-wrap .woocommerce-billing-fields > h3,
body.agh-os .agh-os-checkout-wrap .woocommerce-additional-fields > h3 {
	padding-bottom: 14px;
	margin-bottom: 18px;
	border-bottom: 1px solid var(--agh-line);
}

/* --- Form fields: labels readable, inputs dark glass + sage focus --- */
body.agh-os .agh-os-checkout-wrap .woocommerce form .form-row label,
body.agh-os .agh-os-checkout-wrap form .form-row label {
	color: var(--agh-ink-soft);
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 6px;
}
body.agh-os .agh-os-checkout-wrap .form-row .required { color: var(--agh-green); border: none; text-decoration: none; }
body.agh-os .agh-os-checkout-wrap input.input-text,
body.agh-os .agh-os-checkout-wrap textarea,
body.agh-os .agh-os-checkout-wrap select {
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: 12px;
	padding: 13px 15px;
	color: var(--agh-ink);
	font-size: 15px;
	width: 100%;
}
body.agh-os .agh-os-checkout-wrap input.input-text::placeholder,
body.agh-os .agh-os-checkout-wrap textarea::placeholder { color: var(--agh-ink-mute); }
body.agh-os .agh-os-checkout-wrap input.input-text:focus,
body.agh-os .agh-os-checkout-wrap textarea:focus,
body.agh-os .agh-os-checkout-wrap select:focus {
	outline: none;
	border-color: var(--agh-green);
	box-shadow: 0 0 0 4px rgba(122,145,118,0.18);
}

/* --- select2 dropdowns (Country / District): closed control --- */
body.agh-os .agh-os-checkout-wrap .select2-container--default .select2-selection--single {
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: 12px;
	height: auto;
	min-height: 50px;
	padding: 12px 14px;
	display: flex;
	align-items: center;
}
body.agh-os .agh-os-checkout-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--agh-ink);
	line-height: 1.3;
	padding: 0;
}
body.agh-os .agh-os-checkout-wrap .select2-container--default .select2-selection--single .select2-selection__placeholder { color: var(--agh-ink-mute); }
body.agh-os .agh-os-checkout-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	top: 0;
	right: 12px;
}
body.agh-os .agh-os-checkout-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b { border-top-color: var(--agh-ink-soft); }
body.agh-os .agh-os-checkout-wrap .select2-container--default.select2-container--open .select2-selection--single { border-color: var(--agh-green); box-shadow: 0 0 0 4px rgba(122,145,118,0.18); }

/* --- select2 open panel (appended to <body>, so not scoped to the wrap) --- */
body.agh-os .select2-dropdown {
	background: var(--agh-bg-elev);
	border: 1px solid var(--agh-line-glow);
	border-radius: 12px;
	box-shadow: 0 28px 70px -34px rgba(0,0,0,0.9);
	color: var(--agh-ink);
	overflow: hidden;
}
body.agh-os .select2-dropdown .select2-search__field {
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: 8px;
	color: var(--agh-ink);
	padding: 9px 11px;
}
body.agh-os .select2-results__option { color: var(--agh-ink-soft); padding: 9px 14px; }
body.agh-os .select2-container--default .select2-results__option--highlighted[aria-selected],
body.agh-os .select2-container--default .select2-results__option--highlighted {
	background: var(--agh-green);
	color: var(--agh-cream);
}
body.agh-os .select2-container--default .select2-results__option[aria-selected="true"] { background: var(--agh-bg-glass-2); color: var(--agh-ink); }

/* --- Order review card + table --- */
body.agh-os .agh-os-checkout-wrap #order_review {
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-xl);
	padding: clamp(20px, 2vw, 28px);
}
body.agh-os .agh-os-checkout-wrap #order_review table.shop_table {
	background: transparent;
	border: none;
	border-radius: 0;
	margin: 0;
	color: var(--agh-ink);
}
body.agh-os .agh-os-checkout-wrap #order_review table.shop_table th,
body.agh-os .agh-os-checkout-wrap #order_review table.shop_table td { color: var(--agh-ink); border-color: var(--agh-line); }
body.agh-os .agh-os-checkout-wrap #order_review table.shop_table thead th {
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--agh-ink-soft);
}
body.agh-os .agh-os-checkout-wrap #order_review .cart_item .product-name { color: var(--agh-ink); }
body.agh-os .agh-os-checkout-wrap #order_review .order-total .amount,
body.agh-os .agh-os-checkout-wrap #order_review tr.order-total th { color: var(--agh-ink); }
body.agh-os .agh-os-checkout-wrap #order_review .order-total .amount {
	font-family: var(--agh-font-display);
	font-size: clamp(20px, 2vw, 26px);
	color: var(--agh-green);
}

/* --- Shipping method choices inside the order review --- */
body.agh-os .agh-os-checkout-wrap #order_review .woocommerce-shipping-totals th { color: var(--agh-ink); vertical-align: top; }
body.agh-os .agh-os-checkout-wrap #order_review ul#shipping_method { margin: 0; padding: 0; }
body.agh-os .agh-os-checkout-wrap #order_review ul#shipping_method li { list-style: none; margin: 0 0 6px; color: var(--agh-ink-soft); }
body.agh-os .agh-os-checkout-wrap #order_review ul#shipping_method li label { color: var(--agh-ink-soft); }
body.agh-os .agh-os-checkout-wrap #order_review ul#shipping_method input[type="radio"] { accent-color: var(--agh-green); margin-right: 6px; }
body.agh-os .agh-os-checkout-wrap #order_review .shipping .amount { color: var(--agh-ink); }

/* --- Coupon row --- */
body.agh-os .agh-os-checkout-wrap .checkout_coupon { background: var(--agh-bg-glass); border: 1px solid var(--agh-line); border-radius: 12px; padding: 18px; }
body.agh-os .agh-os-checkout-wrap .woocommerce-form-coupon-toggle .woocommerce-info { color: var(--agh-ink-soft); }
body.agh-os .agh-os-checkout-wrap .woocommerce-form-coupon-toggle .showcoupon { color: var(--agh-green); }

/* --- Payment methods list --- */
body.agh-os .agh-os-checkout-wrap #payment { background: transparent; border-radius: 0; }
body.agh-os .agh-os-checkout-wrap #payment ul.payment_methods {
	border: none;
	padding: 0;
	margin: 0 0 6px;
	list-style: none;
}
body.agh-os .agh-os-checkout-wrap #payment ul.payment_methods li {
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: 12px;
	padding: 14px 16px;
	margin: 0 0 10px;
	list-style: none;
	transition: border-color 200ms var(--agh-ease), background 200ms var(--agh-ease);
}
body.agh-os .agh-os-checkout-wrap #payment ul.payment_methods li::before { display: none; }
body.agh-os .agh-os-checkout-wrap #payment ul.payment_methods li label {
	color: var(--agh-ink);
	font-weight: 500;
	font-size: 15px;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	cursor: pointer;
	margin: 0;
}
body.agh-os .agh-os-checkout-wrap #payment ul.payment_methods li input[type="radio"] { accent-color: var(--agh-green); width: 17px; height: 17px; margin-right: 2px; }
body.agh-os .agh-os-checkout-wrap #payment ul.payment_methods li img { max-height: 24px; margin-left: 6px; }
body.agh-os .agh-os-checkout-wrap #payment ul.payment_methods li:has(input:checked) {
	border-color: var(--agh-green);
	background: var(--agh-bg-glass-2);
	box-shadow: inset 0 0 0 1px var(--agh-green);
}

/* payment description / instructions box (was a white WC default panel) */
body.agh-os .agh-os-checkout-wrap #payment div.payment_box {
	background: var(--agh-bg-deep);
	border: 1px solid var(--agh-line);
	border-radius: 10px;
	color: var(--agh-ink-soft);
	margin: 12px 0 2px;
	padding: 14px 16px;
	font-size: 14px;
	line-height: 1.55;
}
body.agh-os .agh-os-checkout-wrap #payment div.payment_box::before { display: none; } /* kill the white pointer triangle */
body.agh-os .agh-os-checkout-wrap #payment div.payment_box p { color: var(--agh-ink-soft); }

/* the mobile-money phone field injected by the custom gateways */
body.agh-os .agh-pay-field { display: grid; gap: 6px; margin-top: 12px; }
body.agh-os .agh-pay-field label { color: var(--agh-ink); font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; }
body.agh-os .agh-pay-field .required { color: var(--agh-green); }
body.agh-os .agh-pay-field input[type="tel"] {
	background: var(--agh-bg-glass);
	border: 1px solid var(--agh-line);
	border-radius: 10px;
	padding: 12px 14px;
	color: var(--agh-ink);
	font-size: 15px;
}
body.agh-os .agh-pay-field input[type="tel"]:focus { outline: none; border-color: var(--agh-green); box-shadow: 0 0 0 4px rgba(122,145,118,0.18); }
body.agh-os .agh-pay-field small { color: var(--agh-ink-mute); font-size: 12.5px; }

/* --- Terms + place order --- */
body.agh-os .agh-os-checkout-wrap .woocommerce-terms-and-conditions-wrapper { color: var(--agh-ink-soft); font-size: 14px; margin: 4px 0 16px; }
body.agh-os .agh-os-checkout-wrap .woocommerce-terms-and-conditions-wrapper a { color: var(--agh-green); }
body.agh-os .agh-os-checkout-wrap #payment .place-order { padding: 0; }
body.agh-os .agh-os-checkout-wrap #place_order {
	width: 100%;
	padding: 16px 28px;
	font-size: 16px;
	border-radius: 999px;
}
body.agh-os .agh-os-checkout-wrap #payment .woocommerce-privacy-policy-text p { color: var(--agh-ink-mute); font-size: 13px; }

/* --- Login / coupon info notices already styled in §base; ensure links read --- */
body.agh-os .agh-os-checkout-wrap .woocommerce-info a,
body.agh-os .agh-os-checkout-wrap .woocommerce-message a { color: var(--agh-green); }

/* --- Order-received / thank-you page (shares .agh-os-checkout-wrap) --- */
body.agh-os .agh-os-checkout-wrap .woocommerce-thankyou-order-received {
	color: var(--agh-ink);
	font-family: var(--agh-font-display);
	font-size: clamp(20px, 2.4vw, 28px);
	letter-spacing: -0.015em;
}
body.agh-os .agh-os-checkout-wrap ul.woocommerce-order-overview {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 36px;
	list-style: none;
	margin: 20px 0 34px;
	padding: 20px 24px;
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
}
body.agh-os .agh-os-checkout-wrap ul.woocommerce-order-overview li {
	color: var(--agh-ink-soft);
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: none;
	padding: 0;
}
body.agh-os .agh-os-checkout-wrap ul.woocommerce-order-overview li strong {
	display: block;
	margin-top: 5px;
	color: var(--agh-ink);
	font-size: 15px;
	letter-spacing: 0;
	text-transform: none;
	font-family: var(--agh-font-display);
}
body.agh-os .agh-os-checkout-wrap .woocommerce-order-details h2,
body.agh-os .agh-os-checkout-wrap .woocommerce-customer-details h2,
body.agh-os .agh-os-checkout-wrap .woocommerce-column__title {
	color: var(--agh-ink) !important;
	background: transparent !important;
	font-family: var(--agh-font-display);
	font-weight: 500;
	letter-spacing: -0.015em;
	padding: 0 0 14px;
}
body.agh-os .agh-os-checkout-wrap .woocommerce-table--order-details {
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: var(--agh-r-lg);
	overflow: hidden;
	color: var(--agh-ink);
}
body.agh-os .agh-os-checkout-wrap .woocommerce-table--order-details th,
body.agh-os .agh-os-checkout-wrap .woocommerce-table--order-details td { color: var(--agh-ink); border-color: var(--agh-line); }
body.agh-os .agh-os-checkout-wrap .woocommerce-table--order-details thead th {
	font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--agh-ink-soft);
}
body.agh-os .agh-os-checkout-wrap .woocommerce-table--order-details tfoot tr:last-child th,
body.agh-os .agh-os-checkout-wrap .woocommerce-table--order-details tfoot tr:last-child td .amount { color: var(--agh-green); }
body.agh-os .agh-os-checkout-wrap .woocommerce-customer-details address,
body.agh-os .agh-os-checkout-wrap .woocommerce-order address {
	color: var(--agh-ink-soft);
	background: var(--agh-bg-raised);
	border: 1px solid var(--agh-line);
	border-radius: 12px;
	padding: 16px 18px;
	font-style: normal;
}
body.agh-os .agh-os-checkout-wrap .woocommerce-customer-details .woocommerce-customer-details--phone,
body.agh-os .agh-os-checkout-wrap .woocommerce-customer-details .woocommerce-customer-details--email { color: var(--agh-ink-soft); }

/* MoMo / bank pay-to instructions box rendered by the custom gateways */
body.agh-os .agh-os-checkout-wrap .agh-pay-receipt {
	background: linear-gradient(155deg, rgba(122,145,118,0.14), rgba(122,145,118,0.05));
	border: 1px solid var(--agh-green);
	border-radius: var(--agh-r-lg);
	padding: clamp(22px, 3vw, 32px);
	margin: 0 0 32px;
}
body.agh-os .agh-os-checkout-wrap .agh-pay-receipt h2 {
	color: var(--agh-ink) !important;
	font-family: var(--agh-font-display);
	font-weight: 500;
	margin: 0 0 16px;
	padding: 0;
}
body.agh-os .agh-os-checkout-wrap .agh-pay-receipt ol { margin: 0 0 14px; padding-left: 20px; display: grid; gap: 10px; }
body.agh-os .agh-os-checkout-wrap .agh-pay-receipt ol li { color: var(--agh-ink-soft); line-height: 1.5; }
body.agh-os .agh-os-checkout-wrap .agh-pay-receipt ol li strong { color: var(--agh-ink); }
body.agh-os .agh-os-checkout-wrap .agh-pay-receipt .agh-pay-note { color: var(--agh-ink-mute); font-size: 14px; margin: 0; }

/* --- Mobile: stack, drop sticky --- */
@media (max-width: 980px) {
	body.agh-os .agh-os-checkout-wrap #order_review { margin-top: 28px; }
}

/* ============================================================
   41. SHOWCASE STAGE — photo-forward cinematic section
   Used on the homepage final CTA (Arnold 2026-06-06): the photo
   should read in near-full colour while copy stays legible via a
   localised radial scrim behind the centered text + text-shadows.
   ============================================================ */
.agh-os-stage--showcase .agh-os-stage-overlay--soft {
	background:
		radial-gradient(ellipse 58% 62% at 50% 54%, rgba(7,10,9,0.52) 0%, rgba(7,10,9,0.26) 55%, rgba(7,10,9,0) 78%),
		linear-gradient(180deg, rgba(11,15,14,0.90) 0%, rgba(11,15,14,0.22) 16%, rgba(11,15,14,0.14) 55%, rgba(11,15,14,0.48) 84%, rgba(11,15,14,1) 100%);
}
.agh-os-stage--showcase .agh-os-h2 {
	text-shadow: 0 2px 22px rgba(7,10,9,0.85), 0 1px 4px rgba(7,10,9,0.95);
}
.agh-os-stage--showcase .agh-os-stage-copy .agh-os-lead {
	color: rgba(245,243,238,0.96);
	text-shadow: 0 2px 16px rgba(7,10,9,0.85), 0 1px 3px rgba(7,10,9,0.95);
}
.agh-os-stage--showcase .agh-os-eyebrow {
	text-shadow: 0 1px 10px rgba(7,10,9,0.9);
}
/* Slightly stronger scrim on small screens — less photo real estate,
   text occupies more of it */
@media (max-width: 640px) {
	.agh-os-stage--showcase .agh-os-stage-overlay--soft {
		background:
			radial-gradient(ellipse 86% 64% at 50% 54%, rgba(7,10,9,0.60) 0%, rgba(7,10,9,0.30) 58%, rgba(7,10,9,0) 80%),
			linear-gradient(180deg, rgba(11,15,14,0.92) 0%, rgba(11,15,14,0.28) 16%, rgba(11,15,14,0.20) 55%, rgba(11,15,14,0.55) 84%, rgba(11,15,14,1) 100%);
	}
}

/* ============================================================
   42. HOME READABILITY FIXES (Arnold 2026-06-06)
   The v1.7.6/7 sections reused .agh-os-value-card on BOTH cream
   and dark surfaces; tokens only suited one. Plus Astra's default
   heading colour was winning on the un-declared card h4.
   ============================================================ */
/* a) Card titles: explicit ink per surface (Astra default was dark-on-dark) */
body.agh-os .agh-os-value-card h4 { color: var(--agh-ink); }
body.agh-os .agh-os-section--cream .agh-os-value-card h4 { color: var(--agh-on-cream); }
/* b) Card body on cream: dark ink (source-order let the dark-shell rule win) */
body.agh-os .agh-os-section--cream .agh-os-value-card p { color: var(--agh-on-cream-soft); }
/* c) Big-quote accent sentence on cream: warm beige was invisible — use deep sage */
body.agh-os .agh-os-section--cream .agh-os-bigquote blockquote em { color: var(--agh-green-2); }
/* d) Leads over photo stages: brighter + shadowed (weather sky was washing them out) */
body.agh-os .agh-os-stage .agh-os-bigquote .agh-os-lead,
body.agh-os .agh-os-stage .agh-os-stage-copy .agh-os-lead {
	color: rgba(245,243,238,0.94);
	text-shadow: 0 1px 14px rgba(7,10,9,0.7), 0 1px 3px rgba(7,10,9,0.8);
}

/* ============================================================
   43. MODULE-PAGE CAPABILITY ICONS (Arnold 2026-06-06)
   Logistics + Analytics capability cards had empty icon spans
   (inline SVGs stripped by KSES on save — same as Section 39).
   Per-card modifier classes added in content; glyphs live here
   as mask data-URIs so they can never be stripped again.
   ============================================================ */
.agh-os-platform-icon--route     { --agh-pic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E"); }
.agh-os-platform-icon--box       { --agh-pic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3Cpolyline points='3.27 6.96 12 12.01 20.73 6.96'/%3E%3Cline x1='12' y1='22.08' x2='12' y2='12'/%3E%3C/svg%3E"); }
.agh-os-platform-icon--warehouse { --agh-pic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21V8l9-5 9 5v13'/%3E%3Cpath d='M9 21v-8h6v8'/%3E%3Cpath d='M3 21h18'/%3E%3C/svg%3E"); }
.agh-os-platform-icon--globe     { --agh-pic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='2' y1='12' x2='22' y2='12'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E"); }
.agh-os-platform-icon--file      { --agh-pic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3C/svg%3E"); }
.agh-os-platform-icon--trend     { --agh-pic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='23 6 13.5 15.5 8.5 10.5 1 18'/%3E%3Cpolyline points='17 6 23 6 23 12'/%3E%3C/svg%3E"); }
.agh-os-platform-icon--heat      { --agh-pic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7'/%3E%3Crect x='14' y='3' width='7' height='7'/%3E%3Crect x='14' y='14' width='7' height='7'/%3E%3Crect x='3' y='14' width='7' height='7'/%3E%3C/svg%3E"); }

/* §42 addendum: inline cyan em (stored in content) is invisible on cream — force deep sage */
body.agh-os .agh-os-section--cream em[style*="--agh-cyan"] { color: var(--agh-green-2) !important; }
