/* Company pages share the landing page's open composition and blue/white cards. */
:is(.about-page, .careers-page) .container,
:is(.about-page, .careers-page) .header-inner {
  width: min(1280px, calc(100% - 80px));
}
.company-kicker {
  color: var(--blue);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  margin: 0 0 20px;
}
.company-hero {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  align-items: center;
  gap: 38px;
  padding-block: 38px 60px;
}
.company-hero-copy {
  padding-block: 24px;
  min-width: 0;
}
.company-hero h1 {
  font-size: clamp(3rem, 5.05vw, 4.4rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.1;
  margin: 0;
}
.company-hero h1 span,
:is(.company-purpose, .company-team, .company-collaboration-copy, .company-roles, .company-introduction) h2 span {
  color: var(--blue);
}
.company-lead {
  color: #454d60;
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 28px 0 30px;
  max-width: 470px;
}
.company-hero-art {
  min-width: 0;
}
.company-hero-art img {
  display: block;
  width: 100%;
  height: auto;
}
.company-button.button {
  min-height: 52px;
  padding: 14px 25px;
  gap: 18px;
  border: 1px solid var(--blue);
  border-radius: 999px;
  background: var(--blue);
  color: white;
  font-size: 0.9375rem;
  font-weight: 700;
  transform: none;
  box-shadow: none;
  transition: background 180ms, color 180ms, border-color 180ms;
}
.company-button.button svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.company-button.button:is(:hover, :focus-visible) {
  background: white;
  color: var(--blue);
  transform: none;
}
.company-button.company-outline {
  color: var(--blue);
  background: white;
}
.company-button.company-outline:is(:hover, :focus-visible) {
  background: var(--blue);
  color: white;
}
.company-hero-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: #606b80;
  font-size: 0.8125rem;
}
.company-hero-note svg {
  width: 20px;
  height: 20px;
  color: var(--blue);
}
.company-band {
  margin-inline: 16px;
  padding-block: 56px 64px;
  border-radius: 36px;
  background: linear-gradient(140deg, #eff4ff, #dfeaff);
  scroll-margin-top: 112px;
}
:is(.about-page, .careers-page) .company-band .container {
  width: min(1280px, calc(100% - 48px));
}
.company-card {
  background: white;
  border-radius: 28px;
}
.company-purpose {
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  align-items: start;
  gap: 70px;
  padding: 55px;
}
:is(.company-purpose, .company-section-heading, .company-team, .company-collaboration-copy, .company-roles, .company-introduction, .company-closing) h2 {
  font-size: clamp(2.25rem, 3.6vw, 3.25rem);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin: 0;
}
.company-prose p,
.company-collaboration-copy > p:not(.company-kicker),
.company-introduction-grid > div > p:not(.company-kicker) {
  font-size: 1rem;
  line-height: 1.8;
  color: #454d60;
  margin: 0 0 18px;
}
.company-prose p:last-child {
  margin-bottom: 0;
}
.company-section-heading {
  text-align: center;
  margin: 76px auto 38px;
}
.company-section-heading .company-kicker {
  margin-bottom: 16px;
}
.company-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.company-principle {
  display: flex;
  flex-direction: column;
  padding: 32px;
}
.principle-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--blue);
  margin-bottom: 30px;
}
.principle-top svg {
  width: 42px;
  height: 42px;
}
.principle-top > span {
  font-size: 0.75rem;
  font-weight: 600;
  color: #7685ab;
}
.company-principle h3 {
  font-size: clamp(1.5rem, 2.15vw, 1.875rem);
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -0.035em;
  margin: 0 0 22px;
}
.company-principle p {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #454d60;
  margin: 0 0 26px;
}
.company-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: auto;
  text-underline-offset: 5px;
}
.company-text-link svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 180ms;
}
.company-text-link:is(:hover, :focus-visible) {
  text-decoration: underline;
}
.company-text-link:is(:hover, :focus-visible) svg {
  transform: translateX(4px);
}
.company-team {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: start;
  padding-block: 96px;
}
.company-team .button {
  margin-top: 8px;
}
.company-detail-copy > p:not(.company-kicker, .company-reference) {
  max-width: 490px;
  margin: 26px 0 0;
  color: #454d60;
  font-size: 1rem;
  line-height: 1.8;
}
.company-detail-copy[tabindex="-1"]:focus {
  outline: none;
}
.company-reference {
  margin: 26px 0 0;
  color: #647087;
  font-size: 0.8125rem;
  line-height: 1.8;
}
.company-reference a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.company-detail + .company-roles {
  border-top: 1px solid var(--line);
}
.company-detail + .company-advisory {
  margin-top: 0;
}
.company-closing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 55px 60px;
  border-radius: 32px;
  background: var(--blue);
  color: white;
  margin-block: 0 76px;
}
.company-closing .company-kicker {
  color: #e2ebff;
}
.company-closing .company-button {
  flex-shrink: 0;
  color: var(--blue);
  background: white;
  border-color: white;
}
.company-closing .company-button:is(:hover, :focus-visible) {
  color: white;
  background: transparent;
}
.company-collaboration {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  align-items: center;
  gap: 60px;
  padding: 50px;
}
.company-collaboration-copy > p:not(.company-kicker) {
  margin-top: 24px;
  max-width: 380px;
}
/* Every discipline stays visible; there is no switcher or wallet preview. */
.company-disciplines {
  min-width: 0;
}
.company-disciplines article {
  padding-block: 25px;
  border-bottom: 1px solid #dce5fa;
}
.company-disciplines article:first-child {
  padding-top: 0;
}
.company-disciplines article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.company-disciplines h3 {
  color: var(--blue);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0 0 10px;
}
.company-disciplines p {
  color: #454d60;
  font-size: 0.9375rem;
  line-height: 1.8;
  margin: 0;
}
.company-work-principles p {
  margin-bottom: 0;
}
.company-roles.open-roles {
  padding: 96px 0;
  margin-inline: auto;
  scroll-margin-top: 110px;
}
.company-roles .roles-heading {
  align-items: flex-end;
  margin-bottom: 36px;
}
.company-roles .role-total {
  font-size: 4.5rem;
  line-height: 1;
  color: var(--blue);
  min-width: 100px;
  text-align: right;
}
.company-roles .role-total > span {
  font-size: 0.625rem;
  letter-spacing: 0.07em;
  display: block;
  margin-top: 12px;
}
.company-roles .job-filters {
  flex-wrap: wrap;
  gap: 10px;
  overflow: visible;
  padding: 0;
  margin-bottom: 26px;
}
.company-roles .job-filters button {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #dbe4fc;
  color: #454d60;
  background: white;
  border-radius: 999px;
}
.company-roles .job-filters button:is(.active, :hover) {
  border-color: var(--blue);
  background: var(--blue);
  color: white;
}
.company-roles .job-filters button:is(.active, :hover) span {
  color: white;
}
.company-roles .job-list {
  border: 0;
  display: grid;
  gap: 10px;
}
.company-roles .job-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto 38px;
  gap: 24px;
  align-items: center;
  padding: 26px 28px;
  background: #f6f8ff;
  border: 1px solid #e5ebfb;
  border-radius: 18px;
  color: var(--ink);
  transition: color 180ms, background 180ms, border-color 180ms;
}
.company-roles .job-row[hidden] {
  display: none;
}
.company-roles .job-index {
  font-size: 0.6875rem;
  color: #7381a4;
}
.company-roles .job-title {
  min-width: 0;
  flex: initial;
}
.company-roles .job-title strong {
  font-size: 1.125rem;
  letter-spacing: -0.02em;
}
.company-roles .job-title strong small {
  color: #626e86;
  font-size: 0.8125rem;
  font-weight: 500;
}
.company-roles .job-title > span {
  margin-top: 7px;
  font-size: 0.75rem;
  color: #626e86;
}
.company-roles .job-salary {
  margin: 0;
  text-align: right;
  white-space: nowrap;
  font-size: 0.9375rem;
  color: var(--blue);
}
.company-roles .job-salary small {
  font-size: 0.625rem;
  color: #626e86;
  margin-top: 7px;
}
.company-roles .job-arrow {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #cbd8ff;
  background: white;
  color: var(--blue);
  margin: 0;
  transform: none;
}
.company-roles .job-row:is(:hover, :focus-visible) .job-arrow {
  transform: none;
}
.company-roles .job-arrow svg {
  width: 19px;
  height: 19px;
}
.company-roles .job-row:is(:hover, :focus-visible) {
  background: var(--blue);
  border-color: var(--blue);
  color: white;
  transform: none;
}
.company-roles .job-row:is(:hover, :focus-visible) :is(.job-index, .job-title > span, .job-title strong, .job-title strong small, .job-salary, .job-salary small) {
  color: white;
}
.company-introduction-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  align-items: start;
}
.company-introduction-grid > div {
  padding-block: 24px;
}
.company-introduction-grid > div > p:not(.company-kicker) {
  margin-top: 24px;
  max-width: 370px;
}
.company-application-steps {
  list-style: none;
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.company-application-steps li {
  display: flex;
  align-items: start;
  gap: 24px;
  padding: 28px;
}
.company-application-steps li > span {
  color: var(--blue);
  font-size: 0.8125rem;
  font-weight: 600;
  padding-top: 4px;
}
.company-application-steps h3 {
  font-size: 1.1875rem;
  letter-spacing: -0.025em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.company-application-steps p {
  color: #454d60;
  font-size: 0.9375rem;
  line-height: 1.75;
  margin: 0;
}
.company-advisory {
  margin-top: 76px;
}
.company-advisory > div > p:not(.company-kicker) {
  font-size: 1rem;
  line-height: 1.8;
  color: #eef3ff;
  max-width: 620px;
  margin-top: 24px;
}
@media (max-width: 1080px) {
  .company-hero {
    gap: 20px;
  }
  .company-hero h1 {
    font-size: 3.25rem;
  }
  .company-purpose,
  .company-collaboration {
    padding: 36px;
    gap: 36px;
  }
  .company-collaboration {
    grid-template-columns: 0.85fr 1.15fr;
  }
  .company-principle {
    padding: 26px;
  }
  .company-team,
  .company-introduction-grid {
    gap: 45px;
  }
  .company-closing {
    padding: 44px;
  }
  .company-roles .job-row {
    gap: 16px;
    padding: 23px;
  }
  .company-roles .job-title strong small {
    display: block;
    margin-top: 4px;
  }
}
@media (max-width: 800px) {
  :is(.about-page, .careers-page) .container,
  :is(.about-page, .careers-page) .header-inner {
    width: calc(100% - 40px);
  }
  .company-hero {
    grid-template-columns: 1fr 0.95fr;
    padding-block: 30px 44px;
  }
  .company-hero h1 {
    font-size: 2.75rem;
  }
  .company-lead {
    font-size: 1rem;
    margin-block: 22px 26px;
  }
  .company-band {
    margin-inline: 10px;
    border-radius: 26px;
    padding-block: 30px;
  }
  :is(.about-page, .careers-page) .company-band .container {
    width: calc(100% - 30px);
  }
  .company-purpose,
  .company-collaboration,
  .company-team,
  .company-introduction-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .company-purpose {
    padding: 34px;
  }
  .company-principles {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .company-principle {
    padding: 32px;
  }
  .company-principle h3 {
    font-size: 1.75rem;
  }
  .principle-top {
    margin-bottom: 22px;
  }
  .company-section-heading {
    margin: 50px auto 30px;
  }
  .company-team,
  .company-roles.open-roles {
    padding-block: 64px;
  }
  .company-closing {
    flex-direction: column;
    align-items: start;
    gap: 30px;
    padding: 38px;
    margin-bottom: 54px;
  }
  .company-collaboration {
    padding: 34px;
  }
  .company-collaboration-copy > p:not(.company-kicker),
  .company-introduction-grid > div > p:not(.company-kicker) {
    max-width: none;
  }
  .company-roles .job-row {
    grid-template-columns: 22px minmax(0, 1fr) 38px;
    gap: 12px 18px;
  }
  .company-roles .job-salary {
    grid-column: 2;
    grid-row: 2;
    text-align: left;
  }
  .company-roles .job-arrow {
    grid-column: 3;
    grid-row: 1 / 3;
  }
  .company-roles .job-title > span {
    line-height: 1.7;
  }
  .company-introduction-grid > div {
    padding-inline: 10px;
  }
  .company-advisory {
    margin-top: 54px;
  }
}
@media (max-width: 560px) {
  .company-hero {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-block: 22px 30px;
  }
  .company-hero-copy {
    padding-block: 12px 0;
  }
  .company-hero h1 {
    font-size: clamp(2.55rem, 10.5vw, 3.3rem);
  }
  .company-hero-art {
    max-width: 390px;
    width: 100%;
    margin-inline: auto;
  }
  .company-kicker {
    font-size: 0.75rem;
    margin-bottom: 17px;
  }
  .company-button.button {
    font-size: 0.8125rem;
    gap: 14px;
    padding: 13px 21px;
    min-height: 48px;
  }
  .company-band {
    border-radius: 22px;
    padding-block: 20px;
  }
  :is(.about-page, .careers-page) .company-band .container {
    width: calc(100% - 24px);
  }
  .company-card {
    border-radius: 22px;
  }
  .company-purpose,
  .company-principle,
  .company-collaboration {
    padding: 26px 24px;
  }
  :is(.company-purpose, .company-section-heading, .company-team, .company-collaboration-copy, .company-roles, .company-introduction, .company-closing) h2 {
    font-size: 2rem;
  }
  .company-prose p,
  .company-collaboration-copy > p:not(.company-kicker),
  .company-introduction-grid > div > p:not(.company-kicker) {
    font-size: 0.9375rem;
  }
  .company-section-heading {
    margin: 44px auto 28px;
  }
  .company-section-heading h2 {
    font-size: 1.875rem;
  }
  .company-principle h3 {
    font-size: 1.625rem;
  }
  .company-team,
  .company-roles.open-roles {
    padding-block: 48px;
  }
  .company-closing {
    padding: 30px 25px;
    border-radius: 24px;
    margin-bottom: 44px;
  }
  .company-roles .roles-heading {
    align-items: start;
    gap: 14px;
  }
  .company-roles .roles-heading h2 {
    font-size: 1.875rem;
  }
  .company-roles .role-total {
    min-width: 62px;
    font-size: 3.125rem;
  }
  .company-roles .role-total > span {
    font-size: 0.5rem;
  }
  .company-roles .job-filters {
    gap: 8px;
  }
  .company-roles .job-filters button {
    font-size: 0.6875rem;
    padding: 9px 12px;
    min-height: 42px;
  }
  .company-roles .job-row {
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 12px;
    padding: 20px;
  }
  .company-roles .job-index {
    display: none;
  }
  .company-roles .job-title {
    grid-column: 1;
    width: auto;
  }
  .company-roles .job-title strong {
    font-size: 1rem;
  }
  .company-roles .job-title > span {
    font-size: 0.6875rem;
  }
  .company-roles .job-salary {
    grid-column: 1;
    font-size: 0.875rem;
  }
  .company-roles .job-arrow {
    grid-column: 2;
    width: 32px;
    height: 32px;
  }
  .company-application-steps li {
    padding: 24px 20px;
    gap: 16px;
  }
  .company-application-steps h3 {
    font-size: 1.0625rem;
  }
  .company-advisory {
    margin-top: 44px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .company-button.button,
  .company-text-link svg,
  .company-roles .job-row {
    transition: none;
  }
}
