:root {
  --paper: #f7f7f5;
  --ink: #1d1814;
  --muted: #6d6965;
  --mint: #58cbbb;
  --warm: #d98563;
  --line: rgba(29, 24, 20, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Avenir, "Avenir Next", Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; line-height: .98; }
em { color: var(--mint); font-style: normal; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: 190px 1fr 220px;
  align-items: center;
  min-height: 76px;
  padding: 0 4vw;
  border-bottom: 1px solid rgba(29, 24, 20, .08);
  background: rgba(247, 247, 245, .94);
  backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: 92px; height: auto; image-rendering: auto; }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; }
.jobs-label {
  padding-left: 12px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}
.jobs-label:hover { color: #148f80; }
.site-header nav { display: flex; justify-content: center; gap: 30px; }
.site-header nav a, footer nav a { font-size: 14px; text-decoration: none; }
.site-header nav a { padding: 8px 0; border-bottom: 1px solid transparent; }
.site-header nav a:hover { color: #148f80; border-color: currentColor; }
.header-cta { justify-self: end; font-size: 13px; font-weight: 700; text-decoration: none; }
.header-cta span { margin-left: 12px; }

.hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: calc(100vh - 76px);
  overflow: hidden;
}
.hero-copy { align-self: center; max-width: 760px; padding: 9vw 5vw 8vw 8vw; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 36px; font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); }
.eyebrow.light { color: rgba(255,255,255,.55); }
.eyebrow.light span { background: var(--mint); }
.hero h1 { margin-bottom: 38px; font-size: clamp(64px, 7.2vw, 118px); }
.hero-lead { max-width: 650px; color: #45413e; font-size: clamp(18px, 1.6vw, 24px); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 46px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 48px; min-width: 230px; padding: 17px 21px; border-radius: 999px; font-size: 13px; font-weight: 700; text-decoration: none; }
.button-primary { color: white; background: var(--ink); }
.button:hover { transform: translateY(-2px); }
.text-link { font-size: 13px; font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 10px; color: var(--mint); }

.hero-visual { position: relative; min-height: 680px; background: #efece7; }
.hero-visual::before { content: ""; position: absolute; inset: 0; opacity: .4; background-image: radial-gradient(rgba(29,24,20,.18) .65px, transparent .65px); background-size: 9px 9px; }
.diamond { position: absolute; top: 50%; left: 50%; width: 330px; height: 330px; border-radius: 42px; transform: translate(-50%,-50%) rotate(45deg); }
.diamond-back { margin: -42px 0 0 40px; border: 1px solid rgba(29,24,20,.14); }
.diamond-front { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: white; background: var(--ink); box-shadow: 0 35px 80px rgba(29,24,20,.24); }
.diamond-front > * { transform: rotate(-45deg); text-align: center; }
.diamond-front span { color: rgba(255,255,255,.55); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.diamond-front strong { font-size: 20px; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(29,24,20,.13); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 570px; height: 570px; }
.orbit-two { width: 760px; height: 760px; }
.hero-visual p { position: absolute; right: 9%; bottom: 8%; margin: 0; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-align: right; text-transform: uppercase; }

.manifesto { padding: 9vw 8vw; color: white; background: var(--ink); }
.manifesto-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; align-items: start; }
.manifesto h2, .offer h2 { font-size: clamp(42px, 5vw, 76px); }
.manifesto-grid > div { padding-top: 10px; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.65; }

.role { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding: 10vw 8vw; }
.role-heading { position: sticky; top: 120px; align-self: start; }
.role-heading h2, .fit-intro h2, .process h2 { font-size: clamp(50px, 5vw, 80px); }
.role-heading > p:not(.eyebrow) { max-width: 390px; color: var(--muted); font-size: 18px; }
.role-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.role-tags span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; }
.role-details article { display: grid; grid-template-columns: 55px 1fr; gap: 22px; padding: 36px 0; border-top: 1px solid var(--line); }
.role-details article:last-child { border-bottom: 1px solid var(--line); }
.number { color: var(--mint); font-size: 12px; font-weight: 700; }
.role-details h3 { margin-bottom: 14px; font-size: 31px; }
.role-details p { max-width: 620px; margin-bottom: 0; color: var(--muted); font-size: 17px; }

.additional-roles { display: grid; grid-template-columns: .65fr 1.35fr; gap: 7vw; padding: 2vw 8vw 10vw; }
.additional-heading { position: sticky; top: 120px; align-self: start; }
.additional-heading h2 { font-size: clamp(46px, 4.5vw, 72px); }
.additional-heading > p:not(.eyebrow) { max-width: 380px; color: var(--muted); font-size: 17px; }
.job-listings { display: grid; gap: 28px; }
.job-listing { padding: clamp(36px, 5vw, 66px); border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: 0 18px 48px rgba(29,24,20,.07); }
.job-topline { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.job-listing h3 { margin: 55px 0 27px; font-size: clamp(44px, 5vw, 76px); }
.job-summary { max-width: 720px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.job-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 50px; }
.job-meta span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; }
.job-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding-top: 34px; border-top: 1px solid var(--line); }
.job-columns h4 { margin: 0 0 22px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.job-columns ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.job-columns li { position: relative; padding-left: 25px; color: var(--muted); font-size: 15px; }
.job-columns li::before { content: "◇"; position: absolute; left: 0; color: var(--mint); font-weight: 700; }
.job-link { display: inline-flex; gap: 40px; align-items: center; margin-top: 48px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; text-decoration: none; }
.dark-listing { color: white; background: var(--ink); }
.dark-listing .job-topline, .dark-listing .job-summary, .dark-listing .job-columns li { color: rgba(255,255,255,.62); }
.dark-listing .job-meta span, .dark-listing, .dark-listing .job-columns { border-color: rgba(255,255,255,.16); }

.fit { padding: 9vw 8vw; background: #edeae5; }
.fit-intro { display: grid; grid-template-columns: .55fr 1fr; align-items: end; margin-bottom: 64px; }
.fit-intro .eyebrow { align-self: start; }
.fit-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fit-cards article { padding: clamp(34px, 5vw, 70px); border-radius: 30px; background: var(--paper); box-shadow: 0 16px 40px rgba(29,24,20,.07); }
.fit-cards .accent-card { color: white; background: var(--ink); }
.card-kicker { color: var(--mint); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.fit-cards h3 { max-width: 480px; margin: 24px 0 34px; font-size: clamp(30px, 3vw, 47px); }
.fit-cards ul { display: grid; gap: 20px; margin: 0; padding: 0; list-style: none; }
.fit-cards li { position: relative; padding-left: 31px; color: var(--muted); }
.accent-card li { color: rgba(255,255,255,.68); }
.fit-cards li::before { content: "◇"; position: absolute; left: 0; color: var(--mint); font-weight: 700; }
.apply-nudge { margin: 38px 0 0; font-size: 15px; text-align: center; }

.offer { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; padding: 10vw 8vw; color: white; background: var(--ink); }
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.14); }
.offer-grid article { padding: 40px; background: var(--ink); }
.offer-grid article > span { color: var(--mint); font-size: 23px; }
.offer-grid h3 { margin: 35px 0 12px; font-size: 25px; }
.offer-grid p { margin: 0; color: rgba(255,255,255,.58); }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding: 10vw 8vw; }
.process ol { margin: 0; padding: 0; list-style: none; }
.process li { display: grid; grid-template-columns: 58px 1fr; gap: 24px; padding: 28px 0; border-top: 1px solid var(--line); }
.process li:last-child { border-bottom: 1px solid var(--line); }
.process li > span { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; color: #148f80; font-size: 12px; }
.process h3 { margin: 3px 0 9px; font-size: 25px; }
.process li p { max-width: 620px; margin: 0; color: var(--muted); }

.final-cta { display: flex; justify-content: space-between; align-items: flex-end; gap: 70px; margin: 0 4vw 5vw; padding: clamp(44px, 7vw, 95px); border-radius: 32px; color: white; background: var(--ink); }
.final-cta h2 { margin-bottom: 25px; font-size: clamp(48px, 6vw, 88px); }
.final-cta p:not(.eyebrow) { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.65); font-size: 18px; }
.button-mint { flex: 0 0 auto; color: var(--ink); background: var(--mint); }

