:root {
  --ink: #111311;
  --ink-soft: #202520;
  --paper: #f3f1e8;
  --paper-bright: #fbfaf5;
  --lime: #d9ff63;
  --lime-deep: #b9e238;
  --violet: #b9a7ff;
  --coral: #ff8c70;
  --muted: #646a62;
  --line: rgba(17, 19, 17, .15);
  --white-line: rgba(255, 255, 255, .16);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
[hidden] { display: none !important; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; background: var(--lime); color: var(--ink); padding: 12px 18px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 15px clamp(20px, 4vw, 68px); color: white; border-bottom: 1px solid rgba(255,255,255,.11); transition: background .3s, min-height .3s, backdrop-filter .3s; }
.site-header.scrolled { min-height: 70px; background: rgba(17,19,17,.88); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; justify-self: start; }
.brand-mark { position: relative; width: 39px; height: 39px; display: block; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; }
.brand-mark i, .brand-mark b { position: absolute; display: block; background: var(--lime); }
.brand-mark i { width: 2px; height: 20px; left: 13px; top: 9px; box-shadow: 10px 0 0 var(--lime); }
.brand-mark b { width: 12px; height: 2px; left: 13px; top: 18px; }
.brand-name { color: white; font-size: 20px; font-weight: 850; letter-spacing: -.045em; }
.brand-name span { color: var(--lime); }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.66); font-size: 12px; font-weight: 700; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--lime); transition: right .2s; }
.desktop-nav a:hover { color: white; }
.desktop-nav a:hover::after { right: 0; }
.nav-cta { justify-self: end; display: inline-flex; align-items: center; gap: 20px; background: var(--lime); color: var(--ink); padding: 13px 16px 13px 18px; border-radius: 999px; text-decoration: none; font-size: 11px; font-weight: 850; transition: transform .2s, background .2s; }
.nav-cta:hover { transform: translateY(-2px); background: white; }
.nav-cta span { font-size: 17px; }

