@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Syne:wght@500;600;700;800&display=swap');

:root {
  --ink: oklch(18% 0.02 115);
  --ink-soft: oklch(29% 0.025 115);
  --lime: oklch(82% 0.19 118);
  --lime-dark: oklch(45% 0.12 118);
  --paper: oklch(97% 0.015 100);
  --paper-deep: oklch(93% 0.025 100);
  --blue: oklch(52% 0.21 262);
  --white: oklch(99% 0.006 100);
  --muted: oklch(56% 0.025 115);
  --line: color-mix(in oklch, var(--ink) 15%, transparent);
  --shadow: 0 28px 80px color-mix(in oklch, var(--ink) 14%, transparent);
  --ease: cubic-bezier(.25, 1, .5, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 94% 8%, color-mix(in oklch, var(--lime) 18%, transparent), transparent 25rem),
    linear-gradient(180deg, var(--paper), var(--paper-deep));
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  content: '';
  opacity: .03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.82'/%3E%3C/svg%3E");
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-family: 'Syne', sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { width: 28px; height: 2px; content: ''; background: currentColor; }

.site-header {
  position: relative;
  z-index: 20;
  background: color-mix(in oklch, var(--ink) 94%, transparent);
  color: var(--white);
}

.nav {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: flex-end;
  gap: 9px;
  font-family: 'Syne', sans-serif;
  font-size: 1.58rem;
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .9;
}
.brand-mark {
  width: 18px;
  height: 18px;
  background: var(--lime);
  transform: skewX(-13deg);
}
.brand small {
  color: var(--lime);
  font-family: 'Manrope', sans-serif;
  font-size: .55rem;
  font-weight: 600;
  letter-spacing: .08em;
}

.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: .9rem; font-weight: 700; }
.nav-links a:not(.nav-cta) { color: color-mix(in oklch, var(--white) 75%, transparent); }
.nav-links a:not(.nav-cta):hover { color: var(--lime); }
.nav-cta, .button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  padding: 0 22px;
  background: var(--lime);
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  transition: transform .25s var(--ease), background .25s var(--ease);
}
.button:hover, .nav-cta:hover { transform: translateY(-2px); background: oklch(87% .19 118); }
.button.dark { background: var(--ink); color: var(--white); }
.button.ghost { border: 1px solid var(--line); background: transparent; }
.button svg, .icon-button svg { width: 19px; height: 19px; }

.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid color-mix(in oklch, var(--white) 22%, transparent);
  background: transparent;
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(90deg, color-mix(in oklch, var(--ink) 97%, transparent) 0%, color-mix(in oklch, var(--ink) 76%, transparent) 38%, color-mix(in oklch, var(--ink) 8%, transparent) 78%);
}
.hero-orbit {
  position: absolute;
  top: 18%;
  right: -10%;
  width: min(48vw, 680px);
  height: clamp(150px, 18vw, 230px);
  background: color-mix(in oklch, var(--lime) 86%, transparent);
  clip-path: polygon(13% 0, 100% 0, 87% 100%, 0 100%);
  transform: rotate(-11deg);
  mix-blend-mode: screen;
}
.hero-content {
  position: relative;
  z-index: 2;
  min-height: 676px;
  display: grid;
  align-content: center;
  padding-block: 80px 160px;
}
.hero h1 {
  max-width: 7.5ch;
  margin: 0;
  font-family: 'Syne', sans-serif;
  font-size: clamp(4.5rem, 9.2vw, 8rem);
  font-weight: 700;
  letter-spacing: -.075em;
  line-height: .88;
}
.hero h1 span { display: block; white-space: nowrap; }
.hero h1 span:last-child { color: var(--lime); }
.hero-copy { max-width: 590px; margin: 28px 0 0; font-size: clamp(1rem, 1.7vw, 1.22rem); color: color-mix(in oklch, var(--white) 82%, transparent); }

