/* Careers route: candid employer-brand story and active role board. */
body.page-offer-work {
  --careerv-ink: #0a0c10;
  --careerv-panel: #11151b;
  --careerv-panel-soft: #171c23;
  --careerv-paper: #f1f0eb;
  --careerv-paper-deep: #e7e5df;
  --careerv-text: #14171c;
  --careerv-muted: #747982;
  --careerv-dark-muted: #a6abb5;
  --careerv-line-dark: rgba(241, 240, 235, .16);
  --careerv-line-light: rgba(10, 12, 16, .17);
  --careerv-cobalt: #5d76f3;
  background: var(--careerv-ink) !important;
}

body.page-offer-work .br-page-content {
  overflow: clip;
  background: var(--careerv-ink);
}

body.page-offer-work .careerv-page,
body.page-offer-work .careerv-page * {
  box-sizing: border-box;
}

body.page-offer-work .careerv-page {
  position: relative;
  z-index: 2;
  color: var(--careerv-text);
  background: var(--careerv-paper);
}

body.page-offer-work .careerv-shell {
  width: min(calc(100% - 64px), 1320px);
  margin-inline: auto;
}

body.page-offer-work .careerv-kicker {
  display: block;
  margin-bottom: 22px;
  color: var(--careerv-cobalt);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.page-offer-work .careerv-page h2,
body.page-offer-work .careerv-page h3,
body.page-offer-work .careerv-page p {
  margin-top: 0 !important;
}

body.page-offer-work .careerv-page h2 {
  margin-bottom: 0 !important;
  color: inherit !important;
  font-size: clamp(50px, 5.2vw, 78px) !important;
  font-weight: 400 !important;
  line-height: .96 !important;
  letter-spacing: -.062em !important;
  text-transform: none !important;
  text-wrap: balance;
}

body.page-offer-work .careerv-page a,
body.page-offer-work .careerv-page button {
  font: inherit;
}

body.page-offer-work .careerv-page :focus-visible {
  outline: 2px solid var(--careerv-cobalt);
  outline-offset: 4px;
}

/* Legacy non-home typography is dark by default; lock both tonal surfaces. */
body.brawus-v2.page-offer-work .careerv-story :is(h2, h3, strong),
body.brawus-v2.page-offer-work .careerv-work :is(h2, h3, strong, .careerv-work__item span) {
  color: #15171c !important;
}

body.brawus-v2.page-offer-work .careerv-story :is(.careerv-story__copy > p, .careerv-principle p),
body.brawus-v2.page-offer-work .careerv-work :is(.careerv-work__intro > p, .careerv-work__item p) {
  color: #565c65 !important;
}

body.brawus-v2.page-offer-work .careerv-roles :is(h2, h3, strong),
body.brawus-v2.page-offer-work .careerv-cta :is(h2, h3, strong) {
  color: var(--careerv-paper) !important;
}

body.brawus-v2.page-offer-work .careerv-roles :is(.careerv-heading > p, .careerv-role__body p),
body.brawus-v2.page-offer-work .careerv-cta__panel > p {
  color: var(--careerv-dark-muted) !important;
}

/* Shared hero, adapted to a human editorial image. */
body.page-offer-work .ed-template-hero {
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  min-height: 650px;
  align-items: stretch;
  border-bottom: 1px solid var(--careerv-line-dark);
  background: var(--careerv-ink);
}

body.page-offer-work .ed-template-hero__media {
  inset: 0 0 0 51%;
  overflow: hidden;
  clip-path: none;
  border-left: 1px solid var(--careerv-line-dark);
  background: var(--careerv-panel);
}

body.page-offer-work .ed-template-hero__media::after {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(10, 12, 16, .72), transparent 38%),
    linear-gradient(0deg, rgba(10, 12, 16, .54), transparent 48%);
}

body.page-offer-work .ed-template-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(.78) contrast(1.06) brightness(.7);
  transform: scale(1.012);
}

