@font-face {
  font-family: "Red Hat Display";
  src: url("assets/red-hat-display-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --purple: #8000fe;
  --purple-dark: #5d00ba;
  --purple-soft: #f0e5ff;
  --black: #000000;
  --ink: #111014;
  --white: #ffffff;
  --off-white: #f7f6f7;
  --line: rgba(0, 0, 0, .14);
  --muted: #6b6870;
  --shell: min(1240px, calc(100vw - 64px));
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Red Hat Display", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 128px 0; }
.hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px) !important; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); background: var(--white); color: var(--black); padding: 10px 16px; font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; top: 0; width: 100%; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .35s, color .35s, border-color .35s, box-shadow .35s; }
.site-header.scrolled { background: rgba(255,255,255,.94); color: var(--black); border-color: var(--line); box-shadow: 0 10px 30px rgba(0,0,0,.06); backdrop-filter: blur(16px); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-logo { width: 122px; height: auto; object-fit: contain; transition: filter .35s var(--ease), opacity .25s; }
.brand-logo:hover { opacity: .82; }
.site-header.scrolled .brand-logo { filter: invert(1); }
.footer-logo { width: 132px; filter: none !important; }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.desktop-nav a { position: relative; font-size: 14px; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; background: var(--purple); transform: scaleX(0); transform-origin: right; transition: transform .25s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.button { min-height: 56px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid var(--purple); background: var(--purple); color: var(--white); font-weight: 800; font-size: 14px; border-radius: 2px; cursor: pointer; transition: transform .25s var(--ease), background .25s, box-shadow .25s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: #6f00dc; box-shadow: 0 14px 34px rgba(128,0,254,.25); }
.button-small { min-height: 46px; padding-inline: 18px; gap: 12px; font-size: 13px; }
.button-dark { background: var(--black); border-color: var(--black); }
.button-dark:hover { background: #242126; box-shadow: 0 14px 30px rgba(0,0,0,.16); }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: 800px; overflow: hidden; background: var(--black); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: -25% auto auto -15%; width: 760px; height: 760px; border-radius: 50%; background: radial-gradient(circle, rgba(128,0,254,.28), rgba(128,0,254,0) 70%); filter: blur(20px); }
.hero-grid { min-height: 900px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 58px; align-items: center; padding-top: 112px; }
.hero-copy { position: relative; z-index: 2; padding: 52px 0 70px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.72); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
.eyebrow span { width: 34px; height: 2px; background: var(--purple); }
.eyebrow.dark { color: var(--muted); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(58px, 5.3vw, 82px); line-height: .94; letter-spacing: -.07em; font-weight: 800; }
h1 em, h2 em { display: inline-block; color: var(--purple); font-style: normal; font-weight: 500; }
.hero-lede, .hero-secondary { max-width: 600px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.65; }
.hero-secondary { margin: 0; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; }
.play-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: var(--purple); transition: border-color .2s, transform .2s; }
.text-link:hover .play-icon { border-color: var(--purple); transform: translateY(3px); }
.hero-proof { margin-top: 54px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); display: flex; gap: 38px; }
.hero-proof div { display: flex; align-items: flex-start; gap: 11px; }
.hero-proof strong { color: var(--purple); font-size: 12px; }
.hero-proof span { color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.3; text-transform: uppercase; letter-spacing: .07em; }
.hero-visual { position: relative; align-self: stretch; min-height: 900px; }
.hero-image-frame { position: absolute; inset: 80px 0 0; overflow: hidden; border-radius: 50vw 50vw 0 0; border: 1px solid rgba(255,255,255,.16); }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.image-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(0,0,0,.76) 100%); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 13px; padding: 14px 16px; background: rgba(255,255,255,.94); color: var(--black); box-shadow: 0 20px 50px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.floating-card div:not(.match-icon) { display: grid; }
.floating-card small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; }
.floating-card strong { font-size: 13px; }
.card-role { top: 31%; left: -34px; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: #34c77b; box-shadow: 0 0 0 6px rgba(52,199,123,.14); }
.card-match { right: -24px; bottom: 13%; }
.match-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--purple); color: white; font-weight: 900; }
.orbit { position: absolute; border: 1px solid rgba(128,0,254,.45); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 86px; height: 86px; right: -30px; top: 16%; }
.orbit-two { width: 26px; height: 26px; left: -14px; bottom: 8%; background: var(--purple); }
.hero-marquee { height: 72px; display: flex; align-items: center; overflow: hidden; background: var(--purple); }
.marquee-track { min-width: max-content; display: flex; align-items: center; gap: 28px; animation: marquee 24s linear infinite; }
.marquee-track span { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.marquee-track i { width: 6px; height: 6px; border: 1px solid var(--white); transform: rotate(45deg); }
@keyframes marquee { to { transform: translateX(-50%); } }

.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
h2 { margin-bottom: 30px; font-size: clamp(48px, 5vw, 76px); line-height: .98; letter-spacing: -.065em; font-weight: 800; }
.intro-copy { max-width: 480px; color: var(--muted); font-size: 17px; }
.intro-copy p + p { margin-top: 18px; }
.inline-arrow { margin-top: 18px; display: inline-flex; align-items: center; gap: 36px; color: var(--black); font-weight: 800; border-bottom: 1px solid var(--black); padding-bottom: 8px; }
.inline-arrow span { color: var(--purple); }

.our-story { position: relative; overflow: hidden; background: var(--off-white); }
.our-story::after { content: ""; position: absolute; width: 430px; height: 430px; left: -280px; bottom: -250px; border: 64px solid rgba(128,0,254,.07); border-radius: 50%; pointer-events: none; }
.our-story-grid { position: relative; z-index: 1; }
.story-heading { max-width: 900px; margin: 0 auto 54px; text-align: center; }
.story-heading .eyebrow { justify-content: center; }
.story-heading h2 { font-size: clamp(48px, 4.4vw, 70px); }
.story-journey { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.story-step { display: grid; align-content: center; gap: 24px; min-height: 360px; padding: 40px; border: 1px solid var(--line); background: rgba(255,255,255,.72); text-align: center; }
.story-step h3 { margin-bottom: 14px; font-size: clamp(28px, 2.1vw, 32px); line-height: 1.18; letter-spacing: -.04em; }
.story-step p { margin-bottom: 0; color: var(--muted); font-size: clamp(16px, 1.2vw, 18px); line-height: 1.7; }
.story-step p + p { margin-top: 18px; }
.story-pivot { margin: 0; padding: 38px; border: 1px solid var(--black); background: var(--black); color: var(--white); box-shadow: 12px 12px 0 var(--purple-soft); }
.story-pivot h3 { font-size: clamp(30px, 2.3vw, 35px); }
.story-pivot p { color: rgba(255,255,255,.72); }

.opportunities { background: var(--black); color: var(--white); overflow: hidden; }
.section-top { display: grid; grid-template-columns: 1fr 420px; align-items: end; gap: 50px; }
.section-top > p { color: rgba(255,255,255,.58); font-size: 17px; }
.role-tabs { margin: 52px 0 30px; display: flex; gap: 9px; flex-wrap: wrap; }
.role-tab { padding: 10px 17px; border: 1px solid rgba(255,255,255,.18); background: transparent; color: rgba(255,255,255,.6); cursor: pointer; font-size: 12px; font-weight: 800; transition: .2s; }
.role-tab.active, .role-tab:hover { background: var(--purple); border-color: var(--purple); color: var(--white); }
.role-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.service-grid { margin-top: 52px; grid-template-columns: repeat(3, 1fr); }
.role-card { min-height: 380px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .3s, transform .3s, opacity .3s; }
.service-grid .role-card { min-height: 320px; }
.service-grid .role-card p { margin-bottom: 0; font-size: 14px; line-height: 1.65; }
.role-card.featured, .role-card:hover { background: var(--purple); }
.role-card[hidden] { display: none; }
.role-icon { width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.035); color: var(--white); transition: background .25s, border-color .25s, transform .25s; }
.role-icon svg { width: 36px; height: 36px; }
.role-card:hover .role-icon, .role-card.featured .role-icon { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.1); transform: translateY(-3px); }
.role-card h3 { margin: 18px 0 12px; font-size: 26px; letter-spacing: -.04em; }
.role-card p { color: rgba(255,255,255,.58); font-size: 14px; }
.role-card a { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.22); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.role-card.featured p, .role-card:hover p { color: rgba(255,255,255,.8); }

