/**
 * Top European Standards native directory shell, 3.0.0.
 */
.esv-top29 {
	background: #ffffff;
	color: #142740;
	overflow: clip;
}

.esv-top29-hero {
	position: relative;
	padding: clamp(4.5rem, 8vw, 7.5rem) 0;
	background:
		radial-gradient(circle at 82% 18%, rgba(26, 112, 226, 0.33), transparent 29%),
		linear-gradient(135deg, #041326 0%, #092b55 58%, #0b4a8f 100%);
	color: #ffffff;
	overflow: hidden;
}

.esv-top29-hero::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 52px 52px;
	mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.75) 42%, #000 100%);
	pointer-events: none;
	content: "";
}

.esv-top29-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.72fr);
	align-items: center;
	gap: clamp(2.5rem, 6vw, 6rem);
}

.esv-top29 .esv-breadcrumbs {
	margin-bottom: 1.25rem;
	color: rgba(255,255,255,.62);
}

.esv-top29 .esv-breadcrumbs a {
	color: rgba(255,255,255,.82);
}

.esv-top29-kicker,
.esv-top29-method__label {
	margin: 0 0 1rem;
	color: #9bc9ff;
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	line-height: 1.35;
	text-transform: uppercase;
}

.esv-top29-hero h1 {
	max-width: 830px;
	margin: 0 0 1.25rem;
	color: #ffffff;
	font-size: clamp(2.75rem, 5.6vw, 5.15rem);
	font-weight: 820;
	letter-spacing: -0.055em;
	line-height: 0.99;
}

.esv-top29-hero__lead {
	max-width: 790px;
	margin: 0;
	color: rgba(255,255,255,.82);
	font-size: clamp(1.05rem, 1.8vw, 1.23rem);
	line-height: 1.68;
}

.esv-top29-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.8rem;
}

.esv-top29 .esv-button--gold {
	border-color: #dfa929;
	background: #dfa929;
	color: #071b36;
}

.esv-top29 .esv-button--gold:hover {
	border-color: #f3c85e;
	background: #f3c85e;
	color: #071b36;
}

.esv-top29 .esv-button--outline-light {
	border-color: rgba(255,255,255,.45);
	background: transparent;
	color: #ffffff;
}

.esv-top29 .esv-button--outline-light:hover {
	border-color: #ffffff;
	background: rgba(255,255,255,.1);
	color: #ffffff;
}

.esv-top29-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem 1.4rem;
	padding: 0;
	margin: 1.35rem 0 0;
	list-style: none;
}

.esv-top29-proof li {
	position: relative;
	padding-left: 1.25rem;
	color: rgba(255,255,255,.74);
	font-size: 0.82rem;
}

.esv-top29-proof li::before {
	position: absolute;
	left: 0;
	color: #f3cc72;
	font-weight: 900;
	content: "✓";
}

.esv-top29-method {
	padding: clamp(1.4rem, 2.6vw, 2rem);
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 22px;
	background: rgba(255,255,255,.1);
	box-shadow: 0 28px 70px rgba(0,0,0,.2);
	backdrop-filter: blur(12px);
}

.esv-top29-method__label {
	color: #f3cc72;
}

.esv-top29-method ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

.esv-top29-method li {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 0.85rem;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(255,255,255,.14);
}

.esv-top29-method li:first-child {
	padding-top: 0;
}

.esv-top29-method li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.esv-top29-method li > span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 10px;
	color: #f3cc72;
	font-size: 0.68rem;
	font-weight: 850;
}

.esv-top29-method strong,
.esv-top29-method small {
	display: block;
}

.esv-top29-method strong {
	margin-bottom: 0.22rem;
	color: #ffffff;
	font-size: 0.92rem;
	line-height: 1.35;
}

.esv-top29-method small {
	color: rgba(255,255,255,.64);
	font-size: 0.77rem;
	line-height: 1.5;
}

.esv-top29-notice {
	background: #fff6d9;
	border-bottom: 1px solid #ead48d;
}

.esv-top29-notice__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	gap: 1rem;
	padding-top: 1.1rem;
	padding-bottom: 1.1rem;
}