body.page-offer-work .ed-template-hero__shade {
  background:
    linear-gradient(90deg, #0a0c10 0 46%, rgba(10, 12, 16, .87) 54%, transparent 75%),
    radial-gradient(circle at 34% 39%, rgba(93, 118, 243, .1), transparent 31%);
}

body.page-offer-work .ed-template-hero__layout {
  width: min(calc(100% - 64px), 1320px);
  height: 100%;
  min-height: 0;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  margin-inline: auto;
  padding: clamp(68px, 9vh, 90px) 0 clamp(44px, 7vh, 66px);
}

body.page-offer-work .ed-template-hero__copy {
  max-width: min(50%, 660px);
}

body.page-offer-work .ed-template-hero__eyebrow {
  margin-bottom: clamp(20px, 3vh, 30px);
  color: rgba(241, 240, 235, .74);
}

body.page-offer-work .ed-template-hero h1 {
  max-width: 15ch;
  margin: 0;
  color: var(--careerv-paper);
  font-size: clamp(60px, 5vw, 78px) !important;
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.066em;
  text-wrap: balance;
}

body.page-offer-work .ed-template-hero h1 .careerv-hero-line {
  white-space: nowrap;
}

body.page-offer-work .ed-template-hero__copy > p {
  max-width: 530px;
  margin: clamp(22px, 3vh, 32px) 0 0;
  color: rgba(241, 240, 235, .72);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.52;
}

body.page-offer-work .ed-template-hero__actions {
  gap: 24px;
  margin-top: clamp(27px, 4vh, 38px);
}

body.page-offer-work .ed-template-hero__actions .ed-outline-action {
  min-height: 58px;
  color: var(--careerv-ink) !important;
  border-color: var(--careerv-paper);
  border-radius: 12px;
  background: var(--careerv-paper);
}

body.page-offer-work .ed-template-hero__actions .ed-outline-action:hover,
body.page-offer-work .ed-template-hero__actions .ed-outline-action:focus-visible {
  color: #fff !important;
  border-color: var(--careerv-cobalt);
  background: var(--careerv-cobalt);
}

body.page-offer-work .ed-template-hero__actions .ed-text-action {
  color: rgba(241, 240, 235, .88);
}

body.page-offer-work .ed-template-hero__actions .ed-text-action:hover,
body.page-offer-work .ed-template-hero__actions .ed-text-action:focus-visible {
  color: var(--careerv-cobalt);
}

body.page-offer-work .ed-template-hero__rail,
body.page-offer-work .ed-template-hero__scroll {
  display: none;
}

/* Employer story. */
body.page-offer-work .careerv-story {
  padding: clamp(96px, 9vw, 142px) 0 clamp(108px, 10vw, 156px);
  background: var(--careerv-paper);
}

body.page-offer-work .careerv-story__layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

body.page-offer-work .careerv-story__copy {
  grid-column: 1 / span 5;
  padding-top: clamp(12px, 4vw, 54px);
}

body.page-offer-work .careerv-story__copy h2 {
  max-width: 620px;
}

body.page-offer-work .careerv-story__copy > p {
  max-width: 540px;
  margin: 30px 0 0 !important;
  color: var(--careerv-muted);
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.62;
}

body.page-offer-work .careerv-text-link {
  display: inline-flex;
  min-width: 224px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 38px;
  padding: 15px 0;
  color: var(--careerv-text) !important;
  border-bottom: 1px solid rgba(10, 12, 16, .48);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: color .3s ease, gap .3s ease, border-color .3s ease;
}

body.page-offer-work .careerv-text-link:hover,
body.page-offer-work .careerv-text-link:focus-visible {
  gap: 42px;
  color: var(--careerv-cobalt) !important;
  border-color: var(--careerv-cobalt);
}

body.page-offer-work .careerv-story__visual {
  position: relative;
  grid-column: 7 / -1;
  height: clamp(500px, 50vw, 720px);
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #d8d9d8;
}

body.page-offer-work .careerv-story__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 12, 16, .78), transparent 38%);
  content: '';
  pointer-events: none;
}

