:root {
  --midnight: #03111f;
  --navy: #071a2d;
  --panel: #0c2e4d;
  --cyan: #26d9e9;
  --gold: #d5aa52;
  --white: #fff;
  --soft: #d7e3ea;
  --muted: #94afc0;
  --paper: #f4f7f8;
  --ink: #0a1d2c;
  --line: rgba(148, 175, 192, .26);
  --shell: min(1240px, calc(100vw - 64px));
  --radius: 18px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Aptos, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4, p, blockquote { margin: 0; }
h1, h2, h3, strong, .wordmark span { font-family: "Aptos Display", Aptos, "Segoe UI", Arial, sans-serif; }
em { color: var(--cyan); font-style: normal; }
ul { margin: 0; padding: 0; list-style: none; }
.shell { width: var(--shell); margin-inline: auto; }
.section-dark { color: var(--white); background: var(--midnight); }
.section-light { color: var(--ink); background: var(--paper); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; background: var(--cyan); color: var(--midnight); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 84px; color: var(--white); border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, height .3s; }
.site-header.scrolled { height: 72px; background: rgba(3, 17, 31, .92); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 32px; }
.wordmark { display: inline-flex; flex-direction: column; width: max-content; line-height: 1; }
.wordmark span { font-size: 22px; letter-spacing: .045em; font-weight: 850; }
.wordmark small { margin-top: 7px; color: var(--cyan); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; color: var(--soft); font-size: 14px; font-weight: 650; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--cyan); transition: right .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; }

.button { display: inline-flex; min-height: 54px; padding: 0 25px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 4px; font-weight: 800; font-size: 15px; letter-spacing: .01em; transition: transform .25s var(--ease), background .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 13px; }
.button-cyan { color: var(--midnight); background: var(--cyan); }
.button-cyan:hover { background: #5de5ef; }
.button-navy { color: var(--white); background: var(--navy); }
.button-navy:hover { background: var(--panel); }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--soft); font-weight: 700; font-size: 14px; }
.text-link span { color: var(--cyan); font-size: 22px; }

.eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; color: var(--cyan); font-size: 12px; line-height: 1; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #008c9c; }
.section-label { color: #587183; font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.section-label span { display: block; margin-bottom: 20px; color: var(--cyan); font-size: 40px; line-height: 1; }
.split-heading { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 48px; align-items: start; }
.section-title { max-width: 920px; }
.section-title h2, .vacancy-head h2, .growth-copy h2, .human-copy h2, .faq-heading h2, .final-inner h2, .materials-copy h2 { font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: -.045em; font-weight: 770; }
.section-title > p:last-child { max-width: 760px; margin-top: 36px; color: #456273; font-size: 20px; line-height: 1.55; }

.hero { position: relative; min-height: 860px; overflow: hidden; padding: 186px 0 54px; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,31,.99) 0%, rgba(3,17,31,.92) 45%, rgba(3,17,31,.42) 75%, rgba(3,17,31,.7) 100%); }
.hero-photo { position: absolute; inset: 0; background: url("/career/assets/hero.jpg") center/cover no-repeat; filter: saturate(.9); }
.hero-grid { position: absolute; z-index: 1; inset: 0; opacity: .22; background-image: linear-gradient(rgba(38,217,233,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(38,217,233,.12) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(90deg, #000, transparent 65%); }
.hero-inner, .hero-foot { position: relative; z-index: 2; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .55fr); gap: 9vw; align-items: end; }
.hero-copy h1 { max-width: 900px; font-size: clamp(70px, 8.4vw, 126px); line-height: .83; letter-spacing: -.065em; font-weight: 780; }
.hero-copy h1 em { display: inline-block; margin-top: .14em; }
.hero-lead { max-width: 680px; margin-top: 40px; color: var(--soft); font-size: clamp(19px, 2vw, 25px); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 42px; }
.hero-note { padding: 28px 0 5px 28px; border-left: 3px solid var(--gold); background: linear-gradient(90deg, rgba(12,46,77,.78), transparent); }
.hero-note > span { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-note blockquote { margin-top: 18px; color: var(--white); font-size: 24px; line-height: 1.35; font-weight: 750; }
.hero-note p { margin-top: 20px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.hero-foot { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 940px; margin-top: 86px; border-top: 1px solid var(--line); }
.hero-foot div { padding: 24px 30px 4px 0; }
.hero-foot strong { display: block; font-size: 22px; }
.hero-foot span { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; }

.manifesto { padding: 134px 0 120px; }
.manifesto-cards { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 76px; border-top: 1px solid #cbd7dd; border-left: 1px solid #cbd7dd; }
.principle-card { min-height: 248px; padding: 34px 34px 40px; border-right: 1px solid #cbd7dd; border-bottom: 1px solid #cbd7dd; transition: background .25s, color .25s, transform .25s var(--ease); }
.principle-card:hover { z-index: 1; color: var(--white); background: var(--navy); transform: translateY(-4px); }
.principle-card > span { color: #008c9c; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.principle-card h3 { margin-top: 24px; font-size: 32px; line-height: 1; letter-spacing: -.025em; }
.principle-card p { margin-top: 24px; color: #587183; font-size: 16px; line-height: 1.55; }
.principle-card:hover p { color: var(--soft); }

.human-section { position: relative; min-height: 700px; overflow: hidden; }
.human-photo { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,31,.4), rgba(3,17,31,.98) 72%), url("/career/assets/human.jpg") center/cover no-repeat; }
.human-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 11vw; align-items: center; min-height: 700px; }
.human-copy { max-width: 680px; }
.human-copy p:last-child { max-width: 630px; margin-top: 36px; color: var(--soft); font-size: 19px; line-height: 1.6; }
.human-quote { align-self: end; margin-bottom: 82px; padding: 30px 32px; border: 1px solid rgba(38,217,233,.5); border-left: 4px solid var(--cyan); background: rgba(12,46,77,.78); backdrop-filter: blur(14px); }
.human-quote b { color: var(--cyan); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.human-quote p { margin-top: 18px; font-size: 24px; line-height: 1.45; font-weight: 700; }

.rhythm { padding: 134px 0; }
.rhythm-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .62fr); gap: 7vw; align-items: start; margin-top: 78px; }
.rhythm-list { border-top: 1px solid #cbd7dd; }
.rhythm-list article { display: grid; grid-template-columns: 76px 1fr; gap: 14px; padding: 28px 0; border-bottom: 1px solid #cbd7dd; }
.rhythm-list i { color: #008c9c; font-size: 13px; font-style: normal; font-weight: 850; }
.rhythm-list h3 { font-size: 24px; letter-spacing: -.02em; }
.rhythm-list p { max-width: 710px; margin-top: 10px; color: #587183; font-size: 16px; line-height: 1.55; }
.fit-card { position: sticky; top: 108px; padding: 38px; color: var(--white); background: var(--navy); border-top: 4px solid var(--gold); box-shadow: 0 30px 70px rgba(3,17,31,.16); }
.fit-card h3 { font-size: 32px; line-height: 1.12; }
.fit-card ul { display: grid; gap: 15px; margin-top: 28px; }
.fit-card li { position: relative; padding-left: 26px; color: var(--soft); line-height: 1.5; }
.fit-card li::before { content: "+"; position: absolute; left: 0; color: var(--cyan); font-weight: 900; }
.fit-divider { height: 1px; margin: 32px 0; background: var(--line); }
.fit-card h4 { font-size: 18px; }
.fit-card > p:last-child { margin-top: 12px; color: var(--muted); line-height: 1.55; }

.growth { position: relative; overflow: hidden; padding: 130px 0; }
.growth-photo { position: absolute; inset: 0; opacity: .34; background: linear-gradient(90deg, var(--midnight) 0%, rgba(3,17,31,.86) 52%, rgba(3,17,31,.45)), url("/career/assets/team.jpg") center/cover no-repeat; }
.growth-inner { position: relative; z-index: 1; }
.growth-copy { max-width: 870px; }
.growth-copy > p:last-child { max-width: 700px; margin-top: 34px; color: var(--soft); font-size: 20px; line-height: 1.55; }
.growth-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-top: 70px; }
.growth-steps article { min-height: 270px; padding: 24px; border: 1px solid rgba(38,217,233,.42); background: rgba(7,26,45,.76); backdrop-filter: blur(12px); }
.growth-steps span { color: var(--cyan); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; font-weight: 850; }
.growth-steps h3 { margin-top: 34px; font-size: 23px; }
.growth-steps p { margin-top: 16px; color: var(--soft); line-height: 1.55; }

.vacancies { padding: 136px 0; }
.vacancy-head { display: grid; grid-template-columns: 1.15fr .55fr; gap: 8vw; align-items: end; }
.vacancy-head > p { padding-bottom: 5px; color: #587183; font-size: 18px; line-height: 1.6; }
.vacancy-list { margin-top: 72px; border-top: 1px solid #aebfc8; }
.vacancy { display: grid; grid-template-columns: 70px minmax(310px, .9fr) minmax(290px, .8fr) 180px; gap: 34px; align-items: center; min-height: 212px; padding: 30px 0; border-bottom: 1px solid #aebfc8; }
.vacancy-index { align-self: start; padding-top: 8px; color: #008c9c; font-size: 12px; font-weight: 900; }
.vacancy-main > p { color: #587183; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.vacancy-main h3 { margin-top: 12px; font-size: clamp(30px, 3vw, 44px); line-height: 1; letter-spacing: -.035em; }
.vacancy-main span { display: block; max-width: 470px; margin-top: 18px; color: #456273; font-size: 15px; line-height: 1.48; }
.vacancy ul { display: grid; gap: 10px; }
.vacancy li { position: relative; padding-left: 16px; color: #456273; font-size: 14px; line-height: 1.4; }
.vacancy li::before { content: ""; position: absolute; top: .65em; left: 0; width: 5px; height: 5px; background: var(--cyan); }
.vacancy-link { justify-self: end; display: flex; align-items: center; gap: 14px; font-weight: 850; }
.vacancy-link span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--midnight); background: var(--cyan); transition: transform .25s var(--ease); }
.vacancy-link:hover span { transform: translate(3px,-3px); }
.vacancy-other { grid-template-columns: 70px 1fr 180px; color: var(--white); margin-top: 28px; padding-inline: 30px; background: var(--navy); border-bottom: 0; }
.vacancy-other .vacancy-main > p, .vacancy-other .vacancy-main span { color: var(--muted); }

.path { padding: 136px 0; }
.path .section-label { color: var(--muted); }
.path-track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 80px; }
.path-track::before { content: ""; position: absolute; top: 27px; left: 6%; right: 6%; height: 1px; background: linear-gradient(90deg, var(--gold), var(--cyan)); }
.path-track article { position: relative; padding: 0 22px 0 0; }
.path-track b { position: relative; z-index: 1; display: grid; width: 55px; height: 55px; place-items: center; color: var(--midnight); background: var(--cyan); border: 8px solid var(--midnight); font-size: 11px; }
.path-track span { display: block; margin-top: 26px; font-size: 20px; font-weight: 800; }
.path-track p { margin-top: 14px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.path-policy { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; margin-top: 74px; padding: 34px 38px; border-left: 4px solid var(--gold); background: var(--panel); }
.path-policy span { display: block; color: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.path-policy strong { display: block; margin-top: 10px; font-size: 23px; }
.path-policy p { color: var(--soft); line-height: 1.55; }

.materials { padding: 126px 0; background: #e8eff2; overflow: hidden; }
.materials-inner { display: grid; grid-template-columns: .85fr 1fr; gap: 9vw; align-items: center; }
.materials-copy p:not(.eyebrow) { max-width: 570px; margin: 30px 0; color: #587183; font-size: 18px; line-height: 1.55; }
.materials-visual { position: relative; min-height: 420px; perspective: 1200px; }
.deck-card { position: absolute; display: flex; flex-direction: column; width: 470px; aspect-ratio: 16/9; padding: 38px; color: var(--white); background: var(--navy); box-shadow: 0 35px 80px rgba(3,17,31,.28); }
.deck-back { top: 38px; right: 10px; transform: rotate(6deg); background: linear-gradient(135deg, #071a2d, #0c2e4d); }
.deck-back span { margin: auto; font-size: 32px; font-weight: 900; letter-spacing: .05em; }
.deck-front { top: 90px; left: 0; transform: rotate(-3deg); background: linear-gradient(130deg, rgba(3,17,31,.95), rgba(12,46,77,.95)), url("/career/assets/hero.jpg") center/cover; }
.deck-front::after { content: ""; position: absolute; left: 38px; bottom: 32px; width: 120px; height: 2px; background: var(--cyan); }
.deck-front small { color: var(--cyan); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.deck-front strong { margin-top: 28px; font-size: 42px; line-height: .95; }
.deck-front i { margin-top: auto; color: var(--muted); font-style: normal; font-size: 12px; }

.faq { padding: 132px 0; }
.faq-grid { display: grid; grid-template-columns: .62fr 1fr; gap: 9vw; }
.faq-list { border-top: 1px solid #aebfc8; }
.faq details { border-bottom: 1px solid #aebfc8; }
.faq summary { position: relative; padding: 28px 55px 28px 0; cursor: pointer; list-style: none; font-size: 21px; font-weight: 780; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 22px; color: #008c9c; font-size: 30px; font-weight: 400; transition: transform .25s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { max-width: 690px; padding: 0 55px 28px 0; color: #587183; font-size: 16px; line-height: 1.6; }

.final-cta { position: relative; overflow: hidden; padding: 138px 0; text-align: center; }
.final-cta::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(38,217,233,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(38,217,233,.18) 1px, transparent 1px); background-size: 72px 72px; }
.final-line { position: absolute; width: 900px; height: 900px; left: 50%; top: 56%; border: 1px solid rgba(38,217,233,.25); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 140px rgba(38,217,233,.12); }
.final-inner { position: relative; z-index: 1; }
.final-inner .eyebrow { justify-content: center; }
.final-inner h2 { max-width: 1120px; margin-inline: auto; }
.final-inner .button { margin-top: 46px; }

.site-footer { padding: 64px 0 26px; color: var(--white); background: #020b13; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 50px; align-items: start; padding-bottom: 46px; }
.footer-copy b { font-size: 14px; text-transform: uppercase; letter-spacing: .12em; }
.footer-copy p { margin-top: 10px; color: var(--muted); }
.footer-links { display: flex; gap: 28px; color: var(--soft); font-size: 14px; }
.footer-legal { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(148,175,192,.18); color: #718b9a; font-size: 12px; }
.footer-legal div { display: flex; gap: 22px; }
.mobile-apply { display: none; }

.legal-page { min-height: 100vh; padding: 150px 0 100px; color: var(--soft); background: var(--midnight); }
.legal-page .legal-shell { width: min(860px, calc(100vw - 48px)); margin-inline: auto; }
.legal-page h1 { color: var(--white); font-size: clamp(42px, 6vw, 70px); line-height: 1; letter-spacing: -.04em; }
.legal-page h2 { margin-top: 48px; color: var(--white); font-size: 24px; }
.legal-page p, .legal-page li { margin-top: 16px; color: var(--soft); font-size: 16px; line-height: 1.7; }
.legal-page ul { padding-left: 22px; list-style: disc; }
.legal-page .back { display: inline-flex; margin-bottom: 42px; color: var(--cyan); font-weight: 800; }

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

@media (max-width: 1050px) {
  :root { --shell: min(100% - 44px, 900px); }
  .header-inner { grid-template-columns: 220px 1fr auto; }
  .site-nav { display: none; }
  .hero { min-height: 820px; padding-top: 160px; }
  .hero-inner { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 760px; }
  .hero-note { max-width: 520px; margin-left: auto; }
  .manifesto-cards { grid-template-columns: repeat(2, 1fr); }
  .rhythm-grid { grid-template-columns: 1fr; }
  .fit-card { position: static; }
  .growth-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vacancy { grid-template-columns: 54px 1fr 180px; }
  .vacancy ul { display: none; }
  .vacancy-other { grid-template-columns: 54px 1fr 180px; }
  .path-track { grid-template-columns: repeat(3, 1fr); row-gap: 54px; }
  .path-track::before { display: none; }
  .materials-inner { grid-template-columns: 1fr; }
  .materials-visual { width: 610px; max-width: 100%; margin-inline: auto; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 32px); }
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 64px; }
  .site-header, .site-header.scrolled { height: 68px; background: rgba(3,17,31,.94); border-color: var(--line); backdrop-filter: blur(16px); }
  .header-inner { display: flex; justify-content: space-between; gap: 14px; }
  .header-cta { display: none; }
  .wordmark span { font-size: 18px; }
  .wordmark small { font-size: 8px; }
  .menu-toggle { display: grid; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); background: transparent; place-content: center; gap: 5px; }
  .menu-toggle span { display: block; width: 20px; height: 1px; background: var(--white); transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; inset: 68px 0 0; padding: 34px; color: var(--white); background: var(--midnight); transform: translateX(100%); transition: transform .35s var(--ease); }
  .site-nav.open { transform: none; }
  .site-nav a { color: var(--white); font-size: 28px; }
  .button { width: 100%; }
  .hero { min-height: 0; padding: 132px 0 34px; }
  .hero::after { background: linear-gradient(180deg, rgba(3,17,31,.78), rgba(3,17,31,.97) 55%); }
  .hero-photo { background-position: 56% center; }
  .hero-copy h1 { font-size: clamp(58px, 18vw, 82px); line-height: .88; }
  .hero-lead { margin-top: 30px; font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; margin-top: 34px; }
  .text-link { justify-content: center; }
  .hero-note { margin: 18px 0 0; padding: 24px 18px 4px 22px; }
  .hero-note blockquote { font-size: 20px; }
  .hero-foot { grid-template-columns: 1fr; margin-top: 52px; }
  .hero-foot div { border-bottom: 1px solid var(--line); }
  .eyebrow { margin-bottom: 22px; }
  .split-heading { grid-template-columns: 1fr; gap: 28px; }
  .section-label { display: flex; align-items: center; gap: 14px; }
  .section-label span { display: inline; margin: 0; font-size: 30px; }
  .section-title h2, .vacancy-head h2, .growth-copy h2, .human-copy h2, .faq-heading h2, .final-inner h2, .materials-copy h2 { font-size: clamp(40px, 12vw, 56px); }
  .section-title > p:last-child { margin-top: 26px; font-size: 17px; }
  .manifesto, .rhythm, .vacancies, .path, .faq { padding: 88px 0; }
  .manifesto-cards { grid-template-columns: 1fr; margin-top: 48px; }
  .principle-card { min-height: 210px; padding: 28px; }
  .human-inner { grid-template-columns: 1fr; gap: 40px; min-height: 760px; padding: 90px 0 40px; }
  .human-photo { background: linear-gradient(180deg, rgba(3,17,31,.52), rgba(3,17,31,.98) 57%), url("/career/assets/human.jpg") 53% center/cover no-repeat; }
  .human-copy p:last-child { font-size: 17px; }
  .human-quote { align-self: auto; margin: 0; }
  .rhythm-grid { margin-top: 50px; }
  .rhythm-list article { grid-template-columns: 44px 1fr; }
  .fit-card { padding: 28px; }
  .growth { padding: 88px 0; }
  .growth-copy > p:last-child { font-size: 17px; }
  .growth-steps { grid-template-columns: 1fr; margin-top: 48px; }
  .growth-steps article { min-height: 210px; }
  .vacancy-head { grid-template-columns: 1fr; gap: 28px; }
  .vacancy-list { margin-top: 48px; }
  .vacancy, .vacancy-other { grid-template-columns: 34px 1fr; gap: 14px; padding: 28px 0; }
  .vacancy-main h3 { font-size: 34px; }
  .vacancy-link { grid-column: 2; justify-self: start; margin-top: 12px; }
  .vacancy-other { padding-inline: 20px; }
  .path-track { grid-template-columns: 1fr; margin-top: 54px; }
  .path-track article { display: grid; grid-template-columns: 58px 1fr; column-gap: 15px; }
  .path-track b { grid-row: span 2; }
  .path-track span { margin-top: 4px; }
  .path-track p { margin-top: 8px; }
  .path-policy { grid-template-columns: 1fr; gap: 24px; margin-top: 52px; padding: 28px; }
  .materials { padding: 88px 0 104px; }
  .materials-visual { min-height: 290px; margin-top: 20px; }
  .deck-card { width: 82vw; max-width: 420px; padding: 26px; }
  .deck-back { right: 0; }
  .deck-front { top: 70px; }
  .deck-front strong { font-size: 32px; }
  .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .faq summary { padding-block: 24px; font-size: 18px; }
  .final-cta { padding: 96px 0; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .footer-links { flex-wrap: wrap; }
  .footer-legal { flex-direction: column; }
  .footer-legal div { flex-direction: column; gap: 10px; }
  .mobile-apply { position: fixed; z-index: 90; display: flex; inset: auto 0 0; height: 64px; align-items: center; justify-content: center; color: var(--midnight); background: var(--cyan); font-weight: 900; box-shadow: 0 -12px 30px rgba(3,17,31,.18); }
}

@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 { opacity: 1; transform: none; }
}
