.company-main {
  background: var(--white);
}

.company-shell {
  width: min(calc(100% - 48px), var(--shell));
  margin: 0 auto;
}

.company-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  color: var(--muted);
  font-size: 11px;
  overflow-x: auto;
  white-space: nowrap;
}

.company-breadcrumbs a {
  color: var(--navy);
}

.company-breadcrumbs i {
  color: #8e9aa3;
  font-size: 10px;
}

.company-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 520px;
  color: var(--white);
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.company-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(13, 23, 31, 0.7);
  content: "";
}

.company-hero__content {
  width: min(calc(100% - 48px), var(--shell));
  margin: 0 auto;
  padding: 74px 0 88px;
}

.company-hero__kicker,
.company-kicker {
  margin: 0 0 12px;
  color: #86b9e3;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.company-kicker {
  color: var(--navy);
}

.company-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0;
  word-break: auto-phrase;
}

.company-hero__lead {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.95;
}

.company-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.company-hero .button--secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(10, 21, 29, 0.24);
}

.company-switcher {
  position: sticky;
  z-index: 30;
  top: var(--header-height);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.company-switcher__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.company-switcher a {
  padding: 17px 12px;
  text-align: center;
  border-right: 1px solid var(--line);
  font-size: 13px;
  font-weight: 600;
}

.company-switcher a:first-child {
  border-left: 1px solid var(--line);
}

.company-switcher a[aria-current="page"] {
  color: var(--white);
  background: var(--navy);
}

.company-section {
  padding: 88px 0;
}

.company-section--muted {
  background: var(--surface);
}

.company-section--dark {
  color: var(--white);
  background: var(--footer);
}

.company-section--dark .company-kicker {
  color: #78cef8;
}

.company-section--dark .company-heading > p {
  color: #d7e0e6;
}

.company-faq {
  max-width: 920px;
  margin: 0 auto;
}

.company-faq details {
  border-bottom: 1px solid var(--line);
}

.company-faq summary {
  position: relative;
  padding: 18px 44px 18px 0;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.6;
  cursor: pointer;
  list-style: none;
}

.company-faq summary::-webkit-details-marker {
  display: none;
}

.company-faq summary::after {
  position: absolute;
  top: 18px;
  right: 4px;
  content: "+";
  color: var(--navy);
  font-size: 22px;
}

.company-faq details[open] summary::after {
  content: "−";
}

.company-faq details p {
  margin: 0;
  padding: 0 44px 18px 0;
  color: var(--muted);
  line-height: 1.9;
}

.company-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.company-heading h2 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(30px, 3.5vw, 45px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
  word-break: auto-phrase;
}

.company-heading > p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.company-intro {
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  gap: 64px;
  align-items: center;
}

.company-intro__media {
  aspect-ratio: 1.35 / 1;
  overflow: hidden;
  background: var(--surface);
}

.company-intro__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-intro__body h2 {
  margin: 0;
  font-size: clamp(29px, 3.2vw, 42px);
  font-weight: 600;
  line-height: 1.5;
  word-break: auto-phrase;
}

.company-intro__body p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
}

.company-principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 56px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.company-principle {
  min-width: 0;
  min-height: 150px;
  padding: 27px 24px;
  border-right: 1px solid var(--line);
}

.company-principle:last-child {
  border-right: 0;
}

.company-principle span {
  display: block;
  margin-bottom: 24px;
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
}

.company-principle strong {
  display: block;
  font-size: 20px;
  line-height: 1.5;
}

.company-profile {
  border-top: 1px solid var(--line-dark);
}

.company-profile__row {
  display: grid;
  grid-template-columns: minmax(160px, 24%) minmax(0, 1fr);
  border-bottom: 1px solid var(--line);
}

.company-profile__row dt,
.company-profile__row dd {
  margin: 0;
  padding: 23px 25px;
}

.company-profile__row dt {
  color: #35424c;
  background: #f5f7f8;
  font-size: 13px;
  font-weight: 700;
}

.company-profile__row dd {
  min-width: 0;
  color: #303c46;
  font-size: 14px;
  line-height: 1.9;
}

.company-profile__row dd a {
  color: var(--navy);
  font-weight: 600;
}

.business-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.business-list__item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  min-height: 118px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.business-list__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  background: #eef3f7;
  border-right: 1px solid var(--line);
  font-size: 11px;
  font-weight: 700;
}

.business-list__item p {
  align-self: center;
  margin: 0;
  padding: 20px 22px;
  color: #35424c;
  font-size: 13px;
  line-height: 1.85;
}

