/*
Theme Name: Moesia Child
Theme URI: https://example.com/moesia-child
Description: Child theme for custom homepage redesign on Moesia.
Author: Local Project
Template: moesia
Version: 1.6.3
Text Domain: moesia-child
*/

/* Bootstrap sets html to 62.5%, which shrinks all rem-based homepage type. */
html:has(body.home),
html:has(body.page-news-events-premium),
html:has(body.page-news-archive-premium),
html:has(body.page-news-single-premium),
html:has(body.page-event-single-premium),
html:has(body.page-toxi-officers-premium),
html:has(body.page-awards-premium),
html:has(body.page-history-premium),
html:has(body.page-document-premium),
html:has(body.page-join-premium),
html:has(body.page-related-journals-premium),
html:has(body.employee-profile-premium),
html:has(body.page-generic-premium),
html:has(body.page-search-premium),
html:has(body.page-archive-premium),
html:has(body.error404-premium) {
	font-size: 100%;
}

body.home,
body.page-news-events-premium,
body.page-news-archive-premium,
body.page-news-single-premium,
body.page-event-single-premium,
body.page-toxi-officers-premium,
body.page-awards-premium,
body.page-history-premium,
body.page-document-premium,
body.page-join-premium,
body.page-related-journals-premium,
body.employee-profile-premium,
body.page-generic-premium,
body.page-search-premium,
body.page-archive-premium,
body.error404-premium {
	overflow-x: clip;
}

body.home {
	font-size: 16px;
}

/* Homepage hero — ACS Chemical Toxicology design */
.home .site-header.has-banner {
	position: relative;
	min-height: max(820px, 88vh);
	overflow: hidden;
}

.home .site-header.has-banner .header-image {
	width: 100%;
	height: 100%;
	min-height: max(820px, 88vh);
	object-fit: cover;
	object-position: 72% center;
}

.home .site-header.has-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(90deg, rgba(3, 9, 24, 0.94) 0%, rgba(5, 14, 38, 0.82) 36%, rgba(8, 20, 52, 0.45) 58%, rgba(10, 24, 60, 0.15) 100%),
		linear-gradient(180deg, rgba(3, 9, 24, 0.35) 0%, rgba(3, 9, 24, 0.1) 45%, rgba(3, 9, 24, 0.55) 100%);
	pointer-events: none;
}

.home .site-header .overlay {
	display: none;
}

/* Neutralize parent .welcome-info centering */
.home .welcome-info.hero-premium {
	position: absolute !important;
	inset: 0 !important;
	top: 0 !important;
	display: flex !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

/* Shared wide shell for nav + hero + homepage sections */
.home .hero-premium__nav-inner,
.page-news-events-premium .hero-premium__nav-inner,
.page-news-archive-premium .hero-premium__nav-inner,
.home .hero-premium__inner {
	width: 100%;
	max-width: min(1560px, 96vw);
	margin: 0 auto;
	padding-left: clamp(28px, 4vw, 64px);
	padding-right: clamp(28px, 4vw, 64px);
}

/* Overlay navigation */
.home .hero-premium__nav,
.page-news-events-premium .hero-premium__nav,
.page-news-archive-premium .hero-premium__nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 6;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(4, 10, 24, 0.55);
	backdrop-filter: blur(8px);
}

.home .hero-premium__nav-inner,
.page-news-events-premium .hero-premium__nav-inner,
.page-news-archive-premium .hero-premium__nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(16px, 3vw, 40px);
	padding-top: 0;
	padding-bottom: 0;
}

.home .hero-premium__brand,
.page-news-events-premium .hero-premium__brand,
.page-news-archive-premium .hero-premium__brand {
	order: 1;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	text-decoration: none;
	color: #fff;
	min-width: 0;
}

.home .hero-premium__nav-panel,
.page-news-events-premium .hero-premium__nav-panel,
.page-news-archive-premium .hero-premium__nav-panel {
	order: 2;
	flex: 1;
	display: flex;
	justify-content: center;
	min-width: 0;
}

.home .hero-premium__nav-toggle,
.page-news-events-premium .hero-premium__nav-toggle,
.page-news-archive-premium .hero-premium__nav-toggle {
	order: 3;
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	cursor: pointer;
	flex-shrink: 0;
}

.home .hero-premium__nav-toggle-icon,
.page-news-events-premium .hero-premium__nav-toggle-icon,
.page-news-archive-premium .hero-premium__nav-toggle-icon,
.home .hero-premium__nav-toggle-icon::before,
.page-news-events-premium .hero-premium__nav-toggle-icon::before,
.page-news-archive-premium .hero-premium__nav-toggle-icon::before,
.home .hero-premium__nav-toggle-icon::after,
.page-news-events-premium .hero-premium__nav-toggle-icon::after,
.page-news-archive-premium .hero-premium__nav-toggle-icon::after {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.home .hero-premium__nav-toggle-icon,
.page-news-events-premium .hero-premium__nav-toggle-icon,
.page-news-archive-premium .hero-premium__nav-toggle-icon {
	position: relative;
}

.home .hero-premium__nav-toggle-icon::before,
.page-news-events-premium .hero-premium__nav-toggle-icon::before,
.page-news-archive-premium .hero-premium__nav-toggle-icon::before,
.home .hero-premium__nav-toggle-icon::after,
.page-news-events-premium .hero-premium__nav-toggle-icon::after,
.page-news-archive-premium .hero-premium__nav-toggle-icon::after {
	content: "";
	position: absolute;
	left: 0;
}

.home .hero-premium__nav-toggle-icon::before {
	top: -6px;
}

.home .hero-premium__nav-toggle-icon::after {
	top: 6px;
}

.home .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon,
.page-news-events-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon,
.page-news-archive-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon {
	background: transparent;
}

.home .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon::before,
.page-news-events-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon::before,
.page-news-archive-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon::before {
	top: 0;
	transform: rotate(45deg);
}

.home .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon::after,
.page-news-events-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon::after,
.page-news-archive-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon::after {
	top: 0;
	transform: rotate(-45deg);
}

.home .hero-premium__brand-icon,
.page-news-events-premium .hero-premium__brand-icon,
.page-news-archive-premium .hero-premium__brand-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background: rgba(239, 191, 66, 0.15);
	color: #efbf42;
	flex-shrink: 0;
}

.home .hero-premium__brand-text,
.page-news-events-premium .hero-premium__brand-text,
.page-news-archive-premium .hero-premium__brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.home .hero-premium__brand-text strong,
.page-news-events-premium .hero-premium__brand-text strong,
.page-news-archive-premium .hero-premium__brand-text strong {
	font-family: Inter, "Roboto Condensed", sans-serif;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.home .hero-premium__brand-text small,
.page-news-events-premium .hero-premium__brand-text small,
.page-news-archive-premium .hero-premium__brand-text small {
	font-family: Inter, Roboto, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.72);
}

.home .hero-premium__menu,
.page-news-events-premium .hero-premium__menu,
.page-news-archive-premium .hero-premium__menu {
	flex: 1;
	display: flex;
	justify-content: center;
}

.home .hero-premium__menu-list,
.page-news-events-premium .hero-premium__menu-list,
.page-news-archive-premium .hero-premium__menu-list {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home .hero-premium__menu-list li,
.page-news-events-premium .hero-premium__menu-list li,
.page-news-archive-premium .hero-premium__menu-list li {
	position: relative;
}

.home .hero-premium__menu-list a,
.home .hero-premium__submenu-toggle,
.page-news-events-premium .hero-premium__menu-list a,
.page-news-archive-premium .hero-premium__menu-list a,
.page-news-single-premium .hero-premium__menu-list a,
.page-news-events-premium .hero-premium__submenu-toggle,
.page-news-archive-premium .hero-premium__submenu-toggle,
.page-news-single-premium .hero-premium__submenu-toggle {
	font-family: Inter, Roboto, sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.home .hero-premium__submenu-toggle,
.home .hero-premium__submenu-toggle:visited,
.home .hero-premium__submenu-toggle:focus,
.home .hero-premium__submenu-toggle:active {
	border: 0 !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, 0.88);
	outline: 0;
	text-decoration: none !important;
}

.home .hero-premium__menu-list a:hover,
.home .hero-premium__submenu-toggle:hover,
.page-news-events-premium .hero-premium__menu-list a:hover,
.page-news-archive-premium .hero-premium__menu-list a:hover {
	color: #efbf42;
}

.home .hero-premium__menu-list li.is-open>.hero-premium__submenu-toggle {
	color: rgba(255, 255, 255, 0.88);
}

/* Submenu toggle button (rendered by Moesia_Child_Hero_Nav_Walker). */
.hero-premium__menu-list .hero-premium__submenu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-family: Inter, Roboto, sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: normal;
	/* Moesia parent theme centers/uppercases <button>s; match sibling nav links. */
	text-align: left;
	text-transform: none;
}

.hero-premium__menu-list .hero-premium__submenu-caret {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transition: transform 0.2s ease;
}

.hero-premium__menu-list li.is-open>.hero-premium__submenu-toggle .hero-premium__submenu-caret {
	transform: rotate(225deg) translateY(-2px);
}

.home .hero-premium__submenu,
.home .hero-premium__menu-list .sub-menu,
.page-news-events-premium .hero-premium__menu-list .sub-menu,
.page-news-archive-premium .hero-premium__menu-list .sub-menu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 20;
	display: none;
	min-width: 230px;
	margin: 0;
	padding: 8px 0;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
	list-style: none;
}

.home .hero-premium__menu-list li.is-open>.hero-premium__submenu,
.home .hero-premium__menu-list li.is-open>.sub-menu,
.page-news-events-premium .hero-premium__menu-list li.is-open>.sub-menu,
.page-news-archive-premium .hero-premium__menu-list li.is-open>.sub-menu {
	display: grid !important;
}

/* Desktop flyout only: never couple :hover to mobile/coarse pointers */
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
	.home .hero-premium__menu-list li:hover>.hero-premium__submenu,
	.home .hero-premium__menu-list li:hover>.sub-menu,
	.home .hero-premium__menu-list li:focus-within>.hero-premium__submenu,
	.home .hero-premium__menu-list li:focus-within>.sub-menu,
	.page-news-events-premium .hero-premium__menu-list li:hover>.sub-menu,
	.page-news-events-premium .hero-premium__menu-list li:focus-within>.sub-menu,
	.page-news-archive-premium .hero-premium__menu-list li:hover>.sub-menu,
	.page-news-archive-premium .hero-premium__menu-list li:focus-within>.sub-menu {
		display: grid !important;
	}
}

.home .hero-premium__submenu a,
.home .hero-premium__menu-list .sub-menu a,
.page-news-events-premium .hero-premium__menu-list .sub-menu a,
.page-news-archive-premium .hero-premium__menu-list .sub-menu a {
	display: block;
	padding: 10px 16px;
	color: #334155;
	font-size: 0.88rem;
	font-weight: 600;
}

.home .hero-premium__submenu a:hover,
.home .hero-premium__submenu a:focus,
.home .hero-premium__menu-list .sub-menu a:hover,
.home .hero-premium__menu-list .sub-menu a:focus,
.page-news-events-premium .hero-premium__menu-list .sub-menu a:hover,
.page-news-events-premium .hero-premium__menu-list .sub-menu a:focus,
.page-news-archive-premium .hero-premium__menu-list .sub-menu a:hover,
.page-news-archive-premium .hero-premium__menu-list .sub-menu a:focus {
	color: #123a73;
	background: #f8fafc;
}

.home .hero-premium__nav-cta,
.page-news-events-premium .hero-premium__nav-cta,
.page-news-archive-premium .hero-premium__nav-cta {
	order: 4;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border-radius: 999px;
	background: linear-gradient(180deg, #f4cf69 0%, #efbf42 100%);
	color: #1a1f2e;
	font-family: Inter, "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

/* Hero content shell */
.home .hero-premium {
	position: absolute;
	inset: 0;
	top: 0;
	z-index: 5;
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 100%;
	min-height: max(820px, 88vh);
	margin: 0;
	padding: 0;
	text-align: left;
}

.home .hero-premium__inner {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
	height: 100%;
	min-height: max(820px, 88vh);
	padding-top: clamp(76px, 9vh, 96px);
	padding-bottom: clamp(28px, 3.5vh, 40px);
	position: relative;
}

/* Vertically centers copy between nav and stats bar */
.home .hero-premium__body {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	min-height: 0;
}

.home .hero-premium__content {
	width: min(62%, 860px);
	max-width: 860px;
}

.home .hero-premium__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 16px;
	margin-bottom: 8px;
	border: 1px solid rgba(239, 191, 66, 0.55);
	border-radius: 999px;
	background: rgba(5, 15, 38, 0.55);
	font-family: Inter, "Roboto Condensed", sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #efbf42;
}

.home .hero-premium__badge::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #efbf42;
}

.home .hero-premium__title {
	max-width: none;
	margin: 24px 0 24px;
	color: #fff;
	font-family: Inter, "Roboto Condensed", sans-serif;
	font-size: clamp(2.85rem, 5.2vw, 4.75rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	text-shadow: none;
}

.home .hero-premium__desc {
	max-width: none;
	margin: 0 0 32px;
	color: rgba(255, 255, 255, 0.92);
	font-family: Inter, Roboto, sans-serif;
	font-size: clamp(1rem, 1.2vw, 1.2rem);
	line-height: 1.55;
}

.home .hero-premium__desc em {
	color: #efbf42;
	font-style: italic;
	font-weight: 600;
}

.home .hero-premium__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 28px;
}

.home .hero-premium__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 26px;
	border-radius: 999px;
	font-family: Inter, "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.25s ease;
	box-shadow: none !important;
}

.home .hero-premium__button--primary {
	background: linear-gradient(180deg, #f4cf69 0%, #efbf42 100%);
	color: #1a1f2e;
}

.home .hero-premium__button--primary:hover {
	transform: translateY(-1px);
	color: #111827;
}

.home .hero-premium__button--secondary {
	border: 1px solid #efbf42;
	background: rgba(8, 18, 44, 0.35);
	color: #fff;
}

.home .hero-premium__button--secondary:hover {
	border-color: #f4cf69;
	color: #fff;
}

.home .hero-premium__meta {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(16px, 3vw, 32px);
	margin: 0;
}

.home .hero-premium__meta-item {
	display: inline-flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.88);
	font-family: Inter, Roboto, sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.home .hero-premium__meta-item .fa {
	margin-right: 8px;
	color: #efbf42;
	font-size: 16px;
}

.home #content.site-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	background: #fff;
}