body.page-offer-work .careerv-story__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 57% center;
  filter: saturate(.72) contrast(1.03);
  transition: transform .9s cubic-bezier(.2, .7, .2, 1), filter .6s ease;
}

body.page-offer-work .careerv-story__visual:hover img {
  filter: saturate(.86) contrast(1.03);
  transform: scale(1.025);
}

body.page-offer-work .careerv-story__visual figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
  padding-top: 18px;
  color: rgba(255, 255, 255, .84);
  border-top: 1px solid rgba(255, 255, 255, .4);
  font-size: 13px;
  line-height: 1.45;
}

body.page-offer-work .careerv-principles {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1.25fr .85fr .9fr;
  gap: 0;
  margin-top: clamp(64px, 8vw, 108px);
  border-top: 1px solid var(--careerv-line-light);
  border-bottom: 1px solid var(--careerv-line-light);
}

body.page-offer-work .careerv-principle {
  min-height: 220px;
  padding: 34px clamp(24px, 3vw, 42px) 38px 0;
}

body.page-offer-work .careerv-principle + .careerv-principle {
  padding-left: clamp(24px, 3vw, 42px);
  border-left: 1px solid var(--careerv-line-light);
}

body.page-offer-work .careerv-principle strong {
  display: block;
  margin-bottom: 58px;
  color: var(--careerv-text);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.04em;
}

body.page-offer-work .careerv-principle p {
  max-width: 390px;
  margin: 0 !important;
  color: var(--careerv-muted);
  font-size: 15px;
  line-height: 1.56;
}

/* Asymmetric role board. */
body.page-offer-work .careerv-roles {
  padding: clamp(96px, 9vw, 142px) 0 clamp(110px, 10vw, 160px);
  color: var(--careerv-paper);
  background: var(--careerv-ink);
}

body.page-offer-work .careerv-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .55fr);
  column-gap: clamp(54px, 8vw, 118px);
  align-items: end;
  margin-bottom: clamp(54px, 7vw, 92px);
}

body.page-offer-work .careerv-heading .careerv-kicker {
  grid-column: 1 / -1;
}

body.page-offer-work .careerv-heading h2 {
  max-width: 850px;
}

body.page-offer-work .careerv-heading > p {
  margin: 0 !important;
  color: var(--careerv-dark-muted);
  font-size: 17px;
  line-height: 1.58;
}

body.page-offer-work .careerv-role-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

body.page-offer-work .careerv-role {
  position: relative;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid var(--careerv-line-dark);
  border-radius: 20px;
  background: var(--careerv-panel);
  transition: border-color .35s ease, transform .35s ease, background .35s ease;
}

body.page-offer-work .careerv-role::before {
  position: absolute;
  top: -120px;
  right: -130px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(93, 118, 243, .2);
  border-radius: 50%;
  content: '';
  transition: transform .65s cubic-bezier(.2, .7, .2, 1), border-color .35s ease;
}

body.page-offer-work .careerv-role:hover,
body.page-offer-work .careerv-role:focus-within {
  border-color: rgba(93, 118, 243, .72);
  background: #141923;
  transform: translateY(-4px);
}

body.page-offer-work .careerv-role:hover::before,
body.page-offer-work .careerv-role:focus-within::before {
  border-color: rgba(93, 118, 243, .5);
  transform: scale(1.12);
}

body.page-offer-work .careerv-role--lead {
  grid-column: 1 / span 7;
  min-height: 560px;
  background:
    linear-gradient(145deg, rgba(93, 118, 243, .13), transparent 54%),
    var(--careerv-panel);
}

body.page-offer-work .careerv-role--design {
  grid-column: 8 / -1;
  min-height: 560px;
}

body.page-offer-work .careerv-role--quality {
  grid-column: 1 / -1;
  width: 66.6667%;
  justify-self: center;
  min-height: 400px;
}

body.page-offer-work .careerv-role__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

