/* WordPress integration only. The approved candidate remains the design authority. */
html { margin-top: 0 !important; }
body.ije-approved-index-theme { margin: 0; }
/* The adopted theme owns the global shell. ElementsKit's legacy header may
   still be injected by an older Header/Footer Builder condition on server-
   rendered routes; remove it from layout and the accessibility tree. */
body.ije-approved-index-theme > .ekit-template-content-header,
body.ije-approved-index-theme > .ekit-template-content-markup.ekit-template-content-header {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
body.ije-approved-index-theme > .skip-link.screen-reader-text { display: none !important; }
html body.ije-approved-index-theme,
html body.ije-approved-index-theme button,
html body.ije-approved-index-theme input,
html body.ije-approved-index-theme textarea,
html body.ije-approved-index-theme select,
html body.ije-approved-index-theme a {
	font-family: "Mulish", "Segoe UI", Arial, sans-serif !important;
}
html body.ije-approved-index-theme h1,
html body.ije-approved-index-theme h2,
html body.ije-approved-index-theme .display,
html body.ije-approved-index-theme .statement-large,
html body.ije-approved-index-theme .home-question p,
html body.ije-approved-index-theme .testimonial-rail blockquote p {
	font-family: "Newsreader", Georgia, serif !important;
}
html body.ije-approved-index-theme h3 {
	font-family: inherit !important;
}
html body.ije-approved-index-theme .full-row h3,
html body.ije-approved-index-theme .state-stack h3,
html body.ije-approved-index-theme .why-reason h3,
html body.ije-approved-index-theme .why-route-list h3,
html body.ije-approved-index-theme .portfolio-project__context h3,
html body.ije-approved-index-theme .blog-entry h3,
html body.ije-approved-index-theme .method-context span {
	font-family: "Newsreader", Georgia, serif !important;
}
#wpadminbar { position: fixed; }
.ije-approved-index-theme .site-header { background: var(--ije-editor-header, #f3b57d); }
body.admin-bar.ije-approved-index-theme .site-header { top: 32px; }
.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
.ije-approved-index-theme .button--primary,
.ije-approved-index-theme .home-final-cta { --local-accent: var(--ije-editor-accent, #e87f55); }
.ije-approved-index-theme [data-ije-elementor-override] { min-height: 50vh; }
.wp-content-area { padding-block: clamp(4rem, 8vw, 8rem); }
.wp-archive-heading { max-width: 62rem; margin-bottom: clamp(3rem, 6vw, 6rem); }
.wp-archive-description { max-width: 48rem; color: var(--muted); }
.wp-entry-list { display: grid; border-top: 1px solid var(--line); }
.wp-entry--summary { max-width: none; display: grid; grid-template-columns: minmax(8rem, .3fr) minmax(18rem, 1fr) minmax(18rem, 1.1fr); gap: clamp(1.5rem, 4vw, 4rem); padding-block: clamp(2.5rem, 5vw, 4.5rem); border-bottom: 1px solid var(--line); }
.wp-entry--summary h2, .wp-entry--summary p { margin: 0; }
.wp-entry--summary h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
.wp-entry--summary a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .16em; }
.wp-entry__meta { color: var(--accent); font-size: .8rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.wp-entry { max-width: var(--reading); margin-inline: auto; }
.wp-entry--single { width: min(100%, 82rem); max-width: none; }
.wp-entry-header { max-width: 62rem; margin-bottom: clamp(2rem, 5vw, 4.5rem); }
.wp-entry h1 { max-width: 16ch; font-size: clamp(3rem, 2rem + 3.7vw, 6.6rem); }
.article-meta { display: flex; flex-wrap: wrap; gap: .55rem 1.1rem; margin-top: 1.5rem; color: var(--text-soft); font-size: .84rem; line-height: 1.5; }
.article-meta span { display: inline-flex; gap: .35rem; align-items: baseline; }
.article-meta span + span::before { content: ""; width: .28rem; height: .28rem; margin-right: .55rem; border-radius: 50%; background: var(--terracotta); transform: translateY(-.08rem); }
.article-meta strong { color: var(--text); }
.article-overview { max-width: 48rem; margin: 1.5rem 0 0; color: var(--text-soft); font-size: clamp(1.1rem, 1rem + .35vw, 1.35rem); line-height: 1.65; }
.article-progress { position: fixed; z-index: 120; top: 0; left: 0; width: 100%; height: .18rem; background: transparent; pointer-events: none; }
.admin-bar .article-progress { top: 32px; }
.article-progress span { display: block; width: 100%; height: 100%; background: var(--terracotta); transform: scaleX(0); transform-origin: left center; }
.article-resume { max-width: 62rem; margin: 0 0 clamp(2rem, 5vw, 4rem); padding: 1rem 1.2rem; border: 1px solid var(--line-strong); border-left: .24rem solid var(--terracotta); background: var(--surface-2); }
.article-resume[hidden] { display: none; }
.article-resume p { margin: 0 0 .5rem; color: var(--text-soft); }
.article-resume p strong { color: var(--text); }
.article-resume div { display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; }
.article-resume a, .article-resume button { color: var(--terracotta-dark); font: 800 .84rem/1.4 "Mulish", sans-serif; text-decoration: underline; text-underline-offset: .18em; }
.article-resume button { padding: 0; border: 0; background: transparent; cursor: pointer; }
.article-reading-grid { display: grid; grid-template-columns: minmax(0, 15rem) minmax(0, var(--reading)); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.article-reading-grid > .wp-entry-content { min-width: 0; }
.article-contents { position: sticky; top: 7.75rem; max-height: calc(100vh - 9rem); overflow: auto; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.admin-bar .article-contents { top: 9.75rem; max-height: calc(100vh - 11rem); }
.article-contents summary { padding: 1rem 0; color: var(--text); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.article-contents nav { padding: 0 0 1.25rem; }
.article-contents ol { display: grid; gap: .15rem; margin: 0; padding: 0; list-style: none; }
.article-contents li { margin: 0; }
.article-contents a { display: block; padding: .45rem .65rem; border-left: .18rem solid transparent; color: var(--text-soft); font-size: .78rem; line-height: 1.45; text-decoration: none; }
.article-contents__level-3 a { padding-left: 1.45rem; font-size: .74rem; }
.article-contents a:hover, .article-contents a:focus-visible { color: var(--text); text-decoration: underline; text-underline-offset: .16em; }
.article-contents a[aria-current="location"] { border-left-color: var(--terracotta); color: var(--text); font-weight: 800; }
.wp-entry-content { font-size: clamp(1.06rem, 1rem + .22vw, 1.25rem); line-height: 1.75; }
.wp-entry-content > * { max-width: var(--reading); }
.wp-entry-content h2, .wp-entry-content h3 { scroll-margin-top: 8rem; margin-top: 2.5em; }
html:not([data-theme="dark"]) body.single-post.ije-approved-index-theme .wp-entry-content :where(h2, h3, h4, h5, h6) { color: var(--text) !important; }
.wp-entry-content h2:focus, .wp-entry-content h3:focus { outline: none; }
.wp-entry-content h2:focus-visible, .wp-entry-content h3:focus-visible { outline: .18rem solid var(--signal); outline-offset: .35rem; }
.wp-entry-content a { color: var(--terracotta-dark); font-weight: 700; text-decoration-line: underline; text-decoration-color: currentColor; text-decoration-thickness: .08em; text-underline-offset: .18em; }
html[data-theme="dark"] .wp-entry-content a { color: #f0a787; }
html[data-theme="dark"] body.single-post.ije-approved-index-theme .wp-entry-content :where(p, li, dt, dd, th, td, caption, figcaption, h2, h3, h4, h5, h6, strong, em, span) { color: var(--text) !important; }
html[data-theme="dark"] body.single-post.ije-approved-index-theme .wp-entry-content :where(a, a *) { color: #f0a787 !important; }
html[data-theme="dark"] body.single-post.ije-approved-index-theme .wp-entry-content .elementor-widget-text-editor :where(p, li, dt, dd, th, td, caption, figcaption, h2, h3, h4, h5, h6, strong, em, span) { color: var(--text) !important; }
html[data-theme="dark"] body.single-post.ije-approved-index-theme .wp-entry-content .elementor-widget-text-editor :where(a, a *) { color: #f0a787 !important; }
html[data-theme="dark"] body.single-post.ije-approved-index-theme .wp-entry-content .elementor-widget-text-editor :where(table, th, td) { border-color: var(--line-strong) !important; }
.wp-entry-content blockquote { margin: 2.5rem 0; padding-left: clamp(1.25rem, 3vw, 2.5rem); border-left: .22rem solid var(--terracotta); font-family: var(--serif); font-size: 1.35em; }
.wp-entry-image { width: min(100%, 74rem); margin: 0 auto clamp(2.5rem, 6vw, 5rem); }
.wp-entry-image img { display: block; width: 100%; height: auto; border-radius: .18rem; }
.wp-entry-content figure { min-width: 0; max-width: 100%; margin: clamp(2rem, 5vw, 4rem) 0; }
.wp-entry-content img { max-width: 100%; height: auto; }
.wp-entry-content figcaption, .wp-entry-content caption { color: var(--text-soft); font-size: .78rem; line-height: 1.55; text-align: left; }
.wp-entry-content figcaption { margin-top: .7rem; }
.article-table-scroll { width: 100%; min-width: 0; max-width: 100%; overflow-x: auto; border: 1px solid var(--line-strong); background: var(--surface); scrollbar-color: var(--terracotta) var(--surface-2); }
.article-table-scroll:focus-visible { outline: .18rem solid var(--signal); outline-offset: .18rem; }
.article-table-scroll table { width: 100%; min-width: 42rem; margin: 0; border-collapse: collapse; color: var(--text); }
.article-table-scroll :where(th, td) { padding: .85rem 1rem; border: 1px solid var(--line); color: var(--text); text-align: left; vertical-align: top; }
.article-table-scroll th { background: var(--surface-2); font-weight: 800; }
.article-table-cue { display: none; margin: .55rem 0 1.5rem; color: var(--text-soft); font-size: .76rem; }
.article-sources-heading { padding-top: 1.25rem; border-top: 1px solid var(--line-strong); }
.wp-entry-content :where(.wp-block-footnotes, .footnotes, [role="doc-endnotes"]) { padding: 1.25rem; border: 1px solid var(--line); background: var(--surface-2); font-size: .88em; }
.wp-entry-content :where(.wp-block-footnotes, .footnotes, [role="doc-endnotes"]) li:target { outline: .18rem solid var(--signal); outline-offset: .25rem; }
.article-continuation { margin-top: clamp(4.5rem, 9vw, 8rem); padding-top: clamp(2.5rem, 5vw, 4.5rem); border-top: 1px solid var(--line-strong); }
.article-continuation header { display: grid; grid-template-columns: minmax(12rem, .42fr) minmax(18rem, 1fr); gap: 1.5rem 3rem; align-items: end; margin-bottom: 2rem; }
.article-continuation header :where(p, h2) { margin: 0; }
.article-continuation h2 { max-width: 14ch; }
.article-continuation__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.article-continuation__grid a { position: relative; display: grid; grid-template-rows: auto auto 1fr; gap: .8rem; min-height: 16rem; padding: 1.4rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--text); text-decoration: none; }
.article-continuation__grid a:first-child { border-left: 1px solid var(--line); }
.article-continuation__grid a:hover { background: var(--surface-2); }
.article-continuation__grid a:focus-visible { z-index: 1; outline: .18rem solid var(--signal); outline-offset: .16rem; }
.article-continuation__grid span { color: var(--terracotta-dark); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-continuation__grid strong { font: 500 clamp(1.25rem, 1.05rem + .5vw, 1.65rem)/1.15 "Newsreader", Georgia, serif; }
.article-continuation__grid small { color: var(--text-soft); font-size: .88rem; line-height: 1.55; }
.article-continuation__grid b { position: absolute; right: 1.2rem; bottom: 1rem; color: var(--terracotta-dark); }
.wp-entry .alignwide { width: min(92vw, 74rem); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.wp-entry .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.wp-entry--protected-lab { max-width: 72rem; }
.wp-entry--protected-lab .wp-entry-header { max-width: 58rem; }
.wp-entry--protected-lab h1 { max-width: 16ch; }
.protected-lab-gate { max-width: 46rem; margin-top: clamp(2.5rem, 5vw, 4.5rem); padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); border-left: .28rem solid var(--terracotta); background: var(--surface-2); }
.protected-lab-gate h2 { margin-top: 0; font-size: clamp(1.8rem, 1.45rem + 1vw, 2.8rem); }
.protected-lab-gate .post-password-form { margin: 0; }
.protected-lab-gate .post-password-form > p:first-child { margin-top: 0; color: var(--text-soft); }
.protected-lab-gate .post-password-form > p:last-child { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .75rem; align-items: end; margin-bottom: 0; }
.protected-lab-gate label { display: grid; gap: .55rem; color: var(--text); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.protected-lab-gate input[type="password"] { width: 100%; min-height: 3rem; padding: .7rem .85rem; border: 1px solid var(--line-strong); background: var(--surface); color: var(--text); font: inherit; }
.protected-lab-gate input[type="submit"] { min-height: 3rem; padding: .7rem 1.25rem; border: 1px solid var(--terracotta); background: var(--terracotta); color: var(--ink); font: 800 .85rem/1 "Mulish", sans-serif; cursor: pointer; }
.protected-lab-gate input:focus-visible { outline: .18rem solid var(--signal); outline-offset: .16rem; }
.protected-lab-gate--unavailable { border-left-color: var(--signal); }
.protected-lab-return { margin-top: 2rem; }
.not-found-opening { padding-block: clamp(4.5rem, 10vw, 9rem); background: var(--ink); color: var(--paper); }
.not-found-opening__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(20rem, .92fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.not-found-opening__content { max-width: 48rem; }
.not-found-opening h1 { max-width: 10ch; margin: 0; font-size: clamp(3.6rem, 2.1rem + 6vw, 8.5rem); }
.not-found-opening__copy { max-width: 39rem; margin: 1.5rem 0 2rem; color: #d9cbbc; font-size: clamp(1.08rem, 1rem + .35vw, 1.35rem); }
.missing-route-visual { min-width: 0; margin: 0; padding: clamp(1.25rem, 3vw, 2.25rem); border: 1px solid rgba(255, 253, 251, .25); background: rgba(255, 253, 251, .04); }
.missing-route-visual__failed, .missing-route-visual__available { display: grid; gap: .6rem; }
.missing-route-visual__failed { padding-bottom: 1.4rem; border-bottom: 1px solid rgba(255, 253, 251, .2); }
.missing-route-visual__available { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-top: 1.4rem; }
.missing-route-visual__failed span, .missing-route-visual__available > span { color: #d9cbbc; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.missing-route-visual__available > span { grid-column: 1 / -1; }
.missing-route-visual__failed strong { color: var(--terracotta); font: 500 clamp(1.6rem, 1.3rem + 1vw, 2.5rem)/1.05 "Newsreader", Georgia, serif; }
.missing-route-visual__available strong { color: var(--paper); font-size: .9rem; }
.missing-route-visual__turn { display: block; padding: .65rem 0 .1rem; color: var(--signal); font-size: 1.5rem; transform: rotate(90deg); transform-origin: left center; }
.not-found-routes h2 { max-width: 15ch; margin: 0 0 clamp(2rem, 5vw, 4rem); }
.not-found-routes__list { display: block; border-top: 1px solid var(--line); }
.not-found-routes__list a { display: grid; grid-template-columns: 4rem minmax(14rem, .65fr) minmax(18rem, 1fr) auto; gap: clamp(1rem, 3vw, 3rem); align-items: center; min-height: 7.5rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); color: var(--text); text-decoration: none; }
.not-found-routes__list a:hover { background: var(--surface-2); }
.not-found-routes__list a:focus-visible { outline: .18rem solid var(--signal); outline-offset: .2rem; }
.not-found-routes__list span { color: var(--terracotta-dark); font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.not-found-routes__list strong { font: 500 clamp(1.45rem, 1.2rem + .8vw, 2.2rem)/1.08 "Newsreader", Georgia, serif; }
.not-found-routes__list small { color: var(--text-soft); font-size: 1rem; }
.not-found-routes__list b { color: var(--terracotta-dark); font-size: 1.2rem; }
.dropdown-toggle span { margin-left: .35rem; font-size: 1.05rem; }
.ije-approved-index-theme .blog-feature h2 a,
.ije-approved-index-theme .blog-entry h3 a { font-family: "Newsreader", Georgia, serif !important; text-decoration: none; }
.ije-approved-index-theme .blog-feature h2 a:hover,
.ije-approved-index-theme .blog-feature h2 a:focus-visible,
.ije-approved-index-theme .blog-entry h3 a:hover,
.ije-approved-index-theme .blog-entry h3 a:focus-visible { text-decoration: underline; text-decoration-thickness: .07em; text-underline-offset: .14em; }
@media screen and (max-width: 782px) {
	html.wp-toolbar { padding-top: 0; }
	body.admin-bar.ije-approved-index-theme .site-header { top: 46px; }
	.admin-bar .article-progress { top: 46px; }
	.wp-entry--summary { grid-template-columns: 1fr; gap: 1rem; }
	.protected-lab-gate .post-password-form > p:last-child { grid-template-columns: 1fr; align-items: stretch; }
	.protected-lab-gate input[type="submit"] { width: 100%; }
	.not-found-opening__grid { grid-template-columns: 1fr; }
	.not-found-routes__list a { grid-template-columns: 3rem minmax(12rem, .7fr) minmax(0, 1fr) auto; }
}
@media screen and (max-width: 69.99rem) {
	.article-reading-grid { grid-template-columns: 1fr; gap: 2rem; }
	.article-contents { position: static; max-height: none; overflow: visible; }
	.admin-bar .article-contents { max-height: none; }
	.article-contents nav { max-height: 24rem; overflow: auto; }
}
@media screen and (max-width: 52rem) {
	.article-continuation header { grid-template-columns: 1fr; }
	.article-continuation__grid { grid-template-columns: 1fr; }
	.article-continuation__grid a { min-height: 0; padding-bottom: 3.2rem; border-left: 1px solid var(--line); }
	.article-table-cue:not([hidden]) { display: block; }
}
@media screen and (max-width: 600px) {
	.wp-content-area { padding-top: 3rem; }
	.wp-entry h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
	.article-meta { display: grid; gap: .35rem; }
	.article-meta span + span::before { display: none; }
	.article-overview { font-size: 1.08rem; }
	.not-found-opening { padding-block: 4rem; }
	.missing-route-visual__available { grid-template-columns: 1fr; }
	.missing-route-visual__available > span { grid-column: auto; }
	.not-found-routes__list a { grid-template-columns: 2.25rem minmax(0, 1fr) auto; gap: .75rem 1rem; align-items: start; padding-block: 1.35rem; }
	.not-found-routes__list small { grid-column: 2 / -1; }
}
@media (prefers-reduced-motion: reduce) {
	.missing-route-visual__turn { transform: none; }
	.article-progress span { transition: none; }
}