@media only screen and (max-width: 991px) {

	/* Flow-based hero: absolute layout collapses on small screens */
	.home .site-header.has-banner {
		display: flex;
		flex-direction: column;
		min-height: 0;
		overflow: visible;
	}

	.home .site-header.has-banner .header-image {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		min-height: 100%;
		object-fit: cover;
		object-position: 80% center;
	}

	.home .site-header.has-banner::before {
		background:
			linear-gradient(180deg, rgba(3, 9, 24, 0.94) 0%, rgba(5, 14, 38, 0.9) 50%, rgba(8, 20, 52, 0.82) 100%),
			linear-gradient(90deg, rgba(3, 9, 24, 0.9) 0%, rgba(5, 14, 38, 0.55) 100%);
	}

	.home .hero-premium__nav,
	.page-news-events-premium .hero-premium__nav,
	.page-news-archive-premium .hero-premium__nav {
		position: relative;
		flex-shrink: 0;
		padding: 14px 0;
		z-index: 30;
		overflow: visible;
	}

	.home .welcome-info.hero-premium,
	.home .hero-premium {
		position: relative !important;
		inset: auto !important;
		top: auto !important;
		display: block !important;
		width: 100%;
		height: auto;
		min-height: 0;
		flex: 1;
	}

	.home .hero-premium__nav-inner,
	.page-news-events-premium .hero-premium__nav-inner,
	.home .hero-premium__inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.home .hero-premium__nav-inner,
	.page-news-events-premium .hero-premium__nav-inner,
	.page-news-archive-premium .hero-premium__nav-inner {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"brand toggle"
			"panel panel";
		align-items: center;
		gap: 0;
		row-gap: 0;
	}

	.home .hero-premium__brand,
	.page-news-events-premium .hero-premium__brand,
	.page-news-archive-premium .hero-premium__brand {
		grid-area: brand;
		min-width: 0;
	}

	.home .hero-premium__nav-toggle,
	.page-news-events-premium .hero-premium__nav-toggle,
	.page-news-archive-premium .hero-premium__nav-toggle {
		display: inline-flex;
		grid-area: toggle;
	}

	.home .hero-premium__nav-cta,
	.page-news-events-premium .hero-premium__nav-cta,
	.page-news-archive-premium .hero-premium__nav-cta {
		display: none;
	}

	.home .hero-premium__nav-panel,
	.page-news-events-premium .hero-premium__nav-panel,
	.page-news-archive-premium .hero-premium__nav-panel {
		grid-area: panel;
		display: none;
		flex: none;
		width: 100%;
		margin-top: 12px;
		padding: 12px 0 4px;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	/* All premium pages: panel must become visible when JS adds .is-open */
	.hero-premium__nav-panel.is-open {
		display: block !important;
	}

	.home .hero-premium__menu,
	.page-news-events-premium .hero-premium__menu,
	.page-news-archive-premium .hero-premium__menu {
		width: 100%;
		justify-content: flex-start;
	}

	.home .hero-premium__menu-list,
	.page-news-events-premium .hero-premium__menu-list,
	.page-news-archive-premium .hero-premium__menu-list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		width: 100%;
	}

	.home .hero-premium__menu-list li,
	.page-news-events-premium .hero-premium__menu-list li,
	.page-news-archive-premium .hero-premium__menu-list li {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.home .hero-premium__menu-list li:last-child,
	.page-news-events-premium .hero-premium__menu-list li:last-child,
	.page-news-archive-premium .hero-premium__menu-list li:last-child {
		border-bottom: none;
	}

	.home .hero-premium__menu-list a,
	.home .hero-premium__submenu-toggle,
	.page-news-events-premium .hero-premium__menu-list a,
	.page-news-events-premium .hero-premium__submenu-toggle,
	.page-news-archive-premium .hero-premium__menu-list a,
	.page-news-archive-premium .hero-premium__submenu-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		width: 100%;
		padding: 14px 2px;
		font-size: 15px;
		text-align: left;
		white-space: normal;
		box-sizing: border-box;
	}

	/* Accordion submenus on mobile — hidden until About Us (etc.) is toggled */
	.hero-premium__menu-list .sub-menu,
	.hero-premium__menu-list .hero-premium__submenu {
		position: static !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		display: none !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 0 8px 16px !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		transform: none !important;
	}

	/* Accordion: visibility is .is-open only — no :hover involvement on touch */
	.hero-premium__menu-list li.is-open > .sub-menu,
	.hero-premium__menu-list li.is-open > .hero-premium__submenu,
	.hero-premium__menu-list li.is-open > .sub-menu-wrapper {
		display: grid !important;
	}

	.hero-premium__menu-list .sub-menu-wrapper {
		position: static !important;
		display: none !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	.hero-premium__menu-list li.is-open > .sub-menu-wrapper > .sub-menu {
		display: grid !important;
	}

	.home .hero-premium__submenu a,
	.home .hero-premium__menu-list .sub-menu a,
	.page-news-events-premium .hero-premium__menu-list .sub-menu a,
	.page-news-archive-premium .hero-premium__menu-list .sub-menu a {
		padding: 9px 2px;
		color: rgba(255, 255, 255, 0.72);
		font-size: 14px;
	}

	.home .hero-premium__inner {
		min-height: 0;
		height: auto;
		padding-top: 28px;
		padding-bottom: 32px;
	}

	.home .hero-premium__body {
		flex: 0 1 auto;
		align-items: flex-start;
		padding-top: 0;
	}

	.home .hero-premium__content {
		width: 100%;
		max-width: 100%;
	}

	.home .hero-premium__badge {
		margin-bottom: 14px;
	}

	.home .hero-premium__title {
		margin: 0 0 16px;
		font-size: clamp(2rem, 8.5vw, 2.65rem);
		line-height: 1.1;
	}

	.home .hero-premium__desc {
		margin-bottom: 22px;
		font-size: 1.05rem;
		line-height: 1.55;
	}

	.home .hero-premium__actions {
		margin-bottom: 28px;
		gap: 12px;
	}
}

@media only screen and (max-width: 575px) {

	.home .hero-premium__nav-inner,
	.page-news-events-premium .hero-premium__nav-inner,
	.home .hero-premium__inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	.home .hero-premium__brand-text small,
	.page-news-events-premium .hero-premium__brand-text small,
	.page-news-archive-premium .hero-premium__brand-text small {
		display: none;
	}

	.home .hero-premium__badge {
		font-size: 9px;
		letter-spacing: 0.06em;
		padding: 6px 12px;
	}

	.home .hero-premium__title {
		font-size: clamp(1.75rem, 8.5vw, 2.15rem);
	}

	.home .hero-premium__desc {
		font-size: 0.98rem;
	}

	.home .hero-premium__actions {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}

	.home .hero-premium__button {
		width: 100%;
		min-height: 48px;
		padding: 14px 20px;
		white-space: normal;
	}
}

@media only screen and (max-width: 380px) {

	.home .hero-premium__brand-text strong,
	.page-news-events-premium .hero-premium__brand-text strong,
	.page-news-archive-premium .hero-premium__brand-text strong {
		font-size: 13px;
	}
}

/* TOXI Officers premium page */
.page-toxi-officers-premium .site-header--inner-premium,
.page-toxi-officers-premium .top-bar {
	display: none !important;
}

.page-toxi-officers-premium #content.site-content.container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	background: #eef2f7;
}

.page-toxi-officers-premium .officers-hero,
.page-toxi-officers-premium .officers-page {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.page-toxi-officers-premium .officers-hero {
	padding: 0 0 clamp(48px, 6vw, 82px);
	background:
		radial-gradient(circle at 82% 12%, rgba(239, 191, 66, 0.14), transparent 34%),
		linear-gradient(135deg, #07101f 0%, #0f2344 48%, #17345f 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-toxi-officers-premium .officers-hero .hero-premium__nav {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	margin-bottom: clamp(8px, 2vw, 22px);
	padding-top: clamp(16px, 2vw, 24px);
	padding-bottom: clamp(18px, 2.5vw, 26px);
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-toxi-officers-premium .hero-premium__nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(18px, 3vw, 34px);
	width: 100%;
	max-width: min(1560px, 96vw);
	margin: 0 auto;
	padding: 0 clamp(28px, 4vw, 64px);
}

.page-toxi-officers-premium .hero-premium__brand {
	order: 1;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.page-toxi-officers-premium .hero-premium__brand-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #efbf42;
	color: #0a1428;
	font-weight: 800;
}

.page-toxi-officers-premium .hero-premium__brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.page-toxi-officers-premium .hero-premium__brand-text strong {
	color: #fff;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 17px;
	font-weight: 800;
}

.page-toxi-officers-premium .hero-premium__brand-text small {
	color: rgba(255, 255, 255, 0.72);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 12px;
	font-weight: 500;
}

.page-toxi-officers-premium .hero-premium__nav-panel {
	order: 2;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.page-toxi-officers-premium .hero-premium__menu {
	flex: 1;
	display: flex;
	justify-content: center;
}

.page-toxi-officers-premium .hero-premium__menu-list {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: clamp(14px, 1.8vw, 26px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-toxi-officers-premium .hero-premium__menu-list li {
	position: relative;
}

.page-toxi-officers-premium .hero-premium__menu-list a,
.page-toxi-officers-premium .hero-premium__submenu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	padding: 10px 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.86);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(14px, 0.35vw + 12px, 16px);
	font-weight: 600;
	line-height: 1.25;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	cursor: pointer;
}

.page-toxi-officers-premium .hero-premium__menu-list a:hover,
.page-toxi-officers-premium .hero-premium__submenu-toggle:hover {
	color: #efbf42;
	text-decoration: none;
}

.page-toxi-officers-premium .hero-premium__submenu,
.page-toxi-officers-premium .hero-premium__menu-list .sub-menu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 20;
	display: none;
	min-width: 250px;
	margin: 0;
	padding: 10px;
	list-style: none;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(2, 6, 23, 0.2);
}

.page-toxi-officers-premium .hero-premium__menu-list li.is-open>.hero-premium__submenu,
.page-toxi-officers-premium .hero-premium__menu-list li.is-open>.sub-menu {
	display: grid !important;
}

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
	.page-toxi-officers-premium .hero-premium__menu-list li:hover>.hero-premium__submenu,
	.page-toxi-officers-premium .hero-premium__menu-list li:hover>.sub-menu,
	.page-toxi-officers-premium .hero-premium__menu-list li:focus-within>.hero-premium__submenu,
	.page-toxi-officers-premium .hero-premium__menu-list li:focus-within>.sub-menu {
		display: grid !important;
	}
}

.page-toxi-officers-premium .hero-premium__submenu a,
.page-toxi-officers-premium .hero-premium__menu-list .sub-menu a {
	display: block;
	padding: 10px 16px;
	border-radius: 10px;
	color: #334155;
	font-size: 14px;
	white-space: nowrap;
}

.page-toxi-officers-premium .hero-premium__submenu a:hover,
.page-toxi-officers-premium .hero-premium__submenu a:focus,
.page-toxi-officers-premium .hero-premium__menu-list .sub-menu a:hover,
.page-toxi-officers-premium .hero-premium__menu-list .sub-menu a:focus {
	color: #123a73;
	background: #f8fafc;
}

.page-toxi-officers-premium .hero-premium__nav-cta {
	order: 4;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	border-radius: 999px;
	background: #efbf42;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.page-toxi-officers-premium .hero-premium__nav-toggle {
	order: 3;
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
}

.page-toxi-officers-premium .hero-premium__nav-toggle-icon,
.page-toxi-officers-premium .hero-premium__nav-toggle-icon::before,
.page-toxi-officers-premium .hero-premium__nav-toggle-icon::after {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: #fff;
}

.page-toxi-officers-premium .hero-premium__nav-toggle-icon {
	position: relative;
}

.page-toxi-officers-premium .hero-premium__nav-toggle-icon::before,
.page-toxi-officers-premium .hero-premium__nav-toggle-icon::after {
	content: "";
	position: absolute;
	left: 0;
}

.page-toxi-officers-premium .hero-premium__nav-toggle-icon::before {
	top: -6px;
}

.page-toxi-officers-premium .hero-premium__nav-toggle-icon::after {
	top: 6px;
}

.page-toxi-officers-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon {
	background: transparent;
}

.page-toxi-officers-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon::before {
	top: 0;
	transform: rotate(45deg);
}

.page-toxi-officers-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon::after {
	top: 0;
	transform: rotate(-45deg);
}

.page-toxi-officers-premium .officers-hero__shell {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
	gap: clamp(24px, 4vw, 44px);
	align-items: end;
	width: 100%;
	max-width: min(1560px, 96vw);
	margin: 0 auto;
	padding: 0 clamp(28px, 4vw, 64px);
}

.page-toxi-officers-premium .officers-hero__eyebrow {
	margin: 0 0 12px;
	color: #efbf42;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(0.88rem, 0.35vw + 0.8rem, 1.02rem);
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.page-toxi-officers-premium .officers-hero__title {
	margin: 0 0 16px;
	color: #fff;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(2.65rem, 5vw, 4.4rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.045em;
	text-transform: none;
}

.page-toxi-officers-premium .officers-hero__lede {
	max-width: 66ch;
	margin: 0;
	color: rgba(226, 232, 240, 0.88);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1.05rem, 0.45vw + 0.98rem, 1.28rem);
	line-height: 1.7;
}

.page-toxi-officers-premium .officers-hero__meta {
	display: grid;
	gap: 14px;
}

.page-toxi-officers-premium .officers-hero__meta-card {
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 20px 52px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(8px);
}

.page-toxi-officers-premium .officers-hero__meta-card span {
	display: block;
	margin-bottom: 6px;
	color: #efbf42;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.page-toxi-officers-premium .officers-hero__meta-card strong {
	color: rgba(248, 250, 252, 0.92);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1rem, 0.35vw + 0.94rem, 1.16rem);
	font-weight: 600;
	line-height: 1.5;
}

.page-toxi-officers-premium .officers-page {
	padding: clamp(38px, 4vw, 58px) 0 clamp(72px, 7vw, 108px);
	background: linear-gradient(180deg, #eef2f7 0%, #f8fafc 36%, #fff 100%);
}

.page-toxi-officers-premium .officers-page__shell {
	width: 100%;
	max-width: min(1420px, 94vw);
	margin: 0 auto;
	padding: 0 clamp(22px, 3vw, 48px);
}

.page-toxi-officers-premium.page .officers-page__article.hentry {
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent;
	box-shadow: none;
}

.page-toxi-officers-premium .officers-page__content {
	color: #334155;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.65;
}

.page-toxi-officers-premium .officers-page__content>h1,
.page-toxi-officers-premium .officers-page__content h1.widget-title,
.page-toxi-officers-premium .officers-page__content h1[style*="text-align: center"] {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: clamp(44px, 5vw, 68px) 0 clamp(22px, 3vw, 32px) !important;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1.4rem, 2vw, 2rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0.02em;
	text-align: left !important;
	text-transform: uppercase;
}

.page-toxi-officers-premium .officers-page__content>h1::after,
.page-toxi-officers-premium .officers-page__content h1.widget-title::after,
.page-toxi-officers-premium .officers-page__content h1[style*="text-align: center"]::after {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, rgba(10, 20, 40, 0.18), transparent);
}

.page-toxi-officers-premium .officers-page__content>h1:first-child,
.page-toxi-officers-premium .officers-page__content h1.widget-title:first-child {
	margin-top: 0 !important;
}

.page-toxi-officers-premium .officers-page__content hr {
	display: none;
}

.page-toxi-officers-premium .officers-roster-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-flow: row dense;
	gap: clamp(20px, 2vw, 28px) !important;
	align-items: start;
	justify-content: initial !important;
	margin: 0 0 clamp(34px, 4vw, 52px) !important;
	text-align: left !important;
}

.page-toxi-officers-premium .officers-roster-grid .officers-roster-grid {
	display: contents !important;
}

.page-toxi-officers-premium .officers-roster-grid--standalone {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-content: initial !important;
	margin-top: clamp(18px, 2vw, 28px) !important;
}

.page-toxi-officers-premium .officer-card {
	position: relative;
	display: flex !important;
	flex-direction: column;
	min-width: 0;
	max-width: none !important;
	height: auto;
	margin: 0 !important;
	padding: clamp(18px, 2vw, 24px) !important;
	overflow: hidden;
	border: 1px solid rgba(18, 58, 115, 0.1);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, rgba(255, 255, 255, 0) 120px),
		#fff;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.09);
	color: #334155;
	font-size: clamp(0.96rem, 0.22vw + 0.9rem, 1.03rem);
	line-height: 1.55;
	text-align: left !important;
	overflow-wrap: break-word;
	break-inside: avoid;
}

.page-toxi-officers-premium .officer-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #123a73, #efbf42);
	opacity: 0.88;
}

.page-toxi-officers-premium .officer-card--standalone {
	text-align: left !important;
}

.page-toxi-officers-premium .officers-page__content img {
	display: block;
	width: auto !important;
	max-width: min(100%, 300px) !important;
	height: auto !important;
	margin: 0 auto 16px !important;
	float: none !important;
	border-radius: 18px;
	box-shadow: none;
}

.page-toxi-officers-premium .officer-card img {
	width: 100% !important;
	max-width: 100% !important;
	height: clamp(260px, 28vw, 340px) !important;
	max-height: none !important;
	margin: 0 auto 18px !important;
	background: transparent;
	object-fit: contain;
	object-position: center center;
}

.page-toxi-officers-premium .officers-page__content strong {
	color: #0a1428;
	font-weight: 800;
}

.page-toxi-officers-premium .officers-page__content a {
	color: #1d4f91;
	font-weight: 700;
	text-decoration: none;
}

.page-toxi-officers-premium .officers-page__content a:hover {
	color: #b8891d;
}

.page-toxi-officers-premium .officers-page__content p {
	margin: 0 0 12px;
}

.page-toxi-officers-premium .officer-card p {
	margin: 0 0 10px;
}

.page-toxi-officers-premium .officer-card p:has(img) {
	margin: 0;
}

.page-toxi-officers-premium .officer-card p:last-child {
	margin-bottom: 0;
}

