/* Brel Digital — homepage CSS bundle (auto-generated).
 * Do not edit this file. Edit source CSS, then rebuild.
 * Sources: style.css, responsive.css, launch-polish.css, homepage-premium.css
 * Rebuild: ops/build-homepage-css-bundle.sh or page load when sources are newer.
 */

/* ---- style.css ---- */
/*
Theme Name: Brel Digital
Theme URI: https://breldigital.com
Author: Brel Digital
Description: AI Intelligence Platform for discovering and exploring the global AI ecosystem.
Version: 17.8.6
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: breldigital
Tags: blog, custom-menu, custom-logo, featured-images, translation-ready
*/

/* ==========================================================================
   Design tokens — Brel Digital Design System (AI intelligence product)
   Visual rebalancing 2026-07-13: cooler surfaces, stronger contrast.
   Structural layouts remain frozen (Constitution §2); tokens refine identity.
   ========================================================================== */
:root {
	/* Product Design Spec — exact values */
	--bg: #FAFAFA;
	--surface: #FFFFFF;
	--card: #FFFFFF;
	--hero: #FFFFFF;
	--panel: #F8FAFC;
	--section-alt: #F8FAFC;
	--hover: #F1F5F9;
	--row-alt: #F8FAFC;

	--text: #0F172A;
	--text-secondary: #475569;
	--text-muted: #64748B;

	--blue: #2563EB;
	--blue-hover: #1D4ED8;
	--blue-light: #EFF6FF;
	--gold: #CA8A04;
	--gold-text: #A16207;
	--gold-light: #FEF9C3;

	--success: #16A34A;
	--warning: #F59E0B;
	--danger: #DC2626;

	--border: #E2E8F0;
	--divider: #CBD5E1;
	--border-strong: #CBD5E1;

	--footer-bg: #0F172A;
	--footer-text: #F8FAFC;
	--footer-muted: #94A3B8;

	--ivory: #F8FAFC;
	--charcoal: #0F172A;

	--font-serif: "Source Serif 4", Georgia, "Times New Roman", serif;
	--font-sans: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--font-body: var(--font-sans);

	/* Type scale */
	--text-hero: 4.5rem;      /* 72 */
	--text-h1: 3.5rem;       /* 56 */
	--text-h2: 2.625rem;     /* 42 */
	--text-h3: 2rem;         /* 32 */
	--text-h4: 1.625rem;     /* 26 */
	--text-subtitle: 1.5rem; /* 24 hero lead */
	--text-body: 1.125rem;   /* 18 */
	--text-meta: 0.9375rem;  /* 15 */
	--text-small: 0.9375rem; /* 15 */
	--text-label: 0.8125rem; /* 13 */
	--text-badge: 0.75rem;   /* 12 */
	--text-caption: 0.75rem;
	--leading-tight: 1.05;
	--leading-snug: 1.35;
	--leading-body: 1.6;

	--max: 1440px;
	--narrow: 820px;
	--content: 700px;
	--card-max: 420px;
	--header-h: 80px;
	--radius: 12px;
	--radius-md: 12px;
	--radius-lg: 16px;
	--radius-pill: 999px;

	/* Spacing: 4 8 12 16 24 32 48 64 96 */
	--space-1: 0.25rem;  /* 4 */
	--space-2: 0.5rem;   /* 8 */
	--space-3: 0.75rem;  /* 12 */
	--space-4: 1rem;     /* 16 */
	--space-5: 1.5rem;   /* 24 */
	--space-6: 2rem;     /* 32 */
	--space-7: 3rem;     /* 48 */
	--space-8: 4rem;     /* 64 */
	--space-9: 6rem;     /* 96 */
	--space-2xs: var(--space-1);
	--space-xs: var(--space-2);
	--space-sm: var(--space-4);
	--space-md: var(--space-5);
	--space-lg: var(--space-6);
	--space-xl: var(--space-8);
	--space-2xl: var(--space-9);
	--space-hero-top: 2.5rem; /* header is in-flow sticky — not overlay */
	--space-hero-bottom: var(--space-8); /* 64 */
	--space-section: var(--space-9);

	--transition: 220ms ease;
	--shadow-soft: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 12px rgba(15, 23, 42, 0.03);
	--shadow-btn: 0 1px 2px rgba(37, 99, 235, 0.18);
	--shadow-lift: 0 8px 24px rgba(15, 23, 42, 0.08);
	--shadow-header: 0 1px 0 rgba(15, 23, 42, 0.06), 0 8px 24px rgba(15, 23, 42, 0.04);
	--focus-ring: 0 0 0 3px rgba(37, 99, 235, 0.25);
	--focus-outline: 2px solid var(--blue);
}

/* ==========================================================================
   Base
   ========================================================================== */
*, *::before, *::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--font-sans);
	font-size: 1.125rem; /* 18px desktop body */
	line-height: 1.7;
	color: var(--text);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
}

body.nav-open {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--blue);
	text-decoration: none;
	transition: color var(--transition);
}

a:hover {
	color: var(--blue-hover);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-serif);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--text);
}

h1 {
	font-size: clamp(2.25rem, 4vw, 3.5rem); /* → 56px */
	font-weight: 600;
	line-height: 1.05;
}

h2 {
	font-size: clamp(1.875rem, 3.5vw, 2.625rem); /* → 42px */
	font-weight: 600;
}

h3 {
	font-size: clamp(1.5rem, 2.5vw, 2rem); /* → 32px */
}

h4 {
	font-size: 1.625rem; /* 26px */
}

h3 {
	font-size: clamp(1.375rem, 2.5vw, 1.75rem); /* 22px / 28px */
}

p {
	margin: 0 0 1.25rem;
}

.site-container {
	max-width: var(--max);
	margin: 0 auto;
	padding: 0 var(--space-md);
}

/* ==========================================================================
   Typography utilities
   ========================================================================== */
.eyebrow {
	font-family: var(--font-sans);
	font-size: 0.875rem; /* 14px */
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: var(--blue);
	margin: 0 0 var(--space-sm);
}

.eyebrow--gold {
	color: var(--gold-text);
}

.brief-block .eyebrow--gold {
	color: var(--gold-text);
}

.text-large,
.body-large {
	font-size: 1.25rem; /* 20px */
	line-height: 1.6;
}

.text-small,
.small {
	font-size: 0.875rem; /* 14px */
	line-height: 1.55;
}

.text-link {
	font-size: 1.0625rem;
	font-weight: 600;
	color: var(--blue);
	white-space: nowrap;
}

.text-link:hover {
	color: var(--blue-hover);
}

/* ==========================================================================
   Badges
   ========================================================================== */
.badge {
	display: inline-block;
	font-family: var(--font-sans);
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 0.35rem 0.65rem;
	border-radius: var(--radius);
	line-height: 1.3;
}

.badge--gold {
	background: var(--gold-light);
	color: var(--gold-text);
	border: 1px solid #D4B87A;
}

.badge--blue {
	background: var(--blue-light);
	color: var(--blue);
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 1.5rem;
	background: var(--blue);
	color: #fff !important;
	border: 1px solid var(--blue);
	border-radius: var(--radius);
	font-family: var(--font-sans);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	cursor: pointer;
	transition: background var(--transition), border-color var(--transition), color var(--transition), box-shadow var(--transition), transform var(--transition);
	text-align: center;
	min-height: 48px;
	height: 48px;
	box-sizing: border-box;
}

.btn:hover {
	background: var(--blue-hover);
	border-color: var(--blue-hover);
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: var(--shadow-soft);
}

.btn--secondary {
	background: var(--surface);
	color: var(--text) !important;
	border-color: var(--border);
}

.btn--secondary:hover {
	background: var(--hover);
	border-color: var(--border-strong);
	color: var(--text) !important;
	box-shadow: var(--shadow-soft);
}

.btn--sm {
	padding: 0.55rem 1rem;
	font-size: 0.875rem;
}

/* ==========================================================================
   Header
   ========================================================================== */
/* Scroll sentinel for header is-scrolled (theme.js IntersectionObserver). */
.site-header-scroll-sentinel {
	height: 8px;
	width: 100%;
	margin: 0;
	padding: 0;
	pointer-events: none;
	visibility: hidden;
}

.site-header {
	background: var(--surface);
	border-bottom: 1px solid var(--border);
	position: sticky;
	top: 0;
	z-index: 100;
	transition: box-shadow var(--transition), background var(--transition);
}

.site-header.is-scrolled {
	box-shadow: var(--shadow-soft);
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(10px);
}

.site-header__inner,
.site-header__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-md);
	padding: 0;
	height: var(--header-h);
}

.site-branding__link {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	text-decoration: none;
	color: var(--text);
	min-height: 48px;
}

.site-branding__logo {
	display: block;
	height: 36px;
	width: auto;
	max-width: min(180px, 42vw);
	object-fit: contain;
	object-position: left center;
}

.site-branding__link:hover {
	color: var(--text);
}

.site-branding__wordmark {
	font-family: var(--font-serif);
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
}

.site-branding__suffix {
	font-family: var(--font-sans);
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--text-secondary);
	letter-spacing: 0.04em;
	line-height: 1;
}

.custom-logo-link img {
	max-height: 32px;
	width: auto;
}

.site-header__tools {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-height: 48px;
}

.header-cta {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 1.25rem;
	font-family: var(--font-sans);
	font-size: 0.9375rem;
	font-weight: 600;
	color: #fff !important;
	background: var(--blue);
	border: 1px solid var(--blue);
	border-radius: var(--radius);
	transition: background var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition), transform var(--transition);
	white-space: nowrap;
	min-height: 48px;
	height: 48px;
	box-sizing: border-box;
}

.main-navigation ul,
.site-nav__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.15rem 0.25rem;
}

@media (max-width: 1023px) {
	.site-nav__menu {
		display: block;
		flex-wrap: unset;
		gap: 0;
	}
}

.main-navigation a,
.site-nav__menu a {
	color: var(--text-secondary);
	font-size: 1.0625rem;
	font-weight: 500;
	padding: 0.5rem 0.75rem;
	border-radius: var(--radius);
	transition: color var(--transition), background var(--transition);
}

.main-navigation a:hover,
.site-nav__menu a:hover {
	color: var(--blue);
	background: var(--hover);
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.site-nav__menu .current-menu-item > a,
.site-nav__menu .current_page_item > a {
	color: var(--blue);
	background: var(--blue-light);
	font-weight: 600;
}

.header-cta:hover {
	background: var(--blue-hover);
	border-color: var(--blue-hover);
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: var(--shadow-soft);
}

.header-search {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin: 0;
	min-height: 48px;
	height: 48px;
}

.header-search__label {
	/* Legacy link label — unused when input form is present */
	font-size: 0.9375rem;
	font-weight: 500;
	color: var(--text-secondary);
}

.site-nav__menu .menu-item-has-children {
	position: relative;
}

.site-nav__menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0.35rem 0;
	min-width: 14rem;
}

@media (min-width: 901px) {
	.site-nav__menu .sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		background: var(--surface);
		border: 1px solid var(--border, rgba(0, 0, 0, 0.08));
		border-radius: var(--radius);
		box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
		opacity: 0;
		visibility: hidden;
		transform: translateY(0.25rem);
		transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
		z-index: 40;
	}

	.site-nav__menu .menu-item-has-children:hover > .sub-menu,
	.site-nav__menu .menu-item-has-children:focus-within > .sub-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.site-nav__menu .sub-menu a {
		display: block;
		padding: 0.55rem 0.9rem;
		white-space: nowrap;
	}
}

@media (max-width: 900px) {
	.site-nav__menu .sub-menu {
		padding-left: 0.75rem;
		margin-top: 0.15rem;
	}
}

.menu-toggle {
	display: none;
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs {
	margin-bottom: var(--space-md);
}

.breadcrumbs__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.875rem;
	color: var(--text-secondary);
}

.breadcrumbs__item:not(:last-child)::after {
	content: "/";
	margin-left: 0.35rem;
	color: var(--border-strong);
}

.breadcrumbs__item a {
	color: var(--text-secondary);
	font-weight: 500;
}

.breadcrumbs__item a:hover {
	color: var(--blue);
}

.breadcrumbs__item span[aria-current="page"] {
	color: var(--text);
	font-weight: 500;
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
	padding: var(--space-xl) 0;
	background: var(--bg);
	border-bottom: 1px solid var(--border);
}

.hero__grid {
	display: grid;
	gap: var(--space-xl);
	align-items: start;
}

@media (min-width: 960px) {
	.hero__grid {
		grid-template-columns: 1.1fr 0.9fr;
		gap: 3.5rem;
	}
}

.hero__title {
	font-size: clamp(2.125rem, 4.5vw, 3.875rem);
	margin: 0 0 var(--space-md);
	line-height: 1.14;
}

.hero__lead {
	font-size: 1.25rem;
	color: var(--text-secondary);
	max-width: 540px;
	margin-bottom: var(--space-lg);
	line-height: 1.7;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-bottom: var(--space-md);
}

.hero__credibility {
	font-size: 1rem;
	color: var(--text-secondary);
	margin: 0;
	line-height: 1.55;
	max-width: 480px;
}

/* Intelligence panel */
.intel-panel {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow-soft);
}

.intel-panel__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 1.25rem;
	border-bottom: 1px solid var(--border);
	background: var(--surface);
}

.intel-panel__label {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--text-secondary);
}

.intel-panel__status {
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--blue);
}

.intel-panel__status::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: var(--blue);
	border-radius: 50%;
	margin-right: 0.35rem;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.intel-panel__status {
		font-size: 0.8125rem;
		text-align: right;
		max-width: 52%;
		line-height: 1.35;
	}
}

.intel-panel__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	padding: 0.9rem 1.15rem;
	border-bottom: 1px solid var(--border);
	align-items: center;
}

.intel-tag {
	display: inline-flex;
	align-items: center;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0.4rem 0.75rem;
	line-height: 1.25;
	background: var(--bg);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	color: var(--text-secondary);
	transition: border-color var(--transition), color var(--transition), background var(--transition);
}

.intel-tag:hover {
	border-color: var(--blue);
	color: var(--blue);
	background: var(--blue-light);
}

.intel-panel__list {
	padding: 0.5rem 0;
}

.intel-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 1rem 1.25rem;
	border-bottom: 1px solid var(--border);
	color: var(--text);
	transition: background var(--transition);
}

.intel-item:last-child {
	border-bottom: none;
}

.intel-item:hover {
	background: var(--bg);
}

.intel-item__name {
	display: block;
	font-size: 1.0625rem;
	font-weight: 600;
}

.intel-item__sector {
	display: block;
	font-size: 0.875rem;
	color: var(--text-secondary);
	margin-top: 0.2rem;
}

.intel-item__meta {
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--text-secondary);
	white-space: nowrap;
}

.intel-panel__featured {
	padding: 1rem 1.15rem;
	background: var(--bg);
	border-top: 1px solid var(--border);
}

.intel-featured {
	display: block;
	margin-top: 0.5rem;
	color: var(--text);
}

.intel-featured:hover {
	color: var(--blue);
}

.intel-featured strong {
	display: block;
	font-family: var(--font-serif);
	font-size: 1.0625rem;
	font-weight: 600;
}

.intel-featured span {
	font-size: 0.875rem;
	color: var(--text-secondary);
}

/* ==========================================================================
   Sections
   ========================================================================== */
.section {
	padding: var(--space-xl) 0;
	border-bottom: 1px solid var(--border);
}

.section--matters {
	background: var(--surface);
}

.section--brief {
	border-bottom: none;
	padding-top: 0;
	padding-bottom: 5rem;
}

.section--insights {
	padding-bottom: var(--space-lg);
}

.section--insights + .section--brief {
	padding-top: var(--space-xl);
}

.section-header {
	margin-bottom: var(--space-lg);
	max-width: 640px;
}

.section-header--row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: none;
	gap: var(--space-md) var(--space-lg);
	flex-wrap: wrap;
	margin-bottom: var(--space-lg);
}

.section-header__intro {
	flex: 1;
	min-width: 0;
}

.section-header__action {
	flex-shrink: 0;
	white-space: nowrap;
	margin-bottom: 0.2rem;
}

.section-header--row .section-title {
	margin-bottom: 0;
}

.section-title {
	font-size: clamp(1.875rem, 3vw, 2.5rem);
	margin: 0 0 0.5rem;
}

.section-lead {
	color: var(--text-secondary);
	font-size: 1.125rem;
	margin: 0;
	line-height: 1.65;
}