.search-panel {
  position: absolute;
  z-index: 3;
  bottom: -50px;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  transform: translateX(-50%);
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}
.search-panel.reveal { transform: translate(-50%, 28px); animation-name: reveal-panel; }
.search-top { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) auto; gap: 1px; background: var(--line); }
.search-field { min-width: 0; min-height: 104px; display: flex; align-items: center; gap: 14px; padding: 24px 28px; background: var(--white); }
.search-field > div { min-width: 0; width: 100%; }
.search-field svg { flex: 0 0 auto; color: var(--lime-dark); }
.search-field label { display: block; margin-bottom: 4px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.search-field input, .search-field select { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 1rem; font-weight: 700; }
.search-submit { min-width: 158px; margin: 18px; }
.search-note { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; padding: 16px 28px; background: var(--lime); font-size: .88rem; }
.search-note strong { font-family: 'Syne', sans-serif; }
.quick-link { border-bottom: 1px solid color-mix(in oklch, var(--ink) 42%, transparent); font-weight: 700; }

.marquee { overflow: hidden; background: var(--blue); color: var(--white); }
.marquee-track { width: max-content; display: flex; gap: 30px; padding: 18px 0; animation: marquee 28s linear infinite; }
.marquee span { display: flex; align-items: center; gap: 30px; font-family: 'Syne', sans-serif; font-size: .8rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.marquee span::after { color: var(--lime); content: '✦'; }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes reveal-panel { to { opacity: 1; transform: translateX(-50%); } }

.section { padding-block: clamp(90px, 12vw, 160px); }
.section-head { display: grid; grid-template-columns: 1.45fr .7fr; align-items: end; gap: 48px; margin-bottom: 54px; }
.section-title {
  max-width: 13ch;
  margin: 0;
  font-family: 'Syne', sans-serif;
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  font-weight: 650;
  letter-spacing: -.065em;
  line-height: .95;
  text-wrap: balance;
}
.section-intro { margin: 0; color: var(--muted); font-size: 1.02rem; }

.jobs-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.job-card {
  position: relative;
  grid-column: span 6;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  padding: clamp(24px, 3.4vw, 42px);
  background: color-mix(in oklch, var(--white) 88%, transparent);
  transition: transform .3s var(--ease), border-color .3s var(--ease);
}
.job-card:hover { z-index: 2; border-color: var(--ink); transform: translateY(-7px) rotate(-.35deg); }
.job-card.visual-card { min-height: 470px; color: var(--white); isolation: isolate; }
.job-card.visual-card::after { position: absolute; inset: 0; z-index: -1; content: ''; background: linear-gradient(180deg, color-mix(in oklch, var(--ink) 18%, transparent), color-mix(in oklch, var(--ink) 88%, transparent)); }
.job-card-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease), filter .6s var(--ease); }
.job-card.visual-card:hover .job-card-image { transform: scale(1.035); filter: saturate(1.08); }
.job-card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.pill { display: inline-flex; align-items: center; min-height: 31px; border: 1px solid currentColor; padding: 0 12px; font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.job-card h3 { display: -webkit-box; max-width: 16ch; margin: auto 0 26px; overflow: hidden; font-family: 'Syne', sans-serif; font-size: clamp(1.7rem, 3.4vw, 2.8rem); letter-spacing: -.05em; line-height: 1; text-wrap: balance; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.job-card-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: auto; font-size: .9rem; font-weight: 700; }
.meta-item { display: inline-flex; align-items: center; gap: 8px; }
.meta-item svg { width: 17px; height: 17px; }
.card-arrow { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid currentColor; }
.card-arrow svg { width: 20px; transition: transform .3s var(--ease); }
.job-card:hover .card-arrow svg { transform: rotate(-36deg); }

.process-section { overflow: hidden; background: var(--ink); color: var(--white); }
.process-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(50px, 10vw, 140px); align-items: start; }
.process-sticky { position: sticky; top: 70px; }
.process-sticky .section-title { color: var(--lime); }
.process-list { counter-reset: steps; }
.process-step { position: relative; display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 36px 0; border-top: 1px solid color-mix(in oklch, var(--white) 20%, transparent); counter-increment: steps; }
.process-step::before { content: '0' counter(steps); color: var(--lime); font-family: 'Syne', sans-serif; font-weight: 800; }
.process-step h3 { margin: 0 0 8px; font-family: 'Syne', sans-serif; font-size: 1.5rem; letter-spacing: -.04em; }
.process-step p { margin: 0; color: color-mix(in oklch, var(--white) 65%, transparent); }

.statements { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-width: 1px 0; }
.statement { padding: 46px 34px; }
.statement + .statement { border-left: 1px solid var(--line); }
.statement strong { display: block; margin-bottom: 9px; font-family: 'Syne', sans-serif; font-size: clamp(2.2rem, 5vw, 4.8rem); letter-spacing: -.06em; line-height: 1; }
.statement span { color: var(--muted); }