.page-toxi-officers-premium .officer-card__image {
	margin: 0 0 18px;
	padding: 10px;
	border: 1px solid rgba(18, 58, 115, 0.08);
	border-radius: 18px;
	background:
		radial-gradient(circle at 50% 18%, rgba(239, 191, 66, 0.08), transparent 34%),
		linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.page-toxi-officers-premium .officer-card__image img {
	margin-bottom: 0 !important;
}

.page-toxi-officers-premium .officer-card__image-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 4 / 5;
	border-radius: 14px;
	background:
		radial-gradient(circle at 50% 18%, rgba(239, 191, 66, 0.12), transparent 34%),
		linear-gradient(180deg, #e2e8f0 0%, #f8fafc 100%);
	color: #123a73;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(3rem, 7vw, 5rem);
	font-weight: 800;
}

.page-toxi-officers-premium .officer-card__name {
	margin: 0 0 10px;
	color: #123a73;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1.05rem, 0.34vw + 0.96rem, 1.18rem);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.01em;
	text-transform: none;
}

.page-toxi-officers-premium .officer-card__name a {
	color: inherit;
	text-decoration: none;
}

.page-toxi-officers-premium .officer-card__role {
	align-self: flex-start;
	margin: 0 0 16px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(239, 191, 66, 0.18);
	color: #0a1428;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.2;
}

.page-toxi-officers-premium .officer-card__affiliation {
	margin: 0 0 16px;
	color: #334155;
	line-height: 1.55;
}

.page-toxi-officers-premium .officer-card__contact {
	display: grid;
	gap: 2px;
	margin: 0;
	padding-top: 10px;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	color: #334155;
}

.page-toxi-officers-premium .officer-card__contact+.officer-card__contact {
	margin-top: 10px;
}

.page-toxi-officers-premium .officer-card__contact span,
.page-toxi-officers-premium .officer-card__term span {
	display: block;
	color: #64748b;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.page-toxi-officers-premium .officer-card__contact a {
	color: #1d4f91;
	font-weight: 700;
	text-decoration: none;
	overflow-wrap: break-word;
}

.page-toxi-officers-premium .officer-card__extra,
.page-toxi-officers-premium .officer-card__term {
	margin: 12px 0 0;
	color: #475569;
	line-height: 1.5;
}

.page-toxi-officers-premium .committee-list {
	display: grid;
	gap: 12px;
	margin: 0 0 clamp(38px, 5vw, 58px);
}

.page-toxi-officers-premium .committee-list__row {
	display: grid;
	grid-template-columns: minmax(180px, 0.9fr) minmax(240px, 1.4fr) minmax(100px, 0.5fr) minmax(170px, 0.75fr);
	gap: 12px 18px;
	align-items: center;
	padding: 16px 18px;
	border: 1px solid rgba(18, 58, 115, 0.08);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
	color: #334155;
}

.page-toxi-officers-premium .committee-list__name {
	color: #0a1428;
	font-weight: 800;
	line-height: 1.35;
}

.page-toxi-officers-premium .committee-list__affiliation {
	line-height: 1.5;
}

.page-toxi-officers-premium .committee-list__role {
	justify-self: start;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(239, 191, 66, 0.16);
	color: #0a1428;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.2;
}

.page-toxi-officers-premium .committee-list__term {
	color: #475569;
	font-weight: 600;
	line-height: 1.4;
}

.page-toxi-officers-premium .officers-page__content p:empty,
.page-toxi-officers-premium .officers-page__content div:empty {
	display: none;
}

.page-toxi-officers-premium .officers-page__content .person__page--callout-item {
	display: none !important;
}

@media only screen and (max-width: 991px) {
	.page-toxi-officers-premium .officers-hero .hero-premium__nav {
		padding: 14px 0;
	}

	.page-toxi-officers-premium .hero-premium__nav-inner {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"brand toggle"
			"panel panel";
		gap: 14px;
		padding: 0 clamp(20px, 5vw, 40px);
	}

	.page-toxi-officers-premium .hero-premium__brand {
		grid-area: brand;
		min-width: 0;
	}

	.page-toxi-officers-premium .hero-premium__nav-toggle {
		display: inline-flex;
		grid-area: toggle;
	}

	.page-toxi-officers-premium .hero-premium__nav-cta {
		display: none;
	}

	.page-toxi-officers-premium .hero-premium__nav-panel {
		grid-area: panel;
		display: none;
		flex: none;
		width: 100%;
		padding-top: 12px;
	}

	.page-toxi-officers-premium .hero-premium__nav-panel.is-open {
		display: block;
	}

	.page-toxi-officers-premium .hero-premium__menu,
	.page-toxi-officers-premium .hero-premium__menu-list {
		width: 100%;
	}

	.page-toxi-officers-premium .hero-premium__menu {
		justify-content: flex-start;
	}

	.page-toxi-officers-premium .hero-premium__menu-list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.page-toxi-officers-premium .hero-premium__menu-list li {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.page-toxi-officers-premium .hero-premium__menu-list li:last-child {
		border-bottom: 0;
	}

	.page-toxi-officers-premium .hero-premium__menu-list a,
	.page-toxi-officers-premium .hero-premium__submenu-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		width: 100%;
		padding: 14px 2px;
		text-align: left;
		box-sizing: border-box;
	}

	.page-toxi-officers-premium .hero-premium__submenu,
	.page-toxi-officers-premium .hero-premium__menu-list .sub-menu {
		position: static;
		display: none;
		min-width: 0;
		margin: 0;
		padding: 0 0 10px 14px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.page-toxi-officers-premium .hero-premium__menu-list li.is-open > .hero-premium__submenu,
	.page-toxi-officers-premium .hero-premium__menu-list li.is-open > .sub-menu {
		display: grid;
	}

	.page-toxi-officers-premium .hero-premium__submenu a,
	.page-toxi-officers-premium .hero-premium__menu-list .sub-menu a {
		padding: 9px 2px;
		color: rgba(255, 255, 255, 0.72);
		font-size: 14px;
		white-space: normal;
	}

	.page-toxi-officers-premium .hero-premium__submenu a:hover,
	.page-toxi-officers-premium .hero-premium__menu-list .sub-menu a:hover {
		color: #efbf42;
		background: transparent;
	}

	.page-toxi-officers-premium .officers-hero__shell {
		grid-template-columns: 1fr;
		padding: 0 clamp(20px, 5vw, 40px);
	}

	.page-toxi-officers-premium .officers-hero__meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 700px) {
	.page-toxi-officers-premium .officers-hero__meta {
		grid-template-columns: 1fr;
	}

	.page-toxi-officers-premium .officers-page__content>h1,
	.page-toxi-officers-premium .officers-page__content h1.widget-title,
	.page-toxi-officers-premium .officers-page__content h1[style*="text-align: center"] {
		display: block;
	}

	.page-toxi-officers-premium .officers-page__content>h1::after,
	.page-toxi-officers-premium .officers-page__content h1.widget-title::after,
	.page-toxi-officers-premium .officers-page__content h1[style*="text-align: center"]::after {
		display: block;
		width: 72px;
		margin-top: 14px;
	}
}

@media only screen and (max-width: 900px) {
	.page-toxi-officers-premium .officers-roster-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-toxi-officers-premium .committee-list__row {
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
	}
}

@media only screen and (max-width: 620px) {
	.page-toxi-officers-premium .officers-roster-grid {
		grid-template-columns: 1fr;
	}
}

/* History premium page */
.page-history-premium .site-header--inner-premium,
.page-history-premium .top-bar {
	display: none !important;
}

.page-history-premium #content.site-content.container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	background: #eef2f7;
}

.page-history-premium .history-hero,
.page-history-premium .history-page {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.page-history-premium .history-hero {
	padding: 0 0 clamp(54px, 7vw, 92px);
	background:
		radial-gradient(circle at 80% 14%, rgba(239, 191, 66, 0.16), transparent 32%),
		radial-gradient(circle at 16% 78%, rgba(14, 116, 144, 0.18), transparent 34%),
		linear-gradient(135deg, #071225 0%, #123a73 48%, #0a1428 100%);
}

.page-history-premium .history-hero .hero-premium__nav {
	position: relative;
	z-index: 5;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(4, 10, 24, 0.42);
	backdrop-filter: blur(8px);
}

.page-history-premium .hero-premium__nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(18px, 3vw, 34px);
	width: 100%;
	max-width: min(1560px, 96vw);
	margin: 0 auto;
	padding: 0 clamp(28px, 4vw, 64px);
}

.page-history-premium .hero-premium__brand {
	order: 1;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.page-history-premium .hero-premium__brand-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #efbf42;
	color: #0a1428;
	font-weight: 800;
}

.page-history-premium .hero-premium__brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.page-history-premium .hero-premium__brand-text strong {
	color: #fff;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 17px;
	font-weight: 800;
}

.page-history-premium .hero-premium__brand-text small {
	color: rgba(255, 255, 255, 0.72);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 12px;
	font-weight: 500;
}

.page-history-premium .hero-premium__nav-panel {
	order: 2;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.page-history-premium .hero-premium__menu {
	flex: 1;
	display: flex;
	justify-content: center;
}

.page-history-premium .hero-premium__menu-list {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: clamp(14px, 1.8vw, 26px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-history-premium .hero-premium__menu-list li {
	position: relative;
}

.page-history-premium .hero-premium__menu-list a,
.page-history-premium .hero-premium__submenu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	padding: 10px 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.86);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(14px, 0.35vw + 12px, 16px);
	font-weight: 600;
	line-height: 1.25;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	cursor: pointer;
}

.page-history-premium .hero-premium__menu-list a:hover,
.page-history-premium .hero-premium__submenu-toggle:hover {
	color: #efbf42;
	text-decoration: none;
}

.page-history-premium .hero-premium__submenu,
.page-history-premium .hero-premium__menu-list .sub-menu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 20;
	display: none;
	min-width: 250px;
	margin: 0;
	padding: 10px;
	list-style: none;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(2, 6, 23, 0.2);
}

.page-history-premium .hero-premium__menu-list li.is-open>.hero-premium__submenu,
.page-history-premium .hero-premium__menu-list li.is-open>.sub-menu {
	display: grid !important;
}

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
	.page-history-premium .hero-premium__menu-list li:hover>.hero-premium__submenu,
	.page-history-premium .hero-premium__menu-list li:hover>.sub-menu,
	.page-history-premium .hero-premium__menu-list li:focus-within>.hero-premium__submenu,
	.page-history-premium .hero-premium__menu-list li:focus-within>.sub-menu {
		display: grid !important;
	}
}

.page-history-premium .hero-premium__submenu a,
.page-history-premium .hero-premium__menu-list .sub-menu a {
	display: block;
	padding: 10px 16px;
	border-radius: 10px;
	color: #334155;
	font-size: 14px;
	white-space: nowrap;
}

.page-history-premium .hero-premium__submenu a:hover,
.page-history-premium .hero-premium__submenu a:focus,
.page-history-premium .hero-premium__menu-list .sub-menu a:hover,
.page-history-premium .hero-premium__menu-list .sub-menu a:focus {
	color: #123a73;
	background: #f8fafc;
}

.page-history-premium .hero-premium__nav-cta {
	order: 4;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	border-radius: 999px;
	background: #efbf42;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.page-history-premium .hero-premium__nav-toggle {
	order: 3;
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.page-history-premium .hero-premium__nav-toggle-icon,
.page-history-premium .hero-premium__nav-toggle-icon::before,
.page-history-premium .hero-premium__nav-toggle-icon::after {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.page-history-premium .hero-premium__nav-toggle-icon {
	position: relative;
}

.page-history-premium .hero-premium__nav-toggle-icon::before,
.page-history-premium .hero-premium__nav-toggle-icon::after {
	content: "";
	position: absolute;
	left: 0;
}

.page-history-premium .hero-premium__nav-toggle-icon::before {
	top: -6px;
}

.page-history-premium .hero-premium__nav-toggle-icon::after {
	top: 6px;
}

.page-history-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon {
	background: transparent;
}

.page-history-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon::before {
	top: 0;
	transform: rotate(45deg);
}

.page-history-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon::after {
	top: 0;
	transform: rotate(-45deg);
}

.page-history-premium .history-hero__shell {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
	gap: clamp(24px, 4vw, 44px);
	align-items: end;
	width: 100%;
	max-width: min(1560px, 96vw);
	margin: 0 auto;
	padding: clamp(72px, 8vw, 118px) clamp(28px, 4vw, 64px) 0;
}

.page-history-premium .history-hero__eyebrow,
.page-history-premium .history-story__eyebrow {
	margin: 0 0 12px;
	color: #efbf42;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(0.82rem, 0.25vw + 0.76rem, 0.95rem);
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.page-history-premium .history-hero__title {
	margin: 0 0 16px;
	color: #fff;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(2.65rem, 5vw, 4.4rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.045em;
	text-transform: none;
}

.page-history-premium .history-hero__lede {
	max-width: 66ch;
	margin: 0;
	color: rgba(226, 232, 240, 0.88);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1.05rem, 0.45vw + 0.98rem, 1.28rem);
	line-height: 1.7;
}

.page-history-premium .history-hero__meta {
	display: grid;
	gap: 14px;
}

.page-history-premium .history-hero__meta-card {
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 20px 52px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(8px);
}

.page-history-premium .history-hero__meta-card span {
	display: block;
	margin-bottom: 6px;
	color: #efbf42;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.page-history-premium .history-hero__meta-card strong {
	color: rgba(248, 250, 252, 0.92);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1rem, 0.35vw + 0.94rem, 1.16rem);
	font-weight: 600;
	line-height: 1.5;
}

.page-history-premium .history-page {
	padding: clamp(38px, 4vw, 58px) 0 clamp(72px, 7vw, 108px);
	background: linear-gradient(180deg, #eef2f7 0%, #f8fafc 36%, #fff 100%);
}

.page-history-premium .history-page__shell {
	width: 100%;
	max-width: min(1180px, 94vw);
	margin: 0 auto;
	padding: 0 clamp(22px, 3vw, 48px);
}

.page-history-premium.page .history-page__article.hentry {
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent;
	box-shadow: none;
}

.page-history-premium .history-story {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
	gap: clamp(26px, 5vw, 58px);
	align-items: start;
	margin-bottom: clamp(26px, 4vw, 42px);
	padding-bottom: clamp(26px, 4vw, 42px);
	border-bottom: 1px solid rgba(18, 58, 115, 0.12);
}

.page-history-premium .history-story__eyebrow {
	color: #64748b;
}

.page-history-premium .history-story h2 {
	max-width: 18ch;
	margin: 0 0 18px;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(2rem, 3vw, 3.1rem);
	font-weight: 800;
	line-height: 1.06;
	letter-spacing: -0.045em;
	text-transform: none;
}

.page-history-premium .history-story p:not(.history-story__eyebrow) {
	max-width: 76ch;
	margin: 0 0 18px;
	color: #475569;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1rem, 0.2vw + 0.96rem, 1.1rem);
	line-height: 1.78;
}

.page-history-premium .history-story__figure figure {
	width: auto !important;
	max-width: 240px;
	margin: 0 auto !important;
	padding: 12px;
	border: 1px solid rgba(18, 58, 115, 0.08);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 16px 38px rgba(15, 23, 42, 0.09);
	text-align: center;
}

.page-history-premium .history-story__figure img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	border-radius: 16px;
}

.page-history-premium .history-story__figure figcaption {
	margin: 10px 0 0;
	color: #64748b;
	font-size: 0.86rem;
	font-weight: 700;
}

.page-history-premium .history-highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 2.5vw, 26px);
}

.page-history-premium .history-highlight {
	padding: clamp(20px, 3vw, 28px);
	border: 1px solid rgba(18, 58, 115, 0.08);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.page-history-premium .history-highlight span {
	display: inline-flex;
	margin-bottom: 12px;
	color: #123a73;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.page-history-premium .history-highlight h3 {
	margin: 0 0 8px;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1.12rem, 0.55vw + 1rem, 1.4rem);
	font-weight: 800;
	text-transform: none;
}

.page-history-premium .history-highlight p {
	margin: 0;
	color: #475569;
	line-height: 1.65;
}