.section-subtitle {
	font-family: var(--font-serif);
	font-size: 1.375rem;
	margin: var(--space-lg) 0 var(--space-md);
}

/* Matters featured — 3 column grid */
.matters-featured {
	display: grid;
	gap: var(--space-md);
}

@media (min-width: 640px) {
	.matters-featured {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 960px) {
	.matters-featured {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* ==========================================================================
   Cards
   ========================================================================== */
.card {
	background: var(--card, var(--surface));
	border: 1px solid var(--border);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-soft);
	transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.card--insight,
.card--matter {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.card:hover {
	border-color: var(--border-strong);
	box-shadow: var(--shadow-lift);
	background: var(--surface);
}

.card__link {
	display: block;
	padding: 1.5rem;
	color: var(--text);
}

.card__link--insight,
.card--matter .card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.5rem;
	color: var(--text);
}

.card__link:hover,
.card__link--insight:hover {
	color: var(--text);
}

.card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.card__title {
	font-family: var(--font-serif);
	font-size: 1.3125rem;
	font-weight: 600;
	margin: 0.65rem 0;
	transition: color var(--transition);
	line-height: 1.3;
}

.card:hover .card__title {
	color: var(--blue);
}

.card__excerpt {
	font-size: 1rem;
	color: var(--text-secondary);
	margin: 0 0 1rem;
	line-height: 1.6;
	flex: 1;
}

.card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	font-size: 0.9375rem;
	color: var(--text-secondary);
	margin-top: auto;
}

.card__link--insight .card__meta,
.card--matter .card__meta {
	padding-top: 1rem;
	border-top: 1px solid var(--border);
}

.card__link--insight .badge,
.card--matter .badge {
	align-self: flex-start;
}

.card--insight .card__title,
.card--matter .card__title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 3.4rem;
}

.card--insight .card__excerpt,
.card--matter .card__excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0;
}

.card__arrow {
	font-weight: 600;
	color: var(--blue);
	font-size: 0.875rem;
}

.card--report {
	border-left: 3px solid var(--gold);
}

.card__link--founder {
	display: flex;
	flex-direction: column;
	padding: 1.5rem;
	height: 100%;
}

.card__avatar {
	width: 56px;
	height: 56px;
	border-radius: var(--radius);
	overflow: hidden;
	margin-bottom: 0.85rem;
	background: var(--bg);
	border: 1px solid var(--border);
	flex-shrink: 0;
}

.card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card__avatar--initial {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-serif);
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--blue);
	background: var(--blue-light);
}

.card__role {
	font-size: 1rem;
	font-weight: 600;
	color: var(--text);
	margin: 0 0 0.15rem;
}

.card__company {
	font-size: 1rem;
	color: var(--text-secondary);
	margin: 0 0 0.15rem;
}

.card__country {
	font-size: 0.875rem;
	color: var(--text-secondary);
	margin: 0 0 0.5rem;
}

.card__quote {
	font-family: var(--font-serif);
	font-size: 1rem;
	font-style: italic;
	color: var(--text-secondary);
	margin: 0 0 0.75rem;
	padding: 0;
	border: none;
	line-height: 1.55;
}

/* ==========================================================================
   Sector grid
   ========================================================================== */
.sector-grid {
	display: grid;
	gap: 1px;
	background: var(--border);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
}