body.page-offer-work .careerv-role__state {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  color: #fff;
  border: 1px solid rgba(93, 118, 243, .72);
  border-radius: 999px;
  background: rgba(93, 118, 243, .16);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .04em;
}

body.page-offer-work .careerv-role__type {
  color: #858b96;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.page-offer-work .careerv-role__body {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 70px;
}

body.page-offer-work .careerv-role__body h3 {
  max-width: 650px;
  margin: 0 0 22px !important;
  color: var(--careerv-paper) !important;
  font-size: clamp(40px, 4.4vw, 66px) !important;
  font-weight: 400 !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
  text-transform: none !important;
  text-wrap: balance;
}

body.page-offer-work .careerv-role__body p {
  max-width: 590px;
  margin: 0 !important;
  color: var(--careerv-dark-muted);
  font-size: 16px;
  line-height: 1.58;
}

body.page-offer-work .careerv-role__body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 26px 0 0;
  padding: 0;
  color: rgba(241, 240, 235, .74);
  list-style: none;
}

body.page-offer-work .careerv-role__body li {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  line-height: 1.4;
}

body.page-offer-work .careerv-role__body li::before {
  position: absolute;
  top: .62em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--careerv-cobalt);
  content: '';
}

body.page-offer-work .careerv-role > a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: min(100%, 250px);
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 34px;
  padding: 15px 0;
  color: var(--careerv-paper) !important;
  border-bottom: 1px solid var(--careerv-line-dark);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: color .3s ease, width .3s ease, border-color .3s ease;
}

body.page-offer-work .careerv-role > a:hover,
body.page-offer-work .careerv-role > a:focus-visible {
  width: min(100%, 270px);
  color: var(--careerv-cobalt) !important;
  border-color: var(--careerv-cobalt);
}

/* Working style with uneven rhythm. */
body.page-offer-work .careerv-work {
  padding: clamp(100px, 9vw, 146px) 0 clamp(112px, 10vw, 164px);
  background: var(--careerv-paper-deep);
}

body.page-offer-work .careerv-work__layout {
  display: grid;
  grid-template-columns: minmax(300px, .62fr) minmax(0, 1.38fr);
  gap: clamp(70px, 10vw, 150px);
  align-items: start;
}

body.page-offer-work .careerv-work__intro {
  position: sticky;
  top: 128px;
}

body.page-offer-work .careerv-work__intro h2 {
  max-width: 520px;
}

body.page-offer-work .careerv-work__intro > p {
  max-width: 470px;
  margin: 28px 0 0 !important;
  color: var(--careerv-muted);
  font-size: 18px;
  line-height: 1.6;
}

body.page-offer-work .careerv-work__track {
  padding-top: 8px;
  border-top: 1px solid var(--careerv-line-light);
}

body.page-offer-work .careerv-work__item {
  display: grid;
  grid-template-columns: minmax(190px, .55fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
  width: 92%;
  min-height: 180px;
  margin-left: 0;
  padding: 34px 0;
  border-bottom: 1px solid var(--careerv-line-light);
}

body.page-offer-work .careerv-work__item:nth-child(even) {
  width: 86%;
  margin-left: 14%;
}

body.page-offer-work .careerv-work__item span {
  color: var(--careerv-text);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.045em;
}

body.page-offer-work .careerv-work__item p {
  margin: 0 !important;
  color: var(--careerv-muted);
  font-size: 16px;
  line-height: 1.58;
}

/* Recruitment CTA. */
body.page-offer-work .careerv-cta {
  padding: clamp(82px, 8vw, 118px) 0;
  color: var(--careerv-paper);
  background: var(--careerv-ink);
}

body.page-offer-work .careerv-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, .48fr) auto;
  align-items: center;
  gap: clamp(34px, 6vw, 88px);
  padding-top: clamp(42px, 5vw, 68px);
  padding-bottom: clamp(42px, 5vw, 68px);
  border-top: 1px solid var(--careerv-line-dark);
  border-bottom: 1px solid var(--careerv-line-dark);
}