@media only screen and (max-width: 991px) {
	.page-history-premium .history-hero .hero-premium__nav {
		padding: 14px 0;
	}

	.page-history-premium .hero-premium__nav-inner {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"brand toggle"
			"panel panel";
		gap: 14px;
		padding: 0 clamp(20px, 5vw, 40px);
	}

	.page-history-premium .hero-premium__brand {
		grid-area: brand;
		min-width: 0;
	}

	.page-history-premium .hero-premium__nav-toggle {
		display: inline-flex;
		grid-area: toggle;
	}

	.page-history-premium .hero-premium__nav-cta {
		display: none;
	}

	.page-history-premium .hero-premium__nav-panel {
		grid-area: panel;
		display: none;
		flex: none;
		width: 100%;
		padding-top: 12px;
	}

	.page-history-premium .hero-premium__nav-panel.is-open {
		display: block;
	}

	.page-history-premium .hero-premium__menu,
	.page-history-premium .hero-premium__menu-list {
		width: 100%;
	}

	.page-history-premium .hero-premium__menu {
		justify-content: flex-start;
	}

	.page-history-premium .hero-premium__menu-list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.page-history-premium .hero-premium__menu-list li {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.page-history-premium .hero-premium__menu-list a,
	.page-history-premium .hero-premium__submenu-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		width: 100%;
		padding: 14px 2px;
		text-align: left;
		box-sizing: border-box;
	}

	.page-history-premium .hero-premium__submenu,
	.page-history-premium .hero-premium__menu-list .sub-menu {
		position: static;
		display: none;
		min-width: 0;
		margin: 0;
		padding: 0 0 10px 14px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.page-history-premium .hero-premium__menu-list li.is-open > .hero-premium__submenu,
	.page-history-premium .hero-premium__menu-list li.is-open > .sub-menu {
		display: grid;
	}

	.page-history-premium .hero-premium__submenu a,
	.page-history-premium .hero-premium__menu-list .sub-menu a {
		padding: 9px 2px;
		color: rgba(255, 255, 255, 0.72);
		font-size: 14px;
		white-space: normal;
	}

	.page-history-premium .history-hero__shell,
	.page-history-premium .history-story {
		grid-template-columns: 1fr;
	}

	.page-history-premium .history-hero__shell {
		padding: clamp(56px, 8vw, 82px) clamp(20px, 5vw, 40px) 0;
	}

	.page-history-premium .history-hero__meta,
	.page-history-premium .history-highlights {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-history-premium .history-story__figure {
		max-width: 240px;
	}
}

@media only screen and (max-width: 700px) {

	.page-history-premium .history-hero__meta,
	.page-history-premium .history-highlights {
		grid-template-columns: 1fr;
	}
}

/* Document and resource premium pages */
.page-document-premium .site-header--inner-premium,
.page-document-premium .top-bar {
	display: none !important;
}

.page-document-premium #content.site-content.container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	background: #eef2f7;
}

.page-document-premium .document-hero,
.page-document-premium .document-page {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.page-document-premium .document-hero {
	padding: 0 0 clamp(54px, 7vw, 92px);
	background:
		radial-gradient(circle at 82% 14%, rgba(239, 191, 66, 0.16), transparent 32%),
		radial-gradient(circle at 16% 78%, rgba(14, 116, 144, 0.18), transparent 34%),
		linear-gradient(135deg, #071225 0%, #123a73 48%, #0a1428 100%);
}

.page-document-premium .document-hero .hero-premium__nav {
	position: relative;
	z-index: 5;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(4, 10, 24, 0.42);
	backdrop-filter: blur(8px);
}

.page-document-premium .hero-premium__nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(18px, 3vw, 34px);
	width: 100%;
	max-width: min(1560px, 96vw);
	margin: 0 auto;
	padding: 0 clamp(28px, 4vw, 64px);
}

.page-document-premium .hero-premium__brand {
	order: 1;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.page-document-premium .hero-premium__brand-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #efbf42;
	color: #0a1428;
	font-weight: 800;
}

.page-document-premium .hero-premium__brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.page-document-premium .hero-premium__brand-text strong {
	color: #fff;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 17px;
	font-weight: 800;
}

.page-document-premium .hero-premium__brand-text small {
	color: rgba(255, 255, 255, 0.72);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 12px;
	font-weight: 500;
}

.page-document-premium .hero-premium__nav-panel {
	order: 2;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.page-document-premium .hero-premium__menu {
	flex: 1;
	display: flex;
	justify-content: center;
}

.page-document-premium .hero-premium__menu-list {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: clamp(14px, 1.8vw, 26px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-document-premium .hero-premium__menu-list li {
	position: relative;
}

.page-document-premium .hero-premium__menu-list a,
.page-document-premium .hero-premium__submenu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	padding: 10px 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.86);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(14px, 0.35vw + 12px, 16px);
	font-weight: 600;
	line-height: 1.25;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	cursor: pointer;
}

.page-document-premium .hero-premium__menu-list a:hover,
.page-document-premium .hero-premium__submenu-toggle:hover {
	color: #efbf42;
	text-decoration: none;
}

.page-document-premium .hero-premium__submenu,
.page-document-premium .hero-premium__menu-list .sub-menu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 20;
	display: none;
	min-width: 250px;
	margin: 0;
	padding: 10px;
	list-style: none;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(2, 6, 23, 0.2);
}

.page-document-premium .hero-premium__menu-list li.is-open>.hero-premium__submenu,
.page-document-premium .hero-premium__menu-list li.is-open>.sub-menu {
	display: grid !important;
}

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
	.page-document-premium .hero-premium__menu-list li:hover>.hero-premium__submenu,
	.page-document-premium .hero-premium__menu-list li:hover>.sub-menu,
	.page-document-premium .hero-premium__menu-list li:focus-within>.hero-premium__submenu,
	.page-document-premium .hero-premium__menu-list li:focus-within>.sub-menu {
		display: grid !important;
	}
}

.page-document-premium .hero-premium__submenu a,
.page-document-premium .hero-premium__menu-list .sub-menu a {
	display: block;
	padding: 10px 16px;
	border-radius: 10px;
	color: #334155;
	font-size: 14px;
	white-space: nowrap;
}

.page-document-premium .hero-premium__submenu a:hover,
.page-document-premium .hero-premium__submenu a:focus,
.page-document-premium .hero-premium__menu-list .sub-menu a:hover,
.page-document-premium .hero-premium__menu-list .sub-menu a:focus {
	color: #123a73;
	background: #f8fafc;
}

.page-document-premium .hero-premium__nav-cta {
	order: 4;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	border-radius: 999px;
	background: #efbf42;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.page-document-premium .hero-premium__nav-toggle {
	order: 3;
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.page-document-premium .hero-premium__nav-toggle-icon,
.page-document-premium .hero-premium__nav-toggle-icon::before,
.page-document-premium .hero-premium__nav-toggle-icon::after {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.page-document-premium .hero-premium__nav-toggle-icon {
	position: relative;
}

.page-document-premium .hero-premium__nav-toggle-icon::before,
.page-document-premium .hero-premium__nav-toggle-icon::after {
	content: "";
	position: absolute;
	left: 0;
}

.page-document-premium .hero-premium__nav-toggle-icon::before {
	top: -6px;
}

.page-document-premium .hero-premium__nav-toggle-icon::after {
	top: 6px;
}

.page-document-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon {
	background: transparent;
}

.page-document-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon::before {
	top: 0;
	transform: rotate(45deg);
}

.page-document-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon::after {
	top: 0;
	transform: rotate(-45deg);
}

.page-document-premium .document-hero__shell {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
	gap: clamp(24px, 4vw, 44px);
	align-items: end;
	width: 100%;
	max-width: min(1560px, 96vw);
	margin: 0 auto;
	padding: clamp(72px, 8vw, 118px) clamp(28px, 4vw, 64px) 0;
}

.page-document-premium .document-hero__eyebrow {
	margin: 0 0 12px;
	color: #efbf42;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(0.82rem, 0.25vw + 0.76rem, 0.95rem);
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.page-document-premium .document-hero__title {
	margin: 0 0 16px;
	color: #fff;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(2.45rem, 4.6vw, 4.25rem);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -0.045em;
	text-transform: none;
}

.page-document-premium .document-hero__lede {
	max-width: 66ch;
	margin: 0;
	color: rgba(226, 232, 240, 0.88);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1.05rem, 0.45vw + 0.98rem, 1.25rem);
	line-height: 1.7;
}

.page-document-premium .document-hero__meta {
	display: grid;
	gap: 14px;
}

.page-document-premium .document-hero__meta-card {
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 20px 52px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(8px);
}

.page-document-premium .document-hero__meta-card span {
	display: block;
	margin-bottom: 6px;
	color: #efbf42;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.page-document-premium .document-hero__meta-card strong {
	color: rgba(248, 250, 252, 0.92);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1rem, 0.35vw + 0.94rem, 1.16rem);
	font-weight: 600;
	line-height: 1.5;
}

.page-document-premium .document-page {
	padding: clamp(38px, 4vw, 58px) 0 clamp(72px, 7vw, 108px);
	background: linear-gradient(180deg, #eef2f7 0%, #f8fafc 36%, #fff 100%);
}

.page-document-premium .document-page__shell {
	width: 100%;
	max-width: min(1320px, 94vw);
	margin: 0 auto;
	padding: 0 clamp(18px, 3vw, 44px);
}

.page-document-premium.page .document-page__article.hentry {
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent;
	box-shadow: none;
}

.page-document-premium .document-reader {
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	gap: clamp(22px, 3vw, 44px);
	align-items: start;
}

.page-document-premium .document-reader__toc {
	position: sticky;
	top: 28px;
	max-height: calc(100vh - 56px);
	overflow: auto;
	padding: 20px;
	border: 1px solid rgba(18, 58, 115, 0.09);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.page-document-premium .document-reader__toc p {
	margin: 0 0 12px;
	color: #123a73;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.page-document-premium .document-reader__toc nav {
	display: grid;
	gap: 2px;
}

.page-document-premium .document-reader__toc a {
	display: block;
	padding: 8px 10px;
	border-radius: 10px;
	color: #475569;
	font-size: 0.93rem;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.page-document-premium .document-reader__toc a:hover,
.page-document-premium .document-reader__toc a:focus {
	color: #123a73;
	background: #eef6ff;
	text-decoration: none;
}

.page-document-premium .document-reader__toc a:focus:not(:focus-visible) {
	outline: none;
}

.page-document-premium .document-reader__toc a:focus-visible {
	outline: 2px solid #123a73;
	outline-offset: 2px;
}

.page-document-premium .document-reader__toc a.is-active,
.page-document-premium .document-reader__toc a[aria-current="true"] {
	color: #0a1428;
	background: #eaf3ff;
	box-shadow: inset 3px 0 0 #efbf42;
}

.page-document-premium .document-paper,
.page-document-premium .publications-feature,
.page-document-premium .publications-scope,
.page-document-premium .publications-resources,
.page-document-premium .publications-related {
	border: 1px solid rgba(18, 58, 115, 0.08);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

.page-document-premium .document-paper {
	padding: clamp(26px, 4vw, 54px);
}

.page-document-premium .document-paper h2,
.page-document-premium .document-paper h3,
.page-document-premium .document-paper h4,
.page-document-premium .document-paper h5,
.page-document-premium .publications-feature h2,
.page-document-premium .publications-scope h2,
.page-document-premium .publications-resources h2,
.page-document-premium .publications-related h2 {
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-weight: 800;
	text-align: left !important;
	text-transform: none;
}

.page-document-premium .document-paper h2 {
	margin: 0 0 18px;
	font-size: clamp(1.65rem, 2vw, 2.25rem);
}

.page-document-premium .document-paper h3 {
	margin: clamp(34px, 4vw, 48px) 0 8px;
	padding-top: 20px;
	border-top: 1px solid rgba(18, 58, 115, 0.12);
	font-size: clamp(1.45rem, 1.6vw, 2rem);
	letter-spacing: -0.025em;
	scroll-margin-top: 28px;
}

.page-document-premium .document-paper h3:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.page-document-premium .document-paper h4 {
	margin: 0 0 18px;
	color: #123a73;
	font-size: clamp(1.06rem, 0.5vw + 1rem, 1.28rem);
}

.page-document-premium .document-paper p,
.page-document-premium .document-paper li,
.page-document-premium .publications-feature p,
.page-document-premium .publications-scope li,
.page-document-premium .publications-resources p,
.page-document-premium .publications-resources li,
.page-document-premium .publications-related a {
	color: #475569;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1rem, 0.16vw + 0.97rem, 1.08rem);
	line-height: 1.78;
	text-align: left !important;
}

.page-document-premium .document-paper p,
.page-document-premium .publications-feature p,
.page-document-premium .publications-resources p {
	margin: 0 0 17px;
}

.page-document-premium .document-paper strong,
.page-document-premium .publications-feature strong,
.page-document-premium .publications-scope strong {
	color: #0f172a;
	font-weight: 800;
}

.page-document-premium .document-paper ol,
.page-document-premium .document-paper ul,
.page-document-premium .publications-scope ol {
	margin: 0 0 22px 1.2rem;
	padding-left: 1.1rem;
}

.page-document-premium .document-paper li,
.page-document-premium .publications-scope li {
	margin-bottom: 10px;
	padding-left: 0.15rem;
}

.page-document-premium .document-paper a,
.page-document-premium .publications-feature a,
.page-document-premium .publications-resources a,
.page-document-premium .publications-related a {
	color: #123a73;
	font-weight: 800;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

.page-document-premium .publications-feature {
	display: grid;
	grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 48px);
	align-items: center;
	margin-bottom: clamp(20px, 3vw, 34px);
	padding: clamp(26px, 4vw, 44px);
}

.page-document-premium .publications-feature__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	border-radius: 22px;
	background: linear-gradient(135deg, #f8fafc 0%, #e8eef7 100%);
}

.page-document-premium .publications-feature__media p {
	margin: 0;
}

.page-document-premium .publications-feature__media img {
	display: block;
	max-width: min(100%, 320px);
	height: auto;
	margin: 0 auto;
}

.page-document-premium .publications-feature__eyebrow {
	margin: 0 0 10px !important;
	color: #123a73 !important;
	font-size: 0.82rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.page-document-premium .publications-feature h2 {
	margin: 0 0 14px;
	font-size: clamp(1.9rem, 2.5vw, 3rem);
	line-height: 1.08;
	letter-spacing: -0.045em;
}

.page-document-premium .publications-feature__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 6px;
	padding: 12px 18px;
	border-radius: 999px;
	background: #123a73;
	color: #fff !important;
	font-size: 0.92rem;
	text-decoration: none !important;
}

.page-document-premium .publications-scope,
.page-document-premium .publications-resources,
.page-document-premium .publications-related {
	margin-top: clamp(20px, 3vw, 34px);
	padding: clamp(24px, 4vw, 42px);
}

.page-document-premium .publications-scope h2,
.page-document-premium .publications-resources h2,
.page-document-premium .publications-related h2 {
	margin: 0 0 18px;
	font-size: clamp(1.5rem, 1.6vw, 2.05rem);
	letter-spacing: -0.035em;
}

.page-document-premium .publications-resources .groupheader {
	margin: 12px 0 0;
	padding: 16px 18px;
	border-radius: 16px;
	background: #eef6ff;
}

.page-document-premium .publications-resources .groupheader a {
	text-decoration: none;
}

.page-document-premium .publications-related__list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-document-premium .publications-related__list a {
	display: block;
	margin: 0;
	padding: 16px 18px;
	border-radius: 16px;
	background: #eef6ff;
	text-decoration: none;
}

@media only screen and (max-width: 991px) {
	.page-document-premium .document-hero .hero-premium__nav {
		padding: 14px 0;
	}

	.page-document-premium .hero-premium__nav-inner {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"brand toggle"
			"panel panel";
		gap: 14px;
		padding: 0 clamp(20px, 5vw, 40px);
	}

	.page-document-premium .hero-premium__brand {
		grid-area: brand;
		min-width: 0;
	}

	.page-document-premium .hero-premium__nav-toggle {
		display: inline-flex;
		grid-area: toggle;
	}

	.page-document-premium .hero-premium__nav-cta {
		display: none;
	}

	.page-document-premium .hero-premium__nav-panel {
		grid-area: panel;
		display: none;
		flex: none;
		width: 100%;
		padding-top: 12px;
	}

	.page-document-premium .hero-premium__nav-panel.is-open {
		display: block;
	}

	.page-document-premium .hero-premium__menu,
	.page-document-premium .hero-premium__menu-list {
		width: 100%;
	}

	.page-document-premium .hero-premium__menu {
		justify-content: flex-start;
	}

	.page-document-premium .hero-premium__menu-list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.page-document-premium .hero-premium__menu-list li {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.page-document-premium .hero-premium__menu-list a,
	.page-document-premium .hero-premium__submenu-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		width: 100%;
		padding: 14px 2px;
		text-align: left;
		box-sizing: border-box;
	}

	.page-document-premium .hero-premium__submenu,
	.page-document-premium .hero-premium__menu-list .sub-menu {
		position: static;
		display: none;
		min-width: 0;
		margin: 0;
		padding: 0 0 10px 14px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.page-document-premium .hero-premium__menu-list li.is-open > .hero-premium__submenu,
	.page-document-premium .hero-premium__menu-list li.is-open > .sub-menu {
		display: grid;
	}

	.page-document-premium .hero-premium__submenu a,
	.page-document-premium .hero-premium__menu-list .sub-menu a {
		padding: 9px 2px;
		color: rgba(255, 255, 255, 0.72);
		font-size: 14px;
		white-space: normal;
	}

	.page-document-premium .document-hero__shell,
	.page-document-premium .document-reader,
	.page-document-premium .publications-feature {
		grid-template-columns: 1fr;
	}

	.page-document-premium .document-hero__shell {
		padding: clamp(56px, 8vw, 82px) clamp(20px, 5vw, 40px) 0;
	}

	.page-document-premium .document-hero__meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-document-premium .document-reader__toc {
		position: static;
		max-height: none;
	}
}

@media only screen and (max-width: 700px) {
	.page-document-premium .document-hero__meta {
		grid-template-columns: 1fr;
	}

	.page-document-premium .document-paper,
	.page-document-premium .publications-feature,
	.page-document-premium .publications-scope,
	.page-document-premium .publications-resources,
	.page-document-premium .publications-related {
		border-radius: 20px;
	}
}

/* 404 premium page */
.error404-premium.error404 a.document-hero__meta-card {
	display: block;
	color: inherit;
	text-decoration: none;
	transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.error404-premium.error404 a.document-hero__meta-card:hover,
.error404-premium.error404 a.document-hero__meta-card:focus {
	border-color: rgba(239, 191, 66, 0.45);
	background: rgba(255, 255, 255, 0.1);
	text-decoration: none;
	transform: translateY(-2px);
}

.error404-premium .error404-page__shell {
	max-width: min(1100px, 94vw);
}

.error404-premium .error404-panel,
.error404-premium .error404-links {
	margin-bottom: clamp(22px, 3vw, 36px);
	padding: clamp(26px, 4vw, 44px);
	border: 1px solid rgba(18, 58, 115, 0.08);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

.error404-premium .error404-panel__eyebrow,
.error404-premium .error404-links__eyebrow {
	margin: 0 0 10px;
	color: #123a73;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.error404-premium .error404-panel h2,
.error404-premium .error404-links h2 {
	margin: 0 0 22px;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1.55rem, 2vw, 2.1rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	text-transform: none;
}

.error404-premium .error404-search {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.error404-premium .error404-search__field {
	flex: 1 1 240px;
	min-height: 52px;
	margin: 0;
	padding: 14px 18px;
	border: 1px solid rgba(18, 58, 115, 0.16);
	border-radius: 999px;
	background: #fff;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 1rem;
	box-shadow: none;
}

.error404-premium .error404-search__field:focus {
	border-color: #123a73;
	outline: 2px solid rgba(18, 58, 115, 0.18);
	outline-offset: 1px;
}

.error404-premium .error404-search__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 22px;
	border: 0;
	border-radius: 999px;
	background: #efbf42;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 0.95rem;
	font-weight: 800;
	cursor: pointer;
}

.error404-premium .error404-search__submit:hover,
.error404-premium .error404-search__submit:focus {
	background: #f5ca5c;
}

.error404-premium .error404-links {
	margin-bottom: 0;
}

.error404-premium .error404-links__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.error404-premium .error404-links__grid a {
	display: grid;
	gap: 6px;
	min-height: 100%;
	padding: 18px 20px;
	border: 1px solid rgba(18, 58, 115, 0.08);
	border-radius: 16px;
	background: #eef6ff;
	color: #0a1428;
	text-decoration: none;
}

.error404-premium .error404-links__grid a:hover,
.error404-premium .error404-links__grid a:focus {
	border-color: rgba(18, 58, 115, 0.18);
	background: #e4effc;
	text-decoration: none;
}

.error404-premium .error404-links__grid strong {
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 1.05rem;
	font-weight: 800;
}

.error404-premium .error404-links__grid span {
	color: #475569;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.45;
}

@media only screen and (max-width: 991px) {
	.error404-premium .error404-links__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 700px) {
	.error404-premium .error404-panel,
	.error404-premium .error404-links {
		padding: 22px 18px;
		border-radius: 20px;
	}

	.error404-premium .error404-search__submit {
		width: 100%;
	}

	.error404-premium .error404-links__grid {
		grid-template-columns: 1fr;
	}
}

/* Leftover generic pages, search, and archives */
.page-generic-premium .generic-back {
	display: inline-flex;
	align-items: center;
	margin: 0 0 clamp(20px, 3vw, 30px);
	color: #123a73;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-weight: 800;
	text-decoration: none;
}

.page-generic-premium .generic-back::before {
	content: "\2190";
	margin-right: 8px;
}

.page-generic-premium .generic-back:hover,
.page-generic-premium .generic-back:focus {
	color: #0a1428;
	text-decoration: none;
}

.page-generic-premium .generic-paper img,
.page-generic-premium .generic-paper figure,
.page-generic-premium .generic-paper iframe,
.page-generic-premium .generic-paper table {
	max-width: 100%;
	height: auto;
}

.page-generic-premium .generic-paper table {
	width: 100%;
	margin: 0 0 1.25em;
	border-collapse: collapse;
}

.page-generic-premium .generic-paper th,
.page-generic-premium .generic-paper td {
	padding: 10px 12px;
	border: 1px solid rgba(18, 58, 115, 0.12);
	text-align: left;
	vertical-align: top;
}

.page-generic-premium .generic-paper p,
.page-generic-premium .generic-paper li {
	color: #475569;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1rem, 0.16vw + 0.97rem, 1.08rem);
	line-height: 1.78;
	text-align: left;
}

.page-generic-premium .generic-paper h1,
.page-generic-premium .generic-paper h2,
.page-generic-premium .generic-paper h3,
.page-generic-premium .generic-paper h4 {
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-weight: 800;
	text-align: left;
	text-transform: none;
}

.page-generic-premium .generic-children {
	margin: 0 0 clamp(22px, 3vw, 36px);
}

.page-generic-premium .generic-children__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-generic-premium .generic-children__grid a {
	display: grid;
	gap: 6px;
	min-height: 100%;
	padding: 18px 20px;
	border: 1px solid rgba(18, 58, 115, 0.08);
	border-radius: 16px;
	background: #eef6ff;
	color: #0a1428;
	text-decoration: none;
}

.page-generic-premium .generic-children__grid a:hover,
.page-generic-premium .generic-children__grid a:focus {
	background: #e4effc;
	text-decoration: none;
}

.page-generic-premium .generic-children__grid strong {
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 1.05rem;
	font-weight: 800;
}

.page-generic-premium .generic-children__grid span {
	color: #475569;
	font-size: 0.92rem;
	font-weight: 500;
}

.page-search-premium .premium-search,
.page-archive-premium .premium-search {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 28px;
}

.page-search-premium .premium-search__field,
.page-archive-premium .premium-search__field {
	flex: 1 1 240px;
	min-height: 52px;
	margin: 0;
	padding: 14px 18px;
	border: 1px solid rgba(18, 58, 115, 0.16);
	border-radius: 999px;
	background: #fff;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 1rem;
	box-shadow: none;
}

.page-search-premium .premium-search__submit,
.page-archive-premium .premium-search__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 22px;
	border: 0;
	border-radius: 999px;
	background: #efbf42;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 0.95rem;
	font-weight: 800;
	cursor: pointer;
}

.page-search-premium .premium-search__submit:hover,
.page-search-premium .premium-search__submit:focus,
.page-archive-premium .premium-search__submit:hover,
.page-archive-premium .premium-search__submit:focus {
	background: #f5ca5c;
}

@media only screen and (max-width: 700px) {
	.page-generic-premium .generic-children__grid {
		grid-template-columns: 1fr;
	}

	.page-search-premium .premium-search__submit {
		width: 100%;
	}
}

/* Join Us premium page */
.page-join-premium .join-page__shell {
	max-width: min(1220px, 94vw);
}

.page-join-premium .join-overview,
.page-join-premium .join-details,
.page-join-premium .join-cta {
	margin-bottom: clamp(24px, 4vw, 42px);
}

.page-join-premium .join-overview {
	display: grid;
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 46px);
	align-items: center;
	padding: 0 0 clamp(28px, 5vw, 56px);
	border-bottom: 1px solid rgba(18, 58, 115, 0.12);
}

.page-join-premium .join-overview__media {
	position: relative;
	overflow: hidden;
	justify-self: start;
	width: 100%;
	max-width: 520px;
	border-radius: 20px;
	background: #0a1428;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
}

.page-join-premium .join-overview__media::before {
	content: "";
	display: block;
	padding-top: 25%;
}

.page-join-premium .join-overview__media iframe {
	position: absolute;
	top: -42%;
	left: 0;
	width: 100% !important;
	height: 142% !important;
	border: 0;
}

.page-join-premium .join-overview__eyebrow,
.page-join-premium .join-section-heading p,
.page-join-premium .join-cta>div:first-child p {
	margin: 0 0 10px;
	color: #123a73;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.page-join-premium .join-overview h2,
.page-join-premium .join-section-heading h2,
.page-join-premium .join-detail-panel h2,
.page-join-premium .join-cta h2 {
	margin: 0;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.04em;
	text-transform: none;
}

.page-join-premium .join-overview h2 {
	margin-bottom: 16px;
	font-size: clamp(1.9rem, 2.5vw, 3rem);
}

.page-join-premium .join-overview p:not(.join-overview__eyebrow),
.page-join-premium .join-benefit-item p,
.page-join-premium .join-detail-panel li,
.page-join-premium .join-detail-panel p,
.page-join-premium .join-categories p {
	color: #475569;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1rem, 0.16vw + 0.97rem, 1.08rem);
	line-height: 1.72;
}

.page-join-premium .join-benefits {
	display: grid;
	grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
	gap: clamp(22px, 4vw, 48px);
	margin-bottom: clamp(28px, 5vw, 54px);
	padding-bottom: clamp(28px, 5vw, 54px);
	border-bottom: 1px solid rgba(18, 58, 115, 0.12);
}

.page-join-premium .join-section-heading {
	max-width: 760px;
	margin-bottom: 0;
}

.page-join-premium .join-section-heading h2 {
	font-size: clamp(1.8rem, 2vw, 2.55rem);
}

.page-join-premium .join-benefits__list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-join-premium .join-benefit-item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	padding: 16px 0;
	border-bottom: 1px solid rgba(18, 58, 115, 0.1);
}

.page-join-premium .join-benefit-item:first-child {
	padding-top: 0;
}

.page-join-premium .join-benefit-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.page-join-premium .join-benefit-item span {
	display: inline-flex;
	width: 12px;
	height: 12px;
	margin-top: 0.55em;
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(239, 191, 66, 0.95), rgba(251, 216, 113, 0.95));
	box-shadow: 0 0 0 6px rgba(239, 191, 66, 0.14);
}

.page-join-premium .join-benefit-item p {
	margin: 0;
	font-weight: 700;
}

.page-join-premium .join-details {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(28px, 5vw, 58px);
	margin-bottom: clamp(34px, 5vw, 60px);
}

.page-join-premium .join-cta {
	padding: clamp(24px, 4vw, 40px);
	border: 1px solid rgba(18, 58, 115, 0.08);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

.page-join-premium .join-detail-panel {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.page-join-premium .join-detail-panel--accent {
	padding-left: clamp(22px, 4vw, 42px);
	border-left: 1px solid rgba(18, 58, 115, 0.12);
	background: transparent;
}

.page-join-premium .join-detail-panel h2 {
	margin-bottom: 18px;
	font-size: clamp(1.45rem, 1.55vw, 2rem);
}

.page-join-premium .join-detail-panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-join-premium .join-detail-panel li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 24px;
}

.page-join-premium .join-detail-panel li::before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: #efbf42;
}

.page-join-premium .join-categories {
	display: grid;
	gap: 14px;
}

.page-join-premium .join-categories article {
	padding: 0 0 14px;
	border-bottom: 1px solid rgba(18, 58, 115, 0.1);
	background: transparent;
}

.page-join-premium .join-categories article:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.page-join-premium .join-categories h3 {
	margin: 0 0 5px;
	color: #123a73;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 1rem;
	font-weight: 800;
	text-transform: none;
}

.page-join-premium .join-categories p,
.page-join-premium .join-fee {
	margin: 0;
}

.page-join-premium .join-fee {
	margin-top: 18px;
	padding: 16px 0 0;
	border-top: 1px solid rgba(18, 58, 115, 0.12);
	background: transparent;
	font-weight: 800;
}

.page-join-premium .join-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(20px, 4vw, 40px);
	align-items: center;
	margin-bottom: 0;
	background:
		radial-gradient(circle at 8% 18%, rgba(239, 191, 66, 0.16), transparent 28%),
		linear-gradient(135deg, #071225 0%, #123a73 100%);
}

.page-join-premium .join-cta>div:first-child p,
.page-join-premium .join-cta h2 {
	color: #fff;
}

.page-join-premium .join-cta>div:first-child p {
	color: #efbf42;
}

.page-join-premium .join-cta h2 {
	max-width: 18ch;
	font-size: clamp(1.8rem, 2.4vw, 2.8rem);
}

.page-join-premium .join-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.page-join-premium .join-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 18px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.page-join-premium .join-cta__button:hover,
.page-join-premium .join-cta__button:focus {
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
	text-decoration: none;
}

.page-join-premium .join-cta__button--primary {
	border-color: transparent;
	background: #efbf42;
	color: #0a1428;
}

.page-join-premium .join-cta__button--primary:hover,
.page-join-premium .join-cta__button--primary:focus {
	color: #0a1428;
	background: #f5ca5c;
}

@media only screen and (max-width: 991px) {

	.page-join-premium .join-overview,
	.page-join-premium .join-benefits,
	.page-join-premium .join-details,
	.page-join-premium .join-cta {
		grid-template-columns: 1fr;
	}

	.page-join-premium .join-cta__actions {
		justify-content: flex-start;
	}

	.page-join-premium .join-detail-panel--accent {
		padding-left: 0;
		border-left: 0;
	}
}

@media only screen and (max-width: 680px) {
	.page-join-premium .join-overview__media {
		max-width: none;
	}
}

/* Awards premium page */
.page-awards-premium .site-header--inner-premium,
.page-awards-premium .top-bar {
	display: none !important;
}

.page-awards-premium #content.site-content.container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	background: #eef2f7;
}

.page-awards-premium .awards-hero,
.page-awards-premium .awards-page {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.page-awards-premium .awards-hero {
	padding: 0 0 clamp(54px, 7vw, 92px);
	background:
		radial-gradient(circle at 82% 14%, rgba(239, 191, 66, 0.16), transparent 32%),
		radial-gradient(circle at 16% 78%, rgba(14, 116, 144, 0.18), transparent 34%),
		linear-gradient(135deg, #071225 0%, #123a73 48%, #0a1428 100%);
}

.page-awards-premium .awards-hero .hero-premium__nav {
	position: relative;
	z-index: 5;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(4, 10, 24, 0.42);
	backdrop-filter: blur(8px);
}

.page-awards-premium .hero-premium__nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(18px, 3vw, 34px);
	width: 100%;
	max-width: min(1560px, 96vw);
	margin: 0 auto;
	padding: 0 clamp(28px, 4vw, 64px);
}

.page-awards-premium .hero-premium__brand {
	order: 1;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.page-awards-premium .hero-premium__brand-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #efbf42;
	color: #0a1428;
	font-weight: 800;
}

.page-awards-premium .hero-premium__brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.page-awards-premium .hero-premium__brand-text strong {
	color: #fff;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 17px;
	font-weight: 800;
}

.page-awards-premium .hero-premium__brand-text small {
	color: rgba(255, 255, 255, 0.72);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 12px;
	font-weight: 500;
}

.page-awards-premium .hero-premium__nav-panel {
	order: 2;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.page-awards-premium .hero-premium__menu {
	flex: 1;
	display: flex;
	justify-content: center;
}

.page-awards-premium .hero-premium__menu-list {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: clamp(14px, 1.8vw, 26px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-awards-premium .hero-premium__menu-list li {
	position: relative;
}

.page-awards-premium .hero-premium__menu-list a,
.page-awards-premium .hero-premium__submenu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	padding: 10px 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.86);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(14px, 0.35vw + 12px, 16px);
	font-weight: 600;
	line-height: 1.25;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	cursor: pointer;
}

.page-awards-premium .hero-premium__menu-list a:hover,
.page-awards-premium .hero-premium__submenu-toggle:hover {
	color: #efbf42;
	text-decoration: none;
}

.page-awards-premium .hero-premium__submenu,
.page-awards-premium .hero-premium__menu-list .sub-menu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 20;
	display: none;
	min-width: 250px;
	margin: 0;
	padding: 10px;
	list-style: none;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(2, 6, 23, 0.2);
}

.page-awards-premium .hero-premium__menu-list li.is-open>.hero-premium__submenu,
.page-awards-premium .hero-premium__menu-list li.is-open>.sub-menu {
	display: grid !important;
}

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
	.page-awards-premium .hero-premium__menu-list li:hover>.hero-premium__submenu,
	.page-awards-premium .hero-premium__menu-list li:hover>.sub-menu,
	.page-awards-premium .hero-premium__menu-list li:focus-within>.hero-premium__submenu,
	.page-awards-premium .hero-premium__menu-list li:focus-within>.sub-menu {
		display: grid !important;
	}
}

.page-awards-premium .hero-premium__submenu a,
.page-awards-premium .hero-premium__menu-list .sub-menu a {
	display: block;
	padding: 10px 16px;
	border-radius: 10px;
	color: #334155;
	font-size: 14px;
	white-space: nowrap;
}

.page-awards-premium .hero-premium__submenu a:hover,
.page-awards-premium .hero-premium__submenu a:focus,
.page-awards-premium .hero-premium__menu-list .sub-menu a:hover,
.page-awards-premium .hero-premium__menu-list .sub-menu a:focus {
	color: #123a73;
	background: #f8fafc;
}

.page-awards-premium .hero-premium__nav-cta {
	order: 4;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	border-radius: 999px;
	background: #efbf42;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.page-awards-premium .hero-premium__nav-toggle {
	order: 3;
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.page-awards-premium .hero-premium__nav-toggle-icon,
.page-awards-premium .hero-premium__nav-toggle-icon::before,
.page-awards-premium .hero-premium__nav-toggle-icon::after {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.page-awards-premium .hero-premium__nav-toggle-icon {
	position: relative;
}

.page-awards-premium .hero-premium__nav-toggle-icon::before,
.page-awards-premium .hero-premium__nav-toggle-icon::after {
	content: "";
	position: absolute;
	left: 0;
}

.page-awards-premium .hero-premium__nav-toggle-icon::before {
	top: -6px;
}

.page-awards-premium .hero-premium__nav-toggle-icon::after {
	top: 6px;
}

.page-awards-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon {
	background: transparent;
}

.page-awards-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon::before {
	top: 0;
	transform: rotate(45deg);
}

.page-awards-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon::after {
	top: 0;
	transform: rotate(-45deg);
}

.page-awards-premium .awards-hero__shell {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
	gap: clamp(24px, 4vw, 44px);
	align-items: end;
	width: 100%;
	max-width: min(1560px, 96vw);
	margin: 0 auto;
	padding: clamp(72px, 8vw, 118px) clamp(28px, 4vw, 64px) 0;
}

.page-awards-premium .awards-hero__eyebrow,
.page-awards-premium .awards-overview__eyebrow,
.page-awards-premium .awards-card__eyebrow {
	margin: 0 0 12px;
	color: #efbf42;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(0.82rem, 0.25vw + 0.76rem, 0.95rem);
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.page-awards-premium .awards-hero__title {
	margin: 0 0 16px;
	color: #fff;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(2.65rem, 5vw, 4.4rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.045em;
	text-transform: none;
}

.page-awards-premium .awards-hero__lede {
	max-width: 66ch;
	margin: 0;
	color: rgba(226, 232, 240, 0.88);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1.05rem, 0.45vw + 0.98rem, 1.28rem);
	line-height: 1.7;
}

.page-awards-premium .awards-hero__meta {
	display: grid;
	gap: 14px;
}

.page-awards-premium .awards-hero__meta-card {
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 20px 52px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(8px);
}

.page-awards-premium .awards-hero__meta-card span {
	display: block;
	margin-bottom: 6px;
	color: #efbf42;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.page-awards-premium .awards-hero__meta-card strong {
	color: rgba(248, 250, 252, 0.92);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1rem, 0.35vw + 0.94rem, 1.16rem);
	font-weight: 600;
	line-height: 1.5;
}

.page-awards-premium .awards-page {
	padding: clamp(38px, 4vw, 58px) 0 clamp(72px, 7vw, 108px);
	background: linear-gradient(180deg, #eef2f7 0%, #f8fafc 36%, #fff 100%);
}

.page-awards-premium .awards-page__shell {
	width: 100%;
	max-width: min(1180px, 94vw);
	margin: 0 auto;
	padding: 0 clamp(22px, 3vw, 48px);
}

.page-awards-premium.page .awards-page__article.hentry {
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent;
	box-shadow: none;
}

.page-awards-premium .awards-page__content {
	color: #334155;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1rem, 0.25vw + 0.96rem, 1.08rem);
	line-height: 1.7;
}

.page-awards-premium .awards-overview {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
	gap: clamp(22px, 4vw, 44px);
	align-items: center;
	margin-bottom: clamp(24px, 4vw, 42px);
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid rgba(18, 58, 115, 0.08);
	border-radius: 28px;
	background:
		radial-gradient(circle at 92% 4%, rgba(239, 191, 66, 0.12), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
	box-shadow: 0 22px 62px rgba(15, 23, 42, 0.1);
}

.page-awards-premium .awards-overview h2 {
	margin: 0 0 14px;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1.9rem, 3vw, 3rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.04em;
	text-transform: none;
}

.page-awards-premium .awards-overview p {
	margin: 0;
	color: #475569;
}

.page-awards-premium .awards-overview__partner {
	display: grid;
	gap: 12px;
	align-content: center;
	padding: 18px;
	border: 1px solid rgba(18, 58, 115, 0.08);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.82);
}

.page-awards-premium .awards-overview__partner span {
	color: #64748b;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.page-awards-premium .awards-overview__partner img {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	border-radius: 12px;
	box-shadow: none;
}

.page-awards-premium .awards-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 2.5vw, 28px);
}

.page-awards-premium .awards-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: clamp(22px, 3vw, 30px);
	overflow: hidden;
	border: 1px solid rgba(18, 58, 115, 0.1);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.09);
}

.page-awards-premium .awards-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #123a73, #efbf42);
}

.page-awards-premium .awards-card__eyebrow {
	color: #64748b;
	font-size: 0.78rem;
}

.page-awards-premium .awards-card h3 {
	margin: 0 0 12px;
	color: #123a73;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1.35rem, 1vw + 1.1rem, 1.9rem);
	font-weight: 800;
	line-height: 1.14;
	letter-spacing: -0.03em;
	text-transform: none;
}

.page-awards-premium .awards-card p {
	margin: 0 0 22px;
	color: #475569;
}

.page-awards-premium .awards-card__link {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	margin-top: auto;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(18, 58, 115, 0.08);
	color: #123a73;
	font-weight: 800;
	text-decoration: none;
}

.page-awards-premium .awards-card__link:hover,
.page-awards-premium .awards-card__link:focus {
	background: #123a73;
	color: #fff;
	text-decoration: none;
}

.page-awards-premium .award-detail__back {
	display: inline-flex;
	align-items: center;
	margin: 0 0 clamp(20px, 3vw, 30px);
	color: #123a73;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-weight: 800;
	text-decoration: none;
}

.page-awards-premium .award-detail__back::before {
	content: "\2190";
	margin-right: 8px;
}

.page-awards-premium .award-detail__back:hover {
	color: #0a1428;
	text-decoration: none;
}

.page-awards-premium .award-detail-page__shell {
	max-width: min(1260px, 94vw);
}

.page-awards-premium.page .award-detail-page__article.hentry {
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent;
	box-shadow: none;
}

.page-awards-premium .award-detail-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
	gap: clamp(24px, 4vw, 48px);
	align-items: center;
	margin-bottom: clamp(24px, 4vw, 42px);
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid rgba(18, 58, 115, 0.08);
	border-radius: 28px;
	background:
		radial-gradient(circle at 92% 4%, rgba(239, 191, 66, 0.12), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
	box-shadow: 0 22px 62px rgba(15, 23, 42, 0.1);
}

.page-awards-premium .award-detail-intro--text-only {
	display: block;
}

.page-awards-premium .award-detail-intro__eyebrow,
.page-awards-premium .award-recipient-history__head p {
	margin: 0 0 12px;
	color: #64748b;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.page-awards-premium .award-detail-intro h2,
.page-awards-premium .award-recipient-history h2,
.page-awards-premium .award-nominations-note h2 {
	margin: 0 0 14px;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1.75rem, 2.5vw, 2.7rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.04em;
	text-transform: none;
}

.page-awards-premium .award-detail-intro p,
.page-awards-premium .award-nominations-note p {
	margin: 0;
	color: #475569;
}

.page-awards-premium .award-detail-article__figure {
	float: right;
	width: min(220px, 38%);
	margin: 0 0 18px 28px;
}

.page-awards-premium .award-detail-article__figure figure {
	width: auto !important;
	max-width: 220px;
	margin: 0 auto !important;
	padding: 12px;
	border: 1px solid rgba(18, 58, 115, 0.08);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(15, 23, 42, 0.1);
	text-align: center;
}

.page-awards-premium .award-detail-article__figure img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	border-radius: 14px;
}

.page-awards-premium .award-detail-article__figure figcaption {
	margin: 10px 0 0;
	color: #64748b;
	font-size: 0.86rem;
	font-weight: 700;
}

.page-awards-premium .award-detail-article {
	margin-bottom: clamp(30px, 5vw, 54px);
	padding: clamp(26px, 4vw, 42px);
	border: 1px solid rgba(18, 58, 115, 0.08);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.page-awards-premium .award-detail-article__section {
	max-width: 78ch;
	margin: 0 auto;
	padding: 0 0 clamp(22px, 3vw, 32px);
	border-bottom: 1px solid rgba(18, 58, 115, 0.1);
}

.page-awards-premium .award-detail-article__section+.award-detail-article__section {
	padding-top: clamp(22px, 3vw, 32px);
}

.page-awards-premium .award-detail-article__section:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.page-awards-premium .award-detail-article__section h3 {
	margin: 0 0 12px;
	color: #123a73;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1.3rem, 0.8vw + 1.05rem, 1.7rem);
	font-weight: 800;
	text-transform: none;
}

.page-awards-premium .award-detail-article__section p {
	margin: 0;
	color: #475569;
	font-size: clamp(1.02rem, 0.28vw + 0.96rem, 1.12rem);
	line-height: 1.82;
}

.page-awards-premium .award-detail-article--compact {
	max-width: min(860px, 100%);
	margin-left: auto;
	margin-right: auto;
}

.page-awards-premium .award-detail-article--compact h2,
.page-awards-premium .award-detail-article--compact h3 {
	max-width: 28ch;
	margin: 0 0 22px;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -0.035em;
	text-transform: none;
}

.page-awards-premium .award-detail-article--compact h2 {
	font-size: clamp(1.55rem, 1.6vw, 2.15rem);
}

.page-awards-premium .award-detail-article--compact h3 {
	font-size: clamp(1.25rem, 1vw, 1.62rem);
}

.page-awards-premium .award-detail-article--compact p {
	max-width: 70ch;
	margin: 0 0 16px;
	color: #475569;
	font-size: clamp(0.98rem, 0.18vw + 0.94rem, 1.06rem);
	line-height: 1.72;
}

.page-awards-premium .award-detail-article--compact p:last-child {
	margin-bottom: 0;
}

.page-awards-premium .award-detail-article--compact strong {
	color: #25364d;
	font-weight: 800;
}

.page-awards-premium .award-detail-article--compact a {
	color: #123a73;
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.page-awards-premium .award-detail-inline-logo {
	float: right;
	display: block;
	width: 120px;
	margin: 4px 0 16px 28px;
}

.page-awards-premium .award-detail-inline-logo img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	float: none !important;
}

.page-awards-premium .young-award-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(120px, 170px);
	gap: clamp(24px, 4vw, 48px);
	align-items: center;
	max-width: min(980px, 100%);
	margin: 0 auto clamp(22px, 4vw, 36px);
	padding: clamp(10px, 2vw, 18px) 0 clamp(18px, 3vw, 28px);
	border-bottom: 1px solid rgba(18, 58, 115, 0.12);
}

.page-awards-premium .young-award-panel__eyebrow {
	margin: 0 0 10px;
	color: #64748b;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.page-awards-premium .young-award-panel h2 {
	max-width: 18ch;
	margin: 0 0 14px;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1.75rem, 2.5vw, 2.7rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.04em;
	text-transform: none;
}

.page-awards-premium .young-award-panel__sponsor {
	max-width: 62ch;
	margin: 0 0 18px;
	padding: 12px 14px;
	border-left: 4px solid #efbf42;
	border-radius: 12px;
	background: rgba(239, 191, 66, 0.12);
	color: #25364d;
	font-weight: 800;
	line-height: 1.45;
}

.page-awards-premium .young-award-panel p:not(.young-award-panel__eyebrow):not(.young-award-panel__sponsor) {
	max-width: 70ch;
	margin: 0 0 14px;
	color: #475569;
	font-size: clamp(0.98rem, 0.18vw + 0.94rem, 1.06rem);
	line-height: 1.72;
}

.page-awards-premium .young-award-panel p:last-child {
	margin-bottom: 0 !important;
}

.page-awards-premium .young-award-panel__mark {
	display: grid;
	place-items: center;
	padding: 18px;
	border: 1px solid rgba(18, 58, 115, 0.08);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.page-awards-premium .young-award-panel__mark img {
	display: block;
	width: 100% !important;
	max-width: 132px;
	height: auto !important;
	margin: 0 !important;
	float: none !important;
}

.page-awards-premium .young-award-info {
	display: grid;
	max-width: min(980px, 100%);
	margin: 0 auto;
	border: 1px solid rgba(18, 58, 115, 0.08);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}

.page-awards-premium .young-award-info__row {
	display: grid;
	grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1fr);
	gap: 18px;
	padding: 20px clamp(22px, 3vw, 30px);
	border-bottom: 1px solid rgba(18, 58, 115, 0.08);
}

.page-awards-premium .young-award-info__row:last-child {
	border-bottom: 0;
}

.page-awards-premium .young-award-info__row--deadline {
	background: rgba(239, 191, 66, 0.12);
}

.page-awards-premium .young-award-info h3 {
	margin: 0;
	color: #123a73;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
	text-transform: none;
}

.page-awards-premium .young-award-info p {
	margin: 0;
	color: #475569;
	font-size: clamp(0.96rem, 0.18vw + 0.92rem, 1.04rem);
	line-height: 1.68;
}

.page-awards-premium .young-award-info a {
	display: inline-block;
	margin-top: 6px;
	color: #123a73;
	font-weight: 800;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	overflow-wrap: anywhere;
}

.page-awards-premium .award-recipient-history {
	margin-bottom: clamp(30px, 5vw, 54px);
	padding: clamp(24px, 4vw, 36px);
	border-radius: 28px;
	background: #0a1428;
	box-shadow: 0 22px 62px rgba(15, 23, 42, 0.16);
}

.page-awards-premium .award-recipient-history__head p {
	color: #efbf42;
}

.page-awards-premium .award-recipient-history h2 {
	color: #fff;
}

.page-awards-premium .award-recipient-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.page-awards-premium .award-recipient {
	display: grid;
	gap: 4px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.06);
}

.page-awards-premium .award-recipient span {
	color: #efbf42;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.page-awards-premium .award-recipient strong {
	color: #f8fafc;
	font-size: 1rem;
	line-height: 1.35;
}

.page-awards-premium .award-nominations-note {
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid rgba(18, 58, 115, 0.08);
	border-radius: 24px;
	background: rgba(239, 191, 66, 0.12);
}

@media only screen and (max-width: 991px) {
	.page-awards-premium .awards-hero .hero-premium__nav {
		padding: 14px 0;
	}

	.page-awards-premium .hero-premium__nav-inner {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"brand toggle"
			"panel panel";
		gap: 14px;
		padding: 0 clamp(20px, 5vw, 40px);
	}

	.page-awards-premium .hero-premium__brand {
		grid-area: brand;
		min-width: 0;
	}

	.page-awards-premium .hero-premium__nav-toggle {
		display: inline-flex;
		grid-area: toggle;
	}

	.page-awards-premium .hero-premium__nav-cta {
		display: none;
	}

	.page-awards-premium .hero-premium__nav-panel {
		grid-area: panel;
		display: none;
		flex: none;
		width: 100%;
		padding-top: 12px;
	}

	.page-awards-premium .hero-premium__nav-panel.is-open {
		display: block;
	}

	.page-awards-premium .hero-premium__menu,
	.page-awards-premium .hero-premium__menu-list {
		width: 100%;
	}

	.page-awards-premium .hero-premium__menu {
		justify-content: flex-start;
	}

	.page-awards-premium .hero-premium__menu-list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.page-awards-premium .hero-premium__menu-list li {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.page-awards-premium .hero-premium__menu-list a,
	.page-awards-premium .hero-premium__submenu-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		width: 100%;
		padding: 14px 2px;
		text-align: left;
		box-sizing: border-box;
	}

	.page-awards-premium .hero-premium__submenu,
	.page-awards-premium .hero-premium__menu-list .sub-menu {
		position: static;
		display: none;
		min-width: 0;
		margin: 0;
		padding: 0 0 10px 14px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.page-awards-premium .hero-premium__menu-list li.is-open > .hero-premium__submenu,
	.page-awards-premium .hero-premium__menu-list li.is-open > .sub-menu {
		display: grid;
	}

	.page-awards-premium .hero-premium__submenu a,
	.page-awards-premium .hero-premium__menu-list .sub-menu a {
		padding: 9px 2px;
		color: rgba(255, 255, 255, 0.72);
		font-size: 14px;
		white-space: normal;
	}

	.page-awards-premium .awards-hero__shell,
	.page-awards-premium .awards-overview,
	.page-awards-premium .award-detail-intro {
		grid-template-columns: 1fr;
	}

	.page-awards-premium .award-detail-article__figure {
		float: none;
		width: min(220px, 100%);
		margin: 4px 0 18px;
	}

	.page-awards-premium .award-detail-inline-logo {
		float: none;
		width: 104px;
		margin: 0 0 16px;
	}

	.page-awards-premium .young-award-panel,
	.page-awards-premium .young-award-info__row {
		grid-template-columns: 1fr;
	}

	.page-awards-premium .young-award-panel__mark {
		justify-self: start;
		width: 140px;
	}

	.page-awards-premium .awards-hero__shell {
		padding: clamp(56px, 8vw, 82px) clamp(20px, 5vw, 40px) 0;
	}

	.page-awards-premium .awards-hero__meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-awards-premium .award-recipient-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 700px) {

	.page-awards-premium .awards-hero__meta,
	.page-awards-premium .awards-grid,
	.page-awards-premium .award-recipient-list {
		grid-template-columns: 1fr;
	}
}

/* Related Journals page */
.page-related-journals-premium .journals-overview {
	margin-bottom: clamp(28px, 4vw, 42px);
	padding: clamp(24px, 3.5vw, 36px);
	border: 1px solid rgba(18, 58, 115, 0.08);
	border-radius: 28px;
	background:
		radial-gradient(circle at 92% 18%, rgba(239, 191, 66, 0.14), transparent 28%),
		linear-gradient(145deg, #fff 0%, #f4f7fb 100%);
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.page-related-journals-premium .journals-overview__eyebrow {
	margin: 0 0 10px;
	color: #123a73;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.page-related-journals-premium .journals-overview h2 {
	margin: 0 0 12px;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1.7rem, 2vw + 1.1rem, 2.45rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.035em;
	text-transform: none;
}

.page-related-journals-premium .journals-overview p:not(.journals-overview__eyebrow) {
	max-width: 62ch;
	margin: 0;
	color: #475569;
	font-size: clamp(1rem, 0.25vw + 0.96rem, 1.1rem);
	line-height: 1.7;
}

.page-related-journals-premium .journals-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 2.4vw, 24px);
}

.page-related-journals-premium .journals-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: clamp(22px, 3vw, 30px);
	overflow: hidden;
	border: 1px solid rgba(18, 58, 115, 0.1);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-related-journals-premium .journals-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #123a73, #efbf42);
}

.page-related-journals-premium .journals-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
}

.page-related-journals-premium .journals-card__index {
	margin: 0 0 14px;
	color: #efbf42;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.page-related-journals-premium .journals-card__publisher {
	margin: 0 0 8px;
	color: #64748b;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.page-related-journals-premium .journals-card h3 {
	margin: 0 0 12px;
	color: #123a73;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1.25rem, 0.8vw + 1.05rem, 1.55rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.025em;
	text-transform: none;
}

.page-related-journals-premium .journals-card p:not(.journals-card__index):not(.journals-card__publisher) {
	margin: 0 0 22px;
	color: #475569;
	line-height: 1.65;
}

.page-related-journals-premium .journals-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	align-self: flex-start;
	margin-top: auto;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(18, 58, 115, 0.08);
	color: #123a73;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-weight: 800;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.page-related-journals-premium .journals-card__link::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.page-related-journals-premium .journals-card__link:hover,
.page-related-journals-premium .journals-card__link:focus {
	background: #123a73;
	color: #fff;
	text-decoration: none;
}

.page-related-journals-premium .journals-extra {
	margin-top: clamp(28px, 4vw, 42px);
}

@media only screen and (max-width: 991px) {
	.page-related-journals-premium .journals-grid {
		grid-template-columns: 1fr;
	}
}

/* Employee profile premium page */
.employee-profile-premium .site-header--inner-premium,
.employee-profile-premium .top-bar {
	display: none !important;
}

.employee-profile-premium #content.site-content.container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	background: #eef2f7;
}