@media (min-width: 640px) {
	.sector-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 900px) {
	.sector-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.sector-card {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	padding: 1.5rem;
	background: var(--surface);
	color: var(--text);
	min-height: 130px;
	border: 1px solid var(--border);
	border-radius: 6px;
	box-shadow: var(--shadow-soft);
	transition: background var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.sector-card:hover {
	background: var(--surface);
	border-color: var(--border-strong);
	box-shadow: var(--shadow-lift);
	color: var(--text);
}

.sector-card__name {
	font-family: var(--font-serif);
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0;
}

.sector-card__desc {
	font-size: 1rem;
	color: var(--text-secondary);
	margin: 0;
	line-height: 1.5;
}

.sector-card__meta {
	margin-top: auto;
	font-size: 1rem;
	font-weight: 600;
	color: var(--blue);
}

/* ==========================================================================
   Founder grid
   ========================================================================== */
.founder-grid {
	display: grid;
	gap: var(--space-md);
}

@media (min-width: 640px) {
	.founder-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 960px) {
	.founder-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.founder-grid--archive {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* ==========================================================================
   Company table
   ========================================================================== */
.company-table {
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
	background: var(--surface);
}

.company-table__head {
	display: none;
}

@media (min-width: 900px) {
	.company-table__head {
		display: grid;
		grid-template-columns: 1.4fr 0.8fr 0.7fr 1.6fr;
		gap: 1rem;
		padding: 0.75rem 1.25rem;
		background: var(--bg);
		border-bottom: 1px solid var(--border);
		font-size: 0.6875rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		color: var(--text-muted);
	}
}

.company-row {
	border-bottom: 1px solid var(--border);
	background: var(--surface);
	transition: background var(--transition);
}

.company-row:nth-child(even) {
	background: var(--row-alt);
}

.company-row:hover {
	background: var(--hover);
}

.company-row:last-child {
	border-bottom: none;
}

.company-row__link {
	display: grid;
	gap: 0.5rem;
	padding: 1.25rem 1.35rem;
	color: var(--text);
	transition: background var(--transition);
}

@media (min-width: 900px) {
	.company-row__link {
		grid-template-columns: 1.4fr 0.8fr 0.7fr 1.6fr;
		gap: 1rem;
		align-items: center;
	}
}

.company-row__link:hover {
	background: var(--bg);
}

.company-row__head {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.company-row__text {
	min-width: 0;
}

.company-row__title {
	display: block;
	font-family: var(--font-serif);
	font-size: 1.0625rem;
	font-weight: 600;
	margin-bottom: 0.15rem;
}

.company-row__desc {
	font-size: 1rem;
	color: var(--text-secondary);
	margin: 0;
	line-height: 1.45;
}

/* Legacy selectors — kept for backwards compatibility */
.company-row__name {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.company-row__name strong {
	display: block;
	font-family: var(--font-serif);
	font-size: 1.0625rem;
	font-weight: 600;
	margin-bottom: 0.15rem;
}

.company-row__name em {
	font-style: normal;
	font-size: 1rem;
	color: var(--text-secondary);
}

.company-row__logo {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid var(--border);
	background: var(--bg);
}

.company-row__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.company-row__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.company-row__summary {
	min-width: 0;
}

.company-row__sector,
.company-row__country {
	font-size: 1rem;
	color: var(--text-secondary);
}

.company-row__why {
	font-size: 1rem;
	color: var(--text-secondary);
	line-height: 1.5;
}

.company-row__profile-link {
	display: inline-block;
	margin-top: 0.35rem;
	font-size: 1rem;
	font-weight: 600;
	color: var(--blue);
}

/* ==========================================================================
   Sector tags
   ========================================================================== */
.sector-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 0.5rem;
}

.sector-tag {
	font-size: 0.75rem;
	font-weight: 500;
	padding: 0.25rem 0.55rem;
	background: var(--blue-light);
	color: var(--blue);
	border-radius: var(--radius);
}

.sector-tag:hover {
	background: var(--blue);
	color: #fff;
}

.technology-tags {
	margin-top: 0.35rem;
}

.technology-tag {
	background: transparent;
	border: 1px solid var(--border);
	color: var(--text);
}

.technology-tag:hover {
	background: var(--text);
	color: #fff;
	border-color: var(--text);
}

.tech-hub-section {
	margin-bottom: var(--space-lg);
}

/* ==========================================================================
   Insights grid
   ========================================================================== */
.insights-grid,
.reports-grid {
	display: grid;
	gap: var(--space-md);
	align-items: stretch;
}

@media (min-width: 640px) {
	.insights-grid,
	.reports-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 900px) {
	.insights-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.insights-grid .card--insight {
	min-height: 100%;
}

/* ==========================================================================
   Brief block
   ========================================================================== */
.brief-block {
	display: grid;
	gap: var(--space-lg);
	padding: var(--space-lg);
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.brief-block {
		grid-template-columns: 1.2fr 1fr;
		align-items: center;
		padding: 2.5rem 3rem;
	}
}

.brief-block__title {
	font-family: var(--font-serif);
	font-size: clamp(1.5rem, 3vw, 1.75rem);
	margin: 0 0 0.5rem;
}

.brief-block__desc {
	color: var(--text-secondary);
	margin-bottom: 0.5rem;
}

.brief-block__trust {
	font-size: 0.875rem;
	color: var(--text-muted);
	margin: 0;
}

/* ==========================================================================
   Final CTA
   ========================================================================== */
.section--final-cta {
	border-bottom: none;
	padding-bottom: var(--space-xl);
}

.final-cta {
	text-align: center;
	padding: var(--space-xl) var(--space-lg);
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
}

.final-cta__title {
	font-size: clamp(1.5rem, 3vw, 2rem);
	margin: 0 0 var(--space-sm);
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.final-cta__text {
	font-size: 1.0625rem;
	color: var(--text-secondary);
	margin: 0 auto var(--space-lg);
	max-width: 520px;
}

/* ==========================================================================
   Newsletter forms
   ========================================================================== */
.newsletter-form,
.newsletter-page__form {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.newsletter-form input[type="email"],
.newsletter-page__form input[type="email"] {
	padding: 0.8rem 1rem;
	border: 1px solid var(--border-strong);
	border-radius: var(--radius);
	font-family: var(--font-sans);
	font-size: 0.9375rem;
	background: var(--bg);
	color: var(--text);
	width: 100%;
}

.newsletter-form input[type="email"]:focus,
.newsletter-page__form input[type="email"]:focus {
	outline: none;
	border-color: var(--blue);
	box-shadow: 0 0 0 2px var(--blue-light);
}

.form-privacy {
	font-size: 0.875rem;
	color: var(--text-secondary);
	margin: 0;
	line-height: 1.45;
}

/* Distinguish privacy links without relying on color alone (WCAG 1.4.1). */
.form-privacy a {
	text-decoration: underline;
	text-underline-offset: 0.15em;
	text-decoration-thickness: 1px;
}

/* ==========================================================================
   Archive & filters
   ========================================================================== */
.archive-main,
.single-main {
	padding: var(--space-xl) 0 5rem;
}

.archive-header {
	margin-bottom: var(--space-lg);
	padding-bottom: var(--space-lg);
	border-bottom: 1px solid var(--border);
	max-width: 680px;
}

.archive-header__title {
	font-size: clamp(2.125rem, 4.5vw, 3.875rem);
	margin: 0 0 0.75rem;
}

.archive-header__lead {
	font-size: 1.125rem;
	color: var(--text-secondary);
	margin: 0;
	line-height: 1.65;
}

.archive-filters {
	margin-bottom: var(--space-lg);
	padding: var(--space-md);
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 6px;
	box-shadow: var(--shadow-soft);
}

.archive-filters__row {
	display: grid;
	gap: 0.65rem;
}

@media (min-width: 640px) {
	.archive-filters__row {
		grid-template-columns: 1.5fr repeat(3, 1fr);
	}
}

.archive-filters input[type="search"],
.archive-filters select {
	padding: 0.65rem 0.85rem;
	border: 1px solid var(--border-strong);
	border-radius: var(--radius);
	font-family: var(--font-sans);
	font-size: 0.9375rem;
	background: var(--bg);
	color: var(--text);
	width: 100%;
}

.archive-filters input[type="search"]:focus,
.archive-filters select:focus {
	outline: none;
	border-color: var(--blue);
	box-shadow: 0 0 0 2px var(--blue-light);
}

.filter-count {
	font-size: 1rem;
	color: var(--text-secondary);
	margin: 0.65rem 0 0;
}

.filterable-item[hidden] {
	display: none !important;
}

.empty-state {
	margin: 0;
	padding: var(--space-md) var(--space-md);
	border: 1px solid var(--border);
	border-radius: var(--radius-md);
	background: var(--panel);
	color: var(--text-secondary);
	font-style: normal;
	font-size: var(--text-small);
	line-height: var(--leading-snug);
}

.empty-state__title {
	margin: 0 0 var(--space-xs);
	font-family: var(--font-serif);
	font-size: var(--text-h4);
	font-weight: 600;
	color: var(--text);
	font-style: normal;
}

.empty-state__text {
	margin: 0 0 var(--space-sm);
	color: var(--text-secondary);
}

.empty-state__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-xs) var(--space-sm);
	margin: 0;
	padding: 0;
	list-style: none;
}

.empty-state__actions a {
	font-weight: 600;
	font-size: var(--text-small);
}

p.empty-state {
	padding: var(--space-md);
}

/* ==========================================================================
   Profile & single pages
   ========================================================================== */
.single-layout--narrow {
	max-width: var(--narrow);
}

.profile-header {
	margin-bottom: var(--space-lg);
}

.profile-header--company {
	display: grid;
	gap: var(--space-md);
	align-items: start;
}

@media (min-width: 600px) {
	.profile-header--company {
		grid-template-columns: auto 1fr;
	}
}

.profile-logo {
	width: 72px;
	height: 72px;
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid var(--border);
	background: var(--surface);
	flex-shrink: 0;
}

.profile-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.profile-header__title {
	font-size: clamp(2.125rem, 4.5vw, 2.375rem);
	margin: 0 0 0.75rem;
}

.profile-header__summary {
	font-size: 1.25rem;
	color: var(--text-secondary);
	line-height: 1.55;
	margin-bottom: var(--space-sm);
}

.profile-header__meta {
	font-size: 1rem;
	color: var(--text-secondary);
	margin: 0 0 var(--space-sm);
}

.profile-header__actions {
	margin: var(--space-sm) 0 0;
}

.profile-meta-bar {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 1px;
	background: var(--border);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
	margin-bottom: var(--space-lg);
}

.profile-meta-bar div {
	padding: 1rem 1.15rem;
	background: var(--surface);
}

.profile-meta-bar span {
	display: block;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--text-muted);
	margin-bottom: 0.25rem;
}

.profile-meta-bar strong {
	font-size: 0.9375rem;
	font-weight: 600;
}

.profile-highlight {
	padding: 1.35rem 1.5rem;
	background: var(--gold-light);
	border-left: 3px solid var(--gold);
	margin-bottom: var(--space-lg);
	border-radius: 0 var(--radius) var(--radius) 0;
}

.profile-highlight h2 {
	font-size: 0.8125rem;
	font-family: var(--font-sans);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--gold);
	margin: 0 0 0.5rem;
}

.profile-highlight p {
	margin: 0;
	color: var(--text);
	font-size: 1.0625rem;
	line-height: 1.55;
}

.product-link-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-link-list li {
	margin: 0 0 0.4rem;
}

.product-link-list a {
	color: var(--text);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.product-link-list a:hover {
	color: var(--blue);
}

.profile-pullquote {
	font-family: var(--font-serif);
	font-size: 1.375rem;
	font-style: italic;
	line-height: 1.45;
	color: var(--text);
	margin: 0 0 var(--space-lg);
	padding: var(--space-md) 0 var(--space-md) var(--space-md);
	border-left: 3px solid var(--blue);
}

.profile-content,
.entry-content.profile-content {
	font-size: 1.125rem;
	line-height: 1.75;
}

.profile-content h2,
.entry-content h2 {
	font-size: 1.375rem;
	margin: 2rem 0 0.75rem;
}

.profile-content h3,
.entry-content h3 {
	font-size: 1.125rem;
	margin: 1.5rem 0 0.5rem;
}

.profile-content p,
.entry-content p {
	color: var(--text);
}

.profile-content ul,
.profile-content ol,
.entry-content ul,
.entry-content ol {
	margin: 0 0 1.25rem;
	padding-left: 1.5rem;
}

.profile-content li,
.entry-content li {
	margin-bottom: 0.35rem;
}

.profile-featured-image {
	margin-bottom: var(--space-lg);
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid var(--border);
}

.founder-profile-header {
	display: grid;
	gap: var(--space-md);
	margin-bottom: var(--space-lg);
	padding-bottom: var(--space-lg);
	border-bottom: 1px solid var(--border);
}

@media (min-width: 600px) {
	.founder-profile-header {
		grid-template-columns: auto 1fr;
		align-items: start;
	}
}

.founder-profile-header__photo {
	width: 100px;
	height: 100px;
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid var(--border);
	flex-shrink: 0;
}

.founder-profile-header__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.founder-profile-header__photo--initial {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-serif);
	font-size: 2rem;
	font-weight: 600;
	color: var(--blue);
	background: var(--blue-light);
}

.founder-profile-header__role {
	font-weight: 600;
	margin: 0 0 0.15rem;
}

.founder-profile-header__company {
	color: var(--text-secondary);
	margin: 0 0 0.15rem;
}

.founder-profile-header__country {
	font-size: 0.875rem;
	color: var(--text-muted);
	margin: 0 0 0.75rem;
}

.profile-section {
	margin: var(--space-lg) 0;
	padding-top: var(--space-lg);
	border-top: 1px solid var(--border);
}

.author-box {
	margin: var(--space-lg) 0;
	padding: var(--space-md);
	background: var(--bg);
	border: 1px solid var(--border);
	border-radius: var(--radius);
}

.author-box strong {
	display: block;
	font-family: var(--font-serif);
	font-size: 1.0625rem;
	margin-bottom: 0.35rem;
}

.author-box p {
	margin: 0;
	font-size: 0.9375rem;
	color: var(--text-secondary);
}

.editorial-note {
	font-size: 0.875rem;
	color: var(--text-muted);
	margin: var(--space-lg) 0 0;
	padding-top: var(--space-md);
	border-top: 1px solid var(--border);
	line-height: 1.55;
}

.profile-cta {
	margin-top: var(--space-xl);
	padding: var(--space-lg);
	background: var(--blue-light);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	text-align: center;
}

.profile-cta h3 {
	font-size: 1.25rem;
	margin: 0 0 0.35rem;
}

.profile-cta p {
	font-size: 0.9375rem;
	color: var(--text-secondary);
	margin: 0 0 var(--space-sm);
}

/* ==========================================================================
   Blog / content layouts
   ========================================================================== */
.site-main {
	padding: var(--space-xl) 0 5rem;
}

.site-main--front {
	padding: 0;
}

.content-area {
	display: grid;
	gap: var(--space-xl);
}

@media (min-width: 900px) {
	.content-area.has-sidebar {
		grid-template-columns: 1fr 280px;
		align-items: start;
	}
}

.posts-grid {
	display: grid;
	gap: var(--space-md);
}

@media (min-width: 640px) {
	.posts-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.post-card {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
	transition: border-color var(--transition), box-shadow var(--transition);
}

.post-card:hover {
	border-color: var(--border-strong);
}

.post-card__image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.post-card__body {
	padding: 1.25rem;
}

.post-card__meta {
	font-size: 0.875rem;
	color: var(--text-muted);
	margin-bottom: 0.5rem;
}

.post-card__title {
	font-family: var(--font-serif);
	font-size: 1.25rem;
	margin: 0 0 0.5rem;
}

.post-card__title a {
	color: var(--text);
}

.post-card__title a:hover {
	color: var(--blue);
}

.post-card__excerpt {
	font-size: 0.9375rem;
	color: var(--text-secondary);
}

.read-more {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--blue);
}

.featured-card {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
	transition: border-color var(--transition), box-shadow var(--transition);
}

.featured-card:hover {
	border-color: var(--border-strong);
}

.featured-card__link {
	display: block;
	color: var(--text);
}

.featured-card__image {
	position: relative;
	overflow: hidden;
}

.featured-card__image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.featured-card__image--placeholder {
	background: var(--bg);
	min-height: 180px;
}

.featured-card__overlay {
	display: none;
}

.featured-card__body {
	padding: 1.25rem;
}

.featured-card__category {
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--blue);
}

.featured-card__title {
	font-family: var(--font-serif);
	font-size: 1.25rem;
	margin: 0.35rem 0 0.5rem;
}

.featured-card__excerpt {
	font-size: 0.9375rem;
	color: var(--text-secondary);
	margin-bottom: 0.5rem;
}

.featured-card__meta {
	font-size: 0.875rem;
	color: var(--text-muted);
}

.compact-card__link {
	display: flex;
	gap: var(--space-sm);
	padding: var(--space-sm) 0;
	border-bottom: 1px solid var(--border);
	color: var(--text);
}

.compact-card__thumb {
	flex-shrink: 0;
	width: 72px;
	height: 72px;
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid var(--border);
}

.compact-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.compact-card__title {
	font-family: var(--font-serif);
	font-size: 1rem;
	margin: 0 0 0.25rem;
}

.compact-card__date {
	font-size: 0.8125rem;
	color: var(--text-muted);
}

.category-card {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem 1.15rem;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	color: var(--text);
	transition: border-color var(--transition), background var(--transition);
}

.category-card:hover {
	border-color: var(--border-strong);
	background: var(--bg);
}

.category-card__icon {
	font-size: 1.25rem;
}

.category-card__name {
	font-weight: 600;
	flex: 1;
}

.category-card__count {
	font-size: 0.875rem;
	color: var(--text-muted);
}

.category-card__arrow {
	color: var(--blue);
	font-weight: 600;
}

.entry-header {
	margin-bottom: var(--space-lg);
}

.entry-title {
	font-size: clamp(2.125rem, 4.5vw, 2.375rem);
	margin: 0 0 0.5rem;
}

.entry-meta {
	font-size: 0.875rem;
	color: var(--text-muted);
}

.entry-thumbnail {
	margin-bottom: var(--space-lg);
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid var(--border);
}

.page-links {
	margin-top: var(--space-lg);
	font-size: 0.875rem;
}

.post-tags {
	font-size: 0.875rem;
	color: var(--text-secondary);
}

/* ==========================================================================
   Newsletter & About pages
   ========================================================================== */
.newsletter-page,
.about-page {
	padding-bottom: var(--space-xl);
}

.newsletter-page__note {
	margin-top: var(--space-lg);
	padding-top: var(--space-lg);
	border-top: 1px solid var(--border);
	color: var(--text-secondary);
	font-size: 0.9375rem;
}

.about-content ul {
	margin: 0 0 1.5rem;
	padding-left: 1.25rem;
}

.about-content li {
	margin-bottom: 0.5rem;
	color: var(--text-secondary);
}

/* ==========================================================================
   Widgets & sidebar
   ========================================================================== */
.widget-area {
	display: flex;
	flex-direction: column;
	gap: var(--space-md);
}

.widget {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 1.25rem;
}

.widget-title {
	font-family: var(--font-sans);
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--text-secondary);
	margin: 0 0 0.85rem;
}

/* ==========================================================================
   Pagination & navigation
   ========================================================================== */
.pagination,
.posts-navigation,
.post-navigation {
	margin-top: var(--space-xl);
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.pagination .page-numbers,
.posts-navigation a,
.post-navigation a {
	padding: 0.5rem 1rem;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	font-size: 0.875rem;
	color: var(--text-secondary);
	background: var(--surface);
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
	background: var(--blue);
	border-color: var(--blue);
	color: #fff;
}

/* ==========================================================================
   Comments
   ========================================================================== */
.comments-area {
	margin-top: var(--space-xl);
	padding-top: var(--space-lg);
	border-top: 1px solid var(--border);
}

.comments-title {
	font-size: 1.25rem;
	margin-bottom: var(--space-md);
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .comment {
	padding: var(--space-sm) 0;
	border-bottom: 1px solid var(--border);
}

.no-comments {
	font-size: 0.9375rem;
	color: var(--text-muted);
	font-style: italic;
}

/* ==========================================================================
   404 & empty states
   ========================================================================== */
.error-404,
.no-results {
	text-align: center;
	padding: 5rem 0;
}

.error-404 .page-title,
.no-results .page-title {
	font-size: clamp(2.5rem, 6vw, 4rem);
	color: var(--blue);
	margin-bottom: var(--space-sm);
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
	background: var(--charcoal);
	color: var(--ivory);
}

.site-footer__main {
	padding: var(--space-xl) 0 var(--space-lg);
}

.site-footer__grid {
	display: grid;
	gap: var(--space-xl);
}

/* Hub footer: brand + newsletter on top, link columns below (desktop breathing room) */
.site-footer__grid--hub {
	grid-template-columns: 1fr;
	gap: 2rem;
}

.footer-nav-hub {
	display: grid;
	gap: 1.75rem;
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.site-footer__grid:not(.site-footer__grid--hub) {
		grid-template-columns: repeat(2, 1fr);
	}

	.site-footer__grid--hub {
		grid-template-columns: 1fr 1fr;
		align-items: start;
	}

	.footer-nav-hub {
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.75rem 2.5rem;
	}
}

@media (min-width: 900px) {
	.site-footer__grid {
		grid-template-columns: 1.2fr 1fr 1fr 1.3fr;
	}

	.site-footer__grid--ia {
		grid-template-columns: 1.15fr 1fr 1fr 1fr 1.25fr;
	}

	.site-footer__grid--hub {
		grid-template-columns: minmax(14rem, 1.35fr) minmax(16rem, 1.25fr);
		column-gap: 3rem;
		row-gap: 2.5rem;
	}

	.footer-col--brand {
		max-width: 22rem;
	}

	.footer-nav-hub {
		grid-column: 1 / -1;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 2.5rem;
		row-gap: 2rem;
		margin-top: 0.25rem;
		padding-top: 2rem;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.footer-mission {
		max-width: 20rem;
	}
}

@media (min-width: 1100px) {
	.footer-nav-hub {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		column-gap: 1.75rem;
	}
}

@media (min-width: 1280px) {
	.site-footer__grid--hub {
		column-gap: 4rem;
	}

	.footer-nav-hub {
		column-gap: 2.25rem;
	}
}

/* Mid-width desktop: keep 8-item primary nav from feeling cramped */
@media (min-width: 901px) and (max-width: 1199px) {
	.site-nav__menu {
		gap: 0;
	}

	.site-nav__menu a {
		font-size: 0.9375rem;
		padding: 0.45rem 0.45rem;
	}

	.header-search__input {
		width: min(11rem, 26vw);
	}

	.header-cta {
		padding: 0.55rem 0.85rem;
		font-size: 0.875rem;
	}
}

.hub-directory {
	list-style: none;
	margin: 0 0 var(--space-xl);
	padding: 0;
	display: grid;
	gap: 1rem;
}

@media (min-width: 700px) {
	.hub-directory {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.hub-directory__item {
	padding: 1rem 0;
	border-bottom: 1px solid var(--border, rgba(0, 0, 0, 0.08));
}

.hub-directory__item a {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	text-decoration: none;
	color: inherit;
	font-weight: 600;
}

.hub-directory__item a:hover .hub-directory__name {
	color: var(--blue);
}

.hub-directory__count {
	color: var(--text-secondary);
	font-weight: 500;
	font-size: 0.9375rem;
}

.hub-directory__desc {
	margin: 0.4rem 0 0;
	color: var(--text-secondary);
	font-size: 0.9375rem;
}

.explore-strip {
	margin: var(--space-xl) 0 var(--space-lg);
	padding-top: var(--space-md);
	border-top: 1px solid var(--border, rgba(0, 0, 0, 0.08));
}

.explore-strip__label {
	margin: 0 0 0.5rem;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--text-secondary);
}

.explore-strip__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}

.explore-strip__list a {
	font-size: 0.9375rem;
	font-weight: 500;
}

.sitemap-section {
	margin-bottom: var(--space-lg);
}

/* ==========================================================================
   Compare matrix
   ========================================================================== */
.compare-matrix {
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
	background: var(--surface);
	margin: 0 0 var(--space-md);
}

.compare-matrix__head,
.compare-matrix__row {
	display: grid;
	grid-template-columns: minmax(7.5rem, 0.85fr) minmax(0, 1.2fr) minmax(0, 1.2fr);
	gap: 1rem 1.5rem;
	padding: 1rem 1.25rem;
	align-items: start;
}

.compare-matrix__head {
	background: var(--bg);
	border-bottom: 1px solid var(--border);
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--text-muted);
}

.compare-matrix__head a {
	color: var(--text);
	text-transform: none;
	letter-spacing: 0;
	font-size: 0.9375rem;
	font-weight: 600;
}

.compare-matrix__row {
	border-bottom: 1px solid var(--border);
}

.compare-matrix__row:last-child {
	border-bottom: none;
}

.compare-matrix__attr {
	font-weight: 700;
	color: var(--text);
	font-size: 0.9375rem;
}

.compare-matrix__cell {
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--text);
	overflow-wrap: anywhere;
	word-break: break-word;
	min-width: 0;
}

@media (max-width: 767px) {
	.compare-matrix {
		border: none;
		background: transparent;
		overflow: visible;
	}

	.compare-matrix__head {
		display: none;
	}

	.compare-matrix__row {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0.65rem;
		padding: 1rem 1.125rem;
		margin-bottom: 0.75rem;
		border: 1px solid var(--border);
		border-radius: var(--radius);
		background: var(--surface);
	}

	.compare-matrix__attr {
		font-size: 0.75rem;
		text-transform: uppercase;
		letter-spacing: 0.06em;
		color: var(--text-secondary);
	}

	.compare-matrix__cell::before {
		content: attr(data-label);
		display: block;
		font-size: 0.75rem;
		font-weight: 600;
		color: var(--text-muted);
		margin-bottom: 0.2rem;
	}
}

.glossary-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.glossary-list li {
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--border, rgba(0, 0, 0, 0.08));
}

.glossary-list p {
	margin: 0.35rem 0 0;
	color: var(--text-secondary);
}

.glossary-alpha {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 0.85rem;
	margin: 0 0 1.75rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--border, rgba(0, 0, 0, 0.08));
}

.glossary-alpha a {
	text-decoration: none;
	font-weight: 600;
	color: var(--text-primary, inherit);
}

.footer-wordmark {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	color: var(--ivory);
	text-decoration: none;
	margin-bottom: 0.85rem;
}

.footer-wordmark__img {
	display: block;
	height: 32px;
	width: auto;
	max-width: 160px;
	object-fit: contain;
	object-position: left center;
	/* Black wordmark on dark footer → render as light mark */
	filter: brightness(0) invert(1);
}

.footer-wordmark:hover {
	color: #fff;
}

.footer-wordmark__brel {
	font-family: var(--font-serif);
	font-size: 1.35rem;
	font-weight: 700;
}

.footer-wordmark__digital {
	font-family: var(--font-sans);
	font-size: 0.8125rem;
	color: var(--text-muted);
}

.footer-mission {
	font-size: 0.9375rem;
	line-height: 1.6;
	max-width: 280px;
	margin: 0;
	color: var(--ivory);
	opacity: 0.85;
}

.footer-heading {
	font-family: var(--font-sans);
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--ivory);
	margin: 0 0 1rem;
	opacity: 0.7;
}

.footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links li {
	margin-bottom: 0.65rem;
}

.footer-links a {
	color: var(--ivory);
	font-size: 0.9375rem;
	line-height: 1.45;
	opacity: 0.8;
	transition: opacity var(--transition), color var(--transition);
}

.footer-links a:hover {
	opacity: 1;
	color: #fff;
}

.footer-brief-text {
	font-size: 0.875rem;
	line-height: 1.55;
	margin-bottom: 0.85rem;
	color: var(--ivory);
	opacity: 0.85;
}

.site-footer .newsletter-form input[type="email"] {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.2);
	color: var(--ivory);
}

.site-footer .newsletter-form input[type="email"]::placeholder {
	color: rgba(232, 230, 225, 0.5);
}

.site-footer .newsletter-form input[type="email"]:focus {
	border-color: var(--blue);
	box-shadow: 0 0 0 2px rgba(22, 75, 143, 0.4);
}

.site-footer .btn {
	width: 100%;
}

.site-footer .form-privacy {
	color: var(--footer-muted);
}

