.landing-hero { min-height: min(48rem, calc(100dvh - var(--nav-height))); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(22rem, .75fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); padding: clamp(4rem, 8vw, 7.5rem) 0; }
.home-landing .eyebrow, .jobs-hero .eyebrow, .candidate-shell .eyebrow, .auth-card .eyebrow { color: var(--color-brand-blue-deep); font-size: .78rem; line-height: 1.4; }
.landing-hero h1 { max-width: 11ch; margin: .8rem 0 1.5rem; font-size: clamp(4rem, 6.7vw, 7rem); }
.landing-hero h1 em { color: var(--color-brand-blue); font-style: normal; }
.hero h1 em, .candidate-shell h1 em, .auth-card h1 em { color: var(--color-brand-blue); font-style: normal; }
.hero-copy .intro { max-width: 52ch; font-size: clamp(1rem, 1.15vw, 1.22rem); line-height: 1.65; }
.home-landing .section-heading p, .home-landing .section-heading + p { font-size: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin-top: 2rem; }
.hero-actions .text-button { margin-left: .25rem; }
.hero-journeys { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 2.5rem; border-block: 1px solid var(--line); }
.hero-journey { position: relative; min-height: 9.5rem; display: flex; flex-direction: column; align-items: flex-start; padding: 1.5rem 3.25rem 1.5rem 0; color: var(--color-brand-blue-deep); text-decoration: none; transition: color var(--ease), background-color var(--ease); }
.hero-journey + .hero-journey { padding-left: 1.5rem; border-left: 1px solid var(--line); }
.hero-journey:hover { color: var(--color-brand-blue); background: color-mix(in srgb, var(--color-brand-blue-soft) 50%, transparent); }
.hero-journey:focus-visible { box-shadow: inset var(--focus); }
.hero-journey > span { color: var(--color-brand-blue); font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hero-journey > strong { margin-top: .55rem; font-size: clamp(1.3rem, 1.8vw, 1.65rem); line-height: 1.2; }
.hero-journey > small { margin-top: .5rem; color: var(--muted); font-size: .95rem; line-height: 1.55; }
.hero-journey > b { position: absolute; top: 1.4rem; right: 1rem; color: var(--color-brand-blue); font-size: 1.2rem; }
.hero-art { min-height: 29rem; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: clamp(1.2rem, 3vw, 2.2rem); border: 1px solid rgba(37,99,235,.12); border-radius: 4rem 1.25rem 4rem 1.25rem; background: var(--color-brand-blue-soft); color: var(--color-brand-blue-deep); box-shadow: 0 22px 60px rgba(16,42,86,.1); }
.hero-art svg { width: 100%; height: auto; }
.art-path { fill: none; stroke: var(--color-brand-blue); stroke-width: 16; stroke-linecap: round; }
.art-path-alt { stroke: var(--color-brand-blue-deep); stroke-width: 7; stroke-dasharray: 3 25; }
.art-orbit { fill: none; stroke: rgba(16,42,86,.14); stroke-width: 2; stroke-dasharray: 8 14; }
.art-profile circle:first-child { fill: #93c5fd; }
.art-profile circle:not(:first-child), .art-profile path { fill: none; stroke: var(--color-ink-deep); stroke-width: 8; }
.art-role rect { fill: #dbeafe; }
.art-role path, .art-role circle, .art-talk path, .art-talk circle, .art-calendar path, .art-calendar circle { fill: none; stroke: var(--color-ink-deep); stroke-width: 8; stroke-linecap: round; stroke-linejoin: round; }
.art-talk path { fill: var(--color-white); }
.art-talk circle { fill: var(--color-brand-blue); stroke: none; }
.art-calendar rect { fill: #bfdbfe; }
.hero-art p { display: flex; justify-content: space-between; gap: 1rem; margin: 0; padding-top: 1rem; border-top: 1px solid rgba(6,47,61,.15); }
.hero-art strong { font-family: var(--font-display); font-size: 1.25rem; }
.landing-metrics { display: flex; justify-content: center; gap: clamp(2rem, 7vw, 6rem); margin: 0 auto var(--space-7); padding: 1.5rem 0; border-block: 1px solid var(--line); }
.landing-metrics p { min-width: 15rem; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .9rem; margin: 0; }
.landing-metrics strong { color: var(--ink); font-family: var(--font-display); font-size: clamp(2rem, 3vw, 3.3rem); line-height: 1; }
.landing-metrics span { max-width: 14rem; color: var(--muted); font-size: .95rem; line-height: 1.4; }
.jobs-hero, .hero:not(.landing-hero) { display: grid; grid-template-columns: minmax(18rem, .72fr) minmax(30rem, 1.28fr); align-items: center; gap: clamp(2rem, 5vw, 6rem); padding-block: clamp(4rem, 7vw, 7rem); }
.jobs-hero h1, .hero h1 { margin: .75rem 0 1.2rem; font-size: clamp(3.2rem, 4.8vw, 5.4rem); }
.job-source-control { margin: 0 0 1.4rem; padding: 0; border: 0; }
.job-source-control legend { margin-bottom: .65rem; font-size: 1rem; font-weight: 750; }
.job-source-control > div { display: inline-flex; flex-wrap: wrap; gap: .35rem; padding: .3rem; border: 1px solid var(--line); border-radius: var(--radius-control); background: var(--soft); }
.job-source-control label { position: relative; margin: 0; cursor: pointer; }
.job-source-control input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.job-source-control span { min-height: 2.75rem; display: inline-flex; align-items: center; padding: .65rem 1rem; border-radius: calc(var(--radius-control) - 4px); color: var(--muted); font-size: 1rem; font-weight: 700; }
.job-source-control input:checked + span { background: var(--color-white); color: var(--color-brand-blue-deep); box-shadow: var(--shadow-sm); }
.job-source-control input:focus-visible + span { box-shadow: var(--focus); }
.search-card label { display: block; margin-bottom: .45rem; }
.search-row { gap: .6rem; }
.search-tools { align-items: center; margin-top: .55rem; }
.search-tools > span { color: var(--muted); font-size: .9rem; }
.welcome-grid { margin-block: var(--space-6) var(--space-8); border-block: 1px solid var(--line); }
.welcome-grid article { min-height: 9rem; padding: 1.75rem; border: 0; border-right: 1px solid var(--line); background: transparent; }
.welcome-grid article:last-child { border-right: 0; }
.welcome-grid h3 { margin: 0 0 .65rem; font-size: 1.2rem; }
.welcome-grid p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.6; }
.home-lower { margin-top: clamp(4rem, 8vw, 7rem); }
.journey-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding-block: clamp(3rem, 6vw, 5rem); border-block: 1px solid var(--line); }
.journey-split > div { padding-right: clamp(2rem, 6vw, 6rem); }
.journey-split > div + div { padding-right: 0; padding-left: clamp(2rem, 6vw, 6rem); border-left: 1px solid var(--line); }
.journey-split h2 { max-width: 15ch; margin-bottom: 1.25rem; font-size: clamp(2.25rem, 3.5vw, 3.8rem); }
.journey-split p { color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.journey-split .eyebrow { color: var(--color-brand-blue); }
.journey-split .primary-button, .journey-split .secondary-button { margin-top: 1.25rem; }
.home-landing > .value-section { margin-top: clamp(2.5rem, 5vw, 4.5rem); }
.value-section, .steps-section, .faq-section { margin-top: clamp(5rem, 10vw, 9rem); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 2.5rem; border-block: 1px solid var(--line); }
.value-grid article { min-height: 12rem; padding: 2rem clamp(1.25rem, 2.5vw, 2.25rem); border: 0; border-right: 1px solid var(--line); background: transparent; }
.value-grid article:last-child { border-right: 0; }
.value-grid h3 { margin: 0 0 .8rem; font-size: 1.25rem; letter-spacing: -.02em; }
.value-grid p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.steps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.steps-grid > div { padding: clamp(2rem, 4vw, 3.5rem); background: var(--color-brand-blue-soft); }
.steps-grid > div:last-child { background: var(--color-white); box-shadow: inset 0 0 0 1px var(--line); }
.steps-grid h3 { margin-bottom: 1.75rem; font-size: clamp(1.6rem, 2.2vw, 2.15rem); }
.steps-grid ol { display: block; margin: 0; padding-left: 1.5rem; }
.steps-grid li { display: list-item; padding: 0 0 1.5rem .5rem; border: 0; font-size: 1rem; }
.steps-grid li:last-child { padding-bottom: 0; }
.steps-grid li::marker { color: var(--color-brand-blue); font-weight: 800; }
.steps-grid li strong { display: block; margin-bottom: .3rem; font-size: 1.08rem; }
.steps-grid li p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.6; }
.faq-section { width: min(100%, 56rem); margin-inline: auto; }
.faq-grid { display: grid; gap: .35rem; }
.faq-grid details { padding: 1rem 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.faq-grid summary { cursor: pointer; font-weight: 700; }
.faq-grid summary { font-size: 1rem; }
.faq-grid p { color: var(--muted); font-size: 1rem; line-height: 1.65; }
.candidate-shell, .our-jobs-shell { width: min(100%, var(--content)); margin-inline: auto; padding-block: clamp(5rem, 9vw, 9rem); }
.candidate-shell > h1 { max-width: 13ch; }
.candidate-notice { max-width: 44rem; margin-top: var(--space-7); }
.public-job-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(19rem, 100%), 1fr)); gap: 1rem; margin-top: var(--space-7); }
.public-job-card { display: flex; flex-direction: column; align-items: flex-start; padding: 1.6rem; border: 0; border-radius: var(--radius-card); background: var(--card); box-shadow: var(--shadow-sm), inset 0 0 0 1px var(--line); }
.public-job-card h2 { font-size: 1.7rem; }
.public-job-card .primary-button { margin-top: auto; }
.results-section { margin-bottom: var(--space-8); }
.results-header { align-items: end; margin-bottom: var(--space-5); }
.results-header h2 { margin-bottom: .4rem; }
.jobs-table .source-badge { white-space: nowrap; color: var(--color-brand-blue-deep); background: var(--color-brand-blue-soft); }
.site-footer { width: auto; box-sizing: border-box; margin: clamp(5rem, 10vw, 9rem) calc(var(--gutter) * -1) 0; padding: clamp(3.5rem, 6vw, 5.5rem) var(--gutter); border: 0; border-radius: 0; background: var(--color-ink-deep); color: var(--color-white); }
.footer-inner { width: min(100%, var(--layout-public)); display: grid; grid-template-columns: minmax(15rem, 1.5fr) repeat(4, minmax(9rem, 1fr)); gap: clamp(2rem, 4vw, 5rem); margin-inline: auto; }
.site-footer .footer-intro { max-width: 25rem; }
.site-footer .brand { color: var(--color-white); }
.site-footer p, .site-footer span { margin: 0; color: rgba(255,255,255,.78); font-size: .9rem; line-height: 1.65; }
.site-footer nav, .footer-group { display: flex; align-items: flex-start; flex-direction: column; gap: .65rem; }
.site-footer strong { margin-bottom: .25rem; color: var(--color-white); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer a { color: rgba(255,255,255,.82); text-decoration: none; }
.site-footer a:hover { color: var(--color-white); text-decoration: underline; text-underline-offset: .25rem; }
.site-footer a:focus-visible { border-radius: 2px; box-shadow: 0 0 0 3px var(--color-ink-deep), 0 0 0 5px var(--color-mint); }