.employee-profile-premium .employee-hero,
.employee-profile-premium .employee-profile-page {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.employee-profile-premium .employee-hero {
	padding: 0 0 clamp(48px, 6vw, 82px);
	background:
		radial-gradient(circle at 82% 12%, rgba(239, 191, 66, 0.14), transparent 34%),
		linear-gradient(135deg, #07101f 0%, #0f2344 48%, #17345f 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.employee-profile-premium .employee-hero .hero-premium__nav {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	margin-bottom: clamp(8px, 2vw, 22px);
	padding-top: clamp(16px, 2vw, 24px);
	padding-bottom: clamp(18px, 2.5vw, 26px);
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.employee-profile-premium .hero-premium__nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(18px, 3vw, 34px);
	width: 100%;
	max-width: min(1560px, 96vw);
	margin: 0 auto;
	padding: 0 clamp(28px, 4vw, 64px);
}

.employee-profile-premium .hero-premium__brand {
	order: 1;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.employee-profile-premium .hero-premium__brand-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #efbf42;
	color: #0a1428;
	font-weight: 800;
}

.employee-profile-premium .hero-premium__brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.employee-profile-premium .hero-premium__brand-text strong {
	color: #fff;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 17px;
	font-weight: 800;
}

.employee-profile-premium .hero-premium__brand-text small {
	color: rgba(255, 255, 255, 0.72);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 12px;
	font-weight: 500;
}

.employee-profile-premium .hero-premium__nav-panel {
	order: 2;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.employee-profile-premium .hero-premium__menu {
	flex: 1;
	display: flex;
	justify-content: center;
}

.employee-profile-premium .hero-premium__menu-list {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: clamp(14px, 1.8vw, 26px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.employee-profile-premium .hero-premium__menu-list li {
	position: relative;
}

.employee-profile-premium .hero-premium__menu-list a,
.employee-profile-premium .hero-premium__submenu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	padding: 10px 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.86);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(14px, 0.35vw + 12px, 16px);
	font-weight: 600;
	line-height: 1.25;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	cursor: pointer;
}

.employee-profile-premium .hero-premium__menu-list a:hover,
.employee-profile-premium .hero-premium__submenu-toggle:hover {
	color: #efbf42;
	text-decoration: none;
}

.employee-profile-premium .hero-premium__submenu,
.employee-profile-premium .hero-premium__menu-list .sub-menu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 20;
	display: none;
	min-width: 250px;
	margin: 0;
	padding: 10px;
	list-style: none;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(2, 6, 23, 0.2);
}

.employee-profile-premium .hero-premium__menu-list li.is-open>.hero-premium__submenu,
.employee-profile-premium .hero-premium__menu-list li.is-open>.sub-menu {
	display: grid !important;
}

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
	.employee-profile-premium .hero-premium__menu-list li:hover>.hero-premium__submenu,
	.employee-profile-premium .hero-premium__menu-list li:hover>.sub-menu,
	.employee-profile-premium .hero-premium__menu-list li:focus-within>.hero-premium__submenu,
	.employee-profile-premium .hero-premium__menu-list li:focus-within>.sub-menu {
		display: grid !important;
	}
}

.employee-profile-premium .hero-premium__submenu a,
.employee-profile-premium .hero-premium__menu-list .sub-menu a {
	display: block;
	padding: 10px 16px;
	border-radius: 10px;
	color: #334155;
	font-size: 14px;
	white-space: nowrap;
}

.employee-profile-premium .hero-premium__submenu a:hover,
.employee-profile-premium .hero-premium__submenu a:focus,
.employee-profile-premium .hero-premium__menu-list .sub-menu a:hover,
.employee-profile-premium .hero-premium__menu-list .sub-menu a:focus {
	color: #123a73;
	background: #f8fafc;
}

.employee-profile-premium .hero-premium__nav-cta {
	order: 4;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	border-radius: 999px;
	background: #efbf42;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.employee-profile-premium .hero-premium__nav-toggle {
	order: 3;
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
}

.employee-profile-premium .hero-premium__nav-toggle-icon,
.employee-profile-premium .hero-premium__nav-toggle-icon::before,
.employee-profile-premium .hero-premium__nav-toggle-icon::after {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: #fff;
}

.employee-profile-premium .hero-premium__nav-toggle-icon {
	position: relative;
}

.employee-profile-premium .hero-premium__nav-toggle-icon::before,
.employee-profile-premium .hero-premium__nav-toggle-icon::after {
	content: "";
	position: absolute;
	left: 0;
}

.employee-profile-premium .hero-premium__nav-toggle-icon::before {
	top: -6px;
}

.employee-profile-premium .hero-premium__nav-toggle-icon::after {
	top: 6px;
}

.employee-profile-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon {
	background: transparent;
}

.employee-profile-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon::before {
	top: 0;
	transform: rotate(45deg);
}

.employee-profile-premium .hero-premium__nav-toggle[aria-expanded="true"] .hero-premium__nav-toggle-icon::after {
	top: 0;
	transform: rotate(-45deg);
}

.employee-profile-premium .employee-hero__shell {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: clamp(24px, 4vw, 44px);
	align-items: end;
	width: 100%;
	max-width: min(1560px, 96vw);
	margin: 0 auto;
	padding: 0 clamp(28px, 4vw, 64px);
}

.employee-profile-premium .employee-hero__eyebrow {
	margin: 0 0 12px;
	color: #efbf42;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(0.88rem, 0.35vw + 0.8rem, 1.02rem);
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.employee-profile-premium .employee-hero__title {
	margin: 0 0 16px;
	color: #fff;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(2.65rem, 5vw, 4.4rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.045em;
	text-transform: none;
}

.employee-profile-premium .employee-hero__lede {
	max-width: 64ch;
	margin: 0;
	color: rgba(226, 232, 240, 0.88);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1.05rem, 0.45vw + 0.98rem, 1.28rem);
	line-height: 1.7;
}

.employee-profile-premium .employee-hero__meta {
	display: grid;
	gap: 14px;
}

.employee-profile-premium .employee-hero__meta-card {
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 20px 52px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(8px);
}

.employee-profile-premium .employee-hero__meta-card span {
	display: block;
	margin-bottom: 6px;
	color: #efbf42;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.employee-profile-premium .employee-hero__meta-card strong {
	color: rgba(248, 250, 252, 0.92);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1rem, 0.35vw + 0.94rem, 1.16rem);
	font-weight: 600;
	line-height: 1.5;
}