.benefits { background: var(--off-white); }
.benefits-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 110px; align-items: start; }
.benefits-sticky { position: sticky; top: 120px; }
.benefits-heading { font-size: clamp(32px, 4.3vw, 56px); }
.benefits-heading > span { white-space: nowrap; }
.benefits-sticky > p:not(.eyebrow) { max-width: 470px; color: var(--muted); font-size: 17px; }
.benefits-sticky .button { margin-top: 20px; }
.benefit-list { border-top: 1px solid var(--line); }
.benefit-item { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.benefit-no { color: var(--purple); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.benefit-item h3 { margin-bottom: 10px; font-size: 25px; letter-spacing: -.035em; }
.benefit-item p { max-width: 520px; margin-bottom: 0; color: var(--muted); }

.talent-story { overflow: hidden; background: var(--white); }
.talent-story-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: center; }
.talent-story-visual { position: relative; min-height: 680px; }
.talent-story-image { position: absolute; inset: 0 28px 0 0; overflow: hidden; border-radius: 50vw 50vw 8px 8px; background: var(--black); }
.talent-story-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.72)); }
.talent-story-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.talent-story-label { position: absolute; right: 0; bottom: 50px; z-index: 2; min-width: 260px; padding: 20px 22px; display: grid; background: var(--purple); color: var(--white); box-shadow: 0 20px 45px rgba(128,0,254,.24); }
.talent-story-label span { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; opacity: .72; }
.talent-story-label strong { font-size: 19px; }
.talent-story-copy { max-width: 610px; }
.talent-story-lede { font-size: 23px; line-height: 1.45; font-weight: 700; letter-spacing: -.025em; }
.talent-story-copy > p:not(.eyebrow):not(.talent-story-lede) { color: var(--muted); font-size: 16px; }
.talent-story-closing { margin-top: 34px; padding: 27px 0 0 24px; display: grid; gap: 6px; border-top: 1px solid var(--line); border-left: 3px solid var(--purple); }
.talent-story-closing span { color: var(--muted); font-size: 13px; }
.talent-story-closing strong { font-size: 18px; }