footer { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; padding: 34px 5vw 48px; border-top: 1px solid var(--line); }
footer p { margin: 0; color: var(--muted); font-size: 12px; }
footer nav { display: flex; gap: 24px; }
footer nav a:hover { color: #148f80; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero, .manifesto-grid, .role, .additional-roles, .offer, .process { grid-template-columns: 1fr; }
  .hero-copy { padding: 100px 7vw 70px; }
  .hero-visual { min-height: 620px; }
  .manifesto-grid, .role, .additional-roles, .offer, .process { gap: 55px; }
  .role-heading, .additional-heading { position: static; }
  .fit-intro { grid-template-columns: 1fr; }
  .fit-cards { grid-template-columns: 1fr; }
  .final-cta { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: auto 1fr; }
  footer nav { grid-column: 1 / -1; flex-wrap: wrap; }
}

@media (max-width: 600px) {
  .site-header { min-height: 66px; }
  .header-cta { font-size: 0; }
  .header-cta span { font-size: 20px; }
  .hero { min-height: auto; }
  .hero h1 { font-size: 58px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 480px; }
  .diamond { width: 230px; height: 230px; border-radius: 30px; }
  .orbit-one { width: 350px; height: 350px; }
  .orbit-two { width: 500px; height: 500px; }
  .manifesto, .role, .additional-roles, .fit, .offer, .process { padding: 90px 7vw; }
  .manifesto h2, .offer h2, .role-heading h2, .additional-heading h2, .fit-intro h2, .process h2 { font-size: 46px; }
  .job-columns { grid-template-columns: 1fr; }
  .job-topline { align-items: flex-start; flex-direction: column; }
  .offer-grid { grid-template-columns: 1fr; }
  .role-details article { grid-template-columns: 38px 1fr; }
  .final-cta { margin: 0 4vw 50px; padding: 44px 28px; }
  .final-cta h2 { font-size: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
