.hire-hero { display: grid; grid-template-columns: 1.4fr .6fr; min-height: calc(100vh - 70px); border-bottom: 1px solid var(--ink); }
.hire-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 9vw, 145px) 6vw; background: var(--fixed-dark); color: var(--fixed-light); }
.hire-hero-copy h1 { font-size: clamp(70px, 10vw, 152px); }
.hire-hero-copy h1 em { color: var(--acid); }
.hire-hero-copy > p:last-child { max-width: 720px; margin: 45px 0 0; color: #c7c4bc; font-size: clamp(20px, 2vw, 29px); }
.hire-target { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px, 5vw, 75px); background: var(--acid); color: var(--on-acid); }
.hire-target > span, .proof-case > span, .fit-grid span { font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hire-target strong { margin: 30px 0; font-family: var(--font-display); font-size: clamp(43px, 5vw, 72px); font-weight: 600; line-height: .98; }
.hire-target p { margin: 0 0 35px; font-size: 15px; }
.hire-target .button { align-self: flex-start; }
.hire-section { padding: clamp(80px, 10vw, 150px) 3vw; border-bottom: 1px solid var(--ink); }
.hire-heading { display: grid; grid-template-columns: .45fr 1.55fr; gap: 30px; margin-bottom: 70px; }
.hire-heading h2, .hire-close h2 { max-width: 1100px; margin: 0; font-family: var(--font-display); font-size: clamp(52px, 7vw, 104px); font-weight: 600; letter-spacing: -.055em; line-height: .94; }
.proof-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--ink); }
.proof-case { display: flex; flex-direction: column; min-height: 500px; padding: clamp(35px, 5vw, 72px); color: var(--white); text-decoration: none; }
.proof-case:nth-child(even) { border-left: 1px solid var(--ink); }
.proof-case:nth-child(n+3) { border-top: 1px solid var(--ink); }
.proof-case h3 { margin: 70px 0 20px; font-family: var(--font-display); font-size: clamp(52px, 5vw, 82px); font-weight: 600; letter-spacing: -.06em; line-height: .85; }
.proof-case p { max-width: 560px; margin: 0; font-size: 18px; }
.proof-case ul { margin: 35px 0 50px; padding: 25px 0 0; border-top: 1px solid rgba(255,255,255,.45); list-style: none; }
.proof-case li { margin-top: 9px; font-size: 12px; font-weight: 700; }
.proof-case > strong { margin-top: auto; color: var(--acid); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.proof-cerave { background: #0d50a1; }
.proof-hf { background: #e94c2b; }
.proof-oura { background: #201a32; }
.proof-caraway { background: #2b3320; }
.proof-case:hover { color: var(--white); }
.proof-case:hover > strong { text-decoration: underline; text-underline-offset: 6px; }
.fit-section { background: var(--paper); }
.fit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.fit-grid > div { min-height: 260px; padding: 28px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--white); }
.fit-grid span { color: var(--blue); }
.fit-grid p { margin: 35px 0 0; font-size: 16px; }
.fit-boundary { display: grid; grid-template-columns: .35fr 1.65fr; gap: 30px; margin-top: 35px; padding: 25px; border: 1px solid var(--ink); }
.fit-boundary strong { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.fit-boundary strong a { color: inherit; text-underline-offset: 4px; }
.fit-boundary p { margin: 0; color: var(--muted); font-size: 13px; }
.application-kit { background: var(--white); }
.application-steps { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ink); }
.application-steps > div { min-height: 285px; padding: 27px; border-right: 1px solid var(--ink); }
.application-steps > div:last-child { border-right: 0; }
.application-steps span { display: block; color: var(--blue); font-family: var(--font-display); font-size: 29px; }
.application-steps strong { display: block; margin: 35px 0 15px; font-family: var(--font-display); font-size: 38px; font-weight: 600; }
.application-steps p { margin: 0; color: var(--muted); font-size: 13px; }
.message-kit { display: grid; grid-template-columns: .7fr 1.3fr; margin-top: 70px; border: 1px solid var(--ink); }
.message-title { padding: clamp(35px, 5vw, 70px); background: var(--acid); }
.message-title h3 { margin: 0; font-family: var(--font-display); font-size: clamp(40px, 5vw, 71px); font-weight: 600; letter-spacing: -.045em; line-height: 1; }
.message-copy { padding: clamp(35px, 5vw, 70px); background: var(--paper); }
.message-copy p { max-width: 770px; margin: 0 0 17px; font-size: 15px; }
.interview-script { margin-top: 70px; padding-top: 55px; border-top: 1px solid var(--ink); }
.interview-intro { max-width: 760px; margin: 0 0 24px; color: var(--muted); font-size: 15px; }
.interview-script ol { margin: 0; padding: 0; border: 1px solid var(--ink); list-style: none; }
.interview-script li { display: grid; grid-template-columns: .3fr 1.7fr; gap: 25px; padding: 24px; border-top: 1px solid var(--ink); }
.interview-script li:first-child { border-top: 0; }
.interview-script span { color: var(--blue); font-size: 11px; font-weight: 850; }
.interview-script p { margin: 0; font-size: 15px; }
.hire-close { padding: clamp(90px, 11vw, 170px) 3vw; text-align: center; }
.hire-close h2 { margin: 0 auto 50px; }
.hire-actions { display: flex; justify-content: center; align-items: center; gap: 30px; }

@media (max-width: 980px) {
  .hire-hero { grid-template-columns: 1fr; }
  .hire-target { min-height: 560px; }
  .fit-grid, .application-steps { grid-template-columns: repeat(2, 1fr); }
  .application-steps > div:nth-child(2) { border-right: 0; }
  .application-steps > div:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
}

@media (max-width: 680px) {
  .hire-hero-copy { min-height: 660px; padding: 70px 20px; }
  .hire-hero-copy h1 { font-size: clamp(63px, 20vw, 90px); }
  .hire-target { min-height: 500px; padding: 55px 20px; }
  .hire-section { padding: 80px 20px; }
  .hire-heading, .proof-pair, .fit-grid, .application-steps, .message-kit, .fit-boundary { grid-template-columns: 1fr; }
  .proof-case { min-height: 540px; padding: 42px 20px; }
  .proof-case + .proof-case { border-top: 1px solid var(--ink); border-left: 0; }
  .proof-case:nth-child(even) { border-left: 0; }
  .fit-grid > div { min-height: 220px; }
  .application-steps > div { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .application-steps > div:last-child { border-bottom: 0; }
  .interview-script li { grid-template-columns: 1fr; gap: 8px; }
  .hire-close { padding: 100px 20px; }
  .hire-actions { align-items: flex-start; flex-direction: column; }
}