.site-footer .form-privacy a {
	color: var(--ivory);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.site-footer__legal {
	margin-top: var(--space-lg);
	padding-top: var(--space-md);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-links--legal {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.5rem;
}

.footer-links--legal li {
	margin-bottom: 0;
}

.site-footer__bottom {
	margin-top: var(--space-md);
	padding-top: var(--space-md);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-copyright {
	margin: 0;
	font-size: 0.8125rem;
	color: rgba(232, 230, 225, 0.6);
}

.footer-dataset {
	margin: 0.35rem 0 0;
	font-size: 0.75rem;
	color: var(--footer-muted);
	letter-spacing: 0.02em;
}

.footer-copyright a {
	color: var(--ivory);
	opacity: 0.8;
}

/* ==========================================================================
   Utilities
   ========================================================================== */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	clip: auto !important;
	display: block;
	height: auto;
	width: auto;
	z-index: 100000;
	padding: 0.5rem 1rem;
	background: var(--surface);
	color: var(--text);
	border: 1px solid var(--border);
	border-radius: var(--radius);
}

.skip-link:focus {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
}

/* ==========================================================================
   Readability — mobile minimums
   ========================================================================== */
@media (max-width: 767px) {
	body {
		font-size: 1.0625rem;
	}

	.btn {
		min-height: 50px;
	}
}

/* Footer microcopy — smaller text permitted here only */
.site-footer .footer-wordmark__digital {
	color: rgba(232, 230, 225, 0.72);
}

.site-footer .footer-heading,
.site-footer .footer-links--legal a,
.site-footer .footer-copyright {
	font-size: 0.8125rem;
}

/* ==========================================================================
   SEO & E-E-A-T components
   ========================================================================== */
.sponsored-disclosure {
	margin: 0 0 var(--space-md);
	padding: var(--space-sm) var(--space-md);
	background: rgba(184, 135, 43, 0.08);
	border-left: 3px solid var(--gold);
	font-size: 0.9375rem;
}

.sponsored-disclosure p {
	margin: 0;
}

.editorial-disclosure {
	font-size: 0.875rem;
	color: var(--text-muted);
	margin: 0.5rem 0 0;
}

.article-meta--reviewed {
	font-size: 0.875rem;
	color: var(--text-muted);
	margin: 0.25rem 0 0;
}

.toc {
	margin: var(--space-md) 0;
	padding: var(--space-md);
	background: var(--bg);
	border: 1px solid var(--border);
	border-radius: var(--radius);
}

.toc__heading {
	font-size: 1rem;
	margin: 0 0 0.75rem;
}

.toc__list {
	margin: 0;
	padding-left: 1.25rem;
}

.toc__list a {
	color: var(--blue);
	text-decoration: none;
}

.toc__list a:hover {
	text-decoration: underline;
}

.sources-block {
	margin: var(--space-lg) 0;
	padding-top: var(--space-lg);
	border-top: 1px solid var(--border);
}

.sources-block__intro {
	font-size: 0.9375rem;
	color: var(--text-secondary);
}

.sources-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sources-list li {
	padding: 0.65rem 0;
	border-bottom: 1px solid var(--border);
	font-size: 0.9375rem;
}

.sources-list__type,
.sources-list__note {
	display: block;
	font-size: 0.8125rem;
	color: var(--text-muted);
}

.author-box__inner {
	display: flex;
	gap: var(--space-md);
	align-items: flex-start;
}

.author-box__heading {
	font-size: 1.125rem;
	margin: 0 0 var(--space-sm);
}

.author-box__name {
	margin: 0 0 0.25rem;
	font-family: var(--font-serif);
	font-size: 1.0625rem;
}

.author-box__role {
	margin: 0 0 0.5rem;
	font-size: 0.875rem;
	color: var(--text-muted);
}

.author-box__bio {
	margin: 0 0 0.5rem;
	font-size: 0.9375rem;
	color: var(--text-secondary);
}

.author-box__updated {
	margin: 0.5rem 0 0;
	font-size: 0.8125rem;
	color: var(--text-muted);
}

.related-module {
	margin: var(--space-lg) 0;
	padding: var(--space-md);
	background: var(--bg);
	border: 1px solid var(--border);
	border-radius: var(--radius);
}

.related-module__title {
	font-size: 1.125rem;
	margin: 0 0 var(--space-sm);
}

.related-module__group {
	margin-top: var(--space-sm);
}

.related-module__group h3 {
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--text-muted);
	margin: 0 0 0.35rem;
}

.related-module ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.related-module li {
	padding: 0.25rem 0;
}

.correction-link {
	font-size: 0.875rem;
	color: var(--text-muted);
	margin: var(--space-sm) 0 var(--space-lg);
}

.contact-form label,
.contact-form input,
.contact-form select,
.contact-form textarea {
	display: block;
	width: 100%;
	margin-bottom: var(--space-sm);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	padding: 0.65rem 0.75rem;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	font-family: var(--font-body);
	font-size: 1rem;
}

.contact-form__heading {
	margin: var(--space-lg) 0 var(--space-sm);
	font-size: 1.25rem;
}

.contact-form--compact {
	margin-top: var(--space-md);
	padding-top: var(--space-md);
	border-top: 1px solid var(--border);
}

.profile-enquiry {
	margin: var(--space-xl) 0 var(--space-lg);
}

.contact-flash {
	padding: 0.75rem 1rem;
	margin: 0 0 var(--space-md);
	border-radius: var(--radius);
	border: 1px solid var(--border);
}

.contact-flash--success {
	background: #ecfdf5;
	border-color: #a7f3d0;
	color: #065f46;
}

.contact-flash--error {
	background: #fef2f2;
	border-color: #fecaca;
	color: #991b1b;
}

.form-note {
	font-size: 0.875rem;
	color: var(--text-muted);
}

.author-profile__header {
	display: flex;
	gap: var(--space-md);
	align-items: flex-start;
	margin-bottom: var(--space-md);
}

.author-profile__role {
	color: var(--text-muted);
	margin: 0.25rem 0;
}

.author-work-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.author-work-list li {
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--border);
}

.author-work-list__type {
	display: inline-block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--text-muted);
	margin-right: 0.5rem;
}

.error-404__links ul {
	list-style: none;
	margin: var(--space-md) 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
}

.error-404__links a {
	color: var(--blue);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
	outline: var(--focus-outline);
	outline-offset: 2px;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: none;
	border-color: var(--blue);
	box-shadow: var(--focus-ring);
}

/* Editorial UX — reading progress (lightweight) */
.reading-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	z-index: 200;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.reading-progress.is-active {
	opacity: 1;
}

.reading-progress__bar {
	display: block;
	height: 100%;
	width: 0;
	background: var(--blue);
}

.toc--sticky {
	/* Deprecated: sticky TOC overlapped article text. Kept inert for old caches. */
	position: static;
	top: auto;
}

.entity-nav {
	margin: var(--space-lg) 0;
	padding-top: var(--space-md);
	border-top: 1px solid var(--border);
}

.recently-updated {
	margin: var(--space-lg) 0;
}

.recently-updated time {
	color: var(--text-secondary);
	font-size: 0.875rem;
}

/* Search autocomplete — layout shell; item styles in product-ui.css */
.brel-ac {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 4px);
	z-index: 120;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-lift);
	max-height: min(22rem, 70vh);
	overflow-y: auto;
	padding: var(--space-2xs);
}



/* ---- responsive.css ---- */
/**
 * Brel Digital — mobile & tablet overrides only.
 * Desktop layout lives in style.css; nothing here applies above 1023px
 * except shared utilities and archive-filter progressive enhancement.
 */

/* ==========================================================================
   Shared utilities (all breakpoints)
   ========================================================================== */
html {
	overflow-x: clip;
	-webkit-text-size-adjust: 100%;
}

body {
	overflow-x: clip;
}

:focus-visible {
	outline: var(--focus-outline, 2px solid var(--blue));
	outline-offset: 2px;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: none;
}

.newsletter-form__label {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--text-secondary);
	margin-bottom: 0.25rem;
}

.site-footer .newsletter-form__label {
	color: rgba(232, 230, 225, 0.85);
}

.table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 1rem 0;
	border: 1px solid var(--border);
	border-radius: var(--radius);
}

/* Archive filters — details drawer on small screens */
.archive-filters__top {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.65rem;
	align-items: start;
	margin-bottom: 0.65rem;
}

.archive-filters__details {
	border: 1px solid var(--border-strong);
	border-radius: var(--radius);
	background: var(--bg);
}

.archive-filters__details summary {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 1rem;
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--text);
	cursor: pointer;
	list-style: none;
	white-space: nowrap;
}

.archive-filters__details summary::-webkit-details-marker {
	display: none;
}

.archive-filters__details summary::after {
	content: "";
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	margin-left: 0.45rem;
	border-right: 2px solid var(--text-secondary);
	border-bottom: 2px solid var(--text-secondary);
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.archive-filters__details[open] summary::after {
	transform: rotate(-135deg);
}

.archive-filters__panel {
	display: grid;
	gap: 0.65rem;
	padding: 0 0.85rem 0.85rem;
	border-top: 1px solid var(--border);
}

.archive-filters__field {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	min-width: 0;
}

.archive-filters__field > label {
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--text-secondary);
	line-height: 1.3;
}

.archive-filters__field--action {
	justify-content: flex-end;
}

.archive-filters__field--action .btn {
	align-self: stretch;
	width: 100%;
}