.client-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  list-style: none;
}

.client-list li {
  min-width: 0;
  padding: 17px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.65;
}

.company-note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}

.partner-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.partner-summary__item {
  min-height: 150px;
  padding: 28px 25px;
  border-right: 1px solid var(--line);
}

.partner-summary__item:last-child {
  border-right: 0;
}

.partner-summary__item span {
  display: block;
  margin-bottom: 16px;
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
}

.partner-summary__item strong {
  display: block;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.3;
}

.partner-summary__item p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.partner-notice {
  margin-top: 34px;
  padding: 22px 24px;
  border-left: 4px solid #c48300;
  background: #fff8e8;
  color: #3d4650;
  font-size: 13px;
  line-height: 1.9;
}

.partner-notice strong {
  display: block;
  margin-bottom: 4px;
  color: #293640;
  font-size: 14px;
}

.partner-notice a {
  color: var(--navy);
  font-weight: 700;
}

.partner-directory {
  border-top: 1px solid var(--line-dark);
}

.partner-entry {
  display: grid;
  grid-template-columns: 86px minmax(250px, 34%) minmax(0, 1fr);
  min-height: 190px;
  border-bottom: 1px solid var(--line);
}

.partner-entry__number {
  padding: 26px 18px;
  color: var(--navy);
  background: #eef3f7;
  border-right: 1px solid var(--line);
  font-size: 11px;
  font-weight: 700;
}

.partner-entry__name {
  padding: 26px 28px;
  border-right: 1px solid var(--line);
}

.partner-entry__name span {
  display: block;
  margin-bottom: 15px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.partner-entry__name h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.55;
}

.partner-entry__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 30px;
}

.partner-entry__details address,
.partner-entry__details p {
  margin: 0;
  color: #43505a;
  font-size: 13px;
  font-style: normal;
  line-height: 1.9;
}

.partner-entry__details p {
  margin-top: 10px;
}

.partner-entry__details a {
  color: var(--navy);
  font-weight: 700;
}

.company-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 58px 0;
}

.company-contact h2 {
  margin: 0;
  font-size: clamp(27px, 3vw, 39px);
  font-weight: 600;
  line-height: 1.45;
}

.company-contact p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.company-contact .button {
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .company-principles,
  .client-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-principle:nth-child(2) {
    border-right: 0;
  }

  .company-principle:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .partner-entry {
    grid-template-columns: 70px minmax(220px, 38%) minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .company-shell,
  .company-hero__content {
    width: min(calc(100% - 32px), var(--shell));
  }

  .company-breadcrumbs {
    min-height: 46px;
  }

  .company-hero {
    min-height: 490px;
    background-position: 60% center;
  }

  .company-hero__content {
    padding: 58px 0 72px;
  }

  .company-hero h1 {
    font-size: 36px;
  }

  .company-hero__lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .company-hero__actions {
    flex-direction: column;
  }

  .company-hero__actions .button {
    width: 100%;
  }

  .company-switcher {
    position: static;
  }

  .company-section {
    padding: 60px 0;
  }

  .company-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
  }

  .company-heading h2 {
    font-size: 30px;
  }

  .company-intro {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .company-intro__body h2 {
    font-size: 30px;
  }

  .company-principles,
  .business-list,
  .client-list,
  .partner-summary {
    grid-template-columns: 1fr;
  }

  .company-principle,
  .company-principle:nth-child(2),
  .partner-summary__item {
    min-height: 120px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .company-principle:last-child,
  .partner-summary__item:last-child {
    border-bottom: 0;
  }

  .company-profile__row {
    grid-template-columns: 1fr;
  }

  .company-profile__row dt,
  .company-profile__row dd {
    padding: 16px 18px;
  }

  .company-profile__row dt {
    border-bottom: 1px solid var(--line);
  }

  .business-list__item {
    min-height: 100px;
  }

  .client-list li {
    min-height: 60px;
  }

  .partner-entry {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .partner-entry__number {
    grid-row: 1 / 3;
    padding: 22px 13px;
  }

  .partner-entry__name,
  .partner-entry__details {
    padding: 22px 20px;
  }

  .partner-entry__name {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .company-contact {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .company-hero h1 {
    font-size: 32px;
  }

  .company-heading h2,
  .company-intro__body h2 {
    font-size: 28px;
  }

  .company-switcher a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .partner-entry,
  .company-principle {
    transition: none;
  }
}