.employee-profile-premium .employee-profile-page {
	padding: clamp(38px, 4vw, 58px) 0 clamp(72px, 7vw, 108px);
	background: linear-gradient(180deg, #eef2f7 0%, #f8fafc 36%, #fff 100%);
}

.employee-profile-premium .employee-profile-page__shell {
	width: 100%;
	max-width: min(1180px, 94vw);
	margin: 0 auto;
	padding: 0 clamp(22px, 3vw, 48px);
}

.employee-profile-premium .employee-profile__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 22px;
	color: #1d4f91;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 0.92rem;
	font-weight: 800;
	text-decoration: none;
}

.employee-profile-premium .employee-profile__back::before {
	content: "\2190";
}

.employee-profile-premium .employee-profile__back:hover {
	color: #b8891d;
}

.employee-profile-premium .employee-profile__article.hentry {
	margin: 0;
	padding: clamp(22px, 3vw, 34px) !important;
	border: 1px solid rgba(18, 58, 115, 0.08) !important;
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.92) 100%),
		#fff;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.employee-profile-premium .employee-profile__content {
	display: grid;
	grid-template-columns: minmax(230px, 320px) minmax(0, 1fr);
	gap: 10px clamp(28px, 4vw, 52px);
	align-items: start;
	color: #334155;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1rem, 0.25vw + 0.96rem, 1.08rem);
	line-height: 1.68;
}