@media (min-width: 768px) {
	.archive-filters__top {
		grid-template-columns: 1fr;
		margin-bottom: 0;
	}

	.archive-filters__details {
		border: none;
		background: transparent;
	}

	.archive-filters__details summary {
		display: none;
	}

	.archive-filters__panel {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 0;
		border: none;
		gap: 0.75rem 0.65rem;
	}

	.archive-filters--founders .archive-filters__panel {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.archive-filters__field--action {
		justify-content: flex-end;
	}

	.archive-filters__field--action .btn {
		align-self: end;
		width: auto;
		min-width: 8.5rem;
	}
}

@media (min-width: 1024px) {
	/* Closed filter drawer: search + Filters toggle side-by-side */
	.archive-filters__top {
		grid-template-columns: 1.5fr auto;
		align-items: center;
	}

	/* Open filter drawer (Explorer): stack full-width so the panel is not squeezed */
	.archive-filters__top:has(.archive-filters__details[open]) {
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	.archive-filters__top:has(.archive-filters__details[open]) > input[type="search"] {
		max-width: 28rem;
	}
}

.archive-filters__noscript {
	font-size: 0.875rem;
	color: var(--text-muted);
	margin: 0 0 1rem;
}

/* ==========================================================================
   Mobile header & drawer — max 1023px
   ========================================================================== */
@media (max-width: 1023px) {
	.site-header__bar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.75rem;
		padding: 0;
		height: var(--header-h);
		max-width: 100%;
	}

	.site-header.is-scrolled {
		box-shadow: none;
		background: var(--bg);
		backdrop-filter: none;
	}

	.site-branding {
		min-width: 0;
		flex: 0 1 auto;
	}

	.site-branding__wordmark {
		font-size: 1.5rem;
	}

	.site-branding__suffix {
		font-size: 0.75rem;
	}

	.header-cta {
		display: none;
	}

	/* Hero + sticky search cover discovery — free the header */
	.header-search {
		display: none !important;
	}

	.site-header__tools {
		flex: 0 0 auto;
		min-width: 0;
	}

	.menu-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		min-width: 48px;
		min-height: 48px;
		padding: 0;
		background: var(--surface);
		border: 1px solid var(--border);
		border-radius: var(--radius);
		cursor: pointer;
		color: var(--text);
		flex-shrink: 0;
	}

	.menu-toggle__bars {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		width: 18px;
	}

	.menu-toggle__bars span {
		display: block;
		height: 2px;
		background: currentColor;
		border-radius: 1px;
		transition: transform 0.2s ease, opacity 0.2s ease;
	}

	body.nav-open .menu-toggle__bars span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	body.nav-open .menu-toggle__bars span:nth-child(2) {
		opacity: 0;
	}

	body.nav-open .menu-toggle__bars span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.site-nav {
		position: fixed;
		inset: 0;
		z-index: 300;
		pointer-events: none;
		visibility: hidden;
		overflow: hidden;
		width: 100%;
		max-width: 100vw;
	}

	.site-nav.is-open {
		pointer-events: auto;
		visibility: visible;
	}

	.site-nav__backdrop {
		position: absolute;
		inset: 0;
		border: none;
		background: rgba(15, 23, 42, 0.45);
		opacity: 0;
		transition: opacity 0.25s ease;
		cursor: pointer;
	}

	.site-nav.is-open .site-nav__backdrop {
		opacity: 1;
	}

	.site-nav__drawer {
		position: absolute;
		top: 0;
		right: 0;
		width: min(100%, 20rem);
		max-width: 100%;
		height: 100%;
		background: var(--surface);
		border-left: 1px solid var(--border);
		display: flex;
		flex-direction: column;
		padding: 0;
		transform: translateX(100%);
		transition: transform 0.28s ease;
		box-shadow: -8px 0 32px rgba(15, 23, 42, 0.1);
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.site-nav.is-open .site-nav__drawer {
		transform: translateX(0);
	}

	.site-nav__drawer-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 1rem 1.125rem;
		border-bottom: 1px solid var(--border);
		flex-shrink: 0;
	}

	.site-nav__drawer-title {
		font-size: 0.8125rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		color: var(--text-secondary);
	}

	.site-nav__close {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		border: none;
		background: transparent;
		font-size: 1.75rem;
		line-height: 1;
		color: var(--text-secondary);
		cursor: pointer;
		border-radius: var(--radius);
	}

	.site-nav__menu {
		list-style: none !important;
		margin: 0 !important;
		padding: 0.5rem 0 !important;
		flex: 1 1 auto;
		overflow-y: auto;
		overflow-x: hidden;
		display: block !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		gap: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.site-nav__menu > li {
		display: block !important;
		width: 100%;
		margin: 0;
	}

	.site-nav__menu a,
	.site-nav__menu > li > a {
		display: flex !important;
		align-items: center;
		width: 100%;
		box-sizing: border-box;
		min-height: 52px;
		height: auto !important;
		padding: 0.85rem 1.25rem !important;
		margin: 0 !important;
		font-size: 1.0625rem !important;
		font-weight: 500;
		color: var(--text) !important;
		border-bottom: 1px solid var(--border) !important;
		border-radius: 0 !important;
		background: transparent !important;
		line-height: 1.3 !important;
	}

	.site-nav__menu > li.current-menu-item > a,
	.site-nav__menu > li.current_page_item > a {
		color: var(--blue) !important;
		background: var(--blue-light) !important;
		border-bottom-color: var(--border) !important;
		font-weight: 600;
	}

	.site-nav__menu .sub-menu {
		list-style: none;
		margin: 0;
		padding: 0 0 0.35rem 0.85rem;
	}

	.site-nav__menu .sub-menu a {
		min-height: 44px;
		font-size: 0.9875rem;
		font-weight: 400;
		color: var(--text-secondary);
	}

	.site-nav__cta {
		padding: 1.125rem;
		border-top: 1px solid var(--border);
		background: var(--bg);
	}

	.site-nav__cta-label {
		font-size: 0.8125rem;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		color: var(--text-secondary);
		margin: 0 0 0.65rem;
	}

	.site-nav__cta .btn {
		width: 100%;
		justify-content: center;
		min-height: 48px;
	}

	body.nav-open {
		overflow: hidden;
	}
}

/* Desktop header — restore horizontal nav */
@media (min-width: 1024px) {
	.site-header__bar {
		display: grid;
		grid-template-columns: auto 1fr auto;
		align-items: center;
		gap: 1.5rem;
		padding: 0;
		height: var(--header-h);
	}

	.site-header__tools {
		justify-self: end;
	}

	.menu-toggle,
	.site-nav__drawer-head,
	.site-nav__close,
	.site-nav__cta,
	.site-nav__backdrop {
		display: none !important;
	}

	.site-nav {
		position: static;
		inset: auto;
		pointer-events: auto;
		visibility: visible;
		justify-self: center;
		z-index: auto;
	}

	.site-nav__drawer {
		position: static;
		width: auto;
		height: auto;
		transform: none;
		box-shadow: none;
		border: none;
		background: transparent;
		display: block;
		padding: 0;
	}

	.site-nav__menu {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		gap: 2rem;
		padding: 0;
		overflow: visible;
	}

	.site-nav__menu a {
		display: inline-flex;
		align-items: center;
		min-height: 48px;
		height: 48px;
		padding: 0;
		font-size: 1.0625rem;
		color: var(--text);
		border-bottom: 2px solid transparent;
		background: transparent;
	}

	.header-cta {
		display: inline-flex;
		align-items: center;
	}
}

/* ==========================================================================
   Mobile & tablet layout — max 767px
   ========================================================================== */
@media (max-width: 767px) {
	.site-container {
		padding-left: 1.125rem;
		padding-right: 1.125rem;
	}

	body {
		font-size: 1.0625rem;
		line-height: 1.65;
	}

	input[type="search"],
	input[type="email"],
	select {
		min-height: 48px;
		font-size: 1rem;
	}

	/* Hero */
	.hero {
		padding: 2rem 0 1.75rem;
	}

	.hero__grid {
		display: flex;
		flex-direction: column;
		gap: 1.75rem;
	}

	.hero__title {
		font-size: clamp(2.125rem, 9vw, 2.75rem);
		line-height: 1.12;
		margin-bottom: 1rem;
	}

	.hero__lead {
		font-size: 1.125rem;
		margin-bottom: 1.5rem;
		max-width: none;
	}

	.hero__actions {
		flex-direction: column;
		align-items: stretch;
		gap: 0.65rem;
		margin-bottom: 1.25rem;
	}

	.hero__actions .btn {
		width: 100%;
		justify-content: center;
		min-height: 50px;
	}

	.hero__actions .btn--secondary {
		background: transparent;
		border: 1px solid var(--border-strong);
		color: var(--text) !important;
	}

	.hero__credibility {
		font-size: 0.9375rem;
	}

	/* Intelligence digest */
	.intel-panel {
		border-radius: 6px;
		box-shadow: 0 1px 3px rgba(22, 22, 22, 0.04);
	}

	.intel-panel__tags {
		display: none;
	}

	.intel-panel__list .intel-item:nth-child(n + 4) {
		display: none;
	}

	.intel-panel__featured:nth-of-type(n + 2) {
		display: none;
	}

	.intel-item {
		padding: 0.875rem 1.125rem;
		align-items: flex-start;
	}

	.intel-item__meta {
		white-space: normal;
		text-align: right;
		max-width: 38%;
	}

	.intel-panel__footer-link {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 48px;
		padding: 0.75rem 1.125rem;
		border-top: 1px solid var(--border);
		font-size: 0.9375rem;
		font-weight: 600;
		color: var(--blue);
		background: var(--bg);
	}

	/* Sections */
	.section {
		padding: 2.25rem 0;
	}

	.site-main {
		padding: 0 0 3rem;
	}

	.site-main--front {
		padding-bottom: 0;
	}

	.section-header {
		margin-bottom: 1.5rem;
	}

	.section-header--row {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.65rem;
	}

	.section-title {
		font-size: clamp(1.75rem, 6vw, 2rem);
	}

	.section-header__action,
	.section-header--row .text-link {
		white-space: normal;
	}

	.home-section-grid > *:nth-child(n + 3) {
		display: none;
	}

	.home-section-table .company-row:nth-child(n + 4) {
		display: none;
	}

	/* Sector hubs — show all on mobile (navigation, not previews) */
	.sector-grid--home {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0.75rem;
		background: transparent;
		border: none;
		border-radius: 0;
		overflow: visible;
	}

	.sector-grid--home .sector-card {
		border: 1px solid var(--border);
		border-radius: 6px;
		min-height: auto;
		padding: 1.125rem 1.25rem;
	}

	/* Insights — show all published previews on mobile */
	.insights-grid--home {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.matters-featured,
	.founder-grid.home-section-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.founder-grid.home-section-grid > *:nth-child(n + 3) {
		display: none;
	}

	.section-empty {
		color: var(--text-secondary);
		font-size: 1rem;
		line-height: 1.6;
		margin: 0 0 1rem;
	}

	/* Cards */
	.card__link,
	.card__link--insight,
	.card__link--founder {
		padding: 1.25rem;
	}

	.card--insight .card__title,
	.card--matter .card__title {
		min-height: auto;
		-webkit-line-clamp: unset;
		display: block;
	}

	.card--insight .card__excerpt,
	.card--matter .card__excerpt {
		-webkit-line-clamp: unset;
		display: block;
	}

	.sector-card {
		min-height: auto;
		padding: 1.25rem;
	}

	.final-cta {
		padding: 2rem 1.25rem;
		text-align: left;
	}

	.final-cta__title,
	.final-cta__text {
		text-align: left;
		margin-left: 0;
		margin-right: 0;
	}

	.final-cta .btn {
		width: 100%;
		min-height: 50px;
	}

	/* Company mobile cards */
	.company-table {
		border: none;
		background: transparent;
		display: flex;
		flex-direction: column;
		gap: 0.75rem;
	}

	.company-table__head {
		display: none !important;
	}

	.company-row {
		border: 1px solid var(--border);
		border-radius: 6px;
		background: var(--surface);
		overflow: hidden;
	}

	.company-row__link {
		display: flex;
		flex-direction: column;
		gap: 0.75rem;
		padding: 1.125rem;
	}

	.company-row__head {
		display: flex;
		align-items: flex-start;
		gap: 0.85rem;
	}

	.company-row__logo {
		width: 44px;
		height: 44px;
	}

	.company-row__title {
		display: block;
		font-family: var(--font-serif);
		font-size: 1.125rem;
		font-weight: 600;
		line-height: 1.3;
		margin-bottom: 0.2rem;
	}

	.company-row__desc {
		font-size: 0.9375rem;
		color: var(--text-secondary);
		margin: 0;
		line-height: 1.5;
	}

	.company-row__meta {
		display: flex;
		flex-wrap: wrap;
		gap: 0.4rem;
	}

	.company-row__pill {
		display: inline-block;
		font-size: 0.8125rem;
		font-weight: 500;
		padding: 0.3rem 0.65rem;
		background: var(--bg);
		border: 1px solid var(--border);
		border-radius: 999px;
		color: var(--text-secondary);
	}

	.company-row__why-label {
		display: block;
		font-size: 0.6875rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		color: var(--text-muted);
		margin-bottom: 0.25rem;
	}

	.company-row__profile-link {
		display: inline-flex;
		align-items: center;
		min-height: 44px;
		margin-top: 0.15rem;
		font-weight: 600;
		color: var(--blue);
	}

	.company-row__sector::before,
	.company-row__country::before,
	.company-row__why::before {
		content: none !important;
	}

	/* Archives */
	.archive-main,
	.single-main {
		padding: 1.75rem 0 3rem;
	}

	.archive-header__title {
		font-size: clamp(2rem, 8vw, 2.5rem);
	}

	.archive-filters__top {
		flex-direction: column;
		display: flex;
	}

	/* Profiles */
	.profile-header__title {
		font-size: clamp(2rem, 8vw, 2.375rem);
	}

	.profile-header__actions .btn {
		width: 100%;
		min-height: 50px;
		justify-content: center;
	}

	.profile-meta-bar {
		grid-template-columns: 1fr 1fr;
	}

	.founder-profile-header {
		grid-template-columns: auto 1fr;
		gap: 1rem;
	}

	.founder-profile-header__photo {
		width: 72px;
		height: 72px;
	}

	.profile-details {
		margin: 1.25rem 0;
		border: 1px solid var(--border);
		border-radius: 6px;
		background: var(--surface);
	}

	.profile-details summary {
		padding: 1rem 1.125rem;
		font-family: var(--font-serif);
		font-size: 1.0625rem;
		font-weight: 600;
		cursor: pointer;
		list-style: none;
		min-height: 48px;
		display: flex;
		align-items: center;
	}

	.profile-details summary::-webkit-details-marker {
		display: none;
	}

	.profile-details__body {
		padding: 0 1.125rem 1.125rem;
		border-top: 1px solid var(--border);
	}

	.table-scroll::before {
		content: "Scroll horizontally \2192";
		display: block;
		font-size: 0.75rem;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.06em;
		color: var(--text-muted);
		padding: 0.5rem 0.85rem;
		background: var(--bg);
		border-bottom: 1px solid var(--border);
	}

	/* Newsletter */
	.newsletter-form input[type="email"],
	.newsletter-form .btn {
		width: 100%;
		min-height: 50px;
	}

	.newsletter-form .btn {
		justify-content: center;
	}

	.brief-block {
		grid-template-columns: 1fr;
		gap: 1.25rem;
		padding: 1.5rem 1.25rem;
	}

	.profile-cta .btn {
		width: 100%;
		min-height: 50px;
	}

	/* Footer — stacked columns on small screens */
	.site-footer__grid,
	.site-footer__grid--hub {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}

	.footer-nav-hub {
		grid-column: auto;
		grid-template-columns: 1fr;
		gap: 1.5rem;
		border-top: none;
		padding-top: 0;
	}

	.footer-col--brief {
		padding-top: 0.5rem;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		order: 6;
	}

	.footer-col--brand {
		order: 0;
	}

	.footer-nav-hub {
		order: 1;
	}

	.footer-links--legal {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.25rem;
	}
}

@media (min-width: 768px) {
	.intel-panel__footer-link {
		display: none;
	}
}

/* ==========================================================================
   Desktop company table — new card HTML in grid layout
   ========================================================================== */
@media (min-width: 900px) {
	.company-row__head {
		display: flex;
		align-items: center;
		gap: 0.75rem;
	}

	.company-row__title {
		display: block;
		font-family: var(--font-serif);
		font-size: 1.0625rem;
		font-weight: 600;
		margin-bottom: 0.15rem;
	}

	.company-row__desc {
		font-style: normal;
		font-size: 1rem;
		color: var(--text-secondary);
		margin: 0;
	}

	.company-row__meta {
		display: contents;
	}

	.company-row__pill {
		background: transparent;
		border: none;
		padding: 0;
		border-radius: 0;
		font-size: 1rem;
		color: var(--text-secondary);
	}

	.company-row__why-label {
		display: none;
	}

	.company-row__link {
		grid-template-columns: 1.4fr 0.8fr 0.7fr 1.6fr;
	}

	.company-row__sector {
		grid-column: 2;
	}

	.company-row__country {
		grid-column: 3;
	}

	.company-row__summary {
		grid-column: 4;
	}
}


/* ---- launch-polish.css ---- */
/**
 * Launch polish — final consistency layer.
 * Loads last. Design tokens only. No new visual language.
 * Spacing scale: 4 · 8 · 12 · 16 · 24 · 32 · 48 · 64 · 96
 */

/* ==========================================================================
   Global rhythm tokens (aliases only)
   ========================================================================== */

:root {
	--control-h: 48px;
	--card-pad: 28px;
	--gutter: var(--space-5); /* 24 */
	--section-y: var(--space-9); /* 96 */
	--section-y-md: var(--space-8); /* 64 */
	--section-y-sm: var(--space-7); /* 48 */
}

/* ==========================================================================
   Containers — one left/right edge everywhere
   ========================================================================== */

.site-container,
.site-header .site-container,
.site-footer .site-container {
	max-width: var(--max);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--gutter);
	padding-right: var(--gutter);
	box-sizing: border-box;
}

.section,
.section--alt,
.section--trending,
.section--explore-cat,
.section--feed,
.section--picks,
.section--discovery,
.section--brief {
	padding-top: var(--section-y);
	padding-bottom: var(--section-y);
}

.section-header {
	margin-bottom: var(--space-6);
}

.section-header--row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: var(--space-5);
	margin-bottom: var(--space-6);
}

.section-lead,
.archive-header__lead,
.hero__lead {
	margin-top: 0;
	margin-bottom: var(--space-5);
	max-width: 42rem;
	line-height: 1.6;
}

.eyebrow {
	margin: 0 0 var(--space-4);
}

.archive-header {
	margin-bottom: var(--space-6);
	padding-bottom: var(--space-5);
}

.breadcrumbs {
	margin: 0 0 var(--space-5);
}

.tech-hub-section {
	margin-top: var(--space-8);
}

/* ==========================================================================
   Header — shared 48px control baseline
   ========================================================================== */

.site-header {
	height: var(--header-h);
	min-height: var(--header-h);
}

.site-header__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: var(--header-h);
	min-height: var(--header-h);
	max-height: var(--header-h);
	padding: 0 !important;
	gap: var(--space-5);
	box-sizing: border-box;
}

.site-branding {
	display: flex;
	align-items: center;
	min-height: var(--control-h);
	flex-shrink: 0;
}

.site-branding__link {
	display: inline-flex;
	align-items: center;
	gap: var(--space-2);
	line-height: 1;
	min-height: var(--control-h);
}

.site-branding__logo {
	height: 36px;
	width: auto;
	max-width: min(180px, 42vw);
	object-fit: contain;
}

.site-branding__wordmark {
	line-height: 1;
	font-size: 1.625rem;
}

.site-branding__suffix {
	line-height: 1;
	position: relative;
	top: 0.1em;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
	min-height: var(--control-h);
}

.custom-logo-link img {
	max-height: 32px;
	width: auto;
	display: block;
}

.site-header__tools {
	display: flex;
	align-items: center;
	gap: var(--space-3);
	min-height: var(--control-h);
	flex-shrink: 0;
}

.header-search {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	height: var(--control-h);
	min-height: var(--control-h);
	position: relative;
}

.header-search__input {
	width: min(12rem, 34vw);
	height: var(--control-h) !important;
	min-height: var(--control-h) !important;
	max-height: var(--control-h);
	padding: 0 var(--space-4) !important;
	border-radius: var(--radius);
	font-size: 0.9375rem;
	line-height: 1;
	box-sizing: border-box;
}

.header-cta {
	display: none;
	align-items: center;
	justify-content: center;
	height: var(--control-h) !important;
	min-height: var(--control-h) !important;
	max-height: var(--control-h);
	padding: 0 var(--space-5) !important;
	border-radius: var(--radius);
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1;
	box-sizing: border-box;
	white-space: nowrap;
	transition: background var(--transition), border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.menu-toggle {
	width: var(--control-h);
	height: var(--control-h);
	min-width: var(--control-h);
	min-height: var(--control-h);
	border-radius: var(--radius);
	box-sizing: border-box;
}

@media (min-width: 1024px) {
	.site-header__bar {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto;
		align-items: center;
		column-gap: var(--space-6);
	}

	.site-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: var(--control-h);
		justify-self: center;
	}

	.site-nav__menu {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		gap: var(--space-6) !important; /* 32 — equal rhythm */
		margin: 0;
		padding: 0;
	}

	.site-nav__menu > li {
		display: flex;
		align-items: center;
	}

	.site-nav__menu > li > a {
		display: inline-flex;
		align-items: center;
		height: var(--control-h);
		padding: 0;
		margin: 0;
		font-size: 1.0625rem;
		font-weight: 500;
		line-height: 1;
		border-radius: 0;
		background: transparent !important;
		border-bottom: 2px solid transparent;
		box-sizing: border-box;
	}

	.site-nav__menu > li > a:hover {
		background: transparent !important;
	}

	.site-nav__menu > li.current-menu-item > a,
	.site-nav__menu > li.current_page_item > a {
		background: transparent !important;
		border-bottom-color: var(--blue);
	}

	.header-search__input {
		width: 320px;
	}

	.header-cta {
		display: inline-flex;
	}

	.menu-toggle {
		display: none !important;
	}
}

/* Autocomplete — never overflow viewport */
.header-search .brel-ac,
.search-hero__form .brel-ac,
.hero__search .brel-ac {
	left: 0;
	right: auto;
	width: max(100%, 18rem);
	max-width: min(24rem, calc(100vw - 2 * var(--gutter)));
	box-sizing: border-box;
}

@media (max-width: 1023px) {
	.header-search .brel-ac {
		right: 0;
		width: auto;
		max-width: min(22rem, calc(100vw - 2 * var(--gutter)));
	}
}

/* ==========================================================================
   Buttons — one control language
   ========================================================================== */

.btn,
.btn--secondary,
.btn--sm,
.header-cta,
.mobile-search-bar__btn,
.empty-state__actions a,
.filter-chip-row__clear {
	font-family: var(--font-sans);
	transition: background var(--transition), border-color var(--transition), color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.btn,
.btn--secondary {
	height: var(--control-h);
	min-height: var(--control-h);
	padding: 0 var(--space-5);
	border-radius: var(--radius);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	box-sizing: border-box;
}

.btn--sm {
	height: 40px;
	min-height: 40px;
	padding: 0 var(--space-4);
	font-size: 0.9375rem;
	border-radius: var(--radius);
}

.btn:hover,
.header-cta:hover {
	transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
	.btn:hover,
	.header-cta:hover,
	.card:hover,
	.sector-card:hover,
	.founder-card:hover,
	.trend-card:hover,
	.explore-tile:hover {
		transform: none;
	}
}

/* ==========================================================================
   Cards & grids — equal gutters, balanced heights
   ========================================================================== */

.card,
.sector-card,
.founder-card,
.trend-card,
.explore-tile,
.matters-featured .card {
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-soft);
	border: 1px solid var(--border);
	background: var(--card);
}

.card__link,
.card__link--insight,
.card--matter .card__link,
.sector-card,
.founder-card {
	padding: var(--card-pad);
	box-sizing: border-box;
}

.trend-card,
.explore-tile {
	padding: var(--space-5);
	box-sizing: border-box;
}

.matters-featured,
.sector-grid--home,
.founder-grid,
.insights-grid,
.insights-grid--home,
.sector-grid,
.home-section-grid,
.explore-tiles,
.picks-grid,
.discovery-grid {
	gap: var(--space-6);
}