.hero { --mx: 72%; --my: 28%; position: relative; min-height: 850px; padding: 150px clamp(22px, 6vw, 100px) 95px; background: radial-gradient(circle at var(--mx) var(--my), rgba(185,167,255,.18), transparent 20%), radial-gradient(circle at 8% 90%, rgba(217,255,99,.12), transparent 29%), var(--ink); color: white; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(410px, .72fr); gap: clamp(55px, 7vw, 120px); align-items: center; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .52; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 87%); }
.hero-orbit { position: absolute; pointer-events: none; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.orbit-one { width: 650px; height: 650px; right: -275px; top: -260px; box-shadow: 0 0 0 65px rgba(255,255,255,.018), 0 0 0 130px rgba(255,255,255,.012); }
.orbit-two { width: 330px; height: 330px; left: -220px; bottom: -220px; box-shadow: 0 0 0 48px rgba(217,255,99,.025); }
.hero-copy { position: relative; z-index: 2; max-width: 860px; }
.eyebrow, .section-tag { display: flex; align-items: center; gap: 12px; margin: 0; text-transform: uppercase; letter-spacing: .19em; font-size: 9px; line-height: 1.4; font-weight: 850; }
.eyebrow > span { width: 34px; height: 2px; background: var(--lime); }
.hero h1, .intro h2, .section-heading h2, .process-copy h2, .apply-copy h2, .location-card h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; line-height: .96; }
.hero h1 { max-width: 880px; margin: 24px 0 31px; font-size: clamp(61px, 7.1vw, 111px); }
.hero h1 em { color: var(--lime); display: block; font-weight: 400; }
.audience-paths { max-width: 720px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 35px 0 0; }
.audience-card { position: relative; min-height: 128px; display: flex; flex-direction: column; justify-content: space-between; padding: 19px 54px 19px 20px; border-radius: 15px; text-decoration: none; overflow: hidden; transition: transform .25s, box-shadow .25s, background .25s; }
.audience-card::after { content: ""; position: absolute; width: 100px; height: 100px; right: -65px; bottom: -65px; border: 1px solid currentColor; border-radius: 50%; opacity: .18; transition: transform .3s; }
.audience-card:hover { transform: translateY(-4px); }
.audience-card:hover::after { transform: translate(-20px,-20px) scale(1.35); }
.audience-card > span { text-transform: uppercase; letter-spacing: .16em; font-size: 8px; font-weight: 850; opacity: .62; }
.audience-card strong { max-width: 245px; font-family: Georgia, serif; font-size: 19px; line-height: 1.18; font-weight: 400; letter-spacing: -.02em; }
.audience-card > b { position: absolute; right: 17px; top: 17px; font-size: 19px; }
.audience-company { background: var(--lime); color: var(--ink); box-shadow: 0 15px 40px rgba(217,255,99,.1); }
.audience-company:hover { background: white; box-shadow: 0 22px 55px rgba(217,255,99,.18); }
.audience-candidate { background: rgba(185,167,255,.14); color: white; border: 1px solid rgba(185,167,255,.34); }
.audience-candidate:hover { background: rgba(185,167,255,.22); box-shadow: 0 22px 55px rgba(0,0,0,.2); }
.audience-candidate > b { color: var(--violet); }
.hero-lede { max-width: 670px; margin: 28px 0 0; color: rgba(255,255,255,.62); font-size: clamp(15px, 1.25vw, 18px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 39px; }
.button { border: 0; min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; padding: 0 18px 0 23px; border-radius: 999px; font-size: 12px; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button-primary { background: var(--lime); color: var(--ink); min-width: 210px; box-shadow: 0 15px 40px rgba(217,255,99,.12); }
.button-primary:hover { transform: translateY(-3px); background: white; box-shadow: 0 18px 48px rgba(217,255,99,.2); }
.button-dark { background: var(--ink); color: white; }
.text-link { color: white; text-underline-offset: 7px; text-decoration-color: rgba(255,255,255,.25); font-size: 12px; font-weight: 750; }
.text-link span { color: var(--lime); margin-left: 6px; }
.hero-proof { display: flex; align-items: stretch; margin-top: 42px; border-top: 1px solid rgba(255,255,255,.14); max-width: 680px; }
.hero-proof div { min-width: 150px; padding: 20px 35px 0 0; margin-right: 35px; border-right: 1px solid rgba(255,255,255,.14); }
.hero-proof div:last-child { border: 0; }
.hero-proof strong { display: block; font-family: Georgia, serif; color: var(--lime); font-size: 25px; font-weight: 400; }
.hero-proof span { color: rgba(255,255,255,.48); text-transform: uppercase; letter-spacing: .13em; font-size: 8px; }
.hero-enter { opacity: 0; transform: translateY(24px); animation: heroIn .7s cubic-bezier(.2,.7,.2,1) forwards; }
.hero-enter:nth-child(2) { animation-delay: .09s; }
.hero-enter:nth-child(3) { animation-delay: .18s; }
.hero-enter:nth-child(4) { animation-delay: .27s; }
.hero-enter:nth-child(5) { animation-delay: .36s; }

.hero-signal { position: relative; z-index: 2; min-height: 530px; display: flex; flex-direction: column; justify-content: center; opacity: 0; animation: signalIn .9s .3s cubic-bezier(.2,.7,.2,1) forwards; }
.signal-card { position: relative; width: min(100%, 430px); padding: 27px; border-radius: 20px; backdrop-filter: blur(16px); }
.signal-card strong { display: block; max-width: 290px; font-family: Georgia, serif; font-size: 28px; line-height: 1.05; letter-spacing: -.035em; font-weight: 400; }
.signal-talent { align-self: flex-start; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); transform: rotate(-2deg); }
.signal-opportunity { align-self: flex-end; color: var(--ink); background: var(--lime); transform: rotate(2deg); box-shadow: 0 35px 90px rgba(0,0,0,.25); }
.signal-label { display: inline-block; margin-bottom: 34px; padding: 7px 9px; border: 1px solid currentColor; border-radius: 999px; text-transform: uppercase; letter-spacing: .16em; font-size: 8px; font-weight: 850; opacity: .62; }
.mini-profile { display: flex; align-items: center; gap: 12px; margin-top: 28px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.14); }
.mini-profile i { width: 36px; height: 36px; border-radius: 50%; background: var(--violet); box-shadow: inset 0 0 0 9px rgba(17,19,17,.13); }
.mini-profile span { display: flex; flex-direction: column; gap: 2px; }
.mini-profile b { font-size: 11px; }
.mini-profile small { color: rgba(255,255,255,.48); font-size: 9px; }
.signal-connector { width: 100%; height: 84px; position: relative; display: grid; place-items: center; }
.signal-connector::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: linear-gradient(var(--violet), var(--lime)); }
.signal-connector span { position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; background: white; border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 10px rgba(255,255,255,.08); animation: pulse 2s infinite; }
.signal-connector b { position: relative; z-index: 1; background: var(--ink); color: rgba(255,255,255,.56); padding: 6px 11px; text-transform: uppercase; letter-spacing: .17em; font-size: 7px; }
.role-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; padding-top: 17px; border-top: 1px solid rgba(17,19,17,.16); }
.role-tags span { padding: 7px 9px; background: rgba(17,19,17,.1); border-radius: 999px; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.discipline-ticker { overflow: hidden; background: var(--lime); border-bottom: 1px solid var(--ink); padding: 17px 0; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 25px; animation: ticker 35s linear infinite; }
.ticker-track span { font-family: Georgia, serif; font-size: 20px; font-style: italic; white-space: nowrap; }
.ticker-track i { width: 6px; height: 6px; background: var(--ink); border-radius: 50%; }
.discipline-ticker:hover .ticker-track { animation-play-state: paused; }

.section-pad { padding: 115px clamp(22px, 6vw, 100px); }
.section-tag { color: var(--muted); }
.section-tag span { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: 11px; letter-spacing: 0; }
.section-tag.light { color: rgba(255,255,255,.55); }
.employer-section { position: relative; background: radial-gradient(circle at 8% 18%, rgba(217,255,99,.15), transparent 28%), linear-gradient(145deg, #5c49b5, #2a2450 60%, #171a18); color: white; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(55px, 8vw, 135px); align-items: start; overflow: hidden; }
.employer-section::after { content: ""; position: absolute; width: 560px; height: 560px; left: -360px; bottom: -390px; border: 1px solid rgba(217,255,99,.15); border-radius: 50%; box-shadow: 0 0 0 65px rgba(217,255,99,.025), 0 0 0 130px rgba(217,255,99,.017); }
.employer-section > * { position: relative; z-index: 1; }
.employer-copy { position: sticky; top: 110px; padding-top: 20px; }
.employer-copy h2 { margin: 31px 0 25px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(53px, 5.5vw, 82px); font-weight: 400; letter-spacing: -.055em; line-height: .96; }
.employer-copy > p { max-width: 520px; color: rgba(255,255,255,.6); font-size: 16px; line-height: 1.75; }
.employer-benefits { list-style: none; max-width: 560px; padding: 0; margin: 47px 0 0; border-top: 1px solid rgba(255,255,255,.16); }
.employer-benefits li { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.employer-benefits li > span { color: var(--lime); font-family: Georgia, serif; font-size: 13px; }
.employer-benefits strong { display: block; margin-bottom: 6px; font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.employer-benefits p { margin: 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.6; }
.employer-form-card { background: var(--paper-bright); color: var(--ink); padding: clamp(28px, 4vw, 55px); border-radius: 25px; box-shadow: 0 40px 100px rgba(0,0,0,.25); }
.employer-form-head { margin-bottom: 31px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.employer-form-head > span { display: block; margin-bottom: 10px; color: #6a52c7; text-transform: uppercase; letter-spacing: .17em; font-size: 8px; font-weight: 850; }
.employer-form-head h2 { margin: 0 0 11px; font-family: Georgia, serif; font-size: clamp(36px, 3.7vw, 51px); line-height: 1; letter-spacing: -.045em; font-weight: 400; }
.employer-form-head p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.employer-form-card textarea { min-height: 145px; }
.company-success { padding-top: 42px; }
.intro { background: var(--paper-bright); display: grid; grid-template-columns: .45fr 1.55fr; gap: 60px; }
.intro-content { max-width: 1060px; }
.intro h2 { margin: 0; font-size: clamp(50px, 6.1vw, 92px); }
.intro h2 em { display: block; color: #6a52c7; font-weight: 400; }
.intro-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; margin: 55px 0 0 25%; }
.intro-copy > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.no-ai-note { display: flex; gap: 13px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink) !important; background: var(--paper); font-size: 12px !important; line-height: 1.55 !important; }
.no-ai-note span { color: #6a52c7; font-size: 18px; }

.career-section { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.4fr .55fr; gap: 80px; align-items: end; margin-bottom: 65px; }
.section-heading h2 { font-size: clamp(48px, 5.6vw, 84px); margin: 28px 0 0; }
.section-heading h2 em { color: #6a52c7; font-weight: 400; }
.section-heading > p { margin: 0 0 10px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.career-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.career-card { position: relative; min-height: 355px; display: flex; flex-direction: column; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: transform .25s, background .25s, color .25s, box-shadow .25s; }
.career-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -100px; bottom: -100px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transition: transform .35s; }
.career-card:hover { z-index: 2; color: white; background: var(--ink); transform: translateY(-6px); box-shadow: 0 22px 60px rgba(17,19,17,.17); }
.career-card:hover::after { transform: translate(-30px,-30px) scale(1.4); }
.card-index { align-self: flex-end; color: var(--muted); font-family: Georgia, serif; font-size: 12px; }
.career-card:hover .card-index { color: var(--lime); }
.career-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 38px 0 25px; border: 1px solid var(--line); border-radius: 50%; color: #6a52c7; font-family: Georgia, serif; font-size: 16px; }
.career-card:hover .career-icon { color: var(--lime); border-color: rgba(255,255,255,.23); }
.career-card h3 { margin: 0 0 13px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; letter-spacing: -.025em; }
.career-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.career-card:hover p { color: rgba(255,255,255,.55); }
.career-card a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; text-decoration: none; }
.career-card:hover a { border-color: rgba(255,255,255,.18); }
.career-card a span { color: #6a52c7; font-size: 18px; }
.career-card:hover a span { color: var(--lime); }

.process-section { background: var(--ink); color: white; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 9vw, 160px); }
.process-copy { align-self: start; position: sticky; top: 120px; }
.process-copy h2 { margin: 30px 0 24px; font-size: clamp(50px, 5vw, 74px); }
.process-copy > p { max-width: 430px; color: rgba(255,255,255,.52); line-height: 1.7; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 40px 0; border-top: 1px solid var(--white-line); }
.process-list li > span { width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid var(--lime); color: var(--lime); border-radius: 50%; font-family: Georgia, serif; }
.process-list h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 29px; font-weight: 400; letter-spacing: -.03em; }
.process-list p { margin: 0; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.75; }

.apply-section { background: linear-gradient(140deg, #d9ff63 0%, #e9ff9e 46%, #c8bbff 100%); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 130px); align-items: start; }
.apply-copy { position: sticky; top: 110px; padding-top: 20px; }
.apply-copy h2 { margin: 32px 0 25px; font-size: clamp(58px, 6.5vw, 96px); }
.apply-copy > p { max-width: 480px; font-size: 17px; line-height: 1.7; }
.privacy-promise { display: grid; grid-template-columns: 36px 1fr; gap: 15px; max-width: 490px; margin-top: 45px; padding-top: 28px; border-top: 1px solid rgba(17,19,17,.2); }
.privacy-promise > span { width: 33px; height: 33px; display: grid; place-items: center; background: var(--ink); color: var(--lime); border-radius: 50%; }
.privacy-promise strong { font-size: 13px; }
.privacy-promise p { margin: 8px 0 0; color: rgba(17,19,17,.62); font-size: 11px; line-height: 1.65; }
.form-card { background: var(--paper-bright); padding: clamp(25px, 4vw, 55px); border-radius: 26px; box-shadow: 0 35px 90px rgba(17,19,17,.2); }
.form-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; margin-bottom: 34px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.form-head span { display: block; margin-bottom: 8px; color: #6a52c7; text-transform: uppercase; letter-spacing: .16em; font-size: 8px; font-weight: 850; }
.form-head h2 { margin: 0; font-family: Georgia, serif; font-size: 38px; font-weight: 400; letter-spacing: -.04em; }
.form-head > b { padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 7px; }
.form-grid { display: grid; gap: 13px; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
form > label, .form-grid label { display: block; margin-bottom: 15px; text-transform: uppercase; letter-spacing: .09em; font-size: 9px; font-weight: 850; }
.optional { color: var(--muted); float: right; font-weight: 600; letter-spacing: 0; text-transform: none; }
input:not([type="checkbox"]):not([type="file"]), select, textarea { width: 100%; margin-top: 7px; padding: 14px 15px; border: 1px solid #d1d2ca; border-radius: 10px; background: white; color: var(--ink); outline: none; text-transform: none; letter-spacing: 0; font-size: 14px; font-weight: 500; transition: border-color .2s, box-shadow .2s; }
textarea { resize: vertical; min-height: 92px; }
input:focus, select:focus, textarea:focus { border-color: #755de0; box-shadow: 0 0 0 3px rgba(117,93,224,.13); }
.upload-field { margin: 8px 0 20px; }
.upload-title { display: flex; justify-content: space-between; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .09em; font-size: 9px; font-weight: 850; }
.upload-title b { color: #755de0; font-size: 8px; }
.upload-zone { position: relative; min-height: 105px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 15px; padding: 17px; border: 1px dashed #aaa9a2; border-radius: 13px; background: #f5f3eb; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.upload-zone:hover, .upload-zone.dragover { border-color: #755de0; background: #f0edff; transform: translateY(-2px); }
.upload-zone input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.upload-icon { width: 43px; height: 43px; display: grid; place-items: center; background: var(--ink); color: var(--lime); border-radius: 50%; font-size: 20px; }
.upload-zone > span:nth-child(3) { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.upload-zone strong { font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.upload-zone small { color: var(--muted); font-size: 9px; }
.upload-zone > b { padding: 9px 11px; border: 1px solid var(--line); border-radius: 999px; text-transform: uppercase; letter-spacing: .08em; font-size: 8px; }
.notice-at-collection { margin: 22px 0; padding: 16px; border-left: 3px solid #755de0; background: #f0edff; }
.notice-at-collection strong { font-size: 11px; }
.notice-at-collection p { margin: 6px 0 0; color: #55545d; font-size: 9px; line-height: 1.6; }
.notice-at-collection button, .check-row button { border: 0; background: transparent; padding: 0; color: #5a42c2; text-decoration: underline; text-underline-offset: 2px; cursor: pointer; }
.check-row { display: grid !important; grid-template-columns: 17px 1fr; gap: 10px; align-items: start; margin-bottom: 13px !important; color: #555b54; text-transform: none !important; letter-spacing: 0 !important; font-size: 9px !important; line-height: 1.55; font-weight: 500 !important; }
.check-row input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: #755de0; }
.optional-check { padding-top: 13px; border-top: 1px solid var(--line); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.submit-button { width: 100%; min-height: 62px; margin-top: 10px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 11px; background: var(--ink); color: white; padding: 0 0 0 22px; font-weight: 850; cursor: pointer; box-shadow: 0 14px 32px rgba(17,19,17,.18); transition: transform .2s, box-shadow .2s; }
.submit-button:hover { transform: translateY(-2px); box-shadow: 0 19px 42px rgba(17,19,17,.25); }
.submit-button:disabled { opacity: .65; cursor: wait; transform: none; }
.submit-button b { width: 61px; align-self: stretch; display: grid; place-items: center; border-left: 1px solid rgba(255,255,255,.18); color: var(--lime); font-size: 20px; }
.form-note { text-align: center; color: var(--muted); font-size: 8px; line-height: 1.5; }
.form-error { margin: 14px 0; padding: 13px; border-radius: 9px; background: #ffe4dc; color: #8a2a16; font-size: 11px; line-height: 1.5; }
.success-panel { text-align: center; padding: 60px 20px 45px; }
.success-mark { width: 70px; height: 70px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-size: 30px; }
.success-panel h3 { margin: 0; font-family: Georgia, serif; font-size: 45px; font-weight: 400; letter-spacing: -.04em; }
.success-panel p { max-width: 500px; margin: 17px auto 27px; color: var(--muted); line-height: 1.7; }

.location-section { background: var(--paper-bright); }
.location-card { position: relative; overflow: hidden; min-height: 400px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; padding: clamp(35px, 6vw, 85px); border-radius: 26px; background: radial-gradient(circle at 80% 25%, rgba(185,167,255,.24), transparent 26%), var(--ink-soft); color: white; }
.location-card::before { content: ""; position: absolute; width: 470px; height: 470px; border: 1px solid rgba(217,255,99,.18); border-radius: 50%; right: -230px; top: -240px; box-shadow: 0 0 0 55px rgba(217,255,99,.025), 0 0 0 110px rgba(217,255,99,.018); }
.location-card > * { position: relative; z-index: 1; }
.location-card h2 { max-width: 720px; margin: 28px 0 0; font-size: clamp(55px, 6vw, 88px); }
.location-card address { justify-self: end; min-width: 330px; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 17px; background: rgba(255,255,255,.07); backdrop-filter: blur(12px); font-style: normal; }
.location-card address > span { display: block; margin-bottom: 18px; color: var(--lime); text-transform: uppercase; letter-spacing: .15em; font-size: 8px; font-weight: 850; }
.location-card address strong { display: block; font-family: Georgia, serif; font-size: 22px; line-height: 1.45; font-weight: 400; }
.location-card address a { display: flex; justify-content: space-between; margin-top: 25px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.65); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; text-decoration: none; }
.location-card address a span { color: var(--lime); font-size: 17px; }

footer { padding: 60px clamp(22px, 5vw, 80px) 28px; background: var(--ink); color: white; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 44px; border-bottom: 1px solid var(--white-line); }
.footer-brand { color: white; }
.footer-main > p { justify-self: center; font-family: Georgia, serif; color: rgba(255,255,255,.55); font-size: 17px; font-style: italic; }
.footer-apply { justify-self: end; color: var(--lime); font-size: 11px; font-weight: 850; text-underline-offset: 5px; }
.footer-apply span { margin-left: 8px; }
.eeo-copy { padding: 27px 0; border-bottom: 1px solid var(--white-line); }
.eeo-copy p { max-width: 1200px; margin: 0 auto; color: rgba(255,255,255,.4); text-align: center; font-size: 9px; line-height: 1.7; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 25px; align-items: center; padding-top: 25px; color: rgba(255,255,255,.42); font-size: 9px; }
.footer-bottom nav { display: flex; gap: 17px; flex-wrap: wrap; justify-content: center; }
.footer-bottom button { border: 0; background: transparent; color: inherit; padding: 0; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.footer-bottom > span:last-child { text-align: right; }

.cookie-banner { position: fixed; z-index: 90; left: 18px; right: 18px; bottom: 18px; max-width: 1050px; margin: auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(17,19,17,.96); color: white; box-shadow: 0 22px 80px rgba(0,0,0,.3); backdrop-filter: blur(16px); }
.cookie-banner strong { display: block; margin-bottom: 5px; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.cookie-banner p { margin: 0; color: rgba(255,255,255,.53); font-size: 10px; line-height: 1.55; }
.cookie-banner p button { border: 0; background: transparent; color: var(--lime); padding: 0; text-decoration: underline; cursor: pointer; }
.cookie-actions { display: flex; gap: 9px; }
.cookie-actions button { min-height: 43px; padding: 0 17px; border-radius: 999px; font-size: 10px; font-weight: 850; cursor: pointer; }
.cookie-reject { border: 1px solid rgba(255,255,255,.24); color: white; background: transparent; }
.cookie-accept { border: 1px solid var(--lime); background: var(--lime); color: var(--ink); }

.legal-dialog { width: min(780px, calc(100vw - 30px)); max-height: calc(100vh - 30px); padding: 0; border: 0; border-radius: 18px; background: var(--paper-bright); color: var(--ink); box-shadow: 0 40px 120px rgba(0,0,0,.45); }
.legal-dialog::backdrop { background: rgba(10,12,10,.8); backdrop-filter: blur(5px); }
.dialog-head { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 25px; background: var(--ink); color: white; }
.dialog-head span { display: block; margin-bottom: 4px; color: var(--lime); text-transform: uppercase; letter-spacing: .16em; font-size: 7px; font-weight: 850; }
.dialog-head h2 { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.dialog-head button { border: 0; background: transparent; color: white; font-size: 31px; cursor: pointer; }
.dialog-body { padding: 27px 30px 42px; }
.dialog-body .effective { color: #6a52c7; text-transform: uppercase; letter-spacing: .13em; font-size: 8px; font-weight: 850; }
.dialog-body h3 { margin: 26px 0 8px; font-family: Georgia, serif; font-size: 21px; font-weight: 400; letter-spacing: -.02em; }
.dialog-body p { color: #545a53; font-size: 12px; line-height: 1.72; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes heroIn { to { opacity: 1; transform: translateY(0); } }
@keyframes signalIn { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }
@keyframes pulse { 50% { box-shadow: 0 0 0 18px rgba(255,255,255,0); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 1120px) {
  .hero { grid-template-columns: 1fr; padding-top: 140px; }
  .hero-copy { max-width: 900px; }
  .hero-signal { width: min(100%, 720px); min-height: 470px; margin: auto; }
  .career-grid { grid-template-columns: repeat(2, 1fr); }
  .employer-section { grid-template-columns: 1fr; }
  .employer-copy { position: static; max-width: 850px; }
  .apply-section { grid-template-columns: 1fr; }
  .apply-copy { position: static; max-width: 800px; }
}

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { min-height: auto; }
  .intro { grid-template-columns: 1fr; }
  .intro-copy { margin-left: 0; }
  .process-section { grid-template-columns: 1fr; }
  .process-copy { position: static; }
  .location-card { grid-template-columns: 1fr; }
  .location-card address { justify-self: stretch; min-width: 0; }
}

@media (max-width: 620px) {
  .site-header { min-height: 70px; padding: 11px 16px; }
  .brand-mark { width: 35px; height: 35px; }
  .brand-mark i { left: 11px; top: 7px; }
  .brand-mark b { left: 11px; top: 16px; }
  .brand-name { font-size: 17px; }
  .nav-cta { padding: 12px 13px; font-size: 0; gap: 0; }
  .nav-cta span { font-size: 18px; }
  .hero { padding: 118px 18px 70px; gap: 45px; }
  .hero h1 { font-size: clamp(53px, 16vw, 77px); }
  .hero-lede { font-size: 16px; }
  .audience-paths { grid-template-columns: 1fr; }
  .audience-card { min-height: 111px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { margin-top: 45px; }
  .hero-proof div { min-width: 0; flex: 1; padding-right: 11px; margin-right: 11px; }
  .hero-proof strong { font-size: 21px; }
  .hero-proof span { font-size: 6.5px; }
  .hero-signal { min-height: 430px; }
  .signal-card { padding: 22px; }
  .signal-card strong { font-size: 24px; }
  .section-pad { padding: 78px 18px; }
  .employer-copy h2 { font-size: clamp(47px, 13vw, 66px); }
  .employer-form-card { padding: 28px 17px; border-radius: 18px; }
  .intro h2, .section-heading h2, .process-copy h2, .apply-copy h2, .location-card h2 { font-size: clamp(47px, 13vw, 66px); }
  .intro-copy { grid-template-columns: 1fr; gap: 24px; margin-top: 35px; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 40px; }
  .career-grid { grid-template-columns: 1fr; }
  .career-card { min-height: 315px; }
  .process-list li { grid-template-columns: 53px 1fr; gap: 15px; }
  .process-list h3 { font-size: 24px; }
  .form-card { padding: 28px 17px; border-radius: 18px; }
  .form-grid.two { grid-template-columns: 1fr; gap: 0; }
  .upload-zone { grid-template-columns: 43px 1fr; }
  .upload-zone > b { display: none; }
  .location-card { padding: 35px 20px; border-radius: 18px; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .footer-brand, .footer-main > p, .footer-apply { justify-self: center; margin: 0; }
  .footer-bottom { grid-template-columns: 1fr; text-align: center; }
  .footer-bottom > span:last-child { text-align: center; }
  .cookie-banner { left: 9px; right: 9px; bottom: 9px; grid-template-columns: 1fr; gap: 15px; padding: 17px; }
  .cookie-actions { width: 100%; }
  .cookie-actions button { flex: 1; }
  .dialog-body { padding: 23px 20px 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .hero-enter, .hero-signal { opacity: 1; transform: none; }
}
