:root {
  --navy: #071a33;
  --navy-2: #0c294e;
  --blue: #1d5fd1;
  --blue-2: #2d73e3;
  --gold: #d7a84a;
  --gold-dark: #b98527;
  --ink: #10233f;
  --muted: #5b6b80;
  --line: #dfe7f2;
  --mist: #f4f7fb;
  --white: #fff;
  --shadow: 0 18px 50px rgba(7, 26, 51, .11);
  --shadow-sm: 0 9px 28px rgba(7, 26, 51, .08);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--white); font-family: var(--font); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(215, 168, 74, .75); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 1000; top: -80px; left: 18px; padding: 12px 18px; background: var(--gold); color: var(--navy); font-weight: 800; border-radius: 0 0 10px 10px; }
.skip-link:focus { top: 0; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.section-mist { background: var(--mist); }
.section-navy { color: var(--white); background: var(--navy); }
.section-blue { color: var(--white); background: linear-gradient(135deg, var(--navy), var(--blue)); }
.grid { display: grid; gap: 28px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); }
.section-navy .eyebrow, .section-blue .eyebrow, .page-hero .eyebrow { color: #9fc2ff; }
h1, h2, h3, h4 { margin: 0 0 16px; color: var(--navy); line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.65rem, 5.7vw, 5.3rem); }
h2 { font-size: clamp(2.1rem, 4vw, 3.55rem); }
h3 { font-size: 1.28rem; }
p { margin: 0 0 18px; }
.section-navy h1, .section-navy h2, .section-navy h3, .section-blue h1, .section-blue h2, .section-blue h3, .page-hero h1 { color: var(--white); }
.lede { color: var(--muted); font-size: clamp(1.04rem, 1.5vw, 1.22rem); line-height: 1.75; }
.section-navy .lede, .section-blue .lede, .page-hero .lede { color: #cedcf0; }
.section-head { max-width: 760px; margin-bottom: 48px; }
.section-head.center { margin-right: auto; margin-left: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.kicker { color: var(--gold-dark); font-weight: 800; }
.fine-print { color: var(--muted); font-size: .84rem; }
.section-navy .fine-print, .section-blue .fine-print { color: #b9c8dc; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.actions-center { justify-content: center; }
.mt-28 { margin-top: 28px; }
.mt-30 { margin-top: 30px; }
.text-center { text-align: center; }
.mx-auto { margin-right: auto; margin-left: auto; }
.error-page { display: grid; min-height: 100vh; place-items: center; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--blue); box-shadow: 0 10px 24px rgba(29, 95, 209, .25); }
.btn-primary:hover { background: var(--blue-2); }
.btn-gold { color: var(--navy); background: var(--gold); box-shadow: 0 10px 24px rgba(215, 168, 74, .24); }
.btn-gold:hover { background: #e4b85f; }
.btn-outline { color: var(--navy); border-color: #b9c6d8; background: white; }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.section-navy .btn-outline, .section-blue .btn-outline, .page-hero .btn-outline { color: white; border-color: rgba(255,255,255,.45); background: transparent; }
.text-link { color: var(--blue); font-weight: 800; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.announcement { padding: 8px 18px; color: #e8f0fc; background: var(--navy); text-align: center; font-size: .78rem; letter-spacing: .02em; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(7,26,51,.08); backdrop-filter: blur(12px); }
.nav-wrap { display: flex; min-height: 78px; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { display: grid; width: 43px; height: 43px; place-items: center; color: white; background: linear-gradient(145deg, var(--navy), var(--blue)); border-radius: 13px; box-shadow: 0 8px 22px rgba(7,26,51,.18); font-family: var(--serif); font-size: 1.23rem; font-weight: 800; }
.brand-logo { width: 58px; height: 58px; flex: 0 0 auto; object-fit: contain; border-radius: 50%; background: white; }
.brand-logo-footer { width: 72px; height: 72px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { color: var(--navy); font-size: 1rem; font-weight: 900; }
.brand-tagline { margin-top: 4px; color: var(--muted); font-size: .62rem; letter-spacing: .04em; }
.site-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.site-nav > a { padding: 9px 10px; border-radius: 9px; color: #30435f; font-size: .83rem; font-weight: 720; }
.site-nav > a:hover, .site-nav > a[aria-current="page"] { color: var(--blue); background: #edf4ff; }
.nav-actions { display: flex; gap: 10px; }
.nav-actions .btn { min-height: 42px; padding: 9px 15px; font-size: .8rem; }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; padding: 0; border: 0; border-radius: 11px; background: var(--mist); }
.menu-toggle span { display: block; width: 21px; height: 2px; margin: 4px auto; background: var(--navy); transition: transform .2s, opacity .2s; }

.hero { position: relative; overflow: hidden; color: white; background: var(--navy); }
.hero::after { position: absolute; content: ""; width: 600px; height: 600px; right: -260px; bottom: -360px; border: 90px solid rgba(215,168,74,.08); border-radius: 50%; }
.hero-grid { display: grid; min-height: 680px; grid-template-columns: 1.05fr .95fr; align-items: stretch; }
.hero-copy { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: 92px 64px 92px 0; }
.hero-copy h1 { color: white; max-width: 760px; }
.hero-copy .lede { max-width: 680px; }
.hero-media { position: relative; min-height: 560px; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, var(--navy) 0, rgba(7,26,51,.08) 35%, transparent 80%); }
.trust-statement { display: flex; align-items: center; gap: 11px; margin-top: 28px; color: #dbe7f7; font-size: .88rem; font-weight: 700; }
.trust-statement::before { content: "✓"; display: grid; width: 24px; height: 24px; place-items: center; color: var(--navy); background: var(--gold); border-radius: 50%; }
.trust-bar { position: relative; z-index: 5; border-bottom: 1px solid var(--line); background: white; }
.trust-list { display: grid; grid-template-columns: repeat(5, 1fr); }
.trust-list span { display: flex; min-height: 80px; align-items: center; justify-content: center; gap: 9px; padding: 18px 10px; color: var(--navy); text-align: center; font-size: .78rem; font-weight: 800; }
.trust-list span::before { content: "◆"; color: var(--gold); font-size: .72rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split.align-start { align-items: start; }
.split.reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { width: 100%; min-height: 480px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-media::before { position: absolute; z-index: -1; content: ""; width: 58%; height: 58%; right: -18px; bottom: -18px; border-radius: var(--radius); background: var(--gold); opacity: .26; }
.content-list { display: grid; gap: 11px; padding: 0; margin: 24px 0; list-style: none; }
.content-list li { position: relative; padding-left: 30px; }
.content-list li::before { position: absolute; left: 0; content: "✓"; color: var(--blue); font-weight: 900; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-icon { display: grid; width: 48px; height: 48px; margin-bottom: 20px; place-items: center; color: white; background: var(--blue); border-radius: 14px; font-size: .77rem; font-weight: 900; letter-spacing: .05em; }
.card p { color: var(--muted); font-size: .94rem; }
.industry-card { position: relative; overflow: hidden; min-height: 250px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; box-shadow: var(--shadow-sm); }
.industry-card::after { position: absolute; content: ""; width: 120px; height: 120px; right: -65px; bottom: -65px; border: 24px solid rgba(29,95,209,.08); border-radius: 50%; }
.industry-card p { color: var(--muted); font-size: .9rem; }
.process { counter-reset: steps; }
.process-card { position: relative; padding: 32px 26px; border-top: 3px solid var(--gold); background: rgba(255,255,255,.06); border-radius: 0 0 var(--radius-sm) var(--radius-sm); }
.process-card::before { counter-increment: steps; content: "0" counter(steps); display: block; margin-bottom: 22px; color: var(--gold); font-family: var(--serif); font-size: 2.5rem; line-height: 1; }
.process-card p { color: #becde0; font-size: .9rem; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 28px; padding: 0; list-style: none; }
.check-grid li { position: relative; padding: 14px 14px 14px 46px; border-bottom: 1px solid var(--line); }
.check-grid li::before { position: absolute; top: 13px; left: 10px; content: "✓"; color: var(--blue); font-weight: 900; }
.cta-panel { position: relative; overflow: hidden; padding: clamp(42px, 7vw, 78px); border-radius: 28px; background: linear-gradient(135deg, var(--navy), var(--blue)); color: white; }
.cta-panel::after { position: absolute; content: ""; width: 330px; height: 330px; right: -110px; bottom: -190px; border: 55px solid rgba(215,168,74,.22); border-radius: 50%; }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { color: white; max-width: 760px; }
.cta-panel p { max-width: 720px; color: #d8e5f7; }

.jobs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.job-card { display: flex; flex-direction: column; min-height: 100%; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; box-shadow: var(--shadow-sm); }
.job-label { display: inline-flex; align-self: flex-start; padding: 5px 9px; color: var(--blue); background: #eaf2ff; border-radius: 999px; font-size: .68rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.job-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.job-label-new { color: #704900; background: #fff0c7; }
.job-card h3 { margin-top: 17px; }
.job-meta { display: flex; flex-wrap: wrap; gap: 6px 12px; margin-bottom: 14px; color: var(--muted); font-size: .79rem; }
.job-card p { color: var(--muted); font-size: .9rem; }
.job-card .actions { margin-top: auto; padding-top: 16px; }
.job-card .btn { min-height: 42px; padding: 8px 15px; font-size: .78rem; }
.job-save-card { min-height: 42px; padding: 8px 12px; border: 0; color: var(--blue); background: transparent; font-size: .78rem; font-weight: 800; }
.jobs-pagination { display: flex; justify-content: center; gap: 9px; margin-top: 34px; }
.jobs-pagination button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 10px; color: var(--navy); background: white; font-weight: 800; }
.jobs-pagination button[aria-current="page"] { color: white; border-color: var(--blue); background: var(--blue); }
.jobs-toolbar { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 14px; margin-bottom: 28px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; box-shadow: var(--shadow-sm); }
.empty-state { display: none; padding: 48px 24px; border: 1px dashed #aebdd1; border-radius: var(--radius-sm); background: var(--mist); text-align: center; }

.founder-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; }
.founder-photo { position: relative; }
.founder-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 20%; border-radius: var(--radius); box-shadow: var(--shadow); }
.founder-photo::after { position: absolute; z-index: -1; content: ""; width: 72%; height: 72%; right: -18px; bottom: -18px; background: #e4edf9; border-radius: var(--radius); }
.founder-role { color: var(--blue); font-weight: 800; }
.testimonial-placeholder { padding: 30px; border: 1px dashed #9aabc1; border-radius: var(--radius-sm); color: var(--muted); background: var(--mist); text-align: center; }

.page-hero { position: relative; overflow: hidden; padding: 92px 0; color: white; background: linear-gradient(135deg, var(--navy), #0c376d); }
.page-hero::after { position: absolute; content: ""; width: 420px; height: 420px; right: -80px; top: -250px; border: 70px solid rgba(215,168,74,.16); border-radius: 50%; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.5rem, 5vw, 4.6rem); }
.page-hero .lede { max-width: 760px; }
.breadcrumbs { margin-bottom: 20px; color: #b8cae1; font-size: .8rem; }
.breadcrumbs a:hover { color: white; }
.value-card { padding: 28px; border-left: 3px solid var(--gold); background: white; box-shadow: var(--shadow-sm); }
.role-list { columns: 2; column-gap: 36px; padding-left: 20px; color: var(--muted); }
.role-list li { margin-bottom: 8px; break-inside: avoid; }
.industry-feature { display: grid; grid-template-columns: .72fr 1.28fr; gap: 40px; align-items: start; padding: 38px 0; border-bottom: 1px solid var(--line); }
.industry-feature:last-child { border-bottom: 0; }
.industry-feature .card-icon { margin: 0; }

.form-card { padding: clamp(28px, 5vw, 48px); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label, .field legend { color: var(--navy); font-size: .86rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #b8c5d7; border-radius: 10px; color: var(--ink); background: white; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); outline: 3px solid rgba(29,95,209,.12); }
.field input[type="file"] { padding: 10px; background: var(--mist); }
.check-field { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; }
.check-field input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--blue); }
.check-field label { color: var(--muted); font-size: .8rem; }
.optional-label { color: var(--blue); font-size: .72em; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.sms-disclosure { margin-top: 26px; padding: 22px; border: 1px solid #c8d7eb; border-left: 4px solid var(--gold); border-radius: 12px; background: #f7faff; }
.sms-disclosure h3 { margin-bottom: 12px; font-size: 1rem; letter-spacing: 0; }
.sms-disclosure p { margin-bottom: 7px; color: #43556f; font-size: .82rem; line-height: 1.58; }
.sms-disclosure p:last-child { margin-bottom: 0; }
.sms-disclosure a { color: var(--blue); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.sms-opt-in { margin-top: 20px; padding: 16px; border-radius: 10px; background: var(--mist); }
.sms-opt-in[hidden] { display: none; }
.sms-opt-in label { color: var(--ink); font-size: .86rem; }
.privacy-ack { margin-top: 20px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-status { display: none; margin-top: 18px; padding: 14px 16px; border-radius: 10px; font-weight: 750; }
.form-status.success { display: block; color: #0a5b35; background: #e7f7ef; }
.form-status.error { display: block; color: #8b1e2d; background: #fdebed; }
.contact-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: -40px; position: relative; z-index: 2; }
.contact-option { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; box-shadow: var(--shadow-sm); }
.contact-option span { color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.contact-option h3 { margin-top: 12px; }
.contact-option p { color: var(--muted); font-size: .88rem; }
.contact-details { display: grid; gap: 14px; padding: 0; list-style: none; }
.contact-details li { padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.contact-details strong { display: block; color: var(--navy); }

.legal { max-width: 860px; }
.legal h2 { margin-top: 44px; font-size: 2rem; }
.legal h3 { margin-top: 28px; }
.legal p, .legal li { color: #41536d; }
.legal a { color: var(--blue); text-decoration: underline; }
.legal-note { padding: 20px; border-left: 4px solid var(--gold); background: #fff8e9; }

.modal { position: fixed; z-index: 500; inset: 0; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(3,15,31,.72); }
.modal.open { display: flex; }
.modal-dialog { position: relative; width: min(820px, 100%); max-height: 90vh; overflow-y: auto; padding: 34px; border-radius: var(--radius); background: white; box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.modal-close { position: absolute; top: 16px; right: 16px; display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; color: var(--navy); background: var(--mist); font-size: 1.35rem; }
.job-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 24px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.job-detail-grid div { font-size: .88rem; }
.job-detail-grid strong { display: block; color: var(--navy); }
.modal-content h3 { margin-top: 26px; }
.modal-content ul { color: var(--muted); }
.job-page-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; align-items: start; }
.job-page-main h2 { margin-top: 38px; font-size: 1.75rem; }
.job-page-main ul { color: var(--muted); }
.job-page-aside { position: sticky; top: 128px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; box-shadow: var(--shadow-sm); }
.job-page-aside .btn { width: 100%; margin-bottom: 10px; }
.share-status { min-height: 24px; color: var(--muted); font-size: .78rem; }
.related-jobs { display: grid; gap: 14px; }
.related-job { padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.related-job h3 { font-size: 1rem; }
.confidential-notice { margin-top: 38px; padding: 24px; border: 1px solid #cad8eb; border-left: 4px solid var(--gold); border-radius: 12px; background: #f7faff; }
.confidential-notice h2 { margin-top: 0; font-size: 1.3rem; }

.cookie-banner { position: fixed; z-index: 400; right: 18px; bottom: 18px; display: none; width: min(430px, calc(100% - 36px)); padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-sm); color: white; background: var(--navy); box-shadow: 0 20px 70px rgba(0,0,0,.3); }
.cookie-banner.show { display: block; }
.cookie-banner p { color: #d0dced; font-size: .85rem; }
.cookie-banner a { color: var(--gold); text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; }
.cookie-actions .btn { min-height: 40px; padding: 8px 14px; font-size: .78rem; }
.back-to-top { position: fixed; z-index: 200; right: 22px; bottom: 22px; display: grid; width: 47px; height: 47px; place-items: center; border: 0; border-radius: 50%; color: white; background: var(--blue); box-shadow: var(--shadow-sm); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }
.back-to-top.visible { opacity: 1; pointer-events: auto; }
.cookie-banner.show ~ .back-to-top { bottom: 210px; }

.site-footer { color: #c8d6e8; background: #051427; }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 48px; padding: 76px 0 52px; }
.footer-brand .brand-name { color: white; }
.footer-brand .brand-tagline { color: #96a9c1; }
.footer-brand p { max-width: 330px; margin-top: 20px; color: #aebed2; font-size: .9rem; }
.footer-column h3 { color: white; font-size: .82rem; letter-spacing: .09em; text-transform: uppercase; }
.footer-column a { display: block; margin: 8px 0; color: #aebed2; font-size: .88rem; }
.footer-column a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); color: #8fa3bd; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
  .site-nav, .nav-actions { display: none; }
  .menu-toggle { display: block; }
  .site-nav.open { position: fixed; inset: 118px 18px auto; display: flex; max-height: calc(100vh - 140px); overflow-y: auto; flex-direction: column; align-items: stretch; gap: 3px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; box-shadow: var(--shadow); }
  .site-nav.open > a { padding: 13px; }
  .site-nav.open .mobile-only { display: inline-flex; margin-top: 8px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 84px 0 50px; }
  .hero-media { min-height: 430px; }
  .hero-media::after { background: linear-gradient(180deg, var(--navy), transparent 45%); }
  .trust-list { grid-template-columns: repeat(3, 1fr); }
  .grid-4, .contact-options { grid-template-columns: repeat(2, 1fr); }
  .jobs-grid { grid-template-columns: repeat(2, 1fr); }
  .jobs-toolbar { grid-template-columns: repeat(2, 1fr); }
  .split.align-start { grid-template-columns: 1fr; }
  .job-page-layout { grid-template-columns: 1fr; }
  .job-page-aside { position: static; }
}

@media (min-width: 1081px) { .mobile-only { display: none !important; } }

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 72px 0; }
  .section-sm { padding: 50px 0; }
  .brand-tagline { display: none; }
  .brand-logo { width: 48px; height: 48px; }
  .announcement { font-size: .7rem; }
  .nav-wrap { min-height: 68px; }
  .site-nav.open { top: 104px; }
  .hero-grid { min-height: auto; }
  .hero-copy { padding-top: 68px; }
  .hero-media { min-height: 330px; }
  .trust-list { grid-template-columns: 1fr 1fr; }
  .trust-list span { min-height: 66px; padding: 12px 8px; }
  .grid-2, .grid-3, .grid-4, .split, .founder-card, .footer-top, .form-grid, .contact-options { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: initial; }
  .split { gap: 40px; }
  .split-media img { min-height: 330px; }
  .jobs-grid, .jobs-toolbar { grid-template-columns: 1fr; }
  .check-grid { grid-template-columns: 1fr; }
  .founder-card { gap: 38px; }
  .contact-options { margin-top: -24px; }
  .field.full { grid-column: auto; }
  .industry-feature { grid-template-columns: 1fr; gap: 18px; }
  .role-list { columns: 1; }
  .footer-top { gap: 30px; padding-top: 58px; }
  .footer-bottom { flex-direction: column; }
  .modal-dialog { padding: 28px 20px; }
  .job-detail-grid { grid-template-columns: 1fr; }
}