.insights-grid,
.insights-grid--home,
.matters-featured,
.sector-grid--home,
.founder-grid,
.sector-grid,
.explorer-results[data-view="grid"] .insights-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), var(--card-max)));
	justify-content: start;
	align-items: stretch;
}

.insights-grid > *,
.matters-featured > *,
.sector-grid--home > *,
.founder-grid > *,
.explorer-company-grid > * {
	height: 100%;
}

.card,
.sector-card,
.founder-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	max-width: var(--card-max);
}

.card__link,
.card__link--insight,
.card--matter .card__link {
	display: flex;
	flex-direction: column;
	flex: 1;
	height: 100%;
}

.badge,
.card__badge,
.company-row__badge,
.search-result-list__type,
.brel-ac__type {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ==========================================================================
   Typography polish
   ========================================================================== */

.section-title,
.archive-header__title,
.hero__title {
	margin-top: 0;
	letter-spacing: -0.025em;
}

.product-subhead {
	margin: var(--space-6) 0 var(--space-4);
}

.card__title,
.trend-card__name,
.explore-tile__label {
	margin: var(--space-2) 0;
	line-height: 1.25;
}

.card__meta,
.card__excerpt,
.trend-card__meta,
.explore-tile__summary,
.search-result-list__meta {
	font-size: var(--text-meta);
	line-height: 1.5;
	color: var(--text-secondary);
}

/* ==========================================================================
   Search / Explorer / Compare shells
   ========================================================================== */

.search-shell,
.compare-shell,
.explorer-layout {
	align-items: start;
}

.search-hero__form {
	min-height: var(--control-h);
	padding: var(--space-2) var(--space-2) var(--space-2) var(--space-4);
	box-sizing: border-box;
}

.search-hero__input {
	min-height: var(--control-h);
	height: var(--control-h);
}

.explorer-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-4);
	margin-bottom: var(--space-5);
	min-height: var(--control-h);
}

.explorer-views__btn {
	min-height: 40px;
	padding: 0 var(--space-3);
	display: inline-flex;
	align-items: center;
}

.archive-filters input[type="search"],
.archive-filters input[type="text"],
.archive-filters select,
.compare-filters select {
	min-height: var(--control-h);
	height: var(--control-h);
	border-radius: var(--radius);
	box-sizing: border-box;
}

.compare-sticky-nav a {
	min-height: var(--control-h);
	display: inline-flex;
	align-items: center;
}

/* ==========================================================================
   Mobile — intentional, one-handed (homepage + product shells)
   ========================================================================== */