.process { position: relative; overflow: hidden; background: var(--black); color: var(--white); }
.process::after { content: ""; position: absolute; width: 500px; height: 500px; right: -250px; top: -240px; border-radius: 50%; border: 80px solid rgba(128,0,254,.14); }
.process-heading { position: relative; z-index: 1; max-width: 900px; margin-inline: auto; display: flex; flex-direction: column; align-items: center; text-align: center; }
.process-intro { max-width: 780px; margin-inline: auto; color: rgba(255,255,255,.58); font-size: 17px; }
.process-grid { position: relative; z-index: 1; margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-card { min-height: 370px; padding: 30px; border: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; transition: border-color .25s, transform .25s; }
.process-card:hover { border-color: var(--purple); transform: translateY(-5px); }
.process-no { align-self: flex-end; color: rgba(255,255,255,.45); font-size: 11px; font-weight: 800; }
.process-symbol { width: 70px; height: 70px; margin: 56px 0 40px; display: grid; place-items: center; border-radius: 50%; background: var(--purple); font-size: 30px; }
.process-card h3 { margin-bottom: 10px; font-size: 24px; }
.process-card p { color: rgba(255,255,255,.56); font-size: 14px; }
.process-actions { margin-top: 54px; padding-top: 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.18); }
.process-actions > p { margin: 0; font-size: 20px; font-weight: 700; }
.process-actions > div { display: flex; align-items: center; gap: 20px; }
.text-button { min-height: 56px; padding: 0 20px; display: inline-flex; align-items: center; gap: 22px; border: 1px solid rgba(255,255,255,.28); font-size: 14px; font-weight: 800; transition: border-color .2s, color .2s; }
.text-button:hover { border-color: var(--purple); color: var(--purple); }

