@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
:root { --bg: #070811; --panel: #0d0f1d; --text: #f4f1fb; --muted: #9291a4; --line: rgba(244,241,251,.14); --lilac: #d898f4; --violet: #9b83f0; }
* { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; color: var(--text); background: var(--bg); font-family: 'DM Sans', sans-serif; } a { color: inherit; text-decoration: none; }.page-width { width: min(1180px, calc(100% - 80px)); margin: 0 auto; }
.site-nav { width: min(1280px, calc(100% - 80px)); height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }.brand { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 500; }.brand__mark { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; overflow: hidden; }.brand__mark img { width: 22px; height: 22px; object-fit: contain; }.site-nav nav { display: flex; gap: 32px; color: var(--muted); font-size: 11px; }.site-nav nav a { transition: color .2s ease; }.site-nav nav a:hover, .site-nav nav .is-active { color: var(--text); }.nav-cta, .primary-button { display: inline-flex; align-items: center; gap: 18px; border: 1px solid #a45bc6; border-radius: 99px; padding: 11px 12px 11px 17px; font-size: 11px; }.nav-cta span, .primary-button span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: #24142a; background: var(--lilac); }
.section-kicker, .section-label { color: var(--muted); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }.section-kicker span { display: inline-block; width: 25px; height: 1px; margin: 0 9px 3px 0; background: var(--muted); }
.jobs-hero { min-height: 525px; display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 100px 0 90px; }.jobs-hero h1 { margin: 25px 0; font-size: clamp(55px, 8vw, 112px); font-weight: 400; line-height: .9; letter-spacing: -.08em; }.jobs-hero h1 em, .culture h2 em, .jobs-cta h2 em { color: var(--lilac); font-style: normal; }.hero-copy { width: 350px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }.hero-shape { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 295px; height: 295px; margin-right: 8%; border-radius: 50%; color: #24142a; background: var(--lilac); transform: rotate(-10deg); }.hero-shape::before { content: ''; position: absolute; inset: 17px; border: 1px solid rgba(36,20,42,.4); border-radius: 50%; }.hero-shape span { position: absolute; top: 52px; font-size: 9px; letter-spacing: .2em; }.hero-shape b { font-size: 32px; font-weight: 400; line-height: .87; text-align: center; letter-spacing: -.08em; }.hero-shape i { position: absolute; right: 48px; bottom: 52px; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #24142a; border-radius: 50%; font-style: normal; }
.openings { padding: 0 0 130px; }.openings-top { display: flex; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }.openings-top > span { color: var(--muted); font-size: 11px; }.job-filters { display: flex; gap: 9px; padding: 22px 0 38px; }.job-filter { border: 1px solid var(--line); border-radius: 99px; padding: 10px 17px; color: var(--muted); background: transparent; font: inherit; font-size: 11px; cursor: pointer; }.job-filter.is-active, .job-filter:hover { border-color: var(--lilac); color: #24142a; background: var(--lilac); }.job-list { border-top: 1px solid var(--line); }.job[hidden] { display: none; }.job { border-bottom: 1px solid var(--line); }.job summary { display: grid; grid-template-columns: 7% 1fr 27% 28px; align-items: center; gap: 16px; padding: 25px 0; cursor: pointer; list-style: none; }.job summary::-webkit-details-marker { display: none; }.job-number, .job-meta { color: var(--muted); font-size: 11px; }.job-title { font-size: clamp(18px, 2vw, 25px); letter-spacing: -.05em; }.job-plus { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; color: var(--lilac); font-size: 18px; font-weight: 300; }.job[open] .job-plus { color: #24142a; background: var(--lilac); }.job-detail { display: grid; grid-template-columns: 43% 1fr auto; align-items: end; gap: 24px; padding: 0 0 27px 7%; }.job-detail p { max-width: 400px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }.job-tags { display: flex; flex-wrap: wrap; gap: 6px; }.job-tags span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 9px; }.job-apply { display: inline-flex; align-items: center; gap: 10px; color: var(--lilac); font-size: 11px; white-space: nowrap; }.job-apply span { font-size: 16px; }
.culture { padding: 105px 0 130px; border-top: 1px solid var(--line); }.culture-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 35px; }.culture h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); font-weight: 400; line-height: .92; letter-spacing: -.075em; }.culture-copy > p { max-width: 370px; margin: 4px 0 44px; color: var(--muted); font-size: 14px; line-height: 1.6; }.culture-items { display: grid; gap: 15px; }.culture-items span { padding: 17px 0; border-top: 1px solid var(--line); font-size: 13px; }.culture-items b { display: inline-block; width: 35px; color: var(--lilac); font-size: 10px; font-weight: 400; }
.jobs-cta { margin-bottom: 80px; padding: 95px 8%; text-align: center; border-radius: 5px; background: #0d0f1d; }.jobs-cta h2 { margin: 22px auto 31px; font-size: clamp(43px, 6vw, 80px); font-weight: 400; line-height: .9; letter-spacing: -.075em; }.jobs-cta .primary-button { color: #24142a; background: var(--lilac); border-color: var(--lilac); }.jobs-cta .primary-button span { color: var(--lilac); background: #24142a; }.site-footer { display: flex; justify-content: space-between; padding: 25px 0 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }.site-footer a { color: var(--lilac); }
@media (max-width: 700px) { .page-width, .site-nav { width: calc(100% - 40px); }.site-nav { height: 72px; }.site-nav nav { display: none; }.nav-cta { font-size: 10px; }.jobs-hero { min-height: 650px; display: block; padding: 100px 0 60px; }.jobs-hero h1 { font-size: clamp(55px, 15vw, 84px); }.hero-copy { width: 290px; }.hero-shape { width: 205px; height: 205px; margin: 65px 0 0 auto; }.hero-shape span { top: 37px; }.hero-shape b { font-size: 23px; }.hero-shape i { right: 32px; bottom: 35px; }.job-filters { overflow-x: auto; }.job-filter { flex: 0 0 auto; }.job summary { grid-template-columns: 11% 1fr 27px; gap: 10px; }.job-meta { grid-column: 2; grid-row: 2; }.job-detail { display: block; padding-left: 11%; }.job-tags { margin: 20px 0; }.culture { padding: 75px 0 90px; }.culture-grid { grid-template-columns: 1fr; gap: 34px; }.jobs-cta { margin-bottom: 45px; padding: 70px 20px; }.site-footer { display: grid; gap: 12px; } }