.stories-grid { display: grid; grid-template-columns: 1.4fr .7fr; gap: 22px; }
.story-main, .story-note { min-height: 360px; padding: clamp(28px, 5vw, 58px); }
.story-main { display: flex; flex-direction: column; justify-content: space-between; background: var(--blue); color: var(--white); }
.story-main blockquote { max-width: 18ch; margin: 0; font-family: 'Syne', sans-serif; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.03; letter-spacing: -.05em; }
.story-note { display: flex; flex-direction: column; justify-content: space-between; background: var(--lime); }
.story-note h3 { max-width: 11ch; margin: 0; font-family: 'Syne', sans-serif; font-size: clamp(2rem, 3.8vw, 3.5rem); line-height: 1; letter-spacing: -.05em; }

.site-footer { background: var(--ink); color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(2, .6fr); gap: 60px; padding-block: 72px; }
.footer-brand p { max-width: 440px; margin: 24px 0 0; color: color-mix(in oklch, var(--white) 62%, transparent); }
.footer-col h3 { margin: 0 0 18px; color: var(--lime); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-col a, .footer-col p { display: block; margin: 0 0 10px; color: color-mix(in oklch, var(--white) 75%, transparent); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0 34px; border-top: 1px solid color-mix(in oklch, var(--white) 15%, transparent); color: color-mix(in oklch, var(--white) 45%, transparent); font-size: .8rem; }

/* Jobs listing */
.page-hero { padding: 92px 0 72px; background: var(--ink); color: var(--white); }
.page-hero-inner { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; }
.page-hero h1 { max-width: 12ch; margin: 0; font-family: 'Syne', sans-serif; font-size: clamp(3.4rem, 8vw, 7.3rem); line-height: .9; letter-spacing: -.07em; text-wrap: balance; }
.page-hero h1 em { color: var(--lime); font-style: normal; }
.page-hero p { margin: 0; color: color-mix(in oklch, var(--white) 70%, transparent); }
.jobs-page { padding-block: 70px 130px; }
.visual-filter { margin-bottom: 44px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); }
.filter-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding: 32px 34px; }
.filter-heading span { color: var(--lime); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.filter-heading h2 { max-width: 18ch; margin: 8px 0 0; font-family: 'Syne', sans-serif; font-size: clamp(2rem, 4vw, 3.5rem); line-height: .96; letter-spacing: -.055em; text-wrap: balance; }
.filter-heading > strong { min-width: 118px; padding: 14px 18px; background: var(--lime); color: var(--ink); font-family: 'Syne', sans-serif; text-align: center; }
.filter-options { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid color-mix(in oklch, var(--white) 20%, transparent); }
.filter-option { position: relative; min-width: 0; padding: 20px 40px 20px 22px; border-right: 1px solid color-mix(in oklch, var(--white) 20%, transparent); }
.filter-option:last-child { border-right: 0; }
.filter-option span { display: block; margin-bottom: 6px; color: color-mix(in oklch, var(--white) 55%, transparent); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.filter-option strong { display: block; overflow: hidden; font-size: .92rem; text-overflow: ellipsis; white-space: nowrap; }
.filter-option b { position: absolute; top: 50%; right: 18px; color: var(--lime); transform: translateY(-50%); }
.filter-chips { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding: 18px 22px; }
.filter-chips span, .filter-chips button { min-height: 34px; display: inline-flex; align-items: center; border: 1px solid color-mix(in oklch, var(--white) 32%, transparent); padding: 0 11px; background: transparent; color: var(--white); font: inherit; font-size: .75rem; font-weight: 750; }
.filter-chips span { border-color: var(--lime); color: var(--lime); }
.filter-chips button { margin-left: auto; cursor: default; opacity: .56; }
.job-results-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.job-tile { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: var(--white); transition: border-color .25s ease, transform .25s var(--ease); }
.job-tile:hover { border-color: var(--ink); transform: translateY(-6px); }
.job-tile-media { overflow: hidden; aspect-ratio: 4 / 3; background: var(--paper-deep); }
.job-tile-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease), filter .55s var(--ease); }
.job-tile:hover .job-tile-media img { filter: saturate(1.08); transform: scale(1.035); }
.job-tile-body { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.job-tile-body .pill { align-self: flex-start; }
.job-tile h2 { display: -webkit-box; min-height: 2.08em; margin: 22px 0 18px; overflow: hidden; font-family: 'Syne', sans-serif; font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.04; letter-spacing: -.045em; text-wrap: balance; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.job-tile-meta { display: grid; gap: 7px; margin-bottom: 28px; color: var(--muted); font-size: .82rem; font-weight: 700; }
.job-tile-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.job-tile-foot strong { font-family: 'Syne', sans-serif; font-size: 1.02rem; }
.job-tile-foot span { color: var(--blue); font-size: .82rem; font-weight: 800; white-space: nowrap; }

/* Detail */
.detail-hero { position: relative; overflow: hidden; padding: 90px 0 110px; background: var(--ink); color: var(--white); }
.detail-hero::after { position: absolute; right: -110px; bottom: 20px; width: 540px; height: 190px; background: var(--lime); clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%); content: ''; opacity: .8; transform: rotate(-13deg); }
.breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 54px; color: color-mix(in oklch, var(--white) 55%, transparent); font-size: .85rem; }
.detail-title-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .65fr; gap: 80px; align-items: end; }
.detail-hero h1 { max-width: 13ch; margin: 18px 0 0; font-family: 'Syne', sans-serif; font-size: clamp(3.1rem, 7vw, 6.6rem); line-height: .92; letter-spacing: -.07em; text-wrap: balance; }
.detail-lead { margin: 0; color: color-mix(in oklch, var(--white) 72%, transparent); font-size: 1.1rem; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr); gap: clamp(48px, 8vw, 110px); align-items: start; padding-block: 85px 130px; }
.detail-content h2 { max-width: 17ch; margin: 70px 0 22px; font-family: 'Syne', sans-serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -.055em; text-wrap: balance; }
.detail-content h2:first-child { margin-top: 0; }
.detail-content p { max-width: 700px; color: var(--ink-soft); }
.detail-photo { position: relative; width: calc(100% + 72px); margin: 38px 0 58px -36px; background: var(--ink); }
.detail-photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.detail-photo figcaption { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 18px 22px; background: var(--ink); color: var(--white); }
.detail-photo figcaption span, .detail-photo figcaption small { font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.detail-photo figcaption span { color: var(--lime); }
.detail-photo figcaption strong { font-family: 'Syne', sans-serif; font-size: .95rem; letter-spacing: -.02em; }
.detail-photo figcaption small { color: color-mix(in oklch, var(--white) 48%, transparent); }
.detail-photo-training { margin-top: 34px; margin-left: 0; }
.detail-photo-training figcaption { background: var(--lime); color: var(--ink); }
.detail-photo-training figcaption span { color: var(--ink); }
.detail-photo-training figcaption small { color: color-mix(in oklch, var(--ink) 55%, transparent); }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0; padding: 0; list-style: none; }
.feature-list li { min-height: 104px; display: flex; align-items: flex-start; gap: 13px; padding: 22px; border: 1px solid var(--line); background: var(--white); font-weight: 700; }
.feature-list svg { flex: 0 0 auto; width: 20px; color: var(--lime-dark); }
.detail-sidebar { position: sticky; top: 24px; }
.pay-card { padding: 34px; background: var(--lime); }
.pay-card small { display: block; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.pay-card strong { display: block; margin: 12px 0 28px; font-family: 'Syne', sans-serif; font-size: clamp(2.3rem, 5vw, 4rem); letter-spacing: -.07em; line-height: .9; }
.pay-card .button { width: 100%; background: var(--ink); color: var(--white); }
.fact-card { margin-top: 12px; padding: 30px 34px; border: 1px solid var(--line); background: var(--white); }
.fact-card h2 { margin: 0 0 24px; font-family: 'Syne', sans-serif; font-size: 1.4rem; }
.fact { display: flex; gap: 12px; padding: 15px 0; border-top: 1px solid var(--line); }
.fact svg { flex: 0 0 auto; width: 19px; }
.fact span { display: block; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fact strong { display: block; font-size: .9rem; }
.company-card { margin-top: 12px; padding: 34px; background: var(--blue); color: var(--white); }
.company-card .company-monogram { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 28px; background: var(--lime); color: var(--ink); font-family: 'Syne', sans-serif; font-weight: 800; transform: skewX(-8deg); }
.company-card .company-monogram span { transform: skewX(8deg); }
.company-card h2 { margin: 0 0 14px; font-family: 'Syne', sans-serif; font-size: 1.6rem; }
.company-card p { margin: 0; color: color-mix(in oklch, var(--white) 75%, transparent); font-size: .9rem; }
.related { padding: 80px 0 110px; background: var(--paper-deep); }
.related-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.related-item { min-height: 220px; display: flex; flex-direction: column; overflow: hidden; padding: 28px; background: var(--white); }
.related-item img { width: calc(100% + 56px); max-width: none; aspect-ratio: 4 / 3; margin: -28px -28px 24px; object-fit: cover; }
.related-item h3 { display: -webkit-box; max-width: 14ch; margin: 22px 0 18px; overflow: hidden; font-family: 'Syne', sans-serif; font-size: 1.5rem; line-height: 1.05; letter-spacing: -.04em; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.related-item .meta-item { margin-top: auto; }

.reveal { opacity: 0; transform: translateY(28px); animation: reveal .8s var(--ease) forwards; animation-delay: calc(var(--i, 0) * 90ms); }
.reveal.search-panel { transform: translate(-50%, 28px); animation: reveal-panel .8s var(--ease) forwards; animation-delay: calc(var(--i, 0) * 90ms); }
@keyframes reveal { to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .menu-button { display: grid; place-items: center; }
  .nav-links { position: absolute; top: 84px; left: 14px; right: 14px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px; background: var(--ink-soft); box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links a { min-height: 52px; display: flex; align-items: center; padding: 0 16px; }
}

@media (max-width: 860px) {
  .container, .narrow { width: min(100% - 28px, 680px); }
  .hero { min-height: 780px; }
  .hero-media img { object-position: 64% center; }
  .hero-media::after { background: linear-gradient(90deg, color-mix(in oklch, var(--ink) 96%, transparent), color-mix(in oklch, var(--ink) 72%, transparent) 66%, color-mix(in oklch, var(--ink) 25%, transparent)); }
  .hero-content { min-height: 620px; padding-block: 65px 230px; }
  .hero h1 { font-size: clamp(3rem, 14.5vw, 5.5rem); }
  .hero-orbit { top: 19%; right: -35%; width: 92vw; height: 160px; opacity: .52; }
  .search-panel { bottom: 22px; }
  .search-top { grid-template-columns: 1fr; }
  .search-field { min-height: 70px; padding: 14px 18px; }
  .search-submit { min-height: 52px; margin: 10px; }
  .search-note { display: none; }
  .section-head, .process-grid, .page-hero-inner, .detail-title-grid, .detail-layout { grid-template-columns: 1fr; }
  .section-head { gap: 22px; }
  .job-card { grid-column: span 12; }
  .process-sticky { position: static; }
  .statements { grid-template-columns: 1fr; }
  .statement + .statement { border-left: 0; border-top: 1px solid var(--line); }
  .stories-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .filter-options { grid-template-columns: 1fr 1fr; }
  .filter-option:nth-child(2) { border-right: 0; }
  .filter-option:nth-child(-n + 2) { border-bottom: 1px solid color-mix(in oklch, var(--white) 20%, transparent); }
  .job-results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-title-grid { gap: 30px; }
  .detail-layout { gap: 55px; }
  .detail-photo { width: 100%; margin-inline: 0; }
  .detail-sidebar { position: static; }
  .related-list { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .nav { min-height: 72px; }
  .brand { font-size: 1.3rem; }
  .brand small { display: none; }
  .nav-links { top: 72px; }
  .hero { min-height: 690px; }
  .hero-content { min-height: 500px; padding: 48px 0 220px; align-content: center; }
  .hero h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .hero-copy { max-width: 27ch; font-size: .98rem; }
  .search-panel { bottom: 14px; }
  .search-top { gap: 0; }
  .search-field { min-height: 62px; padding: 10px 14px; }
  .search-field label { margin: 0; }
  .section { padding-block: 84px; }
  .section-title { font-size: clamp(2.45rem, 13vw, 4rem); }
  .job-card.visual-card { min-height: 390px; }
  .process-step { grid-template-columns: 48px 1fr; gap: 12px; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 70px 0 54px; }
  .page-hero h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .filter-heading { align-items: stretch; flex-direction: column; padding: 26px 22px; }
  .filter-heading h2 { font-size: clamp(1.85rem, 10vw, 2.65rem); }
  .filter-heading > strong { align-self: flex-start; }
  .filter-options { grid-template-columns: 1fr; }
  .filter-option, .filter-option:nth-child(2) { border-right: 0; border-bottom: 1px solid color-mix(in oklch, var(--white) 20%, transparent); }
  .filter-option:last-child { border-bottom: 0; }
  .filter-chips { align-items: flex-start; flex-direction: column; }
  .filter-chips button { margin-left: 0; }
  .job-results-grid { grid-template-columns: 1fr; }
  .feature-list { grid-template-columns: 1fr; }
  .detail-photo figcaption { grid-template-columns: 1fr auto; }
  .detail-photo figcaption strong { grid-column: 1 / -1; grid-row: 2; }
  .detail-hero { padding: 68px 0 85px; }
  .detail-hero h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .detail-hero::after { right: -260px; bottom: 38px; width: 520px; height: 120px; opacity: .45; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