body.page-offer-work .careerv-cta__copy .careerv-kicker {
  margin-bottom: 18px;
}

body.page-offer-work .careerv-cta h2 {
  max-width: 720px;
  font-size: clamp(46px, 4.8vw, 70px) !important;
  line-height: .96 !important;
}

body.page-offer-work .careerv-cta__panel > p {
  max-width: 360px;
  margin: 0 !important;
  color: var(--careerv-dark-muted) !important;
  font-size: 15px;
  line-height: 1.58;
}

body.page-offer-work .careerv-button {
  display: inline-flex;
  min-width: 224px;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 22px;
  color: #fff !important;
  border: 1px solid var(--careerv-cobalt);
  border-radius: 12px;
  background: var(--careerv-cobalt);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform .3s ease, background .3s ease;
}

body.page-offer-work .careerv-button:hover,
body.page-offer-work .careerv-button:focus-visible {
  background: #7187f4;
  transform: translateY(-2px);
}

body.page-offer-work .careerv-page.is-motion-ready .careerv-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.2, .7, .2, 1);
}

body.page-offer-work .careerv-page.is-motion-ready .careerv-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1024px) {
  body.page-offer-work .careerv-shell {
    width: min(calc(100% - 48px), 920px);
  }

  body.page-offer-work .ed-template-hero {
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    min-height: 650px;
  }

  body.page-offer-work .ed-template-hero__media {
    left: 48%;
  }

  body.page-offer-work .ed-template-hero__layout {
    width: min(calc(100% - 48px), 920px);
  }

  body.page-offer-work .ed-template-hero__copy {
    max-width: 52%;
  }

  body.page-offer-work .ed-template-hero h1 {
    font-size: clamp(50px, 6vw, 62px) !important;
  }

  body.page-offer-work .careerv-story__copy {
    grid-column: 1 / span 6;
  }

  body.page-offer-work .careerv-story__visual {
    grid-column: 7 / -1;
    height: 590px;
  }

  body.page-offer-work .careerv-principles {
    grid-template-columns: 1.2fr .9fr .9fr;
  }

  body.page-offer-work .careerv-principle {
    min-height: 240px;
  }

  body.page-offer-work .careerv-principle strong {
    margin-bottom: 44px;
  }

  body.page-offer-work .careerv-heading {
    grid-template-columns: minmax(0, 1fr) minmax(270px, .52fr);
    column-gap: 48px;
  }

  body.page-offer-work .careerv-role--lead {
    grid-column: 1 / span 7;
  }

  body.page-offer-work .careerv-role--design {
    grid-column: 8 / -1;
  }

  body.page-offer-work .careerv-role--quality {
    grid-column: 1 / -1;
    width: 66.6667%;
    justify-self: center;
  }

  body.page-offer-work .careerv-work__layout {
    grid-template-columns: minmax(270px, .6fr) minmax(0, 1.4fr);
    gap: 58px;
  }

  body.page-offer-work .careerv-work__item {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.page-offer-work .careerv-cta__panel {
    grid-template-columns: minmax(0, 1fr) minmax(210px, .5fr);
    gap: 26px 42px;
  }

  body.page-offer-work .careerv-cta__panel > p {
    grid-column: 1;
  }

  body.page-offer-work .careerv-button {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 720px) {
  body.page-offer-work .careerv-shell {
    width: calc(100% - 32px);
  }

  body.page-offer-work .careerv-page h2 {
    font-size: clamp(39px, 12.5vw, 52px) !important;
    line-height: .98 !important;
    letter-spacing: -.055em !important;
  }

  body.page-offer-work .ed-template-hero {
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    min-height: 634px;
  }

  body.page-offer-work .ed-template-hero__media {
    inset: 0 0 43% 0;
    border-left: 0;
    border-bottom: 1px solid var(--careerv-line-dark);
  }

  body.page-offer-work .ed-template-hero__media::after {
    background: linear-gradient(0deg, #0a0c10 0, rgba(10, 12, 16, .6) 38%, rgba(10, 12, 16, .08) 76%);
  }

  body.page-offer-work .ed-template-hero__media img {
    object-position: 61% 46%;
    filter: saturate(.74) contrast(1.05) brightness(.62);
  }

  body.page-offer-work .ed-template-hero__shade {
    background: linear-gradient(0deg, #0a0c10 0 46%, rgba(10, 12, 16, .87) 58%, transparent 81%);
  }

  body.page-offer-work .ed-template-hero__layout {
    width: calc(100% - 32px);
    align-items: end;
    padding: 250px 0 26px;
  }

  body.page-offer-work .ed-template-hero__copy {
    max-width: none;
  }

  body.page-offer-work .ed-template-hero__eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
  }

  body.page-offer-work .ed-template-hero h1 {
    max-width: none;
    font-size: clamp(42px, 11.4vw, 46px) !important;
    line-height: .91;
  }

  body.page-offer-work .ed-template-hero__copy > p {
    max-width: 360px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.42;
  }

  body.page-offer-work .ed-template-hero__actions {
    flex-flow: row nowrap;
    gap: 14px;
    align-items: center;
    margin-top: 20px;
  }

  body.page-offer-work .ed-template-hero__actions .ed-outline-action {
    min-width: 176px;
    min-height: 52px;
    padding-inline: 16px;
    font-size: 13px;
  }

  body.page-offer-work .ed-template-hero__actions .ed-text-action {
    font-size: 12px;
    white-space: nowrap;
  }

  body.page-offer-work .careerv-story {
    padding: 76px 0 88px;
  }

  body.page-offer-work .careerv-story__layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.page-offer-work .careerv-story__copy,
  body.page-offer-work .careerv-story__visual,
  body.page-offer-work .careerv-principles {
    grid-column: 1;
  }

  body.page-offer-work .careerv-story__copy {
    padding-top: 0;
  }

  body.page-offer-work .careerv-story__copy > p {
    margin-top: 22px !important;
    font-size: 16px;
  }

  body.page-offer-work .careerv-story__visual {
    height: 440px;
    margin-top: 54px;
    border-radius: 18px;
  }

  body.page-offer-work .careerv-story__visual figcaption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  body.page-offer-work .careerv-principles {
    grid-template-columns: 1fr;
    margin-top: 54px;
  }

  body.page-offer-work .careerv-principle,
  body.page-offer-work .careerv-principle + .careerv-principle {
    min-height: 0;
    padding: 28px 0 30px;
    border-left: 0;
  }

  body.page-offer-work .careerv-principle + .careerv-principle {
    border-top: 1px solid var(--careerv-line-light);
  }

  body.page-offer-work .careerv-principle strong {
    margin-bottom: 20px;
  }

  body.page-offer-work .careerv-roles {
    padding: 78px 0 90px;
  }

  body.page-offer-work .careerv-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 48px;
  }

  body.page-offer-work .careerv-heading .careerv-kicker {
    grid-column: 1;
    margin-bottom: 0;
  }

  body.page-offer-work .careerv-heading > p {
    font-size: 16px;
  }

  body.page-offer-work .careerv-role-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.page-offer-work .careerv-role,
  body.page-offer-work .careerv-role--lead,
  body.page-offer-work .careerv-role--design,
  body.page-offer-work .careerv-role--quality {
    grid-column: 1;
    width: 100%;
    min-height: 430px;
    padding: 24px;
    border-radius: 17px;
  }

  body.page-offer-work .careerv-role--lead {
    min-height: 500px;
  }

  body.page-offer-work .careerv-role__state {
    padding-inline: 10px;
    font-size: 10px;
  }

  body.page-offer-work .careerv-role__body {
    padding-top: 58px;
  }

  body.page-offer-work .careerv-role__body h3 {
    font-size: 42px !important;
  }

  body.page-offer-work .careerv-work {
    padding: 78px 0 90px;
  }

  body.page-offer-work .careerv-work__layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  body.page-offer-work .careerv-work__intro {
    position: static;
  }

  body.page-offer-work .careerv-work__intro > p {
    margin-top: 22px !important;
    font-size: 16px;
  }

  body.page-offer-work .careerv-work__item,
  body.page-offer-work .careerv-work__item:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    min-height: 0;
    margin-left: 0;
    padding: 28px 0 30px;
  }

  body.page-offer-work .careerv-cta {
    padding: 68px 0 78px;
  }

  body.page-offer-work .careerv-cta__panel {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 28px;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  body.page-offer-work .careerv-button {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }
}

@media (max-width: 390px) {
  body.page-offer-work .ed-template-hero {
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    min-height: 624px;
  }

  body.page-offer-work .ed-template-hero__layout {
    padding-top: 232px;
    padding-bottom: 22px;
  }

  body.page-offer-work .ed-template-hero h1 {
    font-size: 43px !important;
  }

  body.page-offer-work .ed-template-hero__copy > p {
    max-width: 342px;
    font-size: 13px;
  }

  body.page-offer-work .ed-template-hero__actions .ed-outline-action {
    min-width: 164px;
  }

  body.page-offer-work .careerv-story__visual {
    height: 400px;
  }
}

@media (min-width: 721px) and (max-width: 1100px) {
  body.page-offer-work .ed-template-hero__copy {
    max-width: 58%;
  }

  body.page-offer-work .ed-template-hero h1 {
    max-width: none;
    font-size: clamp(48px, 5.6vw, 58px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-offer-work .careerv-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  body.page-offer-work .careerv-story__visual img,
  body.page-offer-work .careerv-role,
  body.page-offer-work .careerv-role::before,
  body.page-offer-work .careerv-button {
    transition-duration: .01ms !important;
  }
}

/* Designer revision / 2026-08-31 */
body.page-offer-work .careerv-role-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.page-offer-work .careerv-role,
body.page-offer-work .careerv-role--lead,
body.page-offer-work .careerv-role--design,
body.page-offer-work .careerv-role--quality {
  width: auto;
  min-height: 510px;
  grid-column: auto;
  justify-self: stretch;
  padding: clamp(28px, 2.6vw, 40px);
  border-radius: 18px 18px 48px 18px;
}

body.page-offer-work .careerv-role__body {
  margin-top: 0;
  padding-top: clamp(76px, 8vw, 118px);
}

body.page-offer-work .careerv-role__body h3 {
  font-size: clamp(36px, 3.45vw, 52px) !important;
}

body.page-offer-work .careerv-role > a {
  margin-top: auto;
}

@media (max-width: 1080px) {
  body.page-offer-work .careerv-role-grid {
    grid-template-columns: repeat(3, minmax(310px, 1fr));
    margin-right: calc((100vw - min(calc(100% - 64px), 1500px)) / -2);
    padding: 0 max(24px, calc((100vw - min(calc(100% - 64px), 1500px)) / 2)) 18px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(241, 240, 235, .35) transparent;
    scroll-snap-type: inline mandatory;
  }

  body.page-offer-work .careerv-role,
  body.page-offer-work .careerv-role--lead,
  body.page-offer-work .careerv-role--design,
  body.page-offer-work .careerv-role--quality {
    min-height: 500px;
    scroll-snap-align: start;
  }
}

@media (max-width: 720px) {
  body.page-offer-work .careerv-role-grid {
    grid-template-columns: repeat(3, minmax(min(82vw, 330px), 1fr));
    margin-right: -20px;
    padding-right: 20px;
  }

  body.page-offer-work .careerv-role,
  body.page-offer-work .careerv-role--lead,
  body.page-offer-work .careerv-role--design,
  body.page-offer-work .careerv-role--quality {
    min-height: 470px;
    padding: 26px;
  }

  body.page-offer-work .careerv-role__body {
    padding-top: 64px;
  }
}