.esv-top29-notice strong {
	padding: 0.22rem 0.55rem;
	border-radius: 999px;
	background: #f1cf68;
	color: #3d2d00;
	font-size: 0.7rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.esv-top29-notice p {
	margin: 0;
	color: #5e4c18;
	font-size: 0.84rem;
	line-height: 1.6;
}

.esv-top29-jump {
	position: sticky;
	top: calc(var(--esv-header-height) + var(--esv-admin-height));
	z-index: 20;
	border-bottom: 1px solid #dbe5ef;
	background: rgba(255,255,255,.96);
	box-shadow: 0 8px 24px rgba(7,27,54,.05);
	backdrop-filter: blur(10px);
}

.esv-top29-jump__inner {
	display: flex;
	align-items: center;
	gap: 0.65rem 1.25rem;
	min-height: 58px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.esv-top29-jump span {
	flex: 0 0 auto;
	color: #708197;
	font-size: 0.67rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.esv-top29-jump a {
	flex: 0 0 auto;
	color: #0a2548;
	font-size: 0.8rem;
	font-weight: 760;
	text-decoration: none;
}

.esv-top29-jump a:hover {
	color: #0757c8;
}

.esv-top29-directory {
	background: #ffffff;
}

/* Legacy plugin framing is replaced by the native page shell. */
.esv-top29-directory .estop-hero,
.esv-top29-directory .estop-legal-note,
.esv-top29-directory .estop-jump,
.esv-top29-directory .estop-skip-link {
	display: none !important;
}

.esv-top29-directory .estop {
	--estop-blue: #0757c8;
	--estop-blue-900: #071b36;
	--estop-blue-800: #0a2d5a;
	--estop-blue-100: #eaf3ff;
	--estop-yellow: #dba52f;
	--estop-ink: #071b36;
	--estop-text: #334155;
	--estop-muted: #64748b;
	--estop-line: #d9e3ed;
	--estop-soft: #f6f9fc;
	margin: 0;
	background: #ffffff;
	color: #334155;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.65;
}

.esv-top29-directory .estop-shell {
	max-width: 1240px;
	padding-right: 20px;
	padding-left: 20px;
}

.esv-top29-directory .estop-section {
	padding: clamp(4.5rem, 7vw, 6.5rem) 0;
	scroll-margin-top: calc(var(--esv-header-height) + var(--esv-admin-height) + 80px);
}

.esv-top29-directory .estop-section--directory {
	padding-top: clamp(4rem, 6vw, 5.5rem);
	background: #ffffff;
}

.esv-top29-directory .estop-section--tint {
	background: #f7f9fc;
}

.esv-top29-directory .estop-section-heading {
	max-width: 820px;
	margin-bottom: 2.2rem;
}

.esv-top29-directory .estop-section-heading--wide {
	max-width: 940px;
}

.esv-top29-directory .estop-eyebrow--dark {
	color: #0757c8;
}

.esv-top29-directory .estop-section-heading h2 {
	margin-bottom: 0.9rem;
	color: #071b36;
	font-size: clamp(2rem, 4vw, 3.15rem);
	font-weight: 810;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.esv-top29-directory .estop-section-heading > p:last-child {
	color: #55677e;
	font-size: 1.02rem;
	line-height: 1.7;
}

.esv-top29-directory .estop-explorer {
	padding: clamp(1rem, 2.5vw, 1.8rem);
	border: 1px solid #d6e1ed;
	border-radius: 22px;
	background: #f8fafc;
	box-shadow: 0 20px 55px rgba(7,27,54,.07);
}

.esv-top29-directory .estop-searchbar {
	align-items: end;
	gap: 0.75rem;
}

.esv-top29-directory .estop-searchbox {
	min-height: 54px;
	border: 1px solid #bac9d9;
	border-radius: 11px;
	background: #ffffff;
}

.esv-top29-directory .estop-searchbox:focus-within {
	border-color: #0757c8;
	box-shadow: 0 0 0 4px rgba(7,87,200,.12);
}

.esv-top29-directory .estop-button--catalogue {
	min-height: 54px;
	border-radius: 10px;
	background: #0757c8;
}

.esv-top29-directory .estop-filters {
	gap: 0.55rem;
	margin-top: 1.2rem;
}

.esv-top29-directory .estop-filter {
	min-height: 42px;
	border-color: #d1dce8;
	background: #ffffff;
	color: #40526a;
}

.esv-top29-directory .estop-filter.is-active {
	border-color: #0757c8;
	background: #0757c8;
	color: #ffffff;
}

.esv-top29-directory .estop-results-row {
	margin-top: 1.2rem;
	padding-top: 1rem;
}

.esv-top29-directory .estop-card-grid {
	gap: 1rem;
	margin-top: 1.25rem;
}

.esv-top29-directory .estop-card {
	min-height: 286px;
	padding: 1.35rem;
	border-color: #d8e2ec;
	border-radius: 15px;
	background: #ffffff;
	box-shadow: 0 3px 0 rgba(7,27,54,.02);
}

.esv-top29-directory .estop-card::before {
	height: 3px;
	border-radius: 15px 15px 0 0;
	background: #0757c8;
}

.esv-top29-directory .estop-card.is-featured::before {
	background: #dba52f;
}

.esv-top29-directory .estop-card:hover {
	border-color: #9db8d6;
	box-shadow: 0 16px 38px rgba(7,27,54,.1);
}

.esv-top29-directory .estop-card__badge {
	background: #eaf3ff;
	color: #0757c8;
}

.esv-top29-directory .estop-card__reference {
	color: #071b36;
	font-size: 1.04rem;
	font-weight: 820;
}

.esv-top29-directory .estop-card__title {
	color: #20344f;
	font-size: 0.96rem;
}

.esv-top29-directory .estop-card > p {
	color: #596b81;
	font-size: 0.87rem;
	line-height: 1.62;
}

.esv-top29-directory .estop-card__actions {
	margin-top: auto;
	padding-top: 1.1rem;
	border-top-color: #e3eaf1;
}

.esv-top29-directory .estop-card__actions a {
	font-size: 0.78rem;
	font-weight: 780;
}

.esv-top29-directory .estop-value-grid article,
.esv-top29-directory .estop-reference-grid article,
.esv-top29-directory .estop-next-grid a,
.esv-top29-directory .estop-faq details {
	border-color: #d8e2ec;
	border-radius: 15px;
	background: #ffffff;
	box-shadow: 0 8px 30px rgba(7,27,54,.05);
}

.esv-top29-directory .estop-section--sources {
	background: #071b36;
}

@media (max-width: 1100px) {
	.esv-top29-hero__grid {
		grid-template-columns: minmax(0, 1.1fr) minmax(300px, .75fr);
		gap: 2rem;
	}
}

@media (max-width: 900px) {
	.esv-top29-hero__grid {
		grid-template-columns: 1fr;
	}

	.esv-top29-method {
		max-width: 720px;
	}

	.esv-top29-jump {
		position: static;
	}
}

@media (max-width: 700px) {
	.esv-top29-hero {
		padding: 3.5rem 0 4rem;
	}

	.esv-top29-hero h1 {
		font-size: clamp(2.35rem, 11.5vw, 3.55rem);
		line-height: 1.02;
	}

	.esv-top29-hero__actions {
		flex-direction: column;
	}

	.esv-top29-hero__actions .esv-button {
		width: 100%;
	}

	.esv-top29-proof {
		display: grid;
		gap: 0.55rem;
	}

	.esv-top29-method {
		padding: 1.2rem;
		border-radius: 17px;
	}

	.esv-top29-notice__inner {
		grid-template-columns: 1fr;
		gap: 0.65rem;
	}

	.esv-top29-jump__inner {
		margin-right: -14px;
		margin-left: -14px;
		padding-right: 14px;
		padding-left: 14px;
	}

	.esv-top29-directory .estop-shell {
		padding-right: 14px;
		padding-left: 14px;
	}

	.esv-top29-directory .estop-section {
		padding: 3.75rem 0;
	}

	.esv-top29-directory .estop-explorer {
		padding: 0.9rem;
		border-radius: 17px;
	}

	.esv-top29-directory .estop-searchbar {
		align-items: stretch;
		flex-direction: column;
	}

	.esv-top29-directory .estop-button--catalogue {
		width: 100%;
	}

	.esv-top29-directory .estop-filters {
		flex-wrap: nowrap;
		margin-right: -0.9rem;
		margin-left: -0.9rem;
		padding: 0 0.9rem 0.45rem;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.esv-top29-directory .estop-filter {
		flex: 0 0 auto;
		min-height: 46px;
	}

	.esv-top29-directory .estop-card {
		min-height: 0;
	}
}

/* 3.0.0 mobile hero compaction keeps the directory closer to the first viewport. */
@media (max-width: 560px) {
	.esv-top29-method {
		padding: 1rem;
	}

	.esv-top29-method li {
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 0.7rem;
		padding: 0.72rem 0;
	}

	.esv-top29-method small {
		display: none;
	}

	.esv-top29-method strong {
		margin: 0;
		font-size: 0.86rem;
	}
}
