/* Leadership Journal — scoped to its own page template. */
body.lj-site {
	--lj-navy: #101f43;
	--lj-ink: #1c2c45;
	--lj-muted: #5b6878;
	--lj-teal: #126d70;
	--lj-paper: #f3f5f5;
	--lj-line: #dfe5e7;
	margin: 0;
	background: var(--lj-paper);
	color: var(--lj-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
}
.lj-site *, .lj-site *::before, .lj-site *::after { box-sizing: border-box; }
.lj-site a { color: inherit; }
.lj-site a, .lj-site button, .lj-site summary { -webkit-tap-highlight-color: transparent; }
.lj-site a:focus-visible, .lj-site button:focus-visible, .lj-site summary:focus-visible, .lj-site input:focus-visible {
	outline: 3px solid #007a80;
	outline-offset: 4px;
}
.lj-site .lj-header a:focus-visible, .lj-site .lj-header summary:focus-visible { outline-color: #79e1db; }
.lj-site .lj-skip {
	position: fixed; left: 20px; top: -140px; z-index: 999999;
	padding: 12px 20px; background: #fff; color: #101f43;
}
.lj-site .lj-skip:focus { top: 50px; }
.lj-header {
	width: min(1320px, calc(100% - 48px));
	margin: 20px auto 0;
	position: relative;
	z-index: 100;
	background: var(--lj-navy);
	color: #fff;
	border-radius: 14px;
	box-shadow: 0 10px 28px rgb(16 31 67 / 9%);
}
.lj-header--sticky { position: sticky; top: 16px; }
.admin-bar .lj-header--sticky { top: 48px; }
.lj-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 20px 28px; }
.lj-site .lj-brand { display: flex; align-items: center; gap: 14px; min-width: 0; color: #fff; text-decoration: none; }
.lj-portrait { width: 52px; height: 52px; flex: 0 0 52px; border-radius: 50%; object-fit: cover; border: 2px solid rgb(255 255 255 / 35%); }
.lj-monogram { flex: 0 0 52px; width: 52px; height: 52px; display: grid; grid-auto-flow: column; place-content: center; background: #fff; color: var(--lj-navy); border-radius: 10px; font: 700 34px/1 Georgia, serif; }
.lj-monogram > span { color: var(--lj-teal); }
.lj-brand-copy { display: flex; flex-direction: column; min-width: 0; }
.lj-brand-title { font-size: 17px; font-weight: 650; line-height: 1.35; overflow-wrap: anywhere; max-width: 380px; }
.lj-brand-note { margin-top: 5px; font-size: 11px; letter-spacing: .12em; color: #becbdc; }
.lj-desktop-nav { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.lj-site .lj-menu { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.lj-site .lj-menu li { position: relative; margin: 0; list-style: none; }
.lj-site .lj-menu a { display: block; padding: 10px 14px; color: #e4eaf2; font-size: 14px; font-weight: 550; text-decoration: none; border-radius: 6px; }
.lj-site .lj-menu a:hover, .lj-site .lj-menu .current-menu-item > a, .lj-site .lj-menu .current-menu-ancestor > a { color: #fff; background: #263859; }
.lj-site .lj-menu .current-menu-item > a { box-shadow: inset 0 -2px #79d9d0; }
.lj-menu .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 200px; padding: 8px; margin: 0; background: var(--lj-navy); border: 1px solid #3e4b65; border-radius: 8px; }
.lj-menu li:hover > .sub-menu, .lj-menu li:focus-within > .sub-menu { display: block; }
.lj-site .lj-social { display: flex; gap: 4px; flex-wrap: wrap; align-items: center; }
.lj-header .lj-social { padding-left: 16px; border-left: 1px solid #3e4b65; max-width: 240px; }
.lj-site .lj-social a { width: 44px; height: 44px; display: grid; place-items: center; text-decoration: none; border-radius: 50%; }
.lj-header .lj-social a { color: #d9e7f1; }
.lj-header .lj-social a:hover { color: #8be0d7; background: #263859; }
.lj-site svg { vertical-align: middle; flex-shrink: 0;color: #fff; }
.astra-social-btn {
	color: #fff !important;
}
.single .post-navigation a svg {
	color: #000;
}
.lj-mobile-nav { display: none; }
.lj-main { width: min(1240px, calc(100% - 64px)); margin: 0 auto; padding: 58px 0 72px; scroll-margin-top: 145px; }
.lj-main:focus { outline: none; }
.lj-intro { display: grid; grid-template-columns: 1fr 280px; gap: 40px; align-items: end; margin-bottom: 44px; }
.lj-site .lj-eyebrow { display: flex; gap: 10px; align-items: center; margin: 0 0 14px; color: var(--lj-teal); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.lj-eyebrow > span { width: 24px; height: 2px; background: var(--lj-teal); }
.lj-site .lj-intro h1 { max-width: 760px; margin: 0; color: var(--lj-navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 3.6vw, 48px); font-weight: 400; line-height: 1.13; letter-spacing: -.035em; text-wrap: balance; }
.lj-site .lj-intro-text { max-width: 630px; color: var(--lj-muted); font-size: 16px; margin: 16px 0 0; line-height: 1.75; }
.lj-search { display: flex; align-items: center; border-bottom: 1px solid #9eacb6; padding-bottom: 4px; }
.lj-site .lj-search input[type="search"] { flex: 1; width: 100%; min-width: 0; border: 0; background: transparent; padding: 10px 0; color: var(--lj-ink); box-shadow: none; border-radius: 0; font: inherit; font-size: 14px; }
.lj-site .lj-search input::placeholder { color: var(--lj-muted); opacity: 1; }
.lj-site .lj-search button { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; border: 0; padding: 0; background: transparent; color: var(--lj-ink); border-radius: 4px; cursor: pointer; }
.lj-site .lj-search button:hover { background: #e2e9e9; }
.lj-section-label { display: flex; gap: 20px; align-items: center; margin-bottom: 24px; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; font-weight: 650; }
.lj-section-rule { flex: 1; height: 1px; background: var(--lj-line); }
.lj-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.lj-site .lj-card { display: flex; flex-direction: column; min-width: 0; margin: 0; padding: 0; background: #fff; border: 1px solid var(--lj-line); border-radius: 9px; overflow: hidden; transition: border-color .2s ease, transform .2s ease; }
.lj-card:hover { border-color: #a8bcbd; transform: translateY(-3px); }
.lj-site .lj-card-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; position: relative; background: #dce6e7; }
.lj-site .lj-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; margin: 0; border-radius: 0; transition: transform .35s ease; }
.lj-card:hover .lj-card-image img { transform: scale(1.035); }
.lj-site .lj-card-image:focus-visible { outline-offset: -5px; }
.lj-image-arrow { position: absolute; right: 16px; bottom: 16px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #fff; color: var(--lj-navy); }
.lj-image-fallback { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; color: var(--lj-navy); gap: 12px; }
.lj-image-fallback > span:first-child { font: 70px/1 Georgia,serif; }
.lj-image-fallback > span:last-child { font-size: 12px; letter-spacing: .06em; }
.lj-card-body { display: flex; flex-direction: column; flex: 1; padding: 25px 25px 20px; }
.lj-categories { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-bottom: 12px; }
.lj-site .lj-categories a { color: var(--lj-teal); font-size: 11px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; text-decoration: none; }
.lj-site .lj-card h2 { margin: 0 0 13px; color: var(--lj-ink); font: 650 21px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: -.025em; overflow-wrap: anywhere; }
.lj-site .lj-card h2 a { text-decoration: none; }
.lj-site .lj-card h2 a:hover { color: var(--lj-teal); }
.lj-site .lj-excerpt { color: var(--lj-muted); font-size: 15px; line-height: 1.8; margin: 0 0 24px; overflow-wrap: anywhere; }
.lj-card-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 12px; align-items: center; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--lj-line); font-size: 11px; color: var(--lj-muted); }
.lj-site .lj-card-meta a { font-weight: 600; color: var(--lj-ink); text-decoration: none; overflow-wrap: anywhere; }
.lj-site .lj-card-meta a:hover, .lj-site .lj-categories a:hover { text-decoration: underline; }
.lj-card-meta time { white-space: nowrap; }
.lj-pagination { margin-top: 44px; }
.lj-site .lj-pagination ul { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 0; padding: 0; list-style: none; }
.lj-site .lj-pagination li { list-style: none; margin: 0; }
.lj-pagination a, .lj-pagination span { display: flex; min-width: 44px; min-height: 44px; padding: 8px 14px; align-items: center; justify-content: center; border-radius: 5px; text-decoration: none; font-size: 14px; }
.lj-pagination .current { background: var(--lj-navy); color: #fff; }
.lj-pagination a:hover { background: #e3e9eb; }
.lj-empty, .lj-password { padding: 40px; background: #fff; border: 1px solid var(--lj-line); }
.lj-site .lj-empty h2 { font-size: 24px; color: var(--lj-ink); }
.lj-footer { border-top: 1px solid var(--lj-line); }
.lj-footer-inner { width: min(1240px, calc(100% - 64px)); margin: auto; display: flex; gap: 20px; align-items: center; justify-content: space-between; padding: 24px 0; font-size: 12px; color: var(--lj-muted); }
.lj-site .lj-footer p { margin: 0; }
.lj-footer .lj-social a:hover { background: #e3e9eb; }
.lj-footer-inner > a { padding: 10px 0; text-decoration: none; }
@media (max-width: 1200px) {
	.lj-desktop-nav { display: none; }
	.lj-mobile-nav { display: block; flex-shrink: 0; }
	.lj-mobile-nav summary { display: flex; gap: 12px; align-items: center; min-height: 44px; padding: 8px 10px; cursor: pointer; list-style: none; font-size: 13px; }
	.lj-mobile-nav summary::-webkit-details-marker { display: none; }
	.lj-menu-lines { position: relative; width: 20px; height: 12px; border-top: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; }
	.lj-mobile-nav[open] .lj-menu-lines { height: 0; border-bottom: 0; transform: rotate(45deg); }
	.lj-mobile-nav[open] .lj-menu-lines::after { content: ''; position: absolute; top: -1px; left: 0; width: 20px; border-top: 1.5px solid currentColor; transform: rotate(90deg); }
	.lj-mobile-panel { position: absolute; left: 0; right: 0; top: calc(100% + 8px); padding: 16px; background: var(--lj-navy); border-radius: 10px; box-shadow: 0 14px 30px rgb(16 31 67 / 15%); max-height: 65vh; max-height: 65dvh; overflow-y: auto; }
	.lj-mobile-panel .lj-menu { display: block; }
	.lj-mobile-panel .lj-menu a { padding: 12px; }
	.lj-mobile-panel .sub-menu { display: block; position: static; border: 0; padding: 0 0 0 18px; }
	.lj-mobile-panel .lj-social { border-left: 0; border-top: 1px solid #3e4b65; margin-top: 12px; padding: 12px 0 0; max-width: none; }
}
@media (max-width: 980px) {
	.lj-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
	.lj-intro { grid-template-columns: 1fr; gap: 24px; }
	.lj-search { max-width: 360px; }
}
@media (max-width: 782px) { .admin-bar .lj-header--sticky { top: 60px; } }
@media (max-width: 620px) {
	.lj-header { width: calc(100% - 24px); margin-top: 12px; border-radius: 10px; }
	.lj-header--sticky { top: 10px; }
	.lj-header-inner { padding: 14px; gap: 10px; }
	.lj-site .lj-brand { gap: 10px; }
	.lj-portrait, .lj-monogram { width: 42px; height: 42px; flex-basis: 42px; }
	.lj-monogram { font-size: 28px; }
	.lj-brand-title { font-size: 14px; }
	.lj-brand-note { font-size: 9px; letter-spacing: .05em; }
	.lj-mobile-nav summary { padding: 6px; gap: 8px; }
	.lj-mobile-nav summary > span:first-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
	.lj-mobile-nav summary { width: 44px; justify-content: center; }
	.lj-main { width: calc(100% - 32px); padding: 34px 0 44px; }
	.lj-intro { margin-bottom: 30px; }
	.lj-site .lj-intro h1 { font-size: 34px; }
	.lj-site .lj-intro-text { font-size: 15px; }
	.lj-search { max-width: none; }
	.lj-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
	.lj-card-body { padding: 22px; }
	.lj-footer-inner { width: calc(100% - 32px); flex-wrap: wrap; gap: 12px 20px; }
	.lj-empty, .lj-password { padding: 24px; }
}
/* WordPress's mobile admin toolbar scrolls out of view below 600px. */
@media (max-width: 600px) { .admin-bar .lj-header--sticky { top: 10px; } }
@media (prefers-reduced-motion: reduce) {
	.lj-site .lj-card, .lj-site .lj-card-image img { transition: none; }
	.lj-site .lj-card:hover, .lj-site .lj-card:hover .lj-card-image img { transform: none; }
}
/* Version 2: shared header, single-post layout and native Astra footer. */
body.lj-site {
	--lj-font: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-family: var(--lj-font);
}
.lj-site button, .lj-site input, .lj-site select, .lj-site textarea,
.lj-site .lj-intro h1, .lj-site .lj-card h2, .lj-site .lj-monogram,
.lj-site .lj-image-fallback > span:first-child { font-family: var(--lj-font); }
body.lj-site #page.lj-page { display: block; min-height: 100vh; overflow: visible; background: var(--lj-paper); }
body.lj-site #content { margin: 0; padding: 0; background: transparent; }
body.lj-site #content > .ast-container {
	display: block; width: 100%; max-width: none; padding: 0; margin: 0;
}
.lj-site .lj-single-page { width: min(1320px, calc(100% - 64px)); padding-top: 40px; }
.lj-site .lj-single-article { margin: 0; padding: 0; background: transparent; border: 0; }
.lj-post-header { max-width: 940px; margin: 0 auto 32px; text-align: center; }
.lj-breadcrumb { display: flex; justify-content: center; align-items: center; gap: 12px; color: var(--lj-muted); font-size: 12px; margin-bottom: 26px; }
.lj-breadcrumb a { text-decoration: none; }
.lj-breadcrumb a:hover { text-decoration: underline; }
.lj-post-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; margin-bottom: 16px; }
.lj-site .lj-post-categories a { font-size: 11px; text-transform: uppercase; font-weight: 700; letter-spacing: .12em; color: var(--lj-teal); text-decoration: none; }
.lj-site .lj-post-categories a:hover { text-decoration: underline; }
.lj-site .lj-post-title {
	font-family: var(--lj-font); font-size: clamp(28px, 3.6vw, 46px); line-height: 1.2;
	font-weight: 600; letter-spacing: -.035em; color: var(--lj-navy); margin: 0;
	overflow-wrap: anywhere; text-wrap: balance;
}
.lj-post-meta { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 14px; color: var(--lj-muted); font-size: 13px; margin-top: 22px; }
.lj-post-meta a { font-weight: 600; text-decoration: none; color: var(--lj-ink); }
.lj-post-meta a:hover { text-decoration: underline; }
.lj-meta-dot { width: 3px; height: 3px; border-radius: 50%; background: #83949e; }
.lj-site .lj-post-featured { margin: 0 auto 42px; border-radius: 10px; overflow: hidden; }
.lj-site .lj-post-featured img { display: block; width: 100%; height: auto; margin: 0; border-radius: 0; }
.lj-post-reading { max-width: 1280px; margin: 0 auto; }
.lj-site .lj-post-content { font-family: var(--lj-font); font-size: 16px; line-height: 1.85; color: var(--lj-ink); overflow-wrap: anywhere; }
.lj-site .lj-post-content > :first-child { margin-top: 0; }
.lj-site .lj-post-content p, .lj-site .lj-post-content li { font-size: 16px; line-height: 1.85; }
.lj-site .lj-post-content p { margin: 0 0 24px; }
.lj-site .lj-post-content h2, .lj-site .lj-post-content h3, .lj-site .lj-post-content h4,
.lj-site .lj-post-content h5, .lj-site .lj-post-content h6 { font-family: var(--lj-font); font-weight: 600; color: var(--lj-navy); margin: 34px 0 14px; line-height: 1.35; }
.lj-site .lj-post-content h2 { font-size: clamp(24px, 2.4vw, 30px); }
.lj-site .lj-post-content h3 { font-size: 23px; }
.lj-site .lj-post-content h4 { font-size: 20px; }
.lj-site .lj-post-content h5, .lj-site .lj-post-content h6 { font-size: 18px; }
.lj-site .lj-post-content strong { color: inherit; }
.lj-site .lj-post-content a { color: #075e85; text-decoration: underline; text-underline-offset: 3px; }
.lj-site .lj-post-content ul, .lj-site .lj-post-content ol { margin: 0 0 24px; padding-left: 24px; }
.lj-site .lj-post-content li + li { margin-top: 8px; }
.lj-site .lj-post-content blockquote { border: 0; border-left: 3px solid var(--lj-teal); background: #e6edec; padding: 20px 24px; margin: 28px 0; font-style: normal; }
.lj-site .lj-post-content blockquote p:last-child { margin-bottom: 0; }
.lj-post-content img, .lj-post-content video, .lj-post-content iframe { max-width: 100%; }
.lj-post-content img { height: auto; }
.lj-post-content pre { max-width: 100%; overflow-x: auto; padding: 20px; }
.lj-post-content .wp-block-table { overflow-x: auto; }
.lj-post-content > table { display: block; max-width: 100%; overflow-x: auto; }
.lj-site .lj-post-content .alignwide, .lj-site .lj-post-content .alignfull { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; }
.lj-post-content::after { content: ""; display: table; clear: both; }
.lj-site .lj-post-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding-top: 22px; margin-top: 30px; border-top: 1px solid var(--lj-line); font-size: 12px; }
.lj-post-tags > span { font-weight: 600; margin-right: 4px; }
.lj-site .lj-post-tags a { padding: 5px 12px; background: #e3e9eb; border-radius: 4px; text-decoration: none; }
.lj-site .lj-post-tags a:hover { background: #d5e1e2; }
.lj-single-page .astra-social-share-wrapper { max-width: 780px; margin: 32px auto; padding: 22px 0; }
.lj-single-page .astra-related-posts-wrapper { margin: 44px 0; }
.lj-site .lj-single-page .astra-related-posts-title { font-family: var(--lj-font); font-size: 26px; margin-bottom: 26px; color: var(--lj-navy); }
.lj-site .lj-single-page .astra-related-post-title { font-family: var(--lj-font); font-size: 18px; }
.lj-post-navigation, .lj-comments { max-width: 780px; margin: 36px auto 0; }
.lj-post-navigation:empty { display: none; }
.lj-site .lj-comments #comments { border-top: 1px solid var(--lj-line); padding-top: 28px; margin-top: 0; }
.lj-site .lj-comments .comments-title, .lj-site .lj-comments .comment-reply-title { color: var(--lj-navy); font-family: var(--lj-font); font-size: 24px; }
.lj-site .lj-comments input:not([type="checkbox"]):not([type="radio"]), .lj-site .lj-comments textarea { max-width: 100%; }
.lj-site .lj-comments input[type="submit"] { background: var(--lj-navy); color: #fff; border-radius: 5px; }
.lj-post-pages { display: flex; flex-wrap: wrap; gap: 8px; }
/* Preserve Astra Footer Builder content; adjust its presentation only. */
body.lj-site #colophon,
body.lj-site #colophon .site-above-footer-wrap,
body.lj-site #colophon .site-primary-footer-wrap,
body.lj-site #colophon .site-below-footer-wrap,
body.lj-site #colophon .ast-small-footer,
body.lj-site #colophon .footer-adv-overlay,
body.lj-site #colophon .ast-footer-overlay,
body.lj-site #colophon .ast-small-footer-wrap {
	background-color: #101f43; background-image: none; color: #fff;
}
body.lj-site #colophon { margin-top: 0; border-top: 0; text-align: center; }
body.lj-site #colophon .site-footer-section,
body.lj-site #colophon .ast-footer-copyright,
body.lj-site #colophon .widget,
body.lj-site #colophon .widget-title,
body.lj-site #colophon p,
body.lj-site #colophon a,
body.lj-site #colophon h1,
body.lj-site #colophon h2,
body.lj-site #colophon h3,
body.lj-site #colophon span { color: #fff; text-align: center; }
body.lj-site #colophon a:hover { color: #8be0d7; }
body.lj-site #colophon a:focus-visible { outline-color: #8be0d7; }
body.lj-site #colophon .ast-builder-grid-row { align-items: center; justify-items: center; }
body.lj-site #colophon .site-footer-section { justify-content: center; }
body.lj-site #colophon .ast-footer-copyright { width: 100%; }
body.lj-site #colophon .ast-footer-copyright p { margin: 0; font-family: var(--lj-font); font-size: 14px; }
body.lj-site #colophon .site-below-footer-wrap { padding: 26px 20px; border-top: 0; }
body.lj-site #colophon .footer-adv-widget, body.lj-site #colophon .footer-adv-widget-1,
body.lj-site #colophon .ast-small-footer-section { text-align: center; }
body.lj-site #colophon .footer-menu { justify-content: center; }
@media (max-width: 620px) {
	.lj-site .lj-single-page { width: calc(100% - 32px); padding-top: 26px; }
	.lj-post-header { margin-bottom: 24px; }
	.lj-breadcrumb { margin-bottom: 20px; }
	.lj-site .lj-post-title { font-size: 30px; }
	.lj-post-meta { gap: 8px 10px; font-size: 12px; margin-top: 16px; }
	.lj-site .lj-post-featured { border-radius: 6px; margin-bottom: 28px; }
	.lj-site .lj-post-content p, .lj-site .lj-post-content li { line-height: 1.8; }
	.lj-site .lj-post-content blockquote { padding: 18px; }
	.lj-site .lj-comments #comments { padding: 22px 0 0; }
}

