:root {
  --ink: #101215;
  --ink-soft: #1b2027;
  --navy: #082c56;
  --blue: #0d4b86;
  --orange: #ff7417;
  --orange-2: #ff9a47;
  --cream: #f5f1e9;
  --paper: #fffdf8;
  --line: rgba(16, 18, 21, 0.13);
  --muted: #626974;
  --shadow: 0 26px 80px rgba(8, 21, 39, 0.14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.6 "DM Sans", sans-serif; }
body.dialog-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-140%); background: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(16,18,21,.91); border-color: rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: white; text-decoration: none; }
.brand img { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; border: 1px solid rgba(255,255,255,.28); }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font: 800 19px/1 "Sora", sans-serif; letter-spacing: .08em; }
.brand small { margin-top: 6px; color: rgba(255,255,255,.6); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a { color: rgba(255,255,255,.78); font-weight: 600; font-size: 14px; text-decoration: none; }
.site-nav > a:hover { color: white; }
.menu-toggle { display: none; }

.button { border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 54px; padding: 0 25px; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #151515; background: var(--orange); box-shadow: 0 12px 30px rgba(255,116,23,.22); }
.button-primary:hover { background: #ff862e; box-shadow: 0 16px 36px rgba(255,116,23,.3); }
.button-secondary { color: white; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.05); }
.button-light { background: white; color: var(--ink); }
.button-ghost { min-height: 42px; padding: 0 18px; border: 1px solid rgba(255,255,255,.26); }

.hero { min-height: 780px; position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 72% 28%, rgba(20,79,136,.6), transparent 30%), radial-gradient(circle at 87% 90%, rgba(255,116,23,.17), transparent 28%), var(--ink); }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to right, transparent, black 65%); }
.hero-layout { position: relative; min-height: 780px; padding-top: 100px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.66); text-transform: uppercase; letter-spacing: .16em; font: 700 11px/1 "Sora", sans-serif; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
.eyebrow.dark { color: var(--muted); }
.hero h1 { max-width: 740px; margin: 0; font: 800 clamp(48px, 6.2vw, 82px)/.98 "Sora", sans-serif; letter-spacing: -.06em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 630px; margin: 28px 0 0; color: rgba(255,255,255,.69); font-size: 19px; line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin-top: 22px; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.58); font-size: 13px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #6fe1a2; box-shadow: 0 0 0 6px rgba(111,225,162,.12); }
.hero-panel { position: relative; min-height: 510px; display: grid; place-items: center; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 345px; height: 345px; border-color: rgba(255,116,23,.35); }
.signal-card { position: relative; width: min(390px, 84%); padding: 34px; border: 1px solid rgba(255,255,255,.17); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.045)); backdrop-filter: blur(22px); box-shadow: 0 35px 80px rgba(0,0,0,.28); }
.signal-top { display: flex; justify-content: space-between; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.live-dot { color: #75e1a5; }
.signal-icon { margin: 54px 0 35px; width: 78px; height: 78px; display: grid; place-items: center; border-radius: 24px; color: #111; background: var(--orange); font: 800 30px/1 "Sora", sans-serif; transform: rotate(-5deg); }
.signal-card h2 { margin: 0; font: 700 27px/1.2 "Sora", sans-serif; letter-spacing: -.035em; }
.signal-card p { color: rgba(255,255,255,.62); }
.signal-card a { display: flex; justify-content: space-between; margin-top: 28px; color: white; font-weight: 700; text-decoration: none; }
.mini-card { position: absolute; width: 176px; padding: 16px 18px; border-radius: 18px; display: grid; color: var(--ink); background: white; box-shadow: var(--shadow); }
.mini-card strong { color: var(--orange); font: 800 24px/1 "Sora", sans-serif; }
.mini-card span { margin-top: 7px; color: #555e68; font-size: 12px; line-height: 1.3; }
.mini-card-one { top: 45px; right: -25px; transform: rotate(4deg); }
.mini-card-two { bottom: 22px; left: -12px; transform: rotate(-4deg); }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--cream); }
.trust-grid { min-height: 114px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid div { padding: 13px 25px; display: grid; border-right: 1px solid var(--line); }
.trust-grid div:first-child { padding-left: 0; }
.trust-grid div:last-child { border: 0; }
.trust-grid strong { font: 700 21px/1.2 "Sora", sans-serif; }
.trust-grid span { margin-top: 6px; color: var(--muted); font-size: 13px; }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 48px; display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 70px; }
.section-heading h2, .employer-copy h2, .story-copy h2, .alerts-card h2, .contact-layout h2 { margin: 0; font: 700 clamp(37px, 5vw, 61px)/1.07 "Sora", sans-serif; letter-spacing: -.055em; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 17px; }
.jobs-section { background: var(--paper); }
.job-toolbar { margin-bottom: 28px; display: grid; grid-template-columns: 1fr 220px 200px; gap: 12px; }
.search-box { display: flex; align-items: center; gap: 12px; padding: 0 18px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.search-box span { font-size: 24px; color: var(--muted); }
.search-box input { width: 100%; min-height: 54px; border: 0; outline: 0; background: transparent; }
.job-toolbar select { min-height: 54px; padding: 0 16px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: white; }
.jobs-status { color: var(--muted); font-size: 14px; }
.job-grid { margin-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.job-card { min-height: 330px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; background: white; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.job-card:hover { transform: translateY(-5px); border-color: rgba(255,116,23,.55); box-shadow: var(--shadow); }
.job-card-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.job-code { color: var(--muted); font: 700 11px/1 "Sora", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.job-badge { padding: 6px 10px; border-radius: 999px; color: #12643c; background: #e9f8ef; font-size: 11px; font-weight: 700; }
.job-card h3 { margin: 30px 0 10px; font: 700 25px/1.2 "Sora", sans-serif; letter-spacing: -.035em; }
.job-meta { color: var(--muted); font-size: 14px; }
.job-chips { margin: 20px 0; display: flex; flex-wrap: wrap; gap: 7px; }
.job-chip { padding: 6px 10px; border-radius: 7px; color: #4d5661; background: #f1f2f4; font-size: 12px; }
.job-apply { margin-top: auto; display: flex; justify-content: space-between; font-weight: 700; text-decoration: none; }
.job-apply span { color: var(--orange); }
.empty-state { padding: 58px; border: 1px dashed rgba(16,18,21,.22); border-radius: 28px; text-align: center; background: var(--cream); }
.empty-state h3 { margin: 10px 0; font: 700 30px/1.2 "Sora", sans-serif; }
.empty-state p { max-width: 660px; margin: 0 auto 26px; color: var(--muted); }
.empty-kicker { color: var(--orange); text-transform: uppercase; letter-spacing: .14em; font: 700 11px/1 "Sora", sans-serif; }

.employer-section { color: white; overflow: hidden; background: radial-gradient(circle at 85% 15%, rgba(13,75,134,.55), transparent 32%), var(--ink); }
.employer-layout { display: grid; grid-template-columns: 1.05fr .65fr; gap: 100px; align-items: center; }
.employer-copy > p:not(.eyebrow) { max-width: 690px; color: rgba(255,255,255,.65); font-size: 18px; }
.check-list { margin: 38px 0; padding: 0; list-style: none; }
.check-list li { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: 48px 1fr; gap: 12px; }
.check-list li > span { color: var(--orange); font: 700 12px/1.6 "Sora", sans-serif; }
.check-list strong { font: 600 16px/1.2 "Sora", sans-serif; }
.check-list p { margin: 5px 0 0; color: rgba(255,255,255,.53); font-size: 14px; }
.employer-card { padding: 34px; border-radius: 28px; color: var(--ink); background: var(--orange); transform: rotate(2deg); box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.card-label { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .14em; font: 700 10px/1 "Sora", sans-serif; }
.industry-list { border-top: 1px solid rgba(16,18,21,.2); }
.industry-list div { padding: 21px 0; border-bottom: 1px solid rgba(16,18,21,.2); display: grid; grid-template-columns: 42px 1fr; align-items: center; }
.industry-list span { font-size: 12px; opacity: .65; }
.industry-list strong { font: 700 18px/1.25 "Sora", sans-serif; }
.card-quote { margin-top: 28px; padding: 20px; border-radius: 16px; color: rgba(255,255,255,.9); background: var(--ink); font-weight: 600; }

.referral-section { background: var(--cream); }
.referral-heading { grid-template-columns: 1.2fr .5fr; }
.referral-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.referral-card { position: relative; min-height: 420px; padding: 32px; border: 1px solid var(--line); border-radius: 26px; display: flex; flex-direction: column; overflow: hidden; background: white; }
.referral-card.featured { color: white; background: var(--navy); }
.referral-card.featured .card-label, .referral-card.featured > p:not(.card-label) { color: rgba(255,255,255,.62); }
.reward { position: absolute; top: 25px; right: 25px; color: var(--orange); font: 800 30px/1 "Sora", sans-serif; }
.referral-card h3 { margin: 55px 0 15px; font: 700 28px/1.15 "Sora", sans-serif; letter-spacing: -.04em; }
.referral-card > p:not(.card-label) { color: var(--muted); }
.text-button { margin-top: auto; padding: 18px 0 0; border: 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; background: transparent; font-weight: 700; cursor: pointer; }
.featured .text-button { border-color: rgba(255,255,255,.17); }
.text-button span { color: var(--orange); }
.terms-note { max-width: 840px; margin: 26px 0 0; color: var(--muted); font-size: 12px; }

.story-section { overflow: hidden; }
.story-layout { display: grid; grid-template-columns: .75fr 1fr; gap: 90px; align-items: center; }
.story-mark { aspect-ratio: 1; padding: 42px; border-radius: 30px; display: grid; align-content: center; background: var(--orange); box-shadow: var(--shadow); transform: rotate(-3deg); }
.story-mark span { font: 800 clamp(70px, 10vw, 138px)/.78 "Sora", sans-serif; letter-spacing: -.1em; }
.story-mark span:last-child { color: white; }
.story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.story-values { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 10px; }
.story-values span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 600; }

.alerts-section { padding-top: 0; }
.alerts-card { padding: 60px; border-radius: 30px; display: flex; justify-content: space-between; align-items: center; gap: 60px; color: white; background: radial-gradient(circle at 88% 20%, rgba(255,116,23,.25), transparent 25%), var(--navy); }
.alerts-card h2 { max-width: 760px; font-size: clamp(34px, 4vw, 52px); }
.alerts-card p:not(.eyebrow) { max-width: 660px; margin-bottom: 0; color: rgba(255,255,255,.65); }
.alerts-card .button { flex: 0 0 auto; }

.contact-section { border-top: 1px solid var(--line); }
.contact-layout { display: grid; grid-template-columns: .85fr 1fr; gap: 90px; }
.contact-actions { border-top: 1px solid var(--line); }
.contact-row { padding: 25px 4px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 15px; text-decoration: none; }
.contact-row span { font: 600 19px/1.3 "Sora", sans-serif; }
.contact-row b { color: var(--orange); font-size: 14px; }

.site-footer { padding: 70px 0 24px; color: white; background: var(--ink); }
.footer-main { display: grid; grid-template-columns: .55fr 1fr .8fr; gap: 60px; align-items: start; }
.footer-brand img { width: 60px; height: 60px; }
.footer-main > p { margin: 0; max-width: 460px; color: rgba(255,255,255,.56); }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: rgba(255,255,255,.7); text-decoration: none; }
.footer-bottom { margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: rgba(255,255,255,.4); font-size: 12px; }

.referral-dialog { width: min(650px, calc(100% - 28px)); max-height: 90vh; padding: 0; border: 0; border-radius: 26px; overflow: auto; box-shadow: 0 40px 120px rgba(0,0,0,.35); }
.referral-dialog::backdrop { background: rgba(5,8,12,.75); backdrop-filter: blur(8px); }
.referral-dialog form { padding: 42px; }
.referral-dialog h2 { margin: 0; font: 700 36px/1.1 "Sora", sans-serif; letter-spacing: -.05em; }
.dialog-intro { color: var(--muted); }
.dialog-close { position: sticky; top: 14px; z-index: 2; float: right; margin: 14px 14px 0 0; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #f0f0f0; font-size: 24px; cursor: pointer; }
.referral-dialog label { margin-top: 17px; display: grid; gap: 7px; color: #3c434b; font-size: 13px; font-weight: 700; }
.referral-dialog input, .referral-dialog textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: white; outline: none; }
.referral-dialog input:focus, .referral-dialog textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,116,23,.12); }
.referral-dialog input:disabled { color: #4d5661; background: #f4f4f4; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.referral-dialog .consent { grid-template-columns: 20px 1fr; align-items: start; font-weight: 500; line-height: 1.45; }
.consent input { margin-top: 3px; width: 16px; height: 16px; }
.referral-dialog .button { width: 100%; margin-top: 24px; }
.form-status { min-height: 24px; margin-bottom: 0; text-align: center; font-size: 13px; }
.form-status.success { color: #12643c; }
.form-status.error { color: #b52222; }
.honey { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

.legal-page { min-height: 100vh; background: var(--cream); }
.legal-page .site-header { position: relative; background: var(--ink); }
.legal-content { max-width: 840px; padding: 85px 0 110px; }
.legal-content h1 { font: 700 clamp(42px, 6vw, 70px)/1.05 "Sora", sans-serif; letter-spacing: -.055em; }
.legal-content h2 { margin-top: 45px; font: 700 25px/1.2 "Sora", sans-serif; }
.legal-content p, .legal-content li { color: #555e68; }
.legal-callout { margin: 32px 0; padding: 24px; border-left: 4px solid var(--orange); background: white; }

@media (max-width: 980px) {
  .hero-layout { grid-template-columns: 1fr; padding: 150px 0 90px; }
  .hero-panel { min-height: 470px; }
  .section-heading, .employer-layout, .story-layout, .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .job-grid, .referral-grid { grid-template-columns: repeat(2, 1fr); }
  .referral-card:last-child { grid-column: span 2; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: span 2; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav-wrap { height: 76px; }
  .menu-toggle { display: block; padding: 9px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 9px; color: white; background: transparent; }
  .site-nav { position: absolute; top: 76px; left: 14px; right: 14px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; display: none; align-items: stretch; flex-direction: column; gap: 19px; background: rgba(16,18,21,.98); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .brand img { width: 43px; height: 43px; }
  .hero, .hero-layout { min-height: auto; }
  .hero-layout { padding-top: 138px; gap: 55px; }
  .hero h1 { font-size: clamp(45px, 14vw, 64px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-panel { min-height: 430px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 290px; height: 290px; }
  .signal-card { padding: 25px; }
  .signal-icon { margin: 42px 0 28px; }
  .mini-card { width: 150px; }
  .mini-card-one { right: 0; }
  .mini-card-two { left: 0; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 18px 0; }
  .trust-grid div { padding: 18px 12px; border-bottom: 1px solid var(--line); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-last-child(-n+2) { border-bottom: 0; }
  .section { padding: 82px 0; }
  .section-heading { gap: 22px; margin-bottom: 38px; }
  .section-heading h2, .employer-copy h2, .story-copy h2, .alerts-card h2, .contact-layout h2 { font-size: 39px; }
  .job-toolbar, .job-grid, .referral-grid { grid-template-columns: 1fr; }
  .referral-card:last-child { grid-column: auto; }
  .job-card { min-height: 295px; }
  .empty-state { padding: 38px 22px; }
  .employer-card { transform: none; }
  .story-mark { max-width: 480px; }
  .alerts-card { padding: 36px 26px; align-items: stretch; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-links { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .referral-dialog form { padding: 30px 22px; }
}

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