.quote-section { position: relative; min-height: 580px; overflow: hidden; display: grid; place-items: center; background: var(--purple); color: var(--white); text-align: center; }
.quote-orb { position: absolute; width: 680px; height: 680px; top: -410px; left: calc(50% - 340px); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.035), 0 0 0 200px rgba(255,255,255,.025); }
.quote-inner { position: relative; z-index: 1; max-width: 980px; padding: 100px 0; }
.quote-mark { font-size: 90px; line-height: .5; font-weight: 500; opacity: .55; }
blockquote { margin: 30px auto 38px; font-size: clamp(32px, 4vw, 55px); line-height: 1.12; letter-spacing: -.05em; font-weight: 700; }
.quote-inner p { font-size: 11px; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.quote-inner p span { opacity: .65; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 120px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading > p:not(.eyebrow) { color: var(--muted); max-width: 400px; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 0; background: transparent; color: var(--black); text-align: left; cursor: pointer; font-weight: 800; font-size: 19px; }
.accordion-item i { width: 20px; height: 20px; position: relative; flex: 0 0 auto; }
.accordion-item i::before, .accordion-item i::after { content: ""; position: absolute; inset: 9px 0 auto; height: 2px; background: var(--purple); transition: transform .25s; }
.accordion-item i::after { transform: rotate(90deg); }
.accordion-item.open i::after { transform: rotate(0); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.accordion-panel p { overflow: hidden; margin: 0; max-width: 680px; color: var(--muted); }
.accordion-item.open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.open .accordion-panel p { padding-bottom: 28px; }

.apply-section { padding: 128px 0; background: var(--black); color: var(--white); }
.apply-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.apply-copy { position: sticky; top: 120px; }
.apply-copy > p:not(.eyebrow) { max-width: 480px; color: rgba(255,255,255,.62); font-size: 17px; }
.privacy-note { max-width: 480px; margin-top: 38px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); display: flex; gap: 15px; color: rgba(255,255,255,.55); font-size: 12px; }
.privacy-note > span { color: var(--purple); }
.talent-form { padding: 42px; background: var(--white); color: var(--black); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.talent-form label { display: grid; gap: 9px; margin-bottom: 19px; }
.talent-form label > span { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.talent-form input, .talent-form select, .talent-form textarea { width: 100%; border: 1px solid #d7d5d9; border-radius: 0; background: #fafafa; padding: 14px 15px; color: var(--black); outline: none; transition: border-color .2s, box-shadow .2s; }
.talent-form input, .talent-form select { min-height: 52px; }
.talent-form textarea { resize: vertical; }
.talent-form input:focus, .talent-form select:focus, .talent-form textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(128,0,254,.1); }
.talent-form input.is-invalid, .talent-form select.is-invalid, .talent-form textarea.is-invalid { border-color: #c72d43; background: #fff8f9; box-shadow: 0 0 0 3px rgba(199,45,67,.08); }
.talent-form ::placeholder { color: #99959e; }
.field-help { margin-top: -3px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.field-error { min-height: 0; color: #b82138; font-size: 11px; font-weight: 700; line-height: 1.4; }
.field-error:empty { display: none; }
.talent-form .consent { margin: 3px 0 24px; grid-template-columns: 18px 1fr; align-items: start; gap: 11px; }
.consent input { min-height: auto; width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--purple); }
.consent span { text-transform: none !important; letter-spacing: 0 !important; color: var(--muted); font-weight: 600 !important; line-height: 1.45; }
.consent-error { grid-column: 2; }
.form-status { display: none; margin: 0 0 18px; padding: 13px 15px; border-left: 3px solid var(--purple); background: var(--purple-soft); color: #3b145f; font-size: 12px; font-weight: 700; line-height: 1.5; }
.form-status:not(:empty) { display: block; }
.form-status.error { border-left-color: #c72d43; background: #fff0f2; color: #8f1729; }
.submit-button { width: 100%; }
.submit-button:disabled { cursor: wait; opacity: .72; transform: none; box-shadow: none; }
.submit-button.is-submitting [data-submit-icon] { width: 15px; height: 15px; border: 2px solid rgba(255,255,255,.4); border-top-color: var(--white); border-radius: 50%; font-size: 0; animation: submit-spin .7s linear infinite; }
.form-footnote { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 11px; }
@keyframes submit-spin { to { transform: rotate(360deg); } }

.success-modal { position: fixed; z-index: 500; inset: 0; padding: 24px; display: grid; place-items: center; background: rgba(0,0,0,.78); backdrop-filter: blur(12px); }
.success-modal[hidden] { display: none; }
.success-modal-panel { width: min(620px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: clamp(34px, 6vw, 62px); border: 1px solid rgba(255,255,255,.18); background: radial-gradient(circle at 100% 0, rgba(128,0,254,.15), transparent 42%), var(--white); color: var(--black); box-shadow: 0 32px 90px rgba(0,0,0,.4); }
.success-modal-icon { width: 58px; height: 58px; margin-bottom: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--purple); color: var(--white); font-size: 25px; font-weight: 900; }
.success-modal h2 { margin-bottom: 22px; font-size: clamp(42px, 6vw, 62px); }
.success-modal-panel > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.7; }
.application-reference { margin: 28px 0; padding: 18px 20px; display: grid; gap: 4px; border-left: 3px solid var(--purple); background: var(--off-white); }
.application-reference span { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.application-reference strong { font-size: 19px; letter-spacing: .04em; }
.success-modal .button { width: 100%; }
body.modal-open { overflow: hidden; }

.site-footer { padding: 92px 0 30px; background: radial-gradient(circle at 78% 0, rgba(128,0,254,.12), transparent 31%), #0b0c10; color: var(--white); }
.footer-directory { display: grid; grid-template-columns: .78fr 1.05fr 1.08fr 1.35fr; gap: clamp(36px, 5vw, 78px); align-items: start; padding-bottom: 72px; }
.footer-column h2 { margin: 0 0 27px; color: var(--white); font-size: 18px; line-height: 1.25; letter-spacing: -.02em; }
.footer-column h3 { margin: 34px 0 20px; color: var(--white); font-size: 17px; line-height: 1.3; }
.footer-link-list { margin: 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.footer-link-list li, .footer-link-list a { color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.45; }
.footer-link-list a { transition: color .2s, padding-left .2s; }
.footer-link-list a:hover, .footer-link-list a:focus-visible { padding-left: 4px; color: var(--white); }
.footer-jobs-column { padding-left: 4px; }
.footer-job-list { gap: 6px; }
.footer-about { padding-left: clamp(0px, 2vw, 30px); border-left: 1px solid rgba(255,255,255,.12); }
.footer-brand { margin: 2px 0 25px; }
.footer-about > p { margin: 0 0 20px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.75; }
.footer-about .footer-tagline { color: rgba(255,255,255,.42); font-size: 12px; }
.footer-contact-links { display: grid; gap: 9px; margin-top: 28px; }
.footer-contact-links a { width: fit-content; color: rgba(255,255,255,.68); font-size: 13px; transition: color .2s; }
.footer-contact-links a:hover, .footer-contact-links a:focus-visible { color: var(--white); }
.footer-contact-links span, .footer-apply-link span { color: var(--purple); }
.footer-apply-link { width: fit-content; margin-top: 32px; padding-bottom: 7px; display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.35); color: var(--white); font-size: 13px; font-weight: 800; transition: border-color .2s, color .2s; }
.footer-apply-link:hover, .footer-apply-link:focus-visible { border-color: var(--purple); color: #c998ff; }
.footer-bottom { padding-top: 28px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.4); font-size: 11px; }
.footer-bottom div { display: flex; gap: 22px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .14s; }
@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; } }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 48px, 960px); }
  .desktop-nav { gap: 20px; }
  .nav-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr .8fr; gap: 32px; }
  .hero-visual { min-height: 820px; }
  .role-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid, .faq-grid, .apply-grid, .talent-story-grid, .our-story-grid { gap: 64px; }
  .intro-grid { grid-template-columns: 1fr 1fr; gap: 56px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 36px); }
  .section, .apply-section { padding: 88px 0; }
  .desktop-nav { display: none; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 1px solid currentColor; background: transparent; color: inherit; }
  .menu-toggle span { width: 20px; height: 2px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: 99; inset: 84px 0 auto; padding: 28px 18px 36px; display: grid; gap: 0; background: var(--white); color: var(--black); transform: translateY(-130%); opacity: 0; transition: transform .35s var(--ease), opacity .25s; box-shadow: 0 20px 30px rgba(0,0,0,.1); }
  .mobile-nav.open { transform: translateY(0); opacity: 1; }
  .mobile-nav > a:not(.button) { padding: 18px 6px; border-bottom: 1px solid var(--line); font-weight: 700; }
  .mobile-nav .button { margin-top: 22px; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 110px; }
  .hero-copy { padding-bottom: 0; }
  h1 { font-size: clamp(54px, 13vw, 78px); }
  .hero-visual { min-height: 620px; width: min(100%, 590px); margin-inline: auto; }
  .hero-image-frame { inset: 40px 0 0; }
  .card-role { left: -8px; }
  .card-match { right: -8px; }
  .intro-grid { grid-template-columns: 1fr; gap: 20px; }
  .intro-copy { padding-top: 0; }
  .section-top { grid-template-columns: 1fr; gap: 15px; }
  .role-grid { grid-template-columns: 1fr 1fr; }
  .benefits-grid, .faq-grid, .apply-grid { grid-template-columns: 1fr; }
  .story-heading { margin-bottom: 54px; }
  .talent-story-grid { grid-template-columns: 1fr; }
  .talent-story-visual { min-height: 650px; width: min(100%, 580px); margin-inline: auto; }
  .benefits-sticky, .faq-heading, .apply-copy { position: static; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 290px; }
  .process-actions { align-items: flex-start; flex-direction: column; }
  .footer-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 58px 64px; }
  .footer-about { padding-left: 0; border-left: 0; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .section, .apply-section { padding: 76px 0; }
  .nav-wrap { height: 74px; }
  .brand-logo { width: 104px; }
  .mobile-nav { top: 74px; }
  .hero-grid { padding-top: 92px; }
  .hero-copy { padding-top: 42px; }
  h1 { font-size: 52px; }
  h2 { font-size: 46px; }
  .hero-lede, .hero-secondary { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { justify-content: center; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .hero-proof div { display: grid; gap: 5px; }
  .hero-proof span { font-size: 10px; }
  .hero-visual { min-height: 500px; }
  .hero-image-frame { inset: 24px 0 0; }
  .floating-card { padding: 11px 12px; }
  .card-role { top: 30%; }
  .card-match { bottom: 10%; }
  .role-tabs { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 8px; }
  .role-tab { white-space: nowrap; }
  .role-grid { grid-template-columns: 1fr; }
  .role-card, .service-grid .role-card { min-height: 270px; padding: 26px 22px; }
  .role-icon { width: 62px; height: 62px; }
  .role-icon svg { width: 31px; height: 31px; }
  .benefit-item { grid-template-columns: 45px 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .talent-form { padding: 26px 20px; }
  .talent-story-visual { min-height: 500px; }
  .story-heading { margin-bottom: 40px; }
  .story-journey { grid-template-columns: 1fr; gap: 16px; }
  .story-step { min-height: auto; grid-template-columns: 1fr; align-content: start; gap: 10px; padding: 30px 24px; }
  .story-step h3, .story-pivot h3 { margin-bottom: 10px; font-size: 26px; }
  .story-step p { font-size: 15.5px; line-height: 1.65; }
  .story-pivot { padding: 28px 22px; box-shadow: 10px 10px 0 var(--purple-soft); }
  .talent-story-label { right: 0; bottom: 24px; min-width: 220px; }
  .process-actions > div { width: 100%; align-items: stretch; flex-direction: column; }
  .process-card { min-height: auto; padding: 26px 22px; }
  .process-symbol { margin: 36px 0 28px; }
  .process-actions .button, .process-actions .text-button { width: 100%; justify-content: center; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; }
  .site-footer { padding-top: 68px; }
  .footer-directory { grid-template-columns: 1fr; gap: 34px; padding-bottom: 54px; }
  .footer-column + .footer-column { padding-top: 30px; border-top: 1px solid rgba(255,255,255,.12); }
  .footer-column h2 { margin-bottom: 21px; }
  .footer-about { padding-left: 0; border-left: 0; }
}