.employee-profile-premium .employee-profile__content>* {
	grid-column: 2;
	min-width: 0;
}

.employee-profile-premium .employee-profile__content>p:first-child:has(img),
.employee-profile-premium .employee-profile__content>.employee-profile__photo {
	grid-column: 1;
	grid-row: 1 / span 8;
	margin: 0;
	padding: 14px;
	border: 1px solid rgba(18, 58, 115, 0.08);
	border-radius: 24px;
	background:
		radial-gradient(circle at 50% 18%, rgba(239, 191, 66, 0.1), transparent 34%),
		linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.employee-profile-premium .employee-profile__content>p:first-child:has(img) a,
.employee-profile-premium .employee-profile__content>p:first-child:has(img) img,
.employee-profile-premium .employee-profile__photo a,
.employee-profile-premium .employee-profile__photo img {
	display: block;
}

.employee-profile-premium .employee-profile__content img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	float: none !important;
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
}

.employee-profile-premium .employee-profile__headshot {
	display: block;
}

.employee-profile-premium .employee-profile__photo-placeholder {
	display: grid;
	place-items: center;
	aspect-ratio: 4 / 5;
	width: 100%;
	border-radius: 18px;
	background:
		radial-gradient(circle at 50% 18%, rgba(239, 191, 66, 0.16), transparent 34%),
		linear-gradient(180deg, #e2e8f0 0%, #f8fafc 100%);
	color: #123a73;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(4rem, 10vw, 7rem);
	font-weight: 800;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.employee-profile-premium .employee-profile__content h3 {
	margin: 0;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	line-height: 1.18;
	text-transform: none;
}

.employee-profile-premium .employee-profile__content h3:first-of-type,
.employee-profile-premium .employee-profile__name {
	margin-top: 4px;
	font-size: clamp(1.8rem, 2.4vw, 2.65rem);
	font-weight: 800;
	letter-spacing: -0.035em;
}

.employee-profile-premium .employee-profile__content h3:first-of-type a,
.employee-profile-premium .employee-profile__name a {
	color: inherit;
	text-decoration: none;
}

.employee-profile-premium .employee-profile__content h3:nth-of-type(2),
.employee-profile-premium .employee-profile__role {
	justify-self: start;
	margin: 4px 0 6px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(239, 191, 66, 0.18);
	color: #0a1428;
	font-size: clamp(0.98rem, 0.3vw + 0.92rem, 1.08rem);
	font-weight: 800;
}

.employee-profile-premium .employee-profile__content .subtitle-large,
.employee-profile-premium .employee-profile__content .fac_title,
.employee-profile-premium .employee-profile__content .person__page--job-title {
	color: #334155;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1rem, 0.3vw + 0.94rem, 1.1rem);
	font-weight: 700;
	line-height: 1.55;
}

.employee-profile-premium .employee-profile__content .fac_name {
	margin-top: 4px;
	color: #0a1428;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1.8rem, 2.4vw, 2.65rem);
	font-weight: 800;
	letter-spacing: -0.035em;
}

.employee-profile-premium .employee-profile__content .fac_other_appts,
.employee-profile-premium .employee-profile__content .fac_department,
.employee-profile-premium .employee-profile__content .fac_contact,
.employee-profile-premium .employee-profile__content .pharm__email-address {
	margin: 0 0 10px;
	color: #334155;
}

.employee-profile-premium .employee-profile__affiliation,
.employee-profile-premium .employee-profile__education,
.employee-profile-premium .employee-profile__bio {
	max-width: 72ch;
}

.employee-profile-premium .employee-profile__contact-list {
	display: grid;
	gap: 10px;
	margin: 4px 0 14px;
	padding: 16px 0;
	border-top: 1px solid rgba(15, 23, 42, 0.1);
	border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.employee-profile-premium .employee-profile__contact-list p {
	display: grid;
	gap: 2px;
	margin: 0;
}

.employee-profile-premium .employee-profile__contact-list strong {
	color: #64748b;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.employee-profile-premium .employee-profile__content p {
	margin: 0 0 10px;
}

.employee-profile-premium .employee-profile__content p:empty,
.employee-profile-premium .employee-profile__content h4:empty {
	display: none;
}

.employee-profile-premium .employee-profile__content a {
	color: #1d4f91;
	font-weight: 700;
	text-decoration: none;
	overflow-wrap: break-word;
}

.employee-profile-premium .employee-profile__content a:hover {
	color: #b8891d;
}

.employee-profile-premium .employee-profile__content h4 {
	margin: clamp(18px, 3vw, 28px) 0 4px;
	padding-top: clamp(18px, 3vw, 28px);
	border-top: 1px solid rgba(15, 23, 42, 0.1);
	color: #123a73;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1.15rem, 0.6vw + 1rem, 1.4rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.employee-profile-premium .employee-profile__content table {
	width: 100%;
	margin: 4px 0 0;
	border: 0;
	border-collapse: collapse;
	color: #334155;
}

.employee-profile-premium .employee-profile__content table td,
.employee-profile-premium .employee-profile__content table th {
	padding: 0;
	border: 0;
	font-size: 1em;
	line-height: 1.8;
}

.employee-profile-premium .employee-profile__edit {
	margin-top: 24px;
}

@media only screen and (max-width: 991px) {
	.employee-profile-premium .employee-hero .hero-premium__nav {
		padding: 14px 0;
	}

	.employee-profile-premium .hero-premium__nav-inner {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"brand toggle"
			"panel panel";
		gap: 14px;
		padding: 0 clamp(20px, 5vw, 40px);
	}

	.employee-profile-premium .hero-premium__brand {
		grid-area: brand;
		min-width: 0;
	}

	.employee-profile-premium .hero-premium__nav-toggle {
		display: inline-flex;
		grid-area: toggle;
	}

	.employee-profile-premium .hero-premium__nav-cta {
		display: none;
	}

	.employee-profile-premium .hero-premium__nav-panel {
		grid-area: panel;
		display: none;
		flex: none;
		width: 100%;
		padding-top: 12px;
	}

	.employee-profile-premium .hero-premium__nav-panel.is-open {
		display: block;
	}

	.employee-profile-premium .hero-premium__menu,
	.employee-profile-premium .hero-premium__menu-list {
		width: 100%;
	}

	.employee-profile-premium .hero-premium__menu {
		justify-content: flex-start;
	}

	.employee-profile-premium .hero-premium__menu-list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.employee-profile-premium .hero-premium__menu-list li {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.employee-profile-premium .hero-premium__menu-list li:last-child {
		border-bottom: 0;
	}

	.employee-profile-premium .hero-premium__menu-list a,
	.employee-profile-premium .hero-premium__submenu-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		width: 100%;
		padding: 14px 2px;
		text-align: left;
		box-sizing: border-box;
	}

	.employee-profile-premium .hero-premium__submenu,
	.employee-profile-premium .hero-premium__menu-list .sub-menu {
		position: static;
		display: none;
		min-width: 0;
		margin: 0;
		padding: 0 0 10px 14px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.employee-profile-premium .hero-premium__menu-list li.is-open > .hero-premium__submenu,
	.employee-profile-premium .hero-premium__menu-list li.is-open > .sub-menu {
		display: grid;
	}

	.employee-profile-premium .hero-premium__submenu a,
	.employee-profile-premium .hero-premium__menu-list .sub-menu a {
		padding: 9px 2px;
		color: rgba(255, 255, 255, 0.72);
		font-size: 14px;
		white-space: normal;
	}

	.employee-profile-premium .hero-premium__submenu a:hover,
	.employee-profile-premium .hero-premium__menu-list .sub-menu a:hover {
		color: #efbf42;
		background: transparent;
	}

	.employee-profile-premium .employee-hero__shell,
	.employee-profile-premium .employee-profile__content {
		grid-template-columns: 1fr;
	}

	.employee-profile-premium .employee-hero__shell {
		padding: 0 clamp(20px, 5vw, 40px);
	}

	.employee-profile-premium .employee-hero__meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.employee-profile-premium .employee-profile__content>*,
	.employee-profile-premium .employee-profile__content>p:first-child:has(img),
	.employee-profile-premium .employee-profile__content>.employee-profile__photo {
		grid-column: 1;
	}

	.employee-profile-premium .employee-profile__content>p:first-child:has(img),
	.employee-profile-premium .employee-profile__content>.employee-profile__photo {
		grid-row: auto;
		max-width: 360px;
	}
}

@media only screen and (max-width: 700px) {
	.employee-profile-premium .employee-hero__meta {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 560px) {
	.employee-profile-premium .employee-profile__article.hentry {
		padding: 18px !important;
		border-radius: 22px;
	}

	.employee-profile-premium .employee-profile__content h3:first-of-type {
		font-size: 1.8rem;
	}
}

/* Premium footer */
.site-footer--premium {
	--footer-bg: #0a1428;
	--footer-accent: #efbf42;
	--footer-text: #cbd5e1;
	--footer-heading: #ffffff;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: var(--footer-bg);
	color: var(--footer-text);
}

.site-footer--premium a {
	color: var(--footer-text);
	text-decoration: none;
	transition: color 0.2s ease;
}

.site-footer--premium a:hover {
	color: var(--footer-accent);
}

.site-footer__inner {
	width: 100%;
	max-width: min(1560px, 96vw);
	margin: 0 auto;
	padding: clamp(48px, 6vw, 72px) clamp(28px, 4vw, 64px) clamp(28px, 4vw, 36px);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
	gap: clamp(28px, 4vw, 48px);
	margin-bottom: clamp(28px, 4vw, 40px);
}

.site-footer__brand-link {
	display: inline-flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 14px;
	color: var(--footer-heading);
}

.site-footer__brand-link strong {
	font-family: Inter, "Roboto Condensed", sans-serif;
	font-size: clamp(1.15rem, 1.5vw, 1.35rem);
	font-weight: 800;
	letter-spacing: 0.02em;
	color: var(--footer-heading);
}

.site-footer__brand-link span {
	font-family: Inter, Roboto, sans-serif;
	font-size: clamp(1rem, 0.35vw + 0.92rem, 1.08rem);
	color: var(--footer-text);
}

.site-footer__about {
	margin: 0;
	max-width: 42ch;
	font-family: Inter, Roboto, sans-serif;
	font-size: clamp(1rem, 0.35vw + 0.92rem, 1.12rem);
	line-height: 1.65;
	color: var(--footer-text);
}

.site-footer__heading {
	margin: 0 0 16px;
	font-family: Inter, "Roboto Condensed", sans-serif;
	font-size: clamp(0.92rem, 0.35vw + 0.82rem, 1.02rem);
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--footer-accent);
}

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

.site-footer__links li+li {
	margin-top: 10px;
}

.site-footer__links a {
	font-family: Inter, Roboto, sans-serif;
	font-size: clamp(1rem, 0.35vw + 0.92rem, 1.12rem);
	font-weight: 500;
	color: var(--footer-heading);
}

.site-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
}

.site-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--footer-heading);
}

.site-footer__social a:hover {
	border-color: rgba(239, 191, 66, 0.45);
	color: var(--footer-accent);
}

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

.site-footer__contact-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-family: Inter, Roboto, sans-serif;
	font-size: clamp(1rem, 0.35vw + 0.92rem, 1.08rem);
	line-height: 1.5;
}

.site-footer__contact-item+.site-footer__contact-item {
	margin-top: 12px;
}

.site-footer__contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: var(--footer-heading);
}

.site-footer__contact-label {
	font-weight: 700;
	color: var(--footer-heading);
}

.site-footer__contact-item a,
.site-footer__contact-item span:last-child {
	color: var(--footer-text);
	word-break: break-word;
}

.site-footer__contact-item a:hover {
	color: var(--footer-accent);
}

.site-footer__social+.site-footer__contact {
	margin-top: 18px;
}

.site-footer__bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__copyright,
.site-footer__credit {
	margin: 0;
	font-family: Inter, Roboto, sans-serif;
	font-size: clamp(0.92rem, 0.3vw + 0.85rem, 1rem);
	color: rgba(203, 213, 225, 0.85);
}

.site-footer__credit a {
	color: var(--footer-accent);
	font-weight: 600;
}