@media (max-width: 1023px) {
	body {
		font-size: 1rem;
		line-height: 1.55;
	}

	.site-container {
		padding-left: var(--space-4);
		padding-right: var(--space-4);
	}

	/* —— Hero: compact first viewport —— */
	.hero {
		padding: 1.25rem 0 1rem !important;
	}

	.hero__grid {
		display: flex !important;
		flex-direction: column;
		gap: 1rem !important;
	}

	.hero .eyebrow {
		margin-bottom: var(--space-2);
		font-size: 0.6875rem;
	}

	.hero__title {
		font-size: clamp(1.625rem, 6.8vw, 2.125rem) !important;
		line-height: 1.15 !important;
		letter-spacing: -0.02em;
		max-width: none !important;
		margin: 0 0 0.625rem !important;
	}

	.hero__lead {
		font-size: 0.9375rem !important;
		line-height: 1.45 !important;
		margin: 0 0 0.875rem !important;
		max-width: none !important;
		-webkit-line-clamp: 3;
	}

	.hero__search {
		margin: 0 0 0.875rem !important;
		max-width: none;
	}

	.hero__search-input {
		height: 48px !important;
		min-height: 48px !important;
		padding-left: 2.75rem;
		font-size: 1rem !important;
	}

	.hero__actions {
		display: grid !important;
		grid-template-columns: 1fr;
		gap: 0.625rem !important;
		margin: 0 0 0.875rem !important;
	}

	.hero__actions .btn,
	.hero__actions .btn--secondary {
		width: 100%;
		max-width: 100%;
		min-height: 48px;
		height: 48px;
	}

	.hero__stats,
	.hero__stats--dense {
		display: flex !important;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		gap: 0.625rem !important;
		margin: 0 calc(-1 * var(--space-4)) 0 !important;
		padding: 0 var(--space-4) 0.15rem !important;
		max-width: none !important;
		grid-template-columns: none !important;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.hero__stats::-webkit-scrollbar,
	.hero__stats--dense::-webkit-scrollbar {
		display: none;
	}

	.hero-stat {
		flex: 0 0 6.75rem !important;
		scroll-snap-align: start;
		padding: 0.625rem 0.75rem !important;
		min-height: 0 !important;
		gap: 0.2rem;
	}

	.hero-stat strong {
		font-size: 1.125rem !important;
	}

	.hero-stat span {
		font-size: 0.625rem;
		letter-spacing: 0.06em;
	}

	/* Intelligence panel — dense, no forced height */
	.hero__panel .intel-panel {
		border-radius: var(--radius-lg);
	}

	.hero__panel .intel-panel__header {
		padding: 0.75rem 1rem;
	}

	.hero__panel .intel-panel__pane {
		min-height: 0 !important;
	}

	.hero__panel .intel-panel__tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding: 0.35rem 0.5rem 0;
		scrollbar-width: none;
	}

	.hero__panel .intel-row {
		padding: 0.7rem 0.9rem;
	}

	.hero__panel .intel-row:nth-child(n + 4) {
		display: none;
	}

	/* Sections */
	.section,
	.section--alt,
	.section--trending,
	.section--explore-cat,
	.section--feed,
	.section--picks,
	.section--discovery,
	.section--brief {
		padding-top: var(--space-7) !important; /* 48 */
		padding-bottom: var(--space-7) !important;
	}

	.section-header {
		margin-bottom: var(--space-5);
	}

	.section-header--row {
		flex-direction: column;
		align-items: flex-start;
		gap: var(--space-3);
		margin-bottom: var(--space-5);
	}

	.section-title,
	.archive-header__title {
		font-size: clamp(1.5rem, 5.5vw, 2rem) !important;
		line-height: 1.2;
		margin-bottom: var(--space-3);
	}

	.section-lead {
		font-size: 0.9375rem;
		margin-bottom: var(--space-4);
	}

	.product-subhead {
		margin: var(--space-5) 0 var(--space-3);
	}

	.header-search {
		flex: 1 1 auto;
		min-width: 0;
	}

	.header-search__input {
		width: 100%;
		max-width: none;
	}

	.site-header__tools {
		flex: 1 1 auto;
		justify-content: flex-end;
		min-width: 0;
		gap: var(--space-2);
	}

	.menu-toggle {
		flex-shrink: 0;
	}

	.mobile-search-bar__btn,
	.mobile-explore-fab {
		min-width: var(--control-h);
		min-height: var(--control-h);
	}

	.insights-grid,
	.insights-grid--home,
	.matters-featured,
	.sector-grid--home,
	.founder-grid,
	.explore-tiles,
	.picks-grid,
	.discovery-grid {
		grid-template-columns: 1fr !important;
		gap: var(--space-4) !important;
	}

	.card,
	.sector-card,
	.founder-card,
	.trend-card,
	.explore-tile {
		max-width: none;
		width: 100%;
		border-radius: var(--radius-lg);
	}

	.explore-tile {
		padding: var(--space-4);
		min-height: 0;
	}

	.trend-rail {
		display: flex !important;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		margin-left: calc(-1 * var(--space-4));
		margin-right: calc(-1 * var(--space-4));
		padding-left: var(--space-4);
		padding-right: var(--space-4);
		gap: var(--space-3);
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.trend-rail::-webkit-scrollbar {
		display: none;
	}

	.trend-card {
		flex: 0 0 min(72%, 16rem);
		scroll-snap-align: start;
		min-height: 0 !important;
		padding: var(--space-4);
	}

	.intel-feed__row {
		padding: var(--space-3) 0;
	}

	.compare-winner {
		grid-template-columns: 1fr;
	}

	.compare-matrix__head {
		display: none;
	}

	.compare-matrix__row {
		display: grid;
		grid-template-columns: 1fr;
		gap: var(--space-2);
		padding: var(--space-4);
	}

	.explorer-layout {
		gap: var(--space-5);
		grid-template-columns: 1fr !important;
	}

	.explorer-toolbar {
		flex-wrap: wrap;
	}

	.brief-block--premium {
		padding: var(--space-5) !important;
		grid-template-columns: 1fr !important;
	}

	.badge,
	.card__badge,
	.intel-feed__meta,
	.trend-card__meta {
		max-width: 100%;
	}
}

@media (max-width: 374px) {
	.site-branding__suffix {
		display: none;
	}

	.hero__title {
		font-size: 1.5rem !important;
	}

	.hero__actions .btn {
		font-size: 0.9375rem;
	}

	.header-search__input {
		font-size: 0.875rem;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.hero {
		padding: 2rem 0 1.5rem !important;
	}

	.hero__title {
		font-size: clamp(2rem, 4vw, 2.5rem) !important;
	}

	.hero__actions {
		grid-template-columns: 1fr 1fr !important;
	}

	.section,
	.section--alt,
	.section--trending,
	.section--explore-cat,
	.section--feed,
	.section--picks,
	.section--discovery,
	.section--brief {
		padding-top: var(--space-8) !important;
		padding-bottom: var(--space-8) !important;
	}

	.insights-grid,
	.matters-featured,
	.explore-tiles,
	.sector-grid--home {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: var(--space-5) !important;
	}

	.card,
	.sector-card,
	.founder-card {
		max-width: none;
	}
}

@media (min-width: 1440px) {
	.site-container {
		padding-left: var(--space-6);
		padding-right: var(--space-6);
	}
}

/* Desktop: kill leftover overlay-era hero top gap (header is in-flow) */
@media (min-width: 1024px) {
	.hero {
		padding-top: 2.5rem !important;
		padding-bottom: 4rem !important;
	}

	.site-main--front {
		padding: 0 !important;
	}
}

/* ==========================================================================
   Accessibility — focus + touch
   ========================================================================== */

:focus-visible {
	outline: 2px solid var(--blue);
	outline-offset: 2px;
}

.btn:focus-visible,
.header-cta:focus-visible,
.header-search__input:focus-visible,
.menu-toggle:focus-visible,
.site-nav__menu a:focus-visible,
.mobile-explore-fab:focus-visible,
.mobile-search-bar__btn:focus-visible {
	outline: 2px solid var(--blue);
	outline-offset: 2px;
}

.header-search__input:focus-visible {
	border-color: var(--blue);
	box-shadow: var(--focus-ring);
	outline: none;
}

a,
button,
.btn,
.header-cta,
.menu-toggle,
.explorer-views__btn,
.compare-sticky-nav a,
.search-jump a {
	-webkit-tap-highlight-color: transparent;
}

/* ==========================================================================
   Mobile emergency containment — prevents page-width blowout
   Root cause: desktop flex nav leaked into the drawer and expanded
   document width, clipping hero/buttons mid-word.
   ========================================================================== */

@media (max-width: 1023px) {
	html,
	body {
		overflow-x: clip;
		max-width: 100%;
	}

	.site-header,
	.site-header__bar,
	.site-main,
	.hero,
	.section,
	.site-footer,
	.site-container,
	.hero__grid,
	.hero__content,
	.hero__panel {
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	.site-container {
		width: 100%;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		/* Do NOT set overflow-x here — clip/hidden on this ancestor freezes
		   position:sticky children (report/model filter bars) while the page scrolls. */
		overflow-x: visible;
	}

	.header-search {
		display: none !important;
	}

	.site-header__bar {
		display: flex !important;
		grid-template-columns: none !important;
		padding: 0 !important;
		height: var(--header-h) !important;
		gap: 0.75rem;
	}

	.site-header__tools {
		margin-left: auto;
	}

	/* Drawer menu must be a vertical list — never horizontal flex */
	.site-nav {
		position: fixed !important;
		inset: 0 !important;
		width: 100% !important;
		max-width: 100vw !important;
		overflow: hidden !important;
		display: block !important;
		justify-self: auto !important;
	}

	.site-nav__drawer {
		width: min(20rem, 100%) !important;
		max-width: 100% !important;
		overflow-x: hidden !important;
	}

	.site-nav__menu {
		display: block !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		gap: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.site-nav__menu > li {
		display: block !important;
		width: 100% !important;
	}

	.site-nav__menu > li > a,
	.site-nav__menu a {
		display: flex !important;
		width: 100% !important;
		height: auto !important;
		min-height: 52px !important;
		padding: 0.85rem 1.25rem !important;
		border-bottom: 1px solid var(--border) !important;
		background: transparent !important;
		border-radius: 0 !important;
		box-sizing: border-box !important;
	}

	.hero__grid {
		display: flex !important;
		flex-direction: column !important;
		grid-template-columns: none !important;
		width: 100% !important;
		gap: 1rem !important;
	}

	.hero__title,
	.hero__lead,
	.hero__search,
	.hero__actions {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
	}

	.hero__title {
		white-space: normal !important;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.hero__lead {
		white-space: normal !important;
		display: block !important;
		-webkit-line-clamp: unset !important;
		overflow: visible !important;
	}

	.hero__actions .btn,
	.hero__actions .btn--secondary {
		width: 100% !important;
		max-width: 100% !important;
		white-space: normal !important;
		justify-content: center;
	}

	/* Edge carousels: scroll inside, never widen the page */
	.hero__stats,
	.hero__stats--dense,
	.trend-rail,
	.intel-panel__tabs {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		overflow-x: auto !important;
		overscroll-behavior-x: contain;
		-webkit-overflow-scrolling: touch;
	}

	.hero__panel,
	.intel-panel {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow: hidden;
	}

	.explore-tiles,
	.insights-grid,
	.discovery-grid,
	.matters-featured {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}
}


/* ---- homepage-premium.css ---- */
/**
 * Homepage Premium Redesign — v17.8.1
 * Dense intelligence platform (not SaaS marketing). Local homepage only.
 * Hero ATF: label → H1 → lead → search → stats → CTAs → graph.
 */

/* --------------------------------------------------------------------------
   Hero — premium composition
   -------------------------------------------------------------------------- */

.home .hero--premium {
	--hero-surface: #F7F6F2;
	padding-top: clamp(1.75rem, 3.5vw, 3.25rem);
	padding-bottom: clamp(2rem, 4.5vw, 4.5rem);
	background:
		radial-gradient(90% 70% at 85% 20%, rgba(37, 99, 235, 0.06) 0%, transparent 55%),
		radial-gradient(70% 60% at 10% 90%, rgba(202, 138, 4, 0.05) 0%, transparent 50%),
		var(--hero-surface);
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.home .hero__grid--premium {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	align-items: stretch;
}

.home .hero--premium .hero__content {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.home .hero--premium .hero__brand-label {
	letter-spacing: 0.14em;
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--text-muted);
	margin: 0 0 0.85rem;
}

.home .hero--premium .hero__title {
	margin: 0 0 1rem;
	font-family: var(--font-serif);
	font-size: clamp(2.4rem, 4.6vw, 3.75rem);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: var(--text);
	max-width: 14ch;
}

.home .hero--premium .hero__lead {
	max-width: 36rem;
	margin: 0 0 1.25rem;
	font-size: clamp(1.02rem, 1.35vw, 1.15rem);
	line-height: 1.55;
	color: var(--text-secondary);
}

.home .hero--premium .hero__search {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	max-width: 34rem;
	width: 100%;
	margin: 0 0 1.25rem;
	padding: 0.35rem 0.9rem;
	min-height: 58px;
	border: 1px solid var(--border);
	border-radius: 12px;
	background: var(--surface);
	box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
	box-sizing: border-box;
}

.home .hero--premium .hero__search:focus-within {
	border-color: var(--blue);
	box-shadow: var(--focus-ring, 0 0 0 3px rgba(37, 99, 235, 0.25));
}

.home .hero--premium .hero__search-icon {
	display: inline-flex;
	flex: 0 0 auto;
	color: var(--text-muted);
}

.home .hero--premium .hero__search-icon svg {
	width: 1.2rem;
	height: 1.2rem;
}

.home .hero--premium .hero__search-input {
	flex: 1 1 auto;
	min-width: 0;
	height: 48px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 1rem;
	color: var(--text);
	box-shadow: none;
}

.home .hero--premium .hero__search-input:focus {
	outline: none;
}

.home .hero-live-stats {
	list-style: none;
	margin: 0 0 1.35rem;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.65rem 0.75rem;
	max-width: 40rem;
}

.home .hero-live-stats__item {
	min-width: 0;
}

.home .hero-live-stats__item a {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	text-decoration: none;
	color: inherit;
}

.home .hero-live-stats__item a:hover .hero-live-stats__count {
	color: var(--blue);
}

.home .hero-live-stats__count {
	font-family: var(--font-serif);
	font-size: clamp(1.45rem, 2.1vw, 1.85rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.05;
	color: var(--text);
	transition: color 160ms ease;
}

.home .hero-live-stats__label {
	font-size: 0.68rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--text-muted);
	line-height: 1.25;
}

.home .hero-live-stats__item--static .hero-live-stats__count {
	font-size: 1.15rem;
	color: var(--gold-text);
}

.home .hero--premium .hero__actions {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.75rem;
	margin: 0;
}

.home .hero--premium .hero__actions .btn,
.home .hero--premium .hero__actions .btn--secondary {
	flex: 1 1 0;
	justify-content: center;
	white-space: nowrap;
}

.home .hero__panel--graph {
	position: relative;
	display: block;
	min-height: 380px;
	height: 100%;
	align-self: stretch;
	/* Keep graph after copy in DOM order on all breakpoints */
	order: 0;
}

/* Hero graph shell */
.hero-graph {
	--hg-bg: #F7F6F2;
	--hg-blue: #2563EB;
	--hg-gold: #CA8A04;
	--hg-ink: #0F172A;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 380px;
	border-radius: 1.35rem;
	background:
		radial-gradient(120% 90% at 70% 40%, rgba(255, 255, 255, 0.55) 0%, transparent 55%),
		radial-gradient(80% 70% at 20% 80%, rgba(37, 99, 235, 0.05) 0%, transparent 50%),
		var(--hg-bg);
	border: 1px solid rgba(15, 23, 42, 0.07);
	overflow: hidden;
	contain: layout paint style;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
}

.hero-graph__canvas {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	pointer-events: none;
	/* Avoid permanent compositor layer thrash when scrolled away */
	will-change: auto;
}

.hero-graph__cards {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 2;
}

.hero-graph__card {
	position: absolute;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.4rem 0.7rem 0.4rem 0.55rem;
	transform: translate(-10%, -120%);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
	white-space: nowrap;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	color: var(--hg-ink);
	line-height: 1.2;
	opacity: 0.94;
	animation: hero-graph-card-float 9s ease-in-out infinite;
}

/* Pause CSS card motion when canvas loop is stopped (offscreen / hidden / reduced). */
.hero-graph.is-graph-paused .hero-graph__card,
.hero-graph.is-reduced-motion .hero-graph__card {
	animation-play-state: paused;
}

.hero-graph__card:nth-child(2) { animation-delay: -1.6s; animation-duration: 10.5s; }
.hero-graph__card:nth-child(3) { animation-delay: -3.2s; animation-duration: 8.8s; }
.hero-graph__card:nth-child(4) { animation-delay: -4.8s; animation-duration: 11s; }
.hero-graph__card:nth-child(5) { animation-delay: -2.4s; animation-duration: 9.6s; }
.hero-graph__card:nth-child(6) { animation-delay: -5.5s; animation-duration: 10.2s; }

.hero-graph__card-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--hg-blue);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.hero-graph__card:nth-child(3n) .hero-graph__card-dot {
	background: var(--hg-gold);
	box-shadow: 0 0 0 3px rgba(202, 138, 4, 0.18);
}

/* Mobile-only static legend (floating cards break in short preview height) */
.hero-graph__legend {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hero-graph__sr,
.rel-graph__sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@keyframes hero-graph-card-float {
	0%, 100% { transform: translate(-10%, -120%); }
	50% { transform: translate(-10%, calc(-120% - 6px)); }
}

/* --------------------------------------------------------------------------
   Section rhythm — dense intelligence (not SaaS marketing)
   -------------------------------------------------------------------------- */

.home .site-main--premium .section {
	padding-top: clamp(1.85rem, 3.5vw, 3.1rem);
	padding-bottom: clamp(1.85rem, 3.5vw, 3.1rem);
}

.home .section-header--premium {
	margin-bottom: clamp(1rem, 2vw, 1.5rem);
	max-width: 40rem;
}

.home .section-header--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.home .section-header--premium .section-title {
	font-family: var(--font-serif);
	font-size: clamp(1.45rem, 2.4vw, 1.9rem);
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0 0 0.4rem;
}

.home .section-header--premium .section-lead {
	font-size: 0.9375rem;
	line-height: 1.45;
	color: var(--text-secondary);
	margin: 0;
}

.home .section-header--premium .eyebrow {
	margin-bottom: 0.35rem;
}

/* --------------------------------------------------------------------------
   Dataset — compact live counts
   -------------------------------------------------------------------------- */

.home .section--dataset {
	background: var(--surface);
}

.home .dataset-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
	gap: 0.55rem;
}

.home .dataset-grid > li {
	list-style: none;
	margin: 0;
	min-width: 0;
	display: flex;
}

.home .dataset-card {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.15rem;
	width: 100%;
	min-width: 0;
	min-height: 0;
	padding: 0.7rem 0.8rem;
	border: 1px solid var(--border);
	border-radius: 10px;
	background: linear-gradient(180deg, #fff 0%, #F8FAFC 100%);
	text-decoration: none;
	color: var(--text);
	box-shadow: none;
	transition: border-color 160ms ease, background 160ms ease;
}

.home .dataset-card:hover {
	border-color: rgba(37, 99, 235, 0.35);
	background: #fff;
	transform: none;
	box-shadow: none;
}

.home .dataset-card__icon {
	display: inline-flex;
	color: var(--blue);
	opacity: 0.85;
}

.home .dataset-card__icon svg {
	width: 14px;
	height: 14px;
}

.home .dataset-card__count {
	font-family: var(--font-serif);
	font-size: clamp(1.2rem, 1.8vw, 1.55rem);
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: -0.03em;
}

.home .dataset-card__label {
	font-size: 0.75rem;
	line-height: 1.3;
	color: var(--text-secondary);
}

.home .dataset-badges {
	list-style: none;
	margin: 0.9rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.home .dataset-badges__item {
	padding: 0.25rem 0.55rem;
	border: 1px solid var(--border);
	border-radius: 999px;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: var(--text-secondary);
	background: var(--panel);
}

/* --------------------------------------------------------------------------
   How everything connects
   -------------------------------------------------------------------------- */

.home .section--connects {
	background:
		radial-gradient(80% 60% at 90% 40%, rgba(37, 99, 235, 0.04) 0%, transparent 55%),
		var(--section-alt, #F8FAFC);
}

.home .connects-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(1.25rem, 2.5vw, 2rem);
	align-items: center;
}

.home .connects__signature {
	margin: 0 0 0.75rem;
	font-family: var(--font-serif);
	font-size: clamp(1.1rem, 1.6vw, 1.35rem);
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: var(--text);
	max-width: 24ch;
}

.home .connects__visual {
	min-height: 220px;
}

.home .rel-graph {
	position: relative;
	width: 100%;
	min-height: 240px;
	height: 100%;
	border-radius: 0.85rem;
	background:
		radial-gradient(100% 80% at 50% 40%, rgba(255, 255, 255, 0.7) 0%, transparent 60%),
		#F7F6F2;
	border: 1px solid rgba(15, 23, 42, 0.07);
	overflow: hidden;
	contain: layout paint style;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.home .rel-graph__canvas {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	cursor: crosshair;
}

.home .rel-graph__hint {
	position: absolute;
	left: 0.75rem;
	bottom: 0.75rem;
	z-index: 2;
	padding: 0.25rem 0.55rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(15, 23, 42, 0.08);
	font-size: 0.6875rem;
	color: var(--text-muted);
	pointer-events: none;
}

.home .ecosystem-prose a {
	color: var(--blue);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.home .ecosystem-prose strong {
	color: var(--text);
	font-weight: 600;
}

.home .ecosystem-prose p {
	margin: 0 0 0.7rem;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--text-secondary);
}

.home .ecosystem-prose p:last-child {
	margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   Ecosystem nav blocks — denser grid, more hubs visible
   -------------------------------------------------------------------------- */

.home .eco-nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.55rem;
}

.home .eco-nav__card {
	display: grid;
	grid-template-columns: auto 1fr auto;
	grid-template-rows: auto auto;
	column-gap: 0.55rem;
	row-gap: 0.15rem;
	align-items: start;
	min-height: 0;
	padding: 0.7rem 0.75rem;
	border: 1px solid var(--border);
	border-radius: 10px;
	background: var(--surface);
	text-decoration: none;
	color: var(--text);
	box-shadow: none;
	transition: border-color 160ms ease, background 160ms ease;
}

.home .eco-nav__card:hover {
	border-color: rgba(37, 99, 235, 0.3);
	background: var(--panel, #f8fafc);
	box-shadow: none;
	transform: none;
}

.home .eco-nav__icon {
	grid-row: 1 / span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 7px;
	background: var(--blue-light);
	color: var(--blue);
}

.home .eco-nav__icon svg {
	width: 14px;
	height: 14px;
}

.home .eco-nav__body {
	grid-column: 2;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.home .eco-nav__label {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.home .eco-nav__summary {
	font-size: 0.75rem;
	line-height: 1.35;
	color: var(--text-secondary);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home .eco-nav__count {
	grid-column: 3;
	grid-row: 1;
	font-family: var(--font-serif);
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--text);
	white-space: nowrap;
}

.home .eco-nav__arrow {
	grid-column: 3;
	grid-row: 2;
	align-self: end;
	color: var(--text-muted);
	opacity: 0.7;
	transition: transform 160ms ease, opacity 160ms ease;
}

.home .eco-nav__arrow svg {
	width: 14px;
	height: 14px;
}

.home .eco-nav__card:hover .eco-nav__arrow {
	opacity: 1;
	transform: translateX(2px);
	color: var(--blue);
}

/* --------------------------------------------------------------------------
   Why / trust — compact pillars
   -------------------------------------------------------------------------- */

.home .why-grid--six {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.55rem;
}

.home .why-card {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	min-height: 0;
	padding: 0.75rem 0.8rem;
	border: 1px solid var(--border);
	border-radius: 10px;
	background: var(--surface);
	box-shadow: none;
	transition: border-color 160ms ease, background 160ms ease;
}

.home .why-card:hover {
	transform: none;
	background: var(--panel, #f8fafc);
	border-color: rgba(37, 99, 235, 0.22);
	box-shadow: none;
}

.home .why-card__icon {
	display: inline-flex;
	color: var(--blue);
}

.home .why-card__icon svg {
	width: 14px;
	height: 14px;
}

.home .why-card__title {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.home .why-card__text {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.4;
	color: var(--text-secondary);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* --------------------------------------------------------------------------
   Latest intelligence — compact chronological feed
   -------------------------------------------------------------------------- */

.home .section--latest-intel {
	padding-block: clamp(2rem, 4vw, 3rem);
}

.home .section-header--latest {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	margin-bottom: 1.15rem;
}

.home .section-header--latest .section-title {
	margin-bottom: 0.35rem;
}

.home .section-header--latest .section-lead {
	margin-bottom: 0;
	max-width: 42rem;
	font-size: 0.9375rem;
}

.home .latest-feed__browse {
	flex: 0 0 auto;
	white-space: nowrap;
	margin-bottom: 0.15rem;
}

.home .latest-feed {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border: 1px solid var(--border);
	border-radius: 12px;
	background: var(--surface);
	overflow: hidden;
}

.home .latest-feed > li {
	margin: 0;
	padding: 0;
	min-width: 0;
	display: flex;
}

.home .latest-feed__item {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 0.75rem;
	align-items: start;
	flex: 1 1 auto;
	width: 100%;
	padding: 0.7rem 0.9rem;
	min-height: 0;
	text-decoration: none;
	color: var(--text);
	border-bottom: 1px solid var(--border);
	transition: background 140ms ease;
}

.home .latest-feed > li:nth-child(odd) .latest-feed__item {
	border-right: 1px solid var(--border);
}

.home .latest-feed > li:nth-last-child(-n + 2) .latest-feed__item {
	border-bottom: 0;
}

.home .latest-feed__item:hover {
	background: var(--panel, #f8fafc);
}

.home .latest-feed__item:focus-visible {
	outline: 2px solid var(--blue);
	outline-offset: -2px;
	z-index: 1;
}

.home .latest-feed__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	overflow: hidden;
	background: var(--panel);
	color: var(--blue);
	flex: 0 0 auto;
}

.home .latest-feed__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home .latest-feed__thumb--icon svg {
	width: 18px;
	height: 18px;
}

.home .latest-feed__main {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.home .latest-feed__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}

.home .latest-feed__badge {
	display: inline-flex;
	align-items: center;
	padding: 0.1rem 0.4rem;
	border-radius: 4px;
	font-size: 0.625rem;
	font-weight: 650;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--blue);
	background: rgba(37, 99, 235, 0.08);
	line-height: 1.4;
}

.home .latest-feed__date {
	font-size: 0.6875rem;
	color: var(--text-muted);
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.home .latest-feed__title {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.01em;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home .latest-feed__desc {
	font-size: 0.75rem;
	line-height: 1.4;
	color: var(--text-secondary);
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home .latest-feed__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 0.65rem;
	font-size: 0.6875rem;
	color: var(--text-muted);
	line-height: 1.3;
}

.home .latest-feed__dirs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.85rem;
	margin-top: 0.9rem;
	padding-top: 0.15rem;
}

.home .latest-feed__dirs a {
	font-size: 0.8125rem;
	color: var(--text-secondary);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 140ms ease, border-color 140ms ease;
}

.home .latest-feed__dirs a:hover {
	color: var(--blue);
	border-bottom-color: rgba(37, 99, 235, 0.35);
}

/* Legacy card selectors kept inert if referenced elsewhere */
.home .intel-card-rail,
.home .latest-bucket {
	display: none;
}

/* --------------------------------------------------------------------------
   Platform search
   -------------------------------------------------------------------------- */

.home .section--platform-search {
	background:
		radial-gradient(70% 80% at 50% 0%, rgba(37, 99, 235, 0.05) 0%, transparent 55%),
		var(--surface);
}

.home .platform-search {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	max-width: 44rem;
	margin: 0 auto;
	padding: 0.4rem 0.4rem 0.4rem 0.9rem;
	min-height: 48px;
	border: 1px solid var(--border-strong, var(--border));
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.home .platform-search__icon {
	display: inline-flex;
	color: var(--text-muted);
	flex: 0 0 auto;
}

.home .platform-search__input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	outline: none;
	background: transparent;
	font-size: 0.9375rem;
	color: var(--text);
}

.home .platform-search__submit {
	flex: 0 0 auto;
	min-height: 40px;
	padding-inline: 1rem;
}

.home .platform-search__examples {
	list-style: none;
	margin: 0.85rem auto 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.4rem;
	max-width: 44rem;
}

.home .platform-search__examples a {
	display: inline-flex;
	padding: 0.28rem 0.6rem;
	border-radius: 999px;
	border: 1px solid var(--border);
	background: var(--panel);
	color: var(--text-secondary);
	text-decoration: none;
	font-size: 0.75rem;
	transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.home .platform-search__examples a:hover {
	border-color: rgba(37, 99, 235, 0.35);
	color: var(--blue);
	background: var(--blue-light);
}

/* --------------------------------------------------------------------------
   FAQ typography
   -------------------------------------------------------------------------- */

.home .intel-faq--premium {
	max-width: 42rem;
	border: 1px solid var(--border);
	border-radius: 12px;
	background: var(--surface);
	box-shadow: none;
	overflow: hidden;
}

.home .intel-faq--premium .intel-faq__item {
	border-color: var(--border);
	padding: 0;
	margin: 0;
	background: transparent;
	border-radius: 0;
}

.home .intel-faq--premium .intel-faq__summary,
.home .intel-faq--premium summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.85rem;
	width: 100%;
	box-sizing: border-box;
	font-family: var(--font-serif);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.35;
	padding: 0.85rem 1.1rem;
	min-height: 3rem;
	list-style: none;
	cursor: pointer;
	color: var(--text);
	transition: background 160ms ease;
}

.home .intel-faq--premium .intel-faq__q {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left;
}

.home .intel-faq--premium summary::after {
	content: '';
	position: static;
	flex: 0 0 auto;
	width: 0.5rem;
	height: 0.5rem;
	margin: 0;
	border-right: 1.5px solid var(--text-muted);
	border-bottom: 1.5px solid var(--text-muted);
	transform: rotate(45deg);
	translate: 0 -0.1rem;
	transition: transform 200ms ease, border-color 160ms ease;
}

.home .intel-faq--premium .intel-faq__item[open] summary::after {
	transform: rotate(225deg);
	translate: 0 0.1rem;
	border-color: var(--blue);
}

.home .intel-faq--premium .intel-faq__item[open] summary {
	background: var(--panel, #f8fafc);
}

.home .intel-faq--premium .intel-faq__body {
	padding: 0 1.1rem 0.85rem;
}

.home .intel-faq--premium .intel-faq__body p {
	font-size: 0.875rem;
	line-height: 1.55;
	color: var(--text-secondary);
	padding: 0;
	margin: 0;
}

/* --------------------------------------------------------------------------
   Final CTA
   -------------------------------------------------------------------------- */

.home .final-cta--premium {
	padding: clamp(1.5rem, 3vw, 2.25rem);
	border-radius: 1rem;
	background:
		radial-gradient(90% 80% at 100% 0%, rgba(37, 99, 235, 0.08) 0%, transparent 50%),
		radial-gradient(70% 60% at 0% 100%, rgba(202, 138, 4, 0.08) 0%, transparent 45%),
		var(--panel);
	border: 1px solid var(--border);
	text-align: center;
}

.home .final-cta--premium .final-cta__title {
	font-family: var(--font-serif);
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
	letter-spacing: -0.02em;
	max-width: 20ch;
	margin-left: auto;
	margin-right: auto;
}

.home .final-cta--premium .final-cta__text {
	max-width: 34rem;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9375rem;
}

.home .final-cta--premium .hero__actions {
	justify-content: center;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1100px) {
	.home .eco-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home .why-grid--six {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home .hero-live-stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.home .hero__grid--premium,
	.home .connects-grid {
		grid-template-columns: 1fr;
	}

	.home .hero--premium {
		padding-top: 1.35rem;
		padding-bottom: 1.75rem;
	}

	.home .hero__grid--premium {
		gap: 1.25rem;
	}

	.home .hero--premium .hero__brand-label {
		margin-bottom: 0.55rem;
	}

	.home .hero--premium .hero__title {
		max-width: none;
		font-size: clamp(1.85rem, 7.2vw, 2.45rem);
		line-height: 1.15;
		margin-bottom: 0.7rem;
		overflow-wrap: break-word;
	}

	.home .hero--premium .hero__lead {
		margin-bottom: 0.9rem;
		font-size: 1rem;
		line-height: 1.5;
	}

	.home .hero--premium .hero__search {
		max-width: none;
		margin-bottom: 0.95rem;
		min-height: 52px;
	}

	.home .hero-live-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
		gap: 0.55rem 0.75rem;
		margin-bottom: 1rem;
	}

	.home .hero-live-stats__count {
		font-size: clamp(1.35rem, 5.5vw, 1.6rem);
	}

	.home .hero--premium .hero__actions {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 0.55rem;
		margin-bottom: 0;
	}

	.home .hero--premium .hero__actions .btn,
	.home .hero--premium .hero__actions .btn--secondary {
		width: 100%;
		flex: none;
	}

	/* Preview after understanding — ~40% shorter than prior 280px tablet height */
	.home .hero__panel--graph {
		min-height: 168px;
		order: 0;
		margin-top: 0.35rem;
	}

	.home .hero-graph {
		min-height: 168px;
		border-radius: 1rem;
	}

	/* Absolute cards + crowded legend clip on short mobile/tablet preview */
	.home .hero-graph__cards,
	.home .hero-graph__legend {
		display: none !important;
	}
}

@media (max-width: 640px) {
	.home .hero--premium {
		padding-top: 1.1rem;
		padding-bottom: 1.5rem;
	}

	.home .hero__grid--premium {
		gap: 1rem;
	}

	.home .hero--premium .hero__title {
		font-size: clamp(1.7rem, 7.5vw, 2.15rem);
		line-height: 1.18;
		letter-spacing: -0.025em;
	}

	.home .hero-live-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home .hero__panel--graph {
		min-height: 148px;
	}

	.home .hero-graph {
		min-height: 148px;
	}

	.home .dataset-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.45rem;
	}

	.home .dataset-card {
		min-height: 0;
		padding: 0.65rem 0.7rem;
	}

	.home .eco-nav,
	.home .why-grid--six {
		grid-template-columns: 1fr;
		gap: 0.45rem;
	}

	.home .section-header--latest {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 0.85rem;
	}

	.home .latest-feed {
		display: flex;
		flex-direction: row;
		gap: 0.65rem;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 0.25rem;
		-webkit-overflow-scrolling: touch;
		border: 0;
		border-radius: 0;
		background: transparent;
		padding-bottom: 0.35rem;
		scrollbar-width: thin;
	}

	.home .latest-feed > li {
		flex: 0 0 min(78vw, 17.5rem);
		scroll-snap-align: start;
		display: flex;
	}

	.home .latest-feed__item {
		flex: 1 1 auto;
		width: 100%;
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 0.65rem;
		padding: 0.75rem;
		border: 1px solid var(--border);
		border-radius: 10px;
		background: var(--surface);
		min-height: 5.75rem;
	}

	.home .latest-feed__badge {
		font-size: 0.75rem;
	}

	.home .latest-feed__title {
		font-size: 0.9375rem;
	}

	.home .latest-feed__desc {
		font-size: 0.875rem;
	}

	.home .latest-feed__date,
	.home .latest-feed__meta {
		font-size: 0.8125rem;
	}

	.home .latest-feed > li:nth-child(odd) .latest-feed__item {
		border-right: 1px solid var(--border);
	}

	.home .latest-feed > li:nth-last-child(-n + 2) .latest-feed__item {
		border-bottom: 1px solid var(--border);
	}

	.home .latest-feed__thumb {
		width: 40px;
		height: 40px;
	}

	.home .latest-feed__dirs {
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 0.75rem;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.home .latest-feed__dirs::-webkit-scrollbar {
		display: none;
	}

	.home .eco-nav__card {
		min-height: 0;
	}

	.home .platform-search {
		flex-wrap: wrap;
		padding: 0.75rem;
		min-height: 0;
	}

	.home .platform-search__submit {
		width: 100%;
	}

	.home .rel-graph {
		min-height: 200px;
	}

	.home .rel-graph__hint {
		display: none;
	}
}

/* Desktop readability — comfortable minimum sizes (accessibility) */
@media (min-width: 901px) {
	.home .hero--premium .hero__brand-label {
		font-size: 0.8125rem;
	}

	.home .hero--premium .hero__lead {
		font-size: clamp(1.0625rem, 1.4vw, 1.2rem);
		line-height: 1.6;
	}

	.home .hero-live-stats__label {
		font-size: 0.8125rem;
	}

	.home .hero-graph__card {
		font-size: 0.875rem;
		padding: 0.45rem 0.8rem;
	}

	.home .section-header--premium .section-lead {
		font-size: 1.0625rem;
		line-height: 1.55;
	}

	.home .dataset-card__label {
		font-size: 0.875rem;
	}

	.home .dataset-badges__item {
		font-size: 0.8125rem;
		padding: 0.3rem 0.65rem;
	}

	.home .ecosystem-prose p {
		font-size: 1rem;
		line-height: 1.6;
	}

	.home .eco-nav__label {
		font-size: 1rem;
	}

	.home .eco-nav__summary {
		font-size: 0.875rem;
		line-height: 1.45;
	}

	.home .why-card__title {
		font-size: 0.9375rem;
	}

	.home .why-card__text {
		font-size: 0.875rem;
		line-height: 1.5;
	}

	.home .latest-feed__badge {
		font-size: 0.75rem;
		padding: 0.15rem 0.45rem;
	}

	.home .latest-feed__title {
		font-size: 1rem;
	}

	.home .latest-feed__desc {
		font-size: 0.875rem;
		line-height: 1.45;
	}

	.home .latest-feed__date,
	.home .latest-feed__meta {
		font-size: 0.8125rem;
	}

	.home .latest-feed__dirs a {
		font-size: 0.875rem;
	}

	.home .platform-search__input {
		font-size: 1rem;
	}

	.home .faq-item__question {
		font-size: 1.0625rem;
	}

	.home .faq-item__answer {
		font-size: 0.9375rem;
		line-height: 1.55;
	}
}

/* --------------------------------------------------------------------------
   Mobile UX polish (≤768px) — desktop unchanged
   -------------------------------------------------------------------------- */

@media (max-width: 768px) {
	/* Sticky footer search + FAB duplicate hero search — hide on homepage */
	body.home .mobile-explore-fab,
	body.home .mobile-search-bar {
		display: none !important;
	}

	body.home {
		padding-bottom: 0 !important;
	}

	/* Hero search: full flex layout (do not use launch-polish absolute-icon padding) */
	.home .hero--premium .hero__search {
		display: flex !important;
		align-items: center;
		gap: 0.65rem;
		width: 100%;
		max-width: none;
		margin: 0 0 0.95rem;
		padding: 0.35rem 0.85rem;
		min-height: 52px;
		border: 1px solid var(--border);
		border-radius: 12px;
		background: var(--surface);
		box-sizing: border-box;
	}

	.home .hero--premium .hero__search-icon {
		display: inline-flex;
		flex: 0 0 auto;
		color: var(--text-muted);
	}

	.home .hero--premium .hero__search-icon svg {
		width: 1.15rem;
		height: 1.15rem;
	}

	.home .hero--premium .hero__search-input {
		flex: 1 1 auto;
		min-width: 0;
		width: 100%;
		height: 44px !important;
		min-height: 44px !important;
		padding: 0 !important;
		padding-left: 0 !important;
		border: 0 !important;
		background: transparent !important;
		font-size: 1rem !important;
		box-shadow: none !important;
	}

	.home .hero--premium .hero__actions .btn--secondary {
		background: var(--surface) !important;
		border: 1px solid var(--border) !important;
		color: var(--text) !important;
		box-shadow: none !important;
	}

	/* Graph legend: hide on mobile — canvas alone; pills were clipping/wrapping badly */
	.home .hero-graph__legend,
	.home .hero-graph__cards {
		display: none !important;
	}

	.home .hero__panel--graph,
	.home .hero-graph {
		min-height: 132px;
	}

	/* 5. ~30% less vertical whitespace */
	.home .site-main--premium .section {
		padding-top: clamp(1.15rem, 3.5vw, 1.75rem);
		padding-bottom: clamp(1.15rem, 3.5vw, 1.75rem);
	}

	.home .section-header--premium {
		margin-bottom: 0.75rem;
		max-width: none;
	}

	/* 4. Typography — wrap fully; never clip H2 */
	.home .section-header--premium .section-title {
		font-size: clamp(1.35rem, 5.5vw, 1.65rem);
		line-height: 1.2;
		letter-spacing: -0.02em;
		max-width: none !important;
		overflow-wrap: break-word;
		word-break: normal;
		hyphens: none;
	}

	.home .section-header--premium .section-lead {
		font-size: 0.9375rem;
		line-height: 1.4;
	}

	.home .section-header--center .section-title {
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* 2. Directory / eco-nav — ~35% shorter, dense scan rows */
	.home .eco-nav {
		gap: 0.4rem;
	}

	.home .eco-nav__card {
		grid-template-columns: auto 1fr auto;
		grid-template-rows: auto auto;
		column-gap: 0.5rem;
		row-gap: 0.05rem;
		align-items: center;
		padding: 0.45rem 0.55rem;
		border-radius: 10px;
		min-height: 0;
		-webkit-tap-highlight-color: transparent;
		transition: background 120ms ease, border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
	}

	.home .eco-nav__icon {
		grid-row: 1 / span 2;
		width: 1.85rem;
		height: 1.85rem;
		border-radius: 7px;
	}

	.home .eco-nav__icon svg {
		width: 13px;
		height: 13px;
	}

	.home .eco-nav__body {
		gap: 0.05rem;
	}

	.home .eco-nav__label {
		font-size: 0.9375rem;
		line-height: 1.2;
	}

	.home .eco-nav__summary {
		font-size: 0.8125rem;
		line-height: 1.3;
		-webkit-line-clamp: 1;
	}

	.home .eco-nav__count {
		font-size: 0.8125rem;
		align-self: center;
		grid-row: 1 / span 2;
		grid-column: 3;
	}

	.home .eco-nav__arrow {
		display: none;
	}

	/* 3. FAQ accordion — polished, dense, full-row tap */
	.home .intel-faq--premium {
		max-width: none;
		border-radius: 10px;
	}

	.home .intel-faq--premium .intel-faq__summary,
	.home .intel-faq--premium summary {
		padding: 0.7rem 0.85rem;
		min-height: 2.75rem;
		font-size: 0.9375rem;
		line-height: 1.3;
		gap: 0.65rem;
		-webkit-tap-highlight-color: transparent;
	}

	.home .intel-faq--premium summary::after {
		width: 0.45rem;
		height: 0.45rem;
	}

	.home .intel-faq--premium .intel-faq__body {
		padding: 0 0.85rem 0.65rem;
	}

	.home .intel-faq--premium .intel-faq__body p {
		font-size: 0.875rem;
		line-height: 1.45;
	}

	.home .intel-faq--premium .intel-faq__item[open] summary {
		padding-bottom: 0.4rem;
	}

	/* Why / dataset / search / CTA compression */
	.home .why-grid--six {
		gap: 0.4rem;
	}

	.home .why-card {
		padding: 0.55rem 0.65rem;
		gap: 0.25rem;
		min-height: 0;
		-webkit-tap-highlight-color: transparent;
		transition: background 120ms ease, border-color 120ms ease, transform 120ms ease;
	}

	.home .why-card__title {
		font-size: 0.875rem;
		line-height: 1.25;
	}

	.home .why-card__text {
		font-size: 0.8125rem;
		line-height: 1.35;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.home .dataset-card {
		padding: 0.55rem 0.6rem;
		-webkit-tap-highlight-color: transparent;
		transition: background 120ms ease, border-color 120ms ease, transform 120ms ease;
	}

	.home .dataset-card__count {
		font-size: 1.35rem;
	}

	.home .dataset-card__label {
		font-size: 0.8125rem;
	}

	.home .dataset-badges {
		margin-top: 0.65rem;
		gap: 0.3rem;
	}

	.home .connects__signature {
		font-size: 1.1rem;
		margin-bottom: 0.5rem;
	}

	.home .ecosystem-prose p {
		font-size: 0.9375rem;
		line-height: 1.45;
		margin-bottom: 0.55rem;
	}

	.home .rel-graph {
		min-height: 180px;
	}

	.home .platform-search {
		padding: 0.65rem;
		gap: 0.5rem;
		min-height: 0;
	}

	.home .platform-search__examples {
		gap: 0.3rem;
	}

	.home .platform-search__examples a {
		font-size: 0.8125rem;
		padding: 0.35rem 0.55rem;
		-webkit-tap-highlight-color: transparent;
	}

	.home .final-cta--premium {
		padding: 1.15rem 1rem;
		border-radius: 12px;
	}

	.home .final-cta--premium .final-cta__title {
		font-size: clamp(1.25rem, 5.5vw, 1.5rem);
		line-height: 1.2;
	}

	.home .final-cta--premium .final-cta__text {
		font-size: 0.875rem;
		line-height: 1.4;
	}

	.home .latest-feed__dirs {
		margin-top: 0.65rem;
	}

	.home .latest-feed__item {
		-webkit-tap-highlight-color: transparent;
		transition: background 120ms ease, border-color 120ms ease, transform 120ms ease, box-shadow 120ms ease;
	}

	/* 6. Touch feedback — entire card press */
	.home .eco-nav__card:active,
	.home .dataset-card:active,
	.home .why-card:active,
	.home .latest-feed__item:active,
	.home .platform-search__examples a:active,
	.home .hero--premium .hero__actions .btn:active,
	.home .hero--premium .hero__actions .btn--secondary:active {
		transform: scale(0.985);
		box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
	}

	.home .eco-nav__card:active,
	.home .latest-feed__item:active {
		background: var(--panel, #f8fafc);
		border-color: rgba(37, 99, 235, 0.28);
	}

	.home .intel-faq--premium summary:active {
		background: var(--panel, #f8fafc);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-graph__card,
	.home .dataset-card,
	.home .eco-nav__card,
	.home .why-card,
	.home .latest-feed__item,
	.home .eco-nav__arrow {
		animation: none !important;
		transition: none !important;
		transform: none !important;
	}

	.home .latest-feed {
		scroll-snap-type: none;
	}
}