@media only screen and (max-width: 960px) {
	.site-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media only screen and (max-width: 640px) {
	.site-footer__inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.site-footer__bar {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Approved homepage design - client revision */
.home {
	--home-navy: #0a1428;
	--home-blue: #1d4f91;
	--home-blue-deep: #123a73;
	--home-gold: #efbf42;
	--home-paper: #f8fafc;
	--home-border: rgba(15, 23, 42, 0.1);
	--home-shell: min(1180px, 92vw);
	background: #fff;
	color: #334155;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.home .homepage-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

/* Full-width band backgrounds — match mockup edge-to-edge sections */
.home .homepage-mission,
.home .homepage-pathways,
.home .homepage-section--soft,
.home .homepage-social,
.home .homepage-spotlight {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.home .site-header.has-banner {
	height: auto !important;
	min-height: 0 !important;
	background:
		radial-gradient(circle at 78% 18%, rgba(239, 191, 66, 0.18), transparent 34%),
		linear-gradient(120deg, #0a1428 0%, #123a73 54%, #1d4f91 100%);
	color: #fff;
	overflow: hidden;
}

.home .site-header.has-banner .header-image {
	display: none !important;
}

.home .site-header.has-banner::before {
	content: none;
}

.home .site-header.has-banner::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	opacity: 0.55;
	background-image: url("data:image/svg+xml,%3Csvg width='72' height='72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 0l36 36-36 36L0 36z' fill='%23ffffff' fill-opacity='0.07'/%3E%3C/svg%3E");
	background-color: transparent;
	pointer-events: none;
}

.home .hero-premium__nav {
	position: relative;
	z-index: 5;
	padding: 20px 0;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: none;
}

.home .hero-premium__nav-inner,
.home .hero-premium__inner,
.home .homepage-priority,
.home .homepage-mission__inner,
.home .homepage-glance__grid,
.home .homepage-section__inner,
.home .homepage-pathways__grid,
.home .homepage-social__inner,
.home .homepage-spotlight__inner {
	width: var(--home-shell);
	max-width: var(--home-shell);
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.home .hero-premium__nav-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--home-gold);
	color: var(--home-navy);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.home .hero-premium__brand-icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(239, 191, 66, 0.35);
	border-radius: 12px;
	background: rgba(239, 191, 66, 0.14);
	color: var(--home-gold);
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.home .hero-premium__brand-text strong,
.home .hero-premium__brand-text small,
.home .hero-premium__menu-list a,
.home .hero-premium__nav-cta {
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.home .welcome-info.hero-premium {
	position: relative !important;
	inset: auto !important;
	top: auto !important;
	z-index: 2;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	flex: none !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.home .hero-premium__body {
	display: block;
	flex: none;
	align-items: initial;
	width: 100%;
	padding: clamp(58px, 9vw, 104px) 0 clamp(92px, 12vw, 132px);
}

.home .hero-premium__inner {
	display: grid;
	grid-template-columns: minmax(460px, 1fr) minmax(380px, 1fr);
	gap: 52px;
	align-items: center;
	height: auto;
	min-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}

.home .hero-premium__content {
	position: static;
	width: min(620px, 100%);
	max-width: none;
}

.home .hero-premium__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: auto;
	padding: 8px 15px;
	margin-bottom: 18px;
	border-radius: 999px;
	border: 1px solid rgba(239, 191, 66, 0.48);
	background: rgba(10, 20, 40, 0.38);
	color: var(--home-gold);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home .hero-premium__title {
	max-width: 620px;
	margin: 0 0 22px;
	color: #fff;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: clamp(2.8rem, 6vw, 5rem);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: -0.055em;
	text-transform: none;
	overflow-wrap: normal;
	word-break: normal;
}

.home .hero-premium__title-line {
	display: block;
	white-space: nowrap;
}

.home .hero-premium__desc {
	width: 100%;
	max-width: 52ch;
	margin: 0 0 30px;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.05rem, 1.8vw, 1.22rem);
	line-height: 1.72;
}

.home .hero-premium__desc em {
	color: #fff;
	font-style: normal;
	font-weight: 800;
}

.home .hero-premium__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
}

@media only screen and (min-width: 1100px) {
	.home .hero-premium__actions {
		flex-wrap: nowrap;
	}

	.home .hero-premium__button {
		padding: 13px 18px;
		font-size: 0.82rem;
	}
}

.home .hero-premium__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	min-height: 0;
	padding: 14px 24px;
	border-radius: 12px;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
	text-transform: none;
	text-decoration: none;
	box-sizing: border-box;
}

/* Full-width stacked CTAs on phones — overrides content-sized desktop buttons */
@media only screen and (max-width: 991px) {
	.home .hero-premium__actions {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		gap: 12px;
	}

	.home .hero-premium__button {
		display: flex;
		flex: 1 1 auto;
		width: 100%;
		min-height: 48px;
		padding: 14px 20px;
		white-space: normal;
		text-align: center;
	}
}

.home .hero-premium__button--primary {
	background: var(--home-gold);
	color: var(--home-navy);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.home .hero-premium__button--secondary {
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.home .hero-premium__updates {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(14px);
}

.home .hero-premium__updates-eyebrow {
	margin: 0 0 14px;
	color: var(--home-gold);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.home .hero-premium__update-card {
	display: grid;
	grid-template-columns: 70px 1fr;
	gap: 14px;
	align-items: center;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	text-decoration: none;
}

.home .hero-premium__update-card+.hero-premium__update-card {
	margin-top: 12px;
}

.home .hero-premium__update-card strong {
	display: block;
	font-size: 1rem;
	line-height: 1.35;
}

.home .hero-premium__update-card small {
	display: block;
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
}

.home .hero-premium__update-date {
	padding: 11px 8px;
	border-radius: 14px;
	background: rgba(239, 191, 66, 0.16);
	color: var(--home-gold);
	text-align: center;
	font-weight: 800;
}

.home .hero-premium__update-date strong {
	font-size: 1.25rem;
	line-height: 1;
}

.home .homepage-priority {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: -58px;
}

.home .homepage-priority__card {
	display: block;
	padding: 28px;
	border: 1px solid var(--home-border);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
	color: inherit;
	text-decoration: none;
}

.home .homepage-priority__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.home .homepage-priority__head h2 {
	margin: 0;
	color: var(--home-navy);
	font-size: 1.2rem;
	font-weight: 800;
}

.home .homepage-priority__head span {
	color: var(--home-blue);
	font-size: 0.86rem;
	font-weight: 800;
}

.home .homepage-priority__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.home .homepage-priority__list {
	display: grid;
	gap: 12px;
}

.home .homepage-priority__item {
	padding: 16px;
	border: 1px solid var(--home-border);
	border-radius: 15px;
	background: var(--home-paper);
}

.home .homepage-priority__item time {
	display: block;
	margin-bottom: 7px;
	color: #9a7209;
	font-size: 0.76rem;
	font-weight: 800;
}

.home .homepage-priority__item strong {
	display: block;
	color: var(--home-navy);
	font-size: 0.96rem;
	line-height: 1.35;
}

.home .homepage-mission {
	position: relative;
	overflow: hidden;
	margin-top: clamp(56px, 7vw, 78px);
	padding: clamp(62px, 8vw, 92px) 0;
	background:
		radial-gradient(circle at 16% 12%, rgba(239, 191, 66, 0.16), transparent 30%),
		linear-gradient(135deg, #071124 0%, #0a1428 48%, #123a73 100%);
	color: #fff;
}

.home .homepage-mission::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.22;
	background-image: url("data:image/svg+xml,%3Csvg width='84' height='84' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='42' cy='42' r='1.8' fill='%23ffffff' fill-opacity='0.45'/%3E%3C/svg%3E");
}

.home .homepage-mission__inner {
	position: relative;
	z-index: 1;
}

.home .homepage-mission__head {
	max-width: 760px;
	margin-bottom: 34px;
}

.home .homepage-mission__head p,
.home .homepage-section__head p,
.home .homepage-interview__copy p {
	margin: 0 0 10px;
	color: #9a7209;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.home .homepage-mission__head p {
	color: var(--home-gold);
}

.home .homepage-mission__head h2,
.home .homepage-section__head h2 {
	margin: 0;
	color: var(--home-navy);
	font-size: clamp(1.55rem, 2.5vw, 2.1rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.03em;
}

.home .homepage-mission__head h2 {
	color: #fff;
	font-size: clamp(1.85rem, 3.5vw, 3rem);
	line-height: 1.06;
	letter-spacing: -0.045em;
}

.home .homepage-mission__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 20px;
}

.home .homepage-mission__vision,
.home .homepage-mission__statement {
	padding: clamp(28px, 4vw, 42px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 26px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.home .homepage-mission__vision {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px);
}

.home .homepage-mission__statement {
	background: #fff;
	color: var(--home-navy);
}

.home .homepage-mission h3 {
	margin: 0 0 16px;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.home .homepage-mission__vision h3 {
	color: var(--home-gold);
}

.home .homepage-mission__statement h3 {
	color: #9a7209;
}

.home .homepage-mission__vision p,
.home .homepage-mission__statement p {
	margin: 0;
	font-weight: 800;
	letter-spacing: -0.035em;
}

.home .homepage-mission__vision p {
	color: #fff;
	font-size: clamp(1.25rem, 2.2vw, 1.85rem);
	line-height: 1.2;
}

.home .homepage-mission__statement p {
	color: var(--home-navy);
	font-size: clamp(1rem, 1.5vw, 1.3rem);
	line-height: 1.55;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.home .homepage-mission__note {
	max-width: 70ch;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.95rem;
	line-height: 1.65;
}

.home .homepage-glance {
	padding: clamp(58px, 8vw, 86px) 0 32px;
}

.home .homepage-glance__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.home .homepage-glance__card,
.home .homepage-value__panel,
.home .homepage-awards__card,
.home .homepage-committees {
	border: 1px solid var(--home-border);
	background: #fff;
	box-shadow: 0 10px 34px rgba(15, 23, 42, 0.05);
}

.home .homepage-glance__card {
	padding: 24px;
	border-radius: 18px;
}

.home .homepage-glance__card strong {
	display: block;
	margin-bottom: 8px;
	color: var(--home-blue);
	font-size: clamp(1.6rem, 2vw, 1.85rem);
	line-height: 1;
}

.home .homepage-glance__card span {
	display: block;
	color: var(--home-navy);
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.35;
}

.home .homepage-glance__card p {
	margin: 8px 0 0;
	color: #64748b;
	font-size: 0.88rem;
	line-height: 1.55;
}

.home .homepage-section {
	padding: clamp(58px, 8vw, 86px) 0;
}

.home .homepage-section--soft {
	background: var(--home-paper);
}

.home .homepage-section__head {
	margin-bottom: 30px;
}

.home .homepage-value {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.home .homepage-value__panel {
	padding: 32px;
	border-radius: 24px;
}

.home .homepage-value__panel--blue {
	border: 0;
	background: linear-gradient(145deg, var(--home-navy), var(--home-blue));
	color: #fff;
}

.home .homepage-value__panel h3 {
	margin: 0 0 16px;
	color: inherit;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.2;
}

.home .homepage-value__panel ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home .homepage-value__panel li {
	position: relative;
	padding-left: 24px;
	color: #475569;
	line-height: 1.6;
}

.home .homepage-value__panel--blue li {
	color: rgba(255, 255, 255, 0.86);
}

.home .homepage-value__panel li::before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--home-gold);
}

.home .homepage-awards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.home .homepage-awards__card {
	position: relative;
	overflow: hidden;
	min-height: 250px;
	padding: 28px;
	border-radius: 22px;
}

.home .homepage-awards__card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--home-gold), var(--home-blue));
}

.home .homepage-awards__card h3 {
	margin: 0 0 12px;
	color: var(--home-navy);
	font-size: 1.18rem;
	font-weight: 800;
}

.home .homepage-awards__card p {
	margin: 0 0 18px;
	color: #64748b;
	line-height: 1.65;
}

.home .homepage-awards__card a {
	color: var(--home-blue);
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
}

.home .homepage-committees {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 24px;
	align-items: center;
	margin-top: 24px;
	padding: 26px;
	border-radius: 22px;
}

.home .homepage-committees h3 {
	margin: 0 0 8px;
	color: var(--home-navy);
	font-size: 1.22rem;
	font-weight: 800;
}

.home .homepage-committees p {
	margin: 0;
	color: #64748b;
	line-height: 1.6;
}

.home .homepage-committees__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.home .homepage-committees__list span {
	padding: 9px 13px;
	border: 1px solid var(--home-border);
	border-radius: 999px;
	background: #fff;
	color: var(--home-navy);
	font-size: 0.84rem;
	font-weight: 700;
}

.home .homepage-pathways {
	padding: 54px 0;
	background: var(--home-navy);
	color: #fff;
}

.home .homepage-pathways h2 {
	margin: 0 0 26px;
	color: #fff;
	text-align: center;
	font-size: 1.55rem;
	font-weight: 800;
}

.home .homepage-pathways__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.home .homepage-pathways__grid a {
	padding: 24px 20px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.home .homepage-pathways__grid strong {
	display: block;
	margin-bottom: 6px;
	color: #fff;
}

.home .homepage-pathways__grid span {
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.84rem;
}

.home .homepage-interview {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 34px;
	align-items: center;
}

.home .homepage-interview__video {
	overflow: hidden;
	min-height: 360px;
	border-radius: 26px;
	background:
		linear-gradient(135deg, rgba(10, 20, 40, 0.12), rgba(10, 20, 40, 0.78)),
		linear-gradient(135deg, #dbeafe, #1d4f91);
}

.home .homepage-interview__video iframe,
.home .homepage-interview__video embed,
.home .homepage-interview__video object {
	display: block;
	width: 100%;
	min-height: 360px;
	border: 0;
}

.home .homepage-interview__copy h2 {
	margin: 0 0 16px;
	color: var(--home-navy);
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 800;
	line-height: 1.16;
}

.home .homepage-interview__copy span {
	display: block;
	margin-bottom: 20px;
	color: #64748b;
	font-size: 1.02rem;
	line-height: 1.72;
}

.home .homepage-interview__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border-radius: 12px;
	background: var(--home-gold);
	color: var(--home-navy);
	font-size: 0.88rem;
	font-weight: 800;
	text-decoration: none;
}

.home .homepage-social {
	margin-top: 28px;
	padding: 28px 0;
	border-top: 1px solid var(--home-border);
	border-bottom: 1px solid var(--home-border);
	background: #f1f5f9;
}

.home .homepage-social + .homepage-mission,
.home .homepage-social + .homepage-spotlight,
.home .homepage-spotlight + .homepage-mission {
	margin-top: 0;
}

.home .homepage-spotlight {
	position: relative;
	overflow: hidden;
	padding: clamp(48px, 7vw, 84px) 0;
	background:
		radial-gradient(circle at 88% 18%, rgba(239, 191, 66, 0.22), transparent 34%),
		radial-gradient(circle at 8% 78%, rgba(29, 79, 145, 0.12), transparent 36%),
		linear-gradient(180deg, #eef3f9 0%, #f8fafc 100%);
}

.home .homepage-spotlight::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 5px;
	background: linear-gradient(180deg, var(--home-gold), var(--home-blue));
}

.home .homepage-spotlight__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: clamp(28px, 4vw, 48px);
	align-items: center;
	box-sizing: border-box;
	/* Keep the video clear of the left accent stripe and viewport edges. */
	padding-left: clamp(20px, 3vw, 36px);
	padding-right: clamp(20px, 3vw, 36px);
}

.home .homepage-spotlight__media {
	min-width: 0;
}

.home .homepage-spotlight__frame {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-radius: 22px;
	background:
		linear-gradient(145deg, rgba(10, 20, 40, 0.88), rgba(18, 58, 115, 0.72)),
		linear-gradient(135deg, #0a1428, #1d4f91);
	box-shadow:
		0 28px 60px rgba(10, 20, 40, 0.18),
		0 0 0 1px rgba(10, 20, 40, 0.06);
	transform: translateY(0);
	transition: transform 420ms ease, box-shadow 420ms ease;
	animation: homepage-spotlight-rise 700ms ease both;
}

.home .homepage-spotlight__frame:hover {
	transform: translateY(-4px);
	box-shadow:
		0 34px 70px rgba(10, 20, 40, 0.22),
		0 0 0 1px rgba(10, 20, 40, 0.08);
}

.home .homepage-spotlight__frame iframe,
.home .homepage-spotlight__frame embed,
.home .homepage-spotlight__frame object {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.home .homepage-spotlight__fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	padding: 24px;
	border-radius: 22px;
	background: linear-gradient(145deg, var(--home-navy), var(--home-blue));
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.home .homepage-spotlight__copy {
	max-width: 34rem;
	animation: homepage-spotlight-rise 700ms ease 120ms both;
}

.home .homepage-spotlight__eyebrow {
	margin: 0 0 12px;
	color: #9a7209;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.home .homepage-spotlight__copy h2 {
	margin: 0 0 16px;
	color: var(--home-navy);
	font-size: clamp(1.85rem, 3.4vw, 2.65rem);
	font-weight: 800;
	line-height: 1.12;
}

.home .homepage-spotlight__intro {
	margin: 0 0 24px;
	color: #475569;
	font-size: 1.05rem;
	line-height: 1.7;
}

.home .homepage-spotlight__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border-radius: 12px;
	background: var(--home-gold);
	color: var(--home-navy);
	font-size: 0.88rem;
	font-weight: 800;
	text-decoration: none;
	transition: transform 220ms ease, background-color 220ms ease;
}

.home .homepage-spotlight__button:hover,
.home .homepage-spotlight__button:focus {
	background: #f3cb5a;
	transform: translateY(-2px);
}

@keyframes homepage-spotlight-rise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.home .homepage-spotlight__frame,
	.home .homepage-spotlight__copy,
	.home .homepage-spotlight__button {
		animation: none;
		transition: none;
	}

	.home .homepage-spotlight__frame:hover,
	.home .homepage-spotlight__button:hover,
	.home .homepage-spotlight__button:focus {
		transform: none;
	}
}

.home .homepage-social__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.home .homepage-social p {
	margin: 0;
	color: var(--home-navy);
	font-weight: 700;
}

.home .homepage-social__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.home .homepage-social__links a {
	padding: 10px 16px;
	border: 1px solid var(--home-border);
	border-radius: 8px;
	background: #fff;
	color: var(--home-blue);
	font-size: 0.85rem;
	font-weight: 800;
	text-decoration: none;
}

@media only screen and (max-width: 991px) {
	.home .hero-premium__nav-inner {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"brand toggle"
			"panel panel";
		align-items: center;
		gap: 0;
		row-gap: 0;
	}

	.home .hero-premium__brand {
		grid-area: brand;
	}

	.home .hero-premium__nav-toggle {
		display: inline-flex !important;
		grid-area: toggle;
	}

	.home .hero-premium__nav-cta {
		display: none !important;
	}

	.home .hero-premium__nav-panel {
		grid-area: panel;
		display: none;
		flex: none;
		width: 100%;
		margin-top: 12px;
		padding: 12px 0 4px;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	.home .hero-premium__nav-panel.is-open {
		display: block !important;
	}

	.home .hero-premium__inner,
	.home .homepage-priority,
	.home .homepage-mission__grid,
	.home .homepage-value,
	.home .homepage-committees,
	.home .homepage-interview,
	.home .homepage-spotlight__inner {
		grid-template-columns: 1fr;
	}

	.home .hero-premium__actions {
		flex-wrap: wrap;
	}

	.home .hero-premium__body {
		padding-bottom: 106px;
	}

	.home .homepage-glance__grid,
	.home .homepage-awards,
	.home .homepage-pathways__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.home .homepage-priority__grid {
		grid-template-columns: 1fr;
	}

	.home .homepage-social__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media only screen and (max-width: 620px) {
	.home .hero-premium__nav-inner {
		align-items: flex-start;
	}

	.home .hero-premium__nav-cta {
		display: none !important;
	}

	.home .hero-premium__body {
		padding-top: 44px;
	}

	.home .hero-premium__title {
		max-width: none;
		font-size: clamp(2.4rem, 15vw, 3.35rem);
	}

	.home .homepage-priority {
		margin-top: -64px;
	}

	.home .hero-premium__body {
		padding-bottom: 88px;
	}

	.home .hero-premium__update-card {
		grid-template-columns: 1fr;
	}

	.home .homepage-glance__grid,
	.home .homepage-awards,
	.home .homepage-pathways__grid {
		grid-template-columns: 1fr;
	}
}