﻿body {
  background: #fff;
  color: #333;
}

.company-shell {
  min-height: 100vh;
  font-size: 15px;
}

.company-page-title-bar {
  background: #8db7d8;
}

.company-main {
  padding: 30px 0 64px;
}

.company-container,
.company-layout-container {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.company-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 312px;
  gap: 30px;
  align-items: start;
}

.company-main-column {
  min-width: 0;
  display: grid;
  gap: 18px;
}

.company-side-column {
  position: sticky;
  top: 32px;
}

.company-panel,
.company-highlight,
.company-cta,
.company-side-nav,
.company-hub-card,
.company-hub-links {
  border: 1px solid #d8dde4;
  background: #fff;
  box-shadow: none;
}

.company-panel {
  padding: 24px 26px;
}

.company-panel--lead {
  padding: 32px 34px 28px;
}

.company-lead-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 360px);
  gap: 24px;
  align-items: center;
}

.company-lead-split--single {
  grid-template-columns: 1fr;
}

.company-lead-copy {
  min-width: 0;
}

.company-panel--lead h1 {
  margin: 12px 0 0;
  color: #4d78ab;
  font-size: clamp(1.9rem, 2.75vw, 2.45rem);
  line-height: 1.22;
  letter-spacing: -0.035em;
}

.company-lead-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d8dde4;
  background: linear-gradient(180deg, #eff5fa, #ddeaf5);
}

.company-lead-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.company-shell--organization .company-lead-visual {
  max-width: 1240px;
  margin: 0;
  border-color: #dbe6f1;
  background:
    radial-gradient(circle at 50% 36%, rgba(180, 212, 240, 0.16), transparent 40%),
    linear-gradient(180deg, #fbfdff 0%, #f3f8fd 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 16px 34px rgba(121, 150, 184, 0.08);
}

.company-shell--organization .company-lead-split {
  grid-template-columns: 1fr;
  gap: 14px;
}

.company-shell--organization .company-lead-copy {
  max-width: 980px;
  margin: 0;
  text-align: left;
}

.company-shell--organization .company-panel--lead {
  position: relative;
  overflow: hidden;
  padding-top: 28px;
  border-color: #d8e3ef;
  background:
    radial-gradient(circle at 14% 18%, rgba(185, 214, 241, 0.18), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(221, 236, 248, 0.22), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.98));
}

.company-shell--organization .company-panel--lead::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, rgba(144, 187, 229, 0.9), rgba(102, 154, 211, 0.72) 58%, rgba(79, 128, 188, 0.84));
}

.company-shell--organization .company-panel--lead::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -62px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 18px solid rgba(153, 190, 227, 0.08);
  pointer-events: none;
}

.company-shell--organization .company-badges {
  justify-content: flex-start;
}

.company-shell--organization .company-lead-visual img {
  min-height: 340px;
  padding: 6px 0 10px;
  object-fit: contain;
  background: transparent;
}

.company-shell--organization .company-panel--section {
  position: relative;
  overflow: hidden;
  border-color: #d9e4ef;
  background:
    radial-gradient(circle at right top, rgba(210, 229, 246, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(252, 254, 255, 0.98), rgba(245, 249, 253, 0.98));
}

.company-shell--organization .company-panel--section::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgba(147, 188, 228, 0.72), rgba(104, 153, 208, 0.44) 54%, rgba(255, 255, 255, 0));
}

.company-shell--organization .company-section-heading,
.company-shell--organization .company-card-grid--organization-team {
  position: relative;
  z-index: 1;
}

.company-shell--organization .company-section-heading h2 {
  color: #345980;
}

.company-shell--organization .company-section-heading > p:not(.company-eyebrow) {
  color: #637587;
}

.company-shell--outline .company-lead-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  max-width: 260px;
  aspect-ratio: 1.9 / 1;
  margin: 2px 6px 0 auto;
  border-color: #e9eef4;
  background: #fff;
}

.company-shell--outline .company-lead-visual img {
  width: 112%;
  height: auto;
  max-height: 92%;
  min-height: 0;
  padding: 0;
  object-fit: contain;
  background: #fff;
  transform: none;
}

.company-shell--outline .company-panel--lead {
  padding-top: 24px;
  padding-bottom: 10px;
}

.company-shell--outline .company-main-column {
  gap: 0;
}

.company-shell--outline .company-lead-split {
  grid-template-columns: minmax(0, 1fr) 276px;
  gap: 14px;
  align-items: start;
}

.company-shell--outline .company-lead-copy {
  align-self: start;
  max-width: 700px;
  padding-top: 4px;
}

.company-shell--outline .company-philosophy-statement--lead {
  display: block;
  margin: 14px 0 0;
  max-width: none;
  color: #5f84b1;
  font-size: clamp(0.88rem, 1.18vw, 1.08rem);
  line-height: 1.64;
  white-space: normal;
  text-wrap: balance;
}

.company-shell--outline .company-section {
  margin-top: 0;
}

.company-shell--outline .company-panel--section {
  border-top: 0;
  padding-top: 0;
}

.company-shell--outline .company-tabs {
  border-top: 0;
}

.company-card-grid--organization-team {
  gap: 22px 12px;
  margin-top: 22px;
  padding-top: 16px;
}

.company-card.company-card--organization-team {
  --org-accent: #73c2eb;
  position: relative;
  overflow: visible;
  padding: 74px 16px 18px;
  border: 1px solid #d7e1eb;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 10px 24px rgba(99, 123, 154, 0.08);
}

.company-card.company-card--organization-team::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--org-accent) 72%, #ffffff 28%), color-mix(in srgb, var(--org-accent) 88%, #2f6ea9 12%));
}

.company-org-card-icon {
  position: absolute;
  top: -22px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: linear-gradient(180deg, color-mix(in srgb, var(--org-accent) 70%, #ffffff 30%), color-mix(in srgb, var(--org-accent) 80%, #5f95c8 20%));
  box-shadow: 0 12px 24px rgba(94, 132, 172, 0.14);
  transform: translateX(-50%);
  z-index: 3;
}

.company-org-card-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.company-card.company-card--organization-team h3 {
  margin: 0 auto 10px;
  color: #1e3450;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.34;
  text-align: center;
  max-width: 10em;
}

.company-card.company-card--organization-team p {
  margin: 0 auto;
  color: #4b5d71;
  font-size: 0.9rem;
  line-height: 1.62;
  max-width: none;
}

.company-card.company-card--organization-team:nth-child(1) {
  --org-accent: #79c9ee;
}

.company-card.company-card--organization-team:nth-child(2) {
  --org-accent: #69b7e8;
}

.company-card.company-card--organization-team:nth-child(3) {
  --org-accent: #4f98dd;
}

.company-shell--access .company-lead-visual {
  max-width: 300px;
  margin-left: auto;
  aspect-ratio: 4 / 3;
  background: #eef4fa;
}

.company-shell--access .company-lead-visual img {
  min-height: 180px;
  object-position: center center;
}

.company-shell--access .company-main-column {
  gap: 0;
}

.company-shell--access .company-section {
  margin-top: 0;
}

.company-shell--access .company-panel--lead {
  padding-bottom: 10px;
  border-bottom: 0;
}

.company-shell--access .company-panel--section {
  border-top: 0;
  padding-top: 0;
}

.company-shell--access .company-panel--section .company-section-heading {
  margin-bottom: 12px;
}

.company-shell--business .company-lead {
  max-width: 100%;
}

.company-shell--business .company-panel--lead {
  padding-top: 26px;
  padding-bottom: 20px;
}

.company-shell--business .company-lead p {
  font-size: 0.95rem;
  line-height: 1.62;
}

.company-shell--business .company-lead-split {
  grid-template-columns: minmax(0, 1.24fr) minmax(250px, 390px);
  gap: 16px 24px;
  align-items: start;
}

.company-shell--business .company-lead-copy {
  max-width: none;
}

.company-shell--business .company-lead-visual {
  align-self: start;
  max-width: 430px;
  margin-left: auto;
  margin-top: 2px;
  background: #fff;
}

.company-shell--business .company-lead-visual img {
  min-height: 0;
  padding: 4px 4px;
  object-fit: contain;
  background: #fff;
}

.company-panel--business-overview {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(248, 251, 255, 0.985)),
    radial-gradient(circle at right top, rgba(149, 190, 233, 0.1), transparent 42%);
}

.company-section-heading--business-intro {
  max-width: 980px;
  margin-bottom: 14px;
}

.company-business-overview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.company-panel--business-overview .company-business-overview-grid {
  margin-top: 0;
}

.company-card.company-card--business-overview {
  position: relative;
  overflow: hidden;
  padding: 15px 20px 10px;
  border: 1px solid #dbe4ec;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(249, 252, 255, 0.985)),
    radial-gradient(circle at right top, rgba(143, 184, 226, 0.12), transparent 44%);
  box-shadow: 0 14px 26px rgba(206, 219, 232, 0.14);
}

.company-card.company-card--business-overview::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #92bbe2, #6d9fd1 56%, #3d76b1);
}

.company-business-overview-label {
  margin: 0 0 5px;
  color: #7d95b0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.company-card.company-card--business-overview h2 {
  margin: 0 0 7px;
  color: #274970;
  font-size: 1.08rem;
  line-height: 1.42;
}

.company-card.company-card--business-overview p {
  position: relative;
  z-index: 1;
  color: #556879;
  line-height: 1.62;
}

.company-card.company-card--business-overview p + p {
  margin-top: 6px;
}

.company-shell--strengths .company-lead-visual {
  max-width: 440px;
  margin-left: auto;
  background: #fff;
}

.company-shell--strengths .company-lead-visual img {
  min-height: 220px;
  padding: 12px 14px;
  object-fit: contain;
  background: #fff;
}

.company-shell--partners .company-lead-visual {
  max-width: 560px;
  margin-left: auto;
  background: #fff;
}

.company-shell--partners .company-lead-visual img {
  min-height: 240px;
  padding: 10px 12px;
  object-fit: contain;
  background: #fff;
}

.company-shell--results .company-lead-visual {
  max-width: 560px;
  margin-left: auto;
  background: #fff;
}

.company-shell--results .company-lead-visual img {
  min-height: 240px;
  padding: 10px 12px;
  object-fit: contain;
  background: #fff;
}

.company-shell--strengths .company-panel--strengths-lead {
  position: relative;
  overflow: hidden;
  border-color: #dbe4ec;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfe 100%);
}

.company-shell--strengths .company-panel--strengths-lead::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #8db8df, #5e91c7 58%, #376fa9);
}

.company-shell--strengths .company-panel--strengths-lead .company-lead-copy,
.company-shell--strengths .company-panel--strengths-lead .company-lead-visual {
  position: relative;
  z-index: 1;
}

.company-strengths-hook {
  margin: 18px 0 0;
  color: #3f6fa4;
  font-size: clamp(1.45rem, 2.25vw, 1.95rem);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: -0.04em;
}

.company-strengths-hook span {
  display: block;
  white-space: normal;
  text-wrap: balance;
}

.company-lead--strengths-intro {
  max-width: 640px;
  margin-top: 14px;
}

.company-lead--strengths-intro p {
  color: #55697c;
  font-size: 0.95rem;
  line-height: 1.9;
}

.company-shell--strengths .company-badges {
  margin-top: 18px;
}

.company-lead-split--strengths {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 420px);
  gap: 28px;
  align-items: center;
}

.company-shell--strengths .company-panel--strengths-lead h1::after {
  content: "";
  display: block;
  width: 74px;
  height: 4px;
  margin-top: 12px;
  background: linear-gradient(90deg, #7aa8d8, rgba(122, 168, 216, 0));
}

.company-panel--strengths-principles {
  border-color: #dbe4ec;
  background:
    radial-gradient(circle at top right, rgba(211, 230, 246, 0.22), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
  overflow: visible;
}

.company-article--strengths {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  overflow: visible;
}

.company-article-section--strengths {
  margin: 0;
  padding: 18px 20px 16px;
  border: 1px solid #dce5ee;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 252, 255, 0.98)),
    linear-gradient(135deg, rgba(149, 190, 233, 0.08), transparent 62%);
  box-shadow: 0 14px 26px rgba(208, 220, 235, 0.16);
}

.company-article-section--strengths:first-child {
  border-top: 1px solid #dce5ee;
}

.company-article-section--strengths-intro {
  padding: 24px 26px 22px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(180, 214, 238, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(249, 252, 255, 0.98), rgba(236, 244, 251, 0.98));
  box-shadow: 0 18px 34px rgba(204, 218, 233, 0.12);
}

.company-article-section--strengths-intro h2 {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.company-article-section--strengths h2 {
  margin-top: 0;
}

.company-strengths-track {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  overflow: visible;
}

.company-strengths-track-axis {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 100%;
  padding: 34px 20px 34px 26px;
  border-radius: 26px 0 0 26px;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.88), transparent 24%),
    radial-gradient(circle at right bottom, rgba(234, 226, 214, 0.26), transparent 34%),
    linear-gradient(180deg, rgba(244, 247, 250, 0.99), rgba(231, 236, 242, 0.98) 54%, rgba(248, 249, 251, 0.99));
  border: 1px solid #cfd7e0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -18px 30px rgba(255, 255, 255, 0.36),
    0 14px 28px rgba(160, 171, 183, 0.16);
  overflow: hidden;
}

.company-strengths-track-axis::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  width: 52px;
  height: 52px;
  background: inherit;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #d6dde5;
  border-right: 1px solid #d6dde5;
}

.company-strengths-track-axis::before {
  content: "";
  position: absolute;
  inset: 18px auto 18px 14px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #9ea7b1, #c7d0d8 38%, #8c96a1 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.44);
}

.company-strengths-track-axis p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #606b77;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.08em;
  padding-left: 12px;
}

.company-strengths-track-axis span {
  position: relative;
  z-index: 1;
  color: #98a1aa;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding-left: 12px;
}

.company-strengths-track-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  overflow: visible;
}

.company-strengths-step {
  --strength-accent: #8fb8de;
  display: block;
  align-items: start;
}

.company-strengths-step:nth-child(1) {
  --strength-accent: #f3c1a8;
}

.company-strengths-step:nth-child(2) {
  --strength-accent: #f2d56a;
}

.company-strengths-step:nth-child(3) {
  --strength-accent: #a6c8ef;
}

.company-strengths-step:nth-child(4) {
  --strength-accent: #c7e2b0;
}

.company-strengths-step:nth-child(5) {
  --strength-accent: #b8dcf4;
}

.company-strengths-step:nth-child(6) {
  --strength-accent: #b7ddd7;
}

.company-strengths-step-card {
  position: relative;
  padding: 12px 16px 12px 18px;
  border: 1px solid color-mix(in srgb, var(--strength-accent) 32%, #d9e5ef 68%);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 254, 0.98)),
    linear-gradient(120deg, color-mix(in srgb, var(--strength-accent) 18%, #ffffff 82%), transparent 56%);
  box-shadow: 0 12px 24px rgba(206, 218, 232, 0.1);
  overflow: hidden;
}

.company-strengths-step-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 10px;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--strength-accent) 82%, #ffffff 18%),
    color-mix(in srgb, var(--strength-accent) 66%, #90adcc 34%)
  );
}

.company-strengths-step-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.82);
}

.company-panel--strengths-principles .company-strengths-step-card h2 {
  margin: 0 0 4px;
  color: #4f5964;
  font-size: clamp(0.98rem, 1.18vw, 1.1rem);
  line-height: 1.22;
}

.company-strengths-step-card p {
  margin: 0;
  color: #617285;
  font-size: 0.9rem;
  line-height: 1.52;
}

.company-bullet-list {
  margin: 10px 0 12px;
  padding-left: 1.2em;
  color: #4e5864;
}

.company-bullet-list li {
  margin: 0;
  line-height: 1.65;
}

.company-bullet-list li + li {
  margin-top: 3px;
}

.company-bullet-list--compact {
  margin: 12px 0 0;
}

.company-bullet-list--compact li {
  line-height: 1.55;
}

.company-panel--strengths-structure {
  overflow: hidden;
  border-color: #dbe4ec;
  background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
}

.company-platform-map {
  position: relative;
  width: min(100%, 820px);
  margin: 12px auto 0;
  padding: 24px 22px 22px;
  border: 1px solid #dce5ee;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.company-platform-map::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 86px;
  bottom: 50px;
  width: 3px;
  background: linear-gradient(180deg, #d3e3f2 0%, #8bb3dd 100%);
  transform: translateX(-50%);
}

.company-platform-map-top {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.company-platform-map-middle {
  display: grid;
  gap: 16px;
  justify-items: center;
}

.company-platform-node {
  position: relative;
  z-index: 1;
  display: inline-grid;
  gap: 4px;
  min-width: 210px;
  padding: 11px 16px;
  border: 1px solid #d7e2ec;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 10px 18px rgba(206, 219, 235, 0.14);
}

.company-platform-node strong {
  color: #23405f;
  font-size: 1rem;
  line-height: 1.3;
}

.company-platform-node span,
.company-platform-subnodes span {
  color: #59708a;
  font-size: 0.83rem;
  line-height: 1.45;
}

.company-platform-subnodes {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.company-platform-subnodes span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #d8e3ec;
  background: rgba(255, 255, 255, 0.92);
}

.company-platform-core {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(84px, 1fr));
  gap: 14px;
  align-items: center;
  width: min(100%, 420px);
}

.company-platform-core::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  height: 3px;
  background: linear-gradient(90deg, #b7d2eb, #6f9ccc);
  transform: translateY(-50%);
}

.company-platform-core-node {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid #d7e2ec;
  background: #ffffff;
  color: #23405f;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 16px rgba(206, 219, 235, 0.14);
}

.company-platform-core-node--center {
  min-height: 54px;
  background: linear-gradient(180deg, #edf4fb 0%, #dfeaf6 100%);
}

.company-panel--strengths-products {
  border-color: #dbe4ec;
  background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
}

.company-panel--business-combined {
  border-color: #d7e3ef;
  border-radius: 32px;
  background: #fbfdff;
  box-shadow: 0 16px 34px rgba(203, 216, 230, 0.1);
}

.company-panel--business-combined .company-section-heading {
  max-width: 900px;
  margin-bottom: 22px;
}

.company-card-grid--strengths-products {
  gap: 16px;
}

.company-card-grid--business-combined {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.company-card-grid--strengths-products .company-card {
  --strength-product-accent: #8bb8e1;
  position: relative;
  padding: 22px 22px 18px;
  border: 1px solid #dae4ed;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 252, 255, 0.98)),
    linear-gradient(135deg, color-mix(in srgb, var(--strength-product-accent) 14%, #ffffff 86%), transparent 62%);
  box-shadow: 0 14px 26px rgba(208, 220, 235, 0.14);
}

.company-card-grid--strengths-products .company-card:nth-child(1) {
  --strength-product-accent: #f3c1a8;
}

.company-card-grid--strengths-products .company-card:nth-child(2) {
  --strength-product-accent: #a6c8ef;
}

.company-card-grid--strengths-products .company-card:nth-child(3) {
  --strength-product-accent: #c7e2b0;
}

.company-card-grid--strengths-products .company-card:nth-child(4) {
  --strength-product-accent: #f2d56a;
}

.company-card-grid--business-combined .company-card:nth-child(5) {
  --strength-product-accent: #b9d6c6;
}

.company-card-grid--strengths-products .company-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--strength-product-accent) 88%, #ffffff 12%),
    color-mix(in srgb, var(--strength-product-accent) 72%, #618fbd 28%) 58%,
    color-mix(in srgb, var(--strength-product-accent) 54%, #35689f 46%)
  );
}

.company-card-grid--strengths-products .company-card h3 {
  margin-bottom: 12px;
  color: color-mix(in srgb, var(--strength-product-accent) 38%, #223d5a 62%);
  font-size: 1.05rem;
}

.company-card-grid--strengths-products .company-card p {
  color: #546a82;
}

.company-panel--business-combined .company-card {
  overflow: hidden;
  padding: 18px 20px 16px;
  border-radius: 28px;
  border-color: color-mix(in srgb, var(--strength-product-accent) 28%, #d8e3ee 72%);
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(208, 220, 234, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.company-panel--business-combined .company-card:hover,
.company-panel--business-combined .company-card:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(198, 213, 229, 0.16);
}

.company-panel--business-combined .company-card::before {
  height: 6px;
  background: color-mix(in srgb, var(--strength-product-accent) 68%, #8ba8c4 32%);
}

.company-panel--business-combined .company-card::after {
  content: none;
}

.company-panel--business-combined .company-card h3 {
  margin-bottom: 10px;
  padding-right: 58px;
  font-size: clamp(1.08rem, 1.42vw, 1.24rem);
  line-height: 1.28;
  letter-spacing: -0.03em;
}

.company-panel--business-combined .company-card p {
  max-width: 28em;
  font-size: 0.95rem;
  line-height: 1.62;
}

.company-panel--business-combined .company-bullet-list--compact {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

.company-panel--business-combined .company-bullet-list--compact li {
  position: relative;
  padding-left: 18px;
  color: #45627d;
  line-height: 1.48;
  list-style: none;
}

.company-panel--business-combined .company-bullet-list--compact li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--strength-product-accent) 72%, #6e95bd 28%);
  transform: translateY(-50%);
}

.company-card-grid--business-combined .company-card:nth-child(4) {
  grid-column: auto;
}

.company-card--business-combined-support {
  grid-column: 1 / -1;
}

.company-panel--business-combined .company-card--business-combined-support .company-bullet-list--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
}

.company-cta.company-cta--business-links {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 32px 36px;
  border-color: #9bb8e2;
  border-radius: 28px;
}

.company-cta.company-cta--business-links .company-cta-copy {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 100%;
  min-width: 100%;
  max-width: none;
  margin: 0 auto;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  inline-size: 100%;
  max-inline-size: none;
}

.company-cta.company-cta--business-links .company-cta-copy p {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #202c3b;
  font-size: clamp(0.92rem, 1.08vw, 1rem);
  line-height: 1.62;
  text-align: left;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  white-space: normal !important;
  word-break: keep-all;
  overflow-wrap: normal;
}

.company-cta.company-cta--business-links .company-cta-actions {
  justify-content: center;
  gap: 20px;
}

.company-cta.company-cta--business-links .company-button {
  min-width: 238px;
  min-height: 56px;
  border-radius: 8px;
  font-size: 1.05rem;
}

.company-business-link-grid {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  margin-top: 24px;
}

.company-business-link-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 10px;
  min-height: 178px;
  padding: 22px 22px 20px;
  border: 1px solid #dbe4ee;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(248, 251, 255, 0.985)),
    radial-gradient(circle at right top, rgba(154, 191, 230, 0.16), transparent 44%);
  color: #213956;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(206, 219, 232, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.company-business-link-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--business-link-accent), color-mix(in srgb, var(--business-link-accent) 58%, #2d5f98 42%));
}

.company-business-link-card::after {
  content: "›";
  position: absolute;
  right: 20px;
  bottom: 16px;
  color: color-mix(in srgb, var(--business-link-accent) 72%, #29548a 28%);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.company-business-link-card:hover,
.company-business-link-card:focus-visible {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--business-link-accent) 54%, #c8d8e8 46%);
  box-shadow: 0 20px 34px rgba(198, 214, 231, 0.22);
}

.company-business-link-card--products {
  --business-link-accent: #8fb5df;
}

.company-business-link-card--services {
  --business-link-accent: #dfb8ca;
}

.company-business-link-card--solution {
  --business-link-accent: #b8cc84;
}

.company-business-link-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--business-link-accent) 18%, #ffffff 82%);
  color: color-mix(in srgb, var(--business-link-accent) 38%, #5b6f84 62%);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.company-business-link-count {
  position: absolute;
  top: 16px;
  right: 18px;
  color: color-mix(in srgb, var(--business-link-accent) 28%, #ffffff 72%);
  font-size: clamp(2.4rem, 3.3vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
}

.company-business-link-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 4px;
  color: color-mix(in srgb, var(--business-link-accent) 42%, #234263 58%);
  font-size: clamp(1.08rem, 1.5vw, 1.42rem);
  line-height: 1.26;
}

.company-business-link-card small {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 16em;
  color: #5d6f84;
  font-size: 0.95rem;
  line-height: 1.68;
}

.company-highlight--strengths-summary {
  position: relative;
  overflow: hidden;
  padding: 24px 26px 22px;
  border-color: #dbe4ec;
  border-radius: 22px;
  background: linear-gradient(135deg, #fbfdff 0%, #f4f8fc 100%);
}

.company-highlight--strengths-summary::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: linear-gradient(180deg, #8ab6e0 0%, #5c8fc5 100%);
}

.company-highlight--strengths-summary h2,
.company-highlight--strengths-summary p {
  position: relative;
  z-index: 1;
}

.company-highlight--note {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid #dbe4ec;
  border-radius: 16px;
  background: #f9fbfe;
}

.company-text-link-strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border: 1px solid #cfdbeb;
  border-radius: 999px;
  background: #ffffff;
  color: #1f4b85;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.company-text-link-strong::after {
  content: "›";
  font-size: 1.05em;
  line-height: 1;
}

.company-text-link-strong:hover,
.company-text-link-strong:focus-visible {
  border-color: #9fbce0;
  background: #f3f8fd;
  color: #173b66;
}

.company-shell--profile .company-panel--lead {
  position: relative;
  overflow: hidden;
  padding: 32px 38px 18px;
  border-color: #d4dfeb;
  border-bottom: 0;
  background: #ffffff;
}

.company-shell--profile .company-main-column {
  gap: 0;
}

.company-shell--profile .company-section {
  margin-top: 0;
}

.company-shell--profile .company-panel--section {
  border-top: 0;
  padding: 0 38px 24px;
}

.company-shell--profile .company-panel--lead::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, rgba(144, 187, 229, 0.9), rgba(102, 154, 211, 0.72) 58%, rgba(79, 128, 188, 0.84));
}

.company-shell--profile .company-panel--lead::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -56px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 18px solid rgba(123, 169, 221, 0.04);
}

.company-shell--profile .company-panel--lead .company-lead-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
}

.company-lead-split--profile-summary {
  grid-template-columns: minmax(220px, 0.72fr) minmax(520px, 1fr);
  gap: 6px 24px;
  align-items: center;
}

.company-eyebrow--profile-summary {
  grid-column: 1 / -1;
  margin: 0;
}

.company-lead-visual--profile-summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
  margin: 0 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}

.company-profile-summary-copy {
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 22px 24px;
}

.company-profile-summary-copy--philosophy {
  align-items: center;
  width: min(100%, 560px);
  max-width: 560px;
  margin-left: auto;
  margin-right: 72px;
  padding: 0;
}

.company-profile-summary-copy .company-eyebrow {
  margin: 0;
}

.company-profile-summary-copy h2 {
  margin: 0;
  color: #2d5887;
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.company-profile-summary-copy p {
  margin: 0;
  color: #5c6f82;
  font-size: 0.92rem;
  line-height: 1.72;
}

.company-shell--profile .company-panel--lead h1 {
  font-size: clamp(2.2rem, 3vw, 2.9rem);
  letter-spacing: -0.045em;
}

.company-shell--profile .company-panel--lead h1::after {
  content: none;
}

.company-shell--profile .company-profile-table--feature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 4px;
  border-top: 0;
  counter-reset: profile-cards;
}

.company-shell--profile .company-profile-table--feature .company-profile-row {
  position: relative;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 18px 18px 18px 22px;
  border: 1px solid #d8e2ec;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.98)),
    linear-gradient(135deg, rgba(155, 197, 236, 0.08), transparent 56%);
  counter-increment: profile-cards;
}

.company-shell--profile .company-profile-table--feature .company-profile-row::before {
  content: counter(profile-cards, decimal-leading-zero);
  position: absolute;
  top: 12px;
  right: 14px;
  color: rgba(47, 111, 183, 0.16);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.company-shell--profile .company-profile-table--feature .company-profile-row::after {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  background: linear-gradient(180deg, #8ab7e4, #2f6fb7);
}

.company-shell--profile .company-profile-table--feature .company-profile-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid #d5e0eb;
  border-radius: 999px;
  background: #ffffff;
  color: #315b88;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.company-shell--profile .company-profile-table--feature .company-profile-value p {
  font-size: 0.94rem;
  line-height: 1.68;
}

.company-card-grid.company-card-grid--profile-services {
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: stretch;
  width: min(92%, 1080px);
  margin-inline: auto;
}

.company-profile-value--business-summary .company-card-grid.company-card-grid--profile-services {
  width: min(88%, 940px);
  margin-inline: auto;
}

.company-profile-row--business-summary .company-card-grid--profile-services .company-card {
  grid-template-columns: 98px minmax(0, 1fr);
}

.company-card-grid--profile-services .company-card {
  --service-accent: #5f92c8;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  justify-content: stretch;
  gap: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid #d9e2ec;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 8px 14px rgba(196, 210, 228, 0.16);
  min-width: 0;
}

.company-card-grid--profile-services .company-card::before {
  content: "";
  position: absolute;
  inset: auto 8px -4px 8px;
  height: 6px;
  background: color-mix(in srgb, var(--service-accent) 78%, #2e5f95 22%);
  opacity: 0.9;
}

.company-card-grid--profile-services .company-card::after {
  display: none;
}

.company-service-strip-label {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: stretch;
  min-height: 60px;
  overflow: hidden;
  background: var(--service-accent);
  clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
}

.company-service-strip-step {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0 6px 6px;
  background: #ffffff;
  color: color-mix(in srgb, var(--service-accent) 38%, #5a6773 62%);
  font-size: 0.94rem;
  font-weight: 800;
  box-shadow: 0 4px 10px rgba(195, 208, 224, 0.16);
  clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
}

.company-service-strip-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #ffffff;
}

.company-service-strip-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  stroke-width: 2.35;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.company-service-strip-body {
  display: block;
  box-sizing: border-box;
  min-width: 0;
  width: auto;
  padding: 8px 22px 8px 18px;
  max-width: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 252, 255, 0.98));
}

.company-card-grid--profile-services .company-card h3 {
  margin: 0 0 2px;
  color: color-mix(in srgb, var(--service-accent) 34%, #556373 66%);
  font-size: clamp(0.98rem, 1.18vw, 1.08rem);
  line-height: 1.32;
}

.company-card-grid--profile-services .company-card p {
  color: color-mix(in srgb, var(--service-accent) 18%, #6a7683 82%);
  font-size: 0.82rem;
  line-height: 1.32;
  max-width: 40em;
}

.company-card-grid--profile-services .company-card:nth-child(1) {
  --service-accent: #fa80c7;
}

.company-card-grid--profile-services .company-card:nth-child(2) {
  --service-accent: #eea9cb;
}

.company-card-grid--profile-services .company-card:nth-child(3) {
  --service-accent: #b8a7d1;
}

.company-card-grid--profile-services .company-card:nth-child(4) {
  --service-accent: #dbe5f5;
}

.company-card-grid--profile-services .company-card:nth-child(5) {
  --service-accent: #98cde8;
}

.company-card-grid--business-services {
  gap: 20px 26px;
  align-items: stretch;
}

.company-card-grid--business-services .company-card {
  position: relative;
  overflow: hidden;
  padding: 22px 26px 18px;
  border: 1px solid #d9e2ec;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 252, 255, 0.98)),
    linear-gradient(135deg, rgba(149, 190, 233, 0.1), transparent 60%);
  box-shadow: 0 18px 34px rgba(210, 221, 235, 0.26);
}

.company-card-grid--business-services .company-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #84b7e7, #3e7fc7 62%, #245ea6);
}

.company-card-grid--business-services .company-card::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 12px solid rgba(127, 178, 228, 0.13);
}

.company-card-grid--business-services .company-card h3 {
  margin-bottom: 12px;
  color: #233e60;
  font-size: clamp(1.12rem, 1.5vw, 1.22rem);
  line-height: 1.5;
}

.company-card-grid--business-services .company-card p {
  color: #4f6278;
  font-size: 0.98rem;
  line-height: 1.64;
}

.company-card-grid--partners {
  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.company-card-grid--partners::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 52px;
  height: 2px;
  background: linear-gradient(90deg, rgba(166, 193, 223, 0.12), rgba(125, 166, 209, 0.46), rgba(166, 193, 223, 0.12));
}

.company-card-grid--partners .company-card {
  position: relative;
  overflow: hidden;
  padding: 22px 22px 20px;
  border: 1px solid #dbe3eb;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 254, 0.98)),
    linear-gradient(135deg, rgba(147, 187, 226, 0.08), transparent 62%);
  box-shadow: 0 16px 28px rgba(207, 219, 233, 0.18);
}

.company-card-grid--partners .company-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #8db8df, #5e91c7 58%, #376fa9);
}

.company-card-grid--partners .company-card::after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 10px solid rgba(139, 183, 226, 0.1);
}

.company-card-grid--partners .company-card-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.company-card-grid--partners .company-card h3 {
  margin: 0;
  color: #233f5e;
  font-size: clamp(1rem, 1.15vw, 1.14rem);
  line-height: 1.38;
}

.company-card-grid--partners .company-card p {
  position: relative;
  z-index: 1;
  color: #536983;
  font-size: 0.97rem;
  line-height: 1.8;
}

.company-partner-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f5f9fd, #eaf2fa);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.company-partner-icon svg {
  width: 30px;
  height: 30px;
  stroke: #5b88b8;
  stroke-width: 2;
  fill: none;
}

.company-panel--results-summary {
  border-color: #dbe4ec;
  background:
    radial-gradient(circle at top right, rgba(211, 230, 246, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
}

.company-results-track {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.company-results-track-axis {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 100%;
  padding: 34px 20px 34px 26px;
  border-radius: 26px 0 0 26px;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.88), transparent 24%),
    radial-gradient(circle at right bottom, rgba(234, 226, 214, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(244, 247, 250, 0.99), rgba(231, 236, 242, 0.98) 54%, rgba(248, 249, 251, 0.99));
  border: 1px solid #cfd7e0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -18px 30px rgba(255, 255, 255, 0.36),
    0 14px 28px rgba(160, 171, 183, 0.16);
  overflow: hidden;
}

.company-results-track-axis::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  width: 52px;
  height: 52px;
  background: inherit;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #d6dde5;
  border-right: 1px solid #d6dde5;
}

.company-results-track-axis::before {
  content: "";
  position: absolute;
  inset: 18px auto 18px 14px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #9ea7b1, #c7d0d8 38%, #8c96a1 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.44);
}

.company-results-track-axis p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #606b77;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.08em;
  padding-left: 12px;
}

.company-results-track-list {
  display: grid;
  gap: 14px;
}

.company-results-step {
  --results-accent: #a6c8ef;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

.company-results-step--industry {
  --results-accent: #f1c6b0;
}

.company-results-step--continue {
  --results-accent: #f0d774;
}

.company-results-step--improve {
  --results-accent: #a9caef;
}

.company-results-step-card {
  position: relative;
  padding: 12px 16px 12px 18px;
  border: 1px solid color-mix(in srgb, var(--results-accent) 32%, #d9e5ef 68%);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 254, 0.98)),
    linear-gradient(120deg, color-mix(in srgb, var(--results-accent) 18%, #ffffff 82%), transparent 56%);
  box-shadow: 0 12px 24px rgba(206, 218, 232, 0.1);
  overflow: hidden;
}

.company-results-step-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 10px;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--results-accent) 82%, #ffffff 18%),
    color-mix(in srgb, var(--results-accent) 66%, #90adcc 34%)
  );
}

.company-results-step-card h3,
.company-results-step-card p {
  position: relative;
  z-index: 1;
}

.company-results-step-card h3 {
  margin: 0 0 8px;
  color: #4b79b1;
  font-size: clamp(1.04rem, 1.56vw, 1.32rem);
  line-height: 1.34;
  letter-spacing: -0.03em;
}

.company-results-step-card p {
  margin: 0;
  color: #556b84;
  font-size: 0.95rem;
  line-height: 1.78;
}

.company-panel--results-clients {
  border-color: #dde5ed;
  background: #ffffff;
}

.company-section-heading--results-clients {
  margin-bottom: 18px;
}

.company-results-clients-copy {
  padding: 18px 22px;
  border: 1px solid #e1e8ef;
  background: linear-gradient(180deg, #ffffff, #fbfcfe);
}

.company-results-clients-copy p {
  margin: 0;
  color: #586779;
  font-size: 0.94rem;
  line-height: 2.05;
}

.company-panel--business-services {
  position: relative;
}

.company-panel--business-services .company-section-heading {
  min-height: 98px;
  padding-right: 132px;
}

.company-business-puzzle {
  position: absolute;
  top: 22px;
  right: 26px;
  width: clamp(76px, 9vw, 108px);
  margin: 0;
  pointer-events: none;
  opacity: 0.96;
}

.company-business-puzzle img {
  display: block;
  width: 100%;
  height: auto;
}

.company-section-heading {
  max-width: 760px;
  margin-bottom: 18px;
}

.company-section h2,
.company-cta h2 {
  margin: 8px 0 0;
  color: #5a7fb0;
  font-size: clamp(1.4rem, 1.9vw, 1.8rem);
  line-height: 1.26;
  letter-spacing: -0.02em;
}

.company-lead p,
.company-section-heading p,
.company-card p,
.company-fact p,
.company-tab-intro p,
.company-tab-summary-item p,
.company-history-content p,
.company-highlight p,
.company-cta p {
  margin: 0;
  color: #4e5864;
  line-height: 1.75;
}

.company-lead p + p,
.company-card p + p,
.company-fact p + p,
.company-tab-intro p + p,
.company-tab-summary-item p + p,
.company-history-content p + p,
.company-highlight p + p,
.company-cta p + p {
  margin-top: 6px;
}

.company-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  color: #86a4c7;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.company-eyebrow::after {
  content: "";
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, rgba(157, 188, 223, 0.95), rgba(157, 188, 223, 0));
}

.company-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.company-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #d8dde4;
  background: #f8fbfd;
  color: #56718a;
  font-size: 0.8rem;
  font-weight: 700;
}

.company-card-grid,
.company-access-grid,
.company-fact-grid {
  display: grid;
  gap: 16px;
}

.company-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.company-access-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.company-access-grid--single {
  grid-template-columns: minmax(0, 1fr);
}

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

.company-card {
  min-height: 100%;
  padding: 18px 18px 16px;
  border: 1px solid #d8dde4;
  background: #fff;
}

.company-history-summary-grid {
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 18px;
}

.company-card.company-card--history-summary {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 16px 18px 14px;
  border-color: #d9e2ec;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 253, 0.96)),
    radial-gradient(circle at right top, rgba(138, 181, 226, 0.12), transparent 46%);
  box-shadow: 0 10px 18px rgba(76, 104, 141, 0.05);
}

.company-card.company-card--history-summary .company-card-index {
  width: 46px;
  height: 46px;
  margin-bottom: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #8fbbe7, #6e9fd6);
  font-size: 0.96rem;
}

.company-history-summary-copy {
  min-width: 0;
  padding-top: 2px;
}

.company-card.company-card--history-summary h3 {
  margin: 0 0 4px;
  color: #2f3944;
  font-size: 1.04rem;
  line-height: 1.38;
}

.company-card.company-card--history-summary p {
  margin: 0;
  color: #526171;
  line-height: 1.68;
}

.company-shell--history .company-history-overview-value,
.company-shell--history .company-history-period {
  font-size: clamp(0.96rem, 1.18vw, 1.12rem);
}

.company-shell--history .company-history-overview-label,
.company-shell--history .company-history-label {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.company-shell--history .company-history-content h3 {
  font-size: clamp(1rem, 1.42vw, 1.18rem);
  line-height: 1.42;
}

.company-card h3,
.company-fact h3 {
  margin: 0 0 6px;
  color: #3a3f45;
  font-size: 1rem;
  line-height: 1.42;
}

.company-card--stacked {
  display: grid;
  gap: 0;
}

.company-card-section + .company-card-section {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #d8dde4;
}

.company-access-grid .company-card {
  padding: 12px 12px 10px;
}

.company-access-grid .company-card h3 {
  margin-bottom: 8px;
}

.company-access-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  column-gap: 18px;
  align-items: start;
}

.company-access-row h3 {
  margin: 0;
}

.company-access-body {
  min-width: 0;
}

.company-access-grid .company-card p {
  line-height: 1.58;
  margin: 0;
}

.company-access-grid .company-card p + p {
  margin-top: 4px;
}

.company-fact {
  min-height: 100%;
  padding: 14px 14px 12px;
  border: 1px solid #d8dde4;
  background: #fff;
}

.company-fact--wide {
  grid-column: 1 / -1;
}

.company-fact a {
  color: #1f4b85;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.company-text-link-strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 2px 0;
  color: #1f4b85;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
  background: linear-gradient(180deg, transparent 58%, rgba(141, 183, 216, 0.24) 58%);
  transition: color 160ms ease, background-size 160ms ease, opacity 160ms ease;
}

.company-text-link-strong::after {
  content: "›";
  font-size: 1.05em;
  line-height: 1;
}

.company-text-link-strong:hover,
.company-text-link-strong:focus-visible {
  color: #173b66;
  opacity: 0.92;
}

.company-inline-tab-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: #1f4b85;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.company-tabs {
  border: 1px solid #d8dde4;
  border-top-color: #e8eef5;
  background: #fff;
}

.company-tab-list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #d8dde4;
  background: #f4f8fc;
}

.company-tab-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 15px;
  border: 0;
  border-right: 1px solid #d8dde4;
  background: transparent;
  color: #5a7695;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.company-tab-button:hover,
.company-tab-button:focus-visible {
  background: #eef4fa;
  color: #24466f;
}

.company-tab-button[aria-selected="true"] {
  background: #fff;
  color: #1f3652;
}

.company-tab-button[aria-current="page"] {
  background: #fff;
  color: #1f3652;
}

.company-tabs--links {
  overflow: hidden;
}

.company-tab-panel {
  padding: 12px 16px 12px;
}

.company-platform-visual {
  margin: 18px 0 6px;
  border: 1px solid #d8dde4;
  background: linear-gradient(180deg, #fbfdff 0%, #f2f7fc 100%);
  overflow: hidden;
}

.company-platform-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.company-tab-panel[hidden] {
  display: none;
}

.company-tab-intro h3,
.company-tab-summary-item h4 {
  margin: 0 0 10px;
  color: #28486d;
  line-height: 1.42;
}

.company-tab-intro h3 {
  font-size: 1.04rem;
}

.company-profile-table {
  margin-top: 0;
  border-top: 0;
}

.company-profile-row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 18px;
  padding: 9px 0;
  border-bottom: 1px solid #d8dde4;
}

.company-profile-label {
  color: #28486d;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.36;
}

.company-profile-value {
  min-width: 0;
}

.company-profile-value p {
  margin: 0;
  color: #4e5864;
  font-size: 0.92rem;
  line-height: 1.48;
}

.company-profile-value p + p {
  margin-top: 3px;
}

.company-profile-philosophy {
  display: grid;
  gap: 10px;
}

.company-profile-philosophy-lead {
  margin: 0;
  color: #28496f;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
}

.company-profile-philosophy-showcase {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.company-profile-philosophy-showcase--summary {
  grid-template-columns: 1fr;
  gap: 0;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-items: end;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.company-profile-philosophy-stack {
  display: grid;
  gap: 6px;
}

.company-profile-philosophy-showcase--summary .company-profile-philosophy-stack {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.company-profile-philosophy-chip {
  display: grid;
  gap: 3px;
  justify-items: center;
  padding: 8px 10px;
  border: 1px solid #d7e2ee;
  background: linear-gradient(180deg, #f9fbfe, #eef4fa);
  color: #4d6885;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.company-profile-philosophy-showcase--summary .company-profile-philosophy-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  min-height: 0;
  padding: 6px 8px;
  border-radius: 8px;
  font-size: 0.66rem;
  border-color: #dde6ef;
  background: #f6f9fc;
  color: #5f7286;
  box-shadow: none;
  text-align: center;
  white-space: nowrap;
}

.company-profile-philosophy-showcase--summary .company-profile-philosophy-chip:nth-child(1) {
  background: #f6f9fc;
}

.company-profile-philosophy-showcase--summary .company-profile-philosophy-chip:nth-child(2) {
  background: #f6f9fc;
}

.company-profile-philosophy-showcase--summary .company-profile-philosophy-chip:nth-child(3) {
  background: #f6f9fc;
}

.company-profile-philosophy-chip small {
  color: #7d92ab;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.company-profile-philosophy-showcase--summary .company-profile-philosophy-chip small {
  color: #7b8c9d;
  font-size: 0.6rem;
  line-height: 1;
  white-space: nowrap;
}

.company-profile-philosophy-message {
  margin: 0;
  color: #4f7eb3;
  font-size: clamp(1.2rem, 1.85vw, 1.54rem);
  font-weight: 800;
  line-height: 1.56;
  letter-spacing: -0.03em;
}

.company-profile-philosophy-message--summary {
  color: #4d79ab;
  font-size: clamp(0.98rem, 1.35vw, 1.24rem);
  line-height: 1.58;
  letter-spacing: -0.02em;
  max-width: 360px;
}

.company-profile-group + .company-profile-group {
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid #e6ebf0;
}

.company-profile-group {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 12px;
}

.company-profile-group-title {
  color: #28486d;
  font-size: 0.87rem;
  font-weight: 700;
  line-height: 1.42;
}

.company-profile-group-body {
  min-width: 0;
}

.company-profile-row--business-summary {
  align-items: start;
  grid-template-columns: 1fr;
  gap: 12px;
}

.company-profile-value--business-summary {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 0;
}

.company-profile-row--business-summary .company-profile-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid #d5e0eb;
  border-radius: 999px;
  background: #ffffff;
  color: #315b88;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.company-inline-section-heading {
  display: grid;
  gap: 4px;
}

.company-inline-section-heading .company-eyebrow {
  margin: 0;
}

.company-inline-section-heading h2 {
  margin: 0;
  color: #28486d;
  font-size: 1rem;
  line-height: 1.42;
}

.company-inline-section-heading p {
  margin: 0;
  color: #566474;
  font-size: 0.9rem;
  line-height: 1.62;
}

.company-tab-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.company-tab-summary-item {
  padding: 16px 16px 14px;
  border: 1px solid #d8dde4;
  background: #f9fbfd;
}

.company-tab-summary-item h4 {
  font-size: 0.96rem;
}

.company-tab-panel--executive {
  padding-top: 16px;
}

.company-tab-panel--executive .company-tab-intro h3 {
  color: #35577e;
  font-size: 0.98rem;
}

.company-tab-panel--executive .company-tab-intro p {
  color: #697784;
  font-size: 0.88rem;
  line-height: 1.62;
}

.company-tab-panel--founding {
  padding-top: 12px;
}

.company-tab-panel--founding .company-article {
  gap: 8px;
}

.company-tab-panel--founding .company-article-meta {
  font-size: 0.8rem;
}

.company-tab-linkout {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.company-tab-linkout .company-button--primary {
  color: #ffffff;
  background: linear-gradient(180deg, #5d90ca, #4b7eb9);
}

.company-tab-panel--founding .company-article-lead {
  margin-top: 4px;
  font-size: 0.88rem;
  line-height: 1.54;
}

.company-tab-panel--founding .company-article-section {
  padding-top: 8px;
}

.company-tab-panel--founding .company-article-section h2 {
  margin-bottom: 6px;
  font-size: 0.95rem;
  line-height: 1.36;
}

.company-tab-panel--founding .company-article-section p {
  font-size: 0.86rem;
  line-height: 1.48;
}

.company-tab-panel--founding .company-article-section p + p {
  margin-top: 3px;
}

.company-executive-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 14px;
  border: 1px solid #dfe6ec;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 251, 253, 0.98));
}

.company-executive-item {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 0;
  padding: 8px 2px;
  border: 0;
  border-top: 1px solid #e7edf2;
  background: transparent;
}

.company-executive-item:first-child {
  border-top: 0;
}

.company-executive-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 9px;
  margin-bottom: 0;
  background: #f4f7fa;
  color: #6b7f95;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.company-executive-content p {
  margin: 0;
  color: #55616d;
  font-size: 0.85rem;
  line-height: 1.48;
}

.company-executive-content p + p {
  margin-top: 3px;
}

.company-shell--executive-history .company-history-timeline,
.company-shell--history .company-history-timeline {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 18px;
  padding: 4px 4px 2px 2px;
}

.company-shell--executive-history .company-history-timeline::before,
.company-shell--history .company-history-timeline::before {
  content: "";
  position: absolute;
  left: 146px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(172, 188, 205, 0.1) 0%, rgba(136, 156, 178, 0.7) 18%, rgba(172, 188, 205, 0.16) 100%);
}

.company-shell--executive-history .company-history-item,
.company-shell--history .company-history-item {
  --history-accent: #d8b1bb;
  --history-accent-soft: rgba(216, 177, 187, 0.16);
  --history-accent-line: rgba(216, 177, 187, 0.3);
  position: relative;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  min-height: 0;
  padding-left: 0;
}

.company-shell--executive-history .company-history-item::before,
.company-shell--history .company-history-item::before {
  content: "";
  position: absolute;
  left: 140px;
  top: 16px;
  width: 14px;
  height: 14px;
  border: 3px solid #f7fbff;
  border-radius: 50%;
  background: linear-gradient(180deg, color-mix(in srgb, var(--history-accent) 78%, #ffffff 22%) 0%, var(--history-accent) 100%);
  box-shadow:
    0 6px 12px rgba(72, 104, 142, 0.08),
    0 0 0 4px var(--history-accent-soft);
}

.company-shell--executive-history .company-history-item:nth-child(2),
.company-shell--history .company-history-item:nth-child(2) {
  --history-accent: #dcc4a3;
  --history-accent-soft: rgba(220, 196, 163, 0.16);
  --history-accent-line: rgba(220, 196, 163, 0.3);
}

.company-shell--executive-history .company-history-item:nth-child(3),
.company-shell--history .company-history-item:nth-child(3) {
  --history-accent: #a8c0e4;
  --history-accent-soft: rgba(168, 192, 228, 0.16);
  --history-accent-line: rgba(168, 192, 228, 0.3);
}

.company-shell--executive-history .company-history-item:nth-child(4),
.company-shell--history .company-history-item:nth-child(4) {
  --history-accent: #b8d9c7;
  --history-accent-soft: rgba(184, 217, 199, 0.16);
  --history-accent-line: rgba(184, 217, 199, 0.3);
}

.company-shell--executive-history .company-history-item:nth-child(5),
.company-shell--history .company-history-item:nth-child(5) {
  --history-accent: #c6bddf;
  --history-accent-soft: rgba(198, 189, 223, 0.16);
  --history-accent-line: rgba(198, 189, 223, 0.3);
}

.company-shell--executive-history .company-history-overview,
.company-shell--history .company-history-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.company-shell--executive-history .company-history-overview-item,
.company-shell--history .company-history-overview-item {
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid #dce6f0;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 254, 0.94)),
    radial-gradient(circle at right top, rgba(133, 176, 222, 0.14), transparent 48%);
  box-shadow: 0 10px 18px rgba(76, 104, 141, 0.05);
}

.company-shell--executive-history .company-history-date,
.company-shell--history .company-history-date {
  position: relative;
  display: grid;
  gap: 4px;
  min-width: 0;
  padding-top: 6px;
  padding-right: 10px;
  text-align: right;
  z-index: 1;
}

.company-shell--executive-history .company-history-overview-value,
.company-shell--executive-history .company-history-period,
.company-shell--history .company-history-overview-value,
.company-shell--history .company-history-period {
  margin: 0;
  color: #234b75;
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.company-shell--executive-history .company-history-overview-label,
.company-shell--executive-history .company-history-label,
.company-shell--history .company-history-overview-label,
.company-shell--history .company-history-label {
  margin: 0;
  color: #6a7f94;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.company-shell--executive-history .company-history-content,
.company-shell--history .company-history-content {
  position: relative;
  min-width: 0;
  width: 100%;
  max-width: none;
  padding: 14px 20px 12px 20px;
  border: 1px solid #dfe7ef;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 253, 0.96)),
    radial-gradient(circle at right top, var(--history-accent-soft), transparent 42%);
  box-shadow: 0 12px 22px rgba(76, 104, 141, 0.055);
  overflow: hidden;
}

.company-shell--executive-history .company-history-content::before,
.company-shell--history .company-history-content::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--history-accent) 0%, color-mix(in srgb, var(--history-accent) 30%, #ffffff 70%) 100%);
}

.company-shell--executive-history .company-history-content::after,
.company-shell--history .company-history-content::after {
  content: "";
  position: absolute;
  inset: 14px auto 14px 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--history-accent-line), rgba(255, 255, 255, 0));
}

.company-shell--executive-history .company-history-content p,
.company-shell--history .company-history-content p {
  font-size: 0.9rem;
  line-height: 1.54;
}

.company-shell--executive-history .company-history-kicker,
.company-shell--history .company-history-kicker {
  margin: 0 0 6px;
  color: var(--history-accent);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.company-shell--executive-history .company-history-content h3,
.company-shell--history .company-history-content h3 {
  margin: 0;
  color: #2f3944;
  font-size: clamp(1.06rem, 1.55vw, 1.3rem);
  line-height: 1.45;
}

.company-shell--executive-history .company-history-content h3 + p,
.company-shell--history .company-history-content h3 + p {
  margin-top: 8px;
}

.company-shell--executive-history .company-history-points,
.company-shell--history .company-history-points {
  display: grid;
  gap: 6px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.company-shell--executive-history .company-history-points li,
.company-shell--history .company-history-points li {
  position: relative;
  padding-left: 18px;
  color: #526171;
  font-size: 0.9rem;
  line-height: 1.6;
}

.company-shell--executive-history .company-history-points li::before,
.company-shell--history .company-history-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--history-accent);
  box-shadow: 0 0 0 4px var(--history-accent-soft);
}

.company-card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  background: linear-gradient(180deg, #92bbe6, #78a8dc);
  color: #f8fbff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  font-weight: 800;
}

.company-shell--hr-policy .company-panel--lead {
  border-color: #d9e3ee;
  background:
    radial-gradient(circle at right top, rgba(143, 183, 227, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(245, 250, 255, 0.96), rgba(255, 255, 255, 0.98) 48%, rgba(248, 251, 255, 0.95));
}

.company-panel--hr-policy-hero {
  overflow: hidden;
}

.company-hr-policy-hero-body {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #dde8f1;
}

.company-shell--hr-policy .company-main-column {
  gap: 20px;
}

.company-shell--hr-policy .company-section {
  margin: 0;
}

.company-shell--hr-policy .company-panel--section,
.company-shell--hr-policy .company-cta--hr-policy-summary {
  --hr-accent: #8eb3db;
  position: relative;
  padding: 26px 28px;
  border-radius: 26px;
  overflow: hidden;
}

.company-shell--hr-policy .company-panel--section::before,
.company-shell--hr-policy .company-cta--hr-policy-summary::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--hr-accent) 82%, #ffffff 18%),
    color-mix(in srgb, var(--hr-accent) 48%, #dce8f3 52%)
  );
}

.company-panel--hr-policy-copy {
  --hr-accent: #90b4db;
}

.company-panel--hr-principles {
  --hr-accent: #83a7d4;
}

.company-panel--hr-policy-grid {
  --hr-accent: #9ab8db;
}

.company-cta--hr-policy-summary {
  --hr-accent: #7da4d3;
}

.company-shell--hr-policy .company-section-heading {
  max-width: 860px;
  margin-bottom: 20px;
}

.company-shell--hr-policy .company-section-heading .company-eyebrow {
  margin-bottom: 8px;
}

.company-shell--hr-policy .company-section-heading h2 {
  color: #456c9e;
}

.company-shell--hr-policy .company-section-heading > p:not(.company-eyebrow) {
  max-width: 760px;
  color: #607284;
}

.company-lead-split--hr-policy {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: 34px;
  align-items: stretch;
}

.company-lead--hr-policy {
  display: grid;
  gap: 8px;
  max-width: 460px;
}

.company-lead--hr-policy p {
  color: #415364;
  font-size: 1rem;
  line-height: 1.95;
}

.company-lead--hr-policy p:first-child {
  color: #284a71;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.company-badges--hr-policy {
  gap: 12px;
  margin-top: 18px;
}

.company-badges--hr-policy span {
  min-height: 36px;
  padding: 0 14px;
  border-color: #d9e4ef;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 254, 0.98));
  color: #4c6580;
  letter-spacing: 0.04em;
}

.company-hr-policy-lead-note {
  margin: 16px 0 0;
  color: #2f5179;
  font-size: 0.98rem;
  line-height: 1.82;
}

.company-lead-visual--hr-policy {
  display: flex;
  align-items: center;
  min-height: 100%;
  border-radius: 28px;
  background: #ffffff;
  overflow: hidden;
}

.company-people-mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86%;
  max-width: 380px;
  min-height: 0;
  aspect-ratio: 1.28 / 1;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
  isolation: isolate;
}

.company-people-mark::before,
.company-people-mark::after {
  content: none;
}

.company-people-mark img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  filter: none;
}

.company-panel--hr-principles,
.company-panel--hr-policy-copy,
.company-panel--hr-policy-grid {
  border-color: #dce6ef;
  background:
    radial-gradient(circle at top right, rgba(168, 201, 234, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(248, 251, 254, 0.985));
  box-shadow: 0 14px 28px rgba(196, 211, 227, 0.08);
}

.company-hr-policy-copy {
  display: grid;
  gap: 14px;
  max-width: 860px;
  margin-top: 2px;
}

.company-badges--hr-policy-inline {
  margin-top: 2px;
}

.company-hr-policy-copy p {
  margin: 0;
  color: #57697a;
  line-height: 1.84;
}

.company-hr-policy-copy p:first-child {
  color: #34587f;
  font-weight: 700;
}

.company-card-grid--hr-policy,
.company-fact-grid--hr-policy {
  margin-top: 12px;
  gap: 18px;
}

.company-card-grid--hr-policy {
  grid-template-columns: 1fr;
}

.company-fact-grid--hr-policy-profile {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.company-fact-grid--hr-policy-organization {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.company-fact--hr-profile {
  position: relative;
  min-height: 0;
  padding: 18px 20px 16px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(248, 251, 255, 0.985)),
    radial-gradient(circle at right top, rgba(146, 189, 223, 0.08), transparent 42%);
  box-shadow: 0 12px 24px rgba(117, 143, 173, 0.05);
  justify-items: start;
  align-content: start;
  text-align: left;
}

.company-fact-grid--hr-policy-profile .company-fact--hr-profile {
  min-height: 132px;
  padding: 18px 16px 16px;
  justify-items: center;
  align-content: start;
  text-align: center;
}

.company-hr-profile-icon {
  --hr-icon-color: #4a99b2;
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  margin: 2px 0 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(84, 153, 178, 0.08), rgba(84, 153, 178, 0.03));
  color: var(--hr-icon-color);
}

.company-hr-profile-icon::before,
.company-hr-profile-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.company-hr-profile-icon--understand::before {
  left: 12px;
  top: 14px;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 12px -4px 0 -6px rgba(255, 255, 255, 0.9), 12px -4px 0 0 currentColor;
}

.company-hr-profile-icon--understand::after {
  right: 14px;
  bottom: 12px;
  width: 11px;
  height: 11px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.company-hr-profile-icon--redesign::before {
  left: 11px;
  top: 14px;
  width: 26px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 8px;
}

.company-hr-profile-icon--redesign::after {
  right: 15px;
  bottom: 11px;
  width: 13px;
  height: 13px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.company-hr-profile-icon--product::before {
  left: 12px;
  top: 14px;
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 7px;
  transform: rotate(45deg);
}

.company-hr-profile-icon--product::after {
  left: 22px;
  top: 24px;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
}

.company-hr-profile-icon--empathy::before {
  left: 10px;
  top: 13px;
  width: 30px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 12px;
}

.company-hr-profile-icon--empathy::after {
  left: 16px;
  bottom: 12px;
  width: 10px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: skewX(-16deg) rotate(-10deg);
}

.company-hr-profile-icon--action::before {
  left: 16px;
  top: 16px;
  width: 22px;
  height: 22px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.company-hr-profile-icon--action::after {
  right: 13px;
  top: 13px;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

.company-hr-profile-icon--team::before {
  left: 13px;
  top: 15px;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 18px 0 0 -2px currentColor, 9px 14px 0 -2px currentColor;
}

.company-hr-profile-icon--team::after {
  left: 14px;
  bottom: 15px;
  width: 30px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-radius: 14px;
}

.company-hr-profile-icon--value::before {
  left: 15px;
  top: 15px;
  width: 28px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 8px;
}

.company-hr-profile-icon--value::after {
  left: 20px;
  bottom: 14px;
  width: 18px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 -7px 0 currentColor;
}

.company-hr-profile-icon--governance::before {
  left: 17px;
  top: 13px;
  width: 22px;
  height: 26px;
  border: 2px solid currentColor;
  border-radius: 12px 12px 10px 10px;
}

.company-hr-profile-icon--governance::after {
  left: 25px;
  top: 21px;
  width: 6px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.company-fact--hr-profile::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, rgba(116, 162, 209, 0.88), rgba(84, 133, 186, 0.86));
}

.company-fact--hr-profile::after {
  display: none;
}

.company-fact-grid--hr-policy-profile .company-fact--hr-profile::after {
  content: "";
  display: block;
  width: 72%;
  height: 0;
  margin: 14px auto 0;
  border-top: 2px dashed rgba(130, 170, 220, 0.75);
}

.company-fact-grid--hr-policy-profile .company-fact--hr-profile::before,
.company-fact--hr-policy-org::before {
  display: none;
}

.company-fact--hr-profile h3 {
  margin: 0;
  color: #3f6278;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: -0.01em;
}

.company-fact-grid--hr-policy-profile .company-fact--hr-profile h3 {
  line-height: 1.58;
  text-wrap: balance;
}

.company-panel--hr-policy-combined .company-section-heading--hr-policy-subsection {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #dde8f1;
}

.company-fact--hr-policy-org {
  min-height: 128px;
  padding: 22px 18px 18px;
  justify-items: center;
  align-content: start;
  text-align: center;
}

.company-fact--hr-policy-org::after {
  width: 54%;
  margin: 16px auto 0;
}

.company-fact--hr-policy-org .company-hr-profile-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 12px;
  border-radius: 16px;
}

.company-fact--hr-policy-org p {
  color: #45657d;
  font-weight: 500;
  line-height: 1.74;
  text-wrap: balance;
}

.company-fact-grid--hr-policy-profile .company-hr-profile-icon {
  margin: 0 auto 12px;
}

.company-card--hr-principle {
  --hr-card-accent: #8db6df;
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: start;
  min-height: 0;
  padding: 10px 16px 8px;
  border-color: #dbe5ee;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 253, 0.98)),
    linear-gradient(135deg, color-mix(in srgb, var(--hr-card-accent) 12%, #ffffff 88%), transparent 58%);
  box-shadow: 0 8px 18px rgba(85, 113, 147, 0.04);
}

.company-card--hr-principle::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  border-radius: 20px 0 0 20px;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--hr-card-accent) 72%, #ffffff 28%),
    color-mix(in srgb, var(--hr-card-accent) 52%, #7e9fc1 48%)
  );
}

.company-card--hr-principle .company-card-index {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  width: 36px;
  height: 36px;
  margin-bottom: 0;
  border-radius: 11px;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--hr-card-accent) 66%, #ffffff 34%),
    color-mix(in srgb, var(--hr-card-accent) 82%, #7998bb 18%)
  );
  font-size: 0.8rem;
}

.company-card--hr-principle > h3,
.company-card--hr-principle > p,
.company-card--hr-principle > .company-bullet-list {
  grid-column: 2;
}

.company-card--hr-principle h3 {
  margin: 0;
  color: #284a71;
  font-size: 0.94rem;
  line-height: 1.3;
}

.company-card--hr-principle p {
  margin: 0;
  color: #576879;
  font-size: 0.92rem;
  line-height: 1.48;
}

.company-card--hr-principle p + p {
  margin-top: 2px;
}

.company-card-grid--hr-policy .company-card--hr-principle:nth-child(1) {
  --hr-card-accent: #8fb6de;
}

.company-card-grid--hr-policy .company-card--hr-principle:nth-child(2) {
  --hr-card-accent: #b3b2dc;
}

.company-card-grid--hr-policy .company-card--hr-principle:nth-child(3) {
  --hr-card-accent: #92c5ba;
}

.company-card-grid--hr-policy .company-card--hr-principle:nth-child(4) {
  --hr-card-accent: #d6b48d;
}

.company-card--hr-principle .company-bullet-list {
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: start;
  gap: 2px 22px;
  margin: 0;
  padding-left: 0.95em;
  color: #596d80;
  font-size: 0.92rem;
  line-height: 1.34;
}

.company-card--hr-principle .company-bullet-list li + li {
  margin-top: 0;
}

.company-fact--hr-policy {
  position: relative;
  min-height: 100px;
  padding: 20px 20px 18px;
  border-color: #dbe5ee;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 254, 0.98)),
    radial-gradient(circle at right top, rgba(152, 189, 229, 0.08), transparent 34%);
  box-shadow: 0 10px 22px rgba(89, 116, 150, 0.045);
}

.company-fact--hr-policy::before {
  content: "";
  position: absolute;
  inset: 18px auto 18px 0;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #95b9df, #c4d9ed);
}

.company-fact--hr-policy h3 {
  color: #27486f;
  font-size: 1.02rem;
  line-height: 1.5;
}

.company-fact--hr-policy p {
  color: #57697a;
  line-height: 1.76;
  margin: 0;
}

.company-hr-policy-conclusion {
  margin: 18px 2px 0;
  padding-top: 14px;
  border-top: 1px solid #e1eaf2;
  color: #2d5078;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}

.company-cta--hr-policy {
  border-color: #dce6ef;
  background:
    linear-gradient(135deg, rgba(245, 250, 255, 0.98), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at left top, rgba(150, 189, 228, 0.08), transparent 38%);
}

.company-cta--hr-policy-summary {
  display: block;
}

.company-cta--hr-policy-summary .company-cta-copy {
  max-width: 780px;
}

.company-cta--hr-policy .company-button {
  border-radius: 8px;
}

.company-cta--hr-policy .company-button--primary {
  color: #ffffff;
  background: linear-gradient(180deg, #5e8fc7, #4779b2);
}

.company-cta--hr-policy .company-button--secondary {
  border-color: #cfd9e5;
  background: linear-gradient(180deg, #ffffff, #f6f9fc);
  color: #33567f;
}

.company-highlight,
.company-cta {
  padding: 24px 26px;
}

.company-highlight {
  background: #f9fbfd;
}

.company-map-frame {
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid #d8dde4;
}

.company-map-frame iframe {
  display: block;
  width: 100%;
  min-height: 420px;
}

.company-map-frame--static {
  background:
    linear-gradient(135deg, rgba(242, 247, 252, 0.96), rgba(229, 238, 248, 0.92)),
    radial-gradient(circle at top right, rgba(122, 168, 220, 0.12), transparent 42%);
}

.company-map-static {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 260px;
  padding: 34px 36px;
}

.company-map-static-copy {
  max-width: 620px;
}

.company-map-static-label {
  margin: 0 0 10px;
  color: #5a7fb0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.company-map-static-copy h3 {
  margin: 0 0 12px;
  color: #17324b;
  font-size: 1.7rem;
  line-height: 1.2;
}

.company-map-static-copy p:last-child {
  margin: 0;
  color: #44576b;
  font-size: 1rem;
  line-height: 1.8;
}

.company-map-static-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-map-static-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid #7aa8dc;
  background: linear-gradient(180deg, #8fb6e3, #6f9fce);
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.company-map-static-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(90, 127, 176, 0.18);
  filter: brightness(1.03);
}

.company-structure-diagram {
  padding: 22px 24px;
  border: 1px solid #d8dde4;
  background: #f8fbfd;
}

.company-structure-diagram pre {
  margin: 0;
  overflow-x: auto;
  color: #35506f;
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.98rem;
  line-height: 1.75;
  white-space: pre;
}

.company-highlight--note {
  margin-top: 16px;
}

.company-side-nav {
  overflow: hidden;
  display: grid;
  gap: 12px;
  padding: 12px;
}

.company-side-section {
  border: 1px solid #d7dbe1;
  background: #fff;
}

.company-side-section-title {
  margin: 0;
  padding: 9px 12px 7px;
  border-bottom: 1px solid #edf2f7;
  color: #8fa3bb;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.company-side-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px 0 50px;
  border-bottom: 1px solid #d7dbe1;
  color: #232c36;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  background: #fff;
  transition: background-color 160ms ease, color 160ms ease;
}

.company-side-link--nested {
  min-height: 38px;
  padding-left: 68px;
  font-size: 0.85rem;
}

.company-side-link--nested::before {
  left: 34px;
  width: 10px;
  height: 10px;
  background: #b8cae2;
}

.company-side-link--nested::after {
  display: none;
}

.company-side-link--pending {
  color: #667382;
  background: #f8fafc;
  cursor: default;
}

.company-side-link--pending::before {
  background: #d6dee8;
}

.company-side-link--pending::after {
  display: none;
}

.company-side-link::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #a8c3e5;
  transform: translateY(-50%);
}

.company-side-link::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.company-side-link:hover,
.company-side-link:focus-visible {
  background: #f9fbfd;
  color: #1e2a37;
}

.company-side-link.is-current {
  background: #edf4fb;
  color: #1f3652;
}

.company-side-link.is-current::before {
  background: #90b1da;
}

.company-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.company-cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.company-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 0;
  font-weight: 700;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.company-button--primary {
  color: #fff;
  background: #1f4b85;
}

.company-button--secondary {
  border: 1px solid #bfc9d6;
  background: #fff;
  color: #274a75;
}

.company-button:hover,
.company-button:focus-visible {
  opacity: 0.92;
}

.company-article {
  display: grid;
  gap: 14px;
}

.company-article-meta {
  margin: 0;
  color: #5a7fb0;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.company-article-lead {
  margin: 8px 0 0;
  color: #4e5864;
  line-height: 1.64;
}

.company-article-section {
  padding-top: 14px;
  border-top: 1px solid #d8dde4;
}

.company-article-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.company-article-section h2 {
  margin: 0 0 8px;
  color: #28486d;
  font-size: 1.01rem;
  line-height: 1.4;
}

.company-article-section p {
  margin: 0;
  color: #4e5864;
  font-size: 0.95rem;
  line-height: 1.62;
}

.company-article-section p + p {
  margin-top: 6px;
}

.company-tab-panel--philosophy {
  padding-top: 16px;
}

.company-article--philosophy {
  gap: 16px;
}

.company-article-section--philosophy-hero {
  position: relative;
  display: block;
  padding: 2px 0 8px;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.company-philosophy-kicker {
  margin: 0 0 10px;
  color: #7d96b1;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.company-philosophy-statement {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  max-width: none;
  color: #5a84b6;
  font-size: clamp(1.08rem, 2.35vw, 2.22rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  white-space: normal;
  text-wrap: balance;
}

.company-philosophy-track {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.company-philosophy-track-axis {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 100%;
  padding: 30px 14px 30px 20px;
  border-radius: 26px 0 0 26px;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.88), transparent 24%),
    radial-gradient(circle at right bottom, rgba(232, 226, 216, 0.26), transparent 34%),
    linear-gradient(180deg, rgba(244, 247, 250, 0.99), rgba(231, 236, 242, 0.98) 54%, rgba(248, 249, 251, 0.99));
  border: 1px solid #cfd7e0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -18px 30px rgba(255, 255, 255, 0.36),
    0 14px 28px rgba(160, 171, 183, 0.16);
  overflow: hidden;
}

.company-philosophy-track-axis::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 40px;
  height: 40px;
  background: inherit;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #d6dde5;
  border-right: 1px solid #d6dde5;
}

.company-philosophy-track-axis::before {
  content: "";
  position: absolute;
  inset: 18px auto 18px 12px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #9ea7b1, #c7d0d8 38%, #8c96a1 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.44);
}

.company-philosophy-track-axis p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #606b77;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.06em;
  padding-left: 8px;
}

.company-philosophy-track-list {
  display: grid;
  gap: 14px;
}

.company-philosophy-step {
  --philosophy-accent: #a6c8ef;
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

.company-philosophy-step--focus {
  --philosophy-accent: #d9a0ac;
}

.company-philosophy-step--approach {
  --philosophy-accent: #e5c77c;
}

.company-philosophy-step--identity {
  --philosophy-accent: #78b8be;
}

.company-philosophy-step-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.company-philosophy-step-marker span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  border: 0;
  border-radius: 22px 0 0 22px;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--philosophy-accent) 72%, #ffffff 28%),
    color-mix(in srgb, var(--philosophy-accent) 50%, #b8c5d2 50%)
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
  color: transparent;
  font-size: 0;
  font-weight: 800;
  letter-spacing: 0;
}

.company-article-section--philosophy-card {
  position: relative;
  min-height: 0;
  padding: 18px 26px 16px 26px;
  border: 1px solid color-mix(in srgb, var(--philosophy-accent) 28%, #dbe5ef 72%);
  border-left: 0;
  border-radius: 0 22px 22px 0;
  background: #ffffff;
  box-shadow: 0 12px 22px rgba(204, 216, 230, 0.1);
  overflow: hidden;
}

.company-article-section--philosophy-card::before {
  content: none;
}

.company-article-section--philosophy-card::after,
.company-article-section--philosophy-signature::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 12px solid color-mix(in srgb, var(--philosophy-accent) 18%, #eef4fa 82%);
  opacity: 0.6;
}

.company-article-section--philosophy-card h2,
.company-article-section--philosophy-card p,
.company-philosophy-points {
  position: relative;
  z-index: 1;
}

.company-article-section--philosophy-card h2 {
  margin-bottom: 6px;
  color: color-mix(in srgb, var(--philosophy-accent) 34%, #213f61 66%);
  font-size: clamp(1.22rem, 1.86vw, 1.58rem);
  line-height: 1.26;
  letter-spacing: -0.03em;
}

.company-article-section--philosophy-card p {
  position: relative;
  z-index: 1;
  color: #556779;
  line-height: 1.64;
}

.company-philosophy-card-label {
  margin: 0 0 8px;
  color: color-mix(in srgb, var(--philosophy-accent) 48%, #5f7287 52%);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.company-article-section--philosophy-card-main {
  min-height: 100%;
}

.company-article-section--philosophy-card-support {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(249, 252, 255, 0.985)),
    radial-gradient(circle at right top, rgba(155, 195, 233, 0.16), transparent 44%);
}

.company-philosophy-points {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 10px 0 0;
}

.company-philosophy-points span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid color-mix(in srgb, var(--philosophy-accent) 24%, #d6e3ef 76%);
  border-radius: 999px;
  background: #ffffff;
  color: color-mix(in srgb, var(--philosophy-accent) 42%, #355b84 58%);
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: none;
}

.company-article-section--philosophy-signature {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 18px 26px 16px 26px;
  border: 1px solid color-mix(in srgb, var(--philosophy-accent) 28%, #dbe5ef 72%);
  border-left: 0;
  border-radius: 0 22px 22px 0;
  background: #ffffff;
  box-shadow: 0 12px 22px rgba(204, 216, 230, 0.1);
  overflow: hidden;
}

.company-article-section--philosophy-signature::before {
  content: none;
}

.company-article-section--philosophy-signature h2 {
  margin-bottom: 0;
  color: color-mix(in srgb, var(--philosophy-accent) 34%, #213f61 66%);
  font-size: clamp(1.22rem, 1.86vw, 1.58rem);
  line-height: 1.26;
  letter-spacing: -0.03em;
}

.company-article-section--philosophy-signature h2,
.company-philosophy-name,
.company-article-section--philosophy-signature p {
  position: relative;
  z-index: 1;
}

.company-philosophy-name {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  color: #1f466d;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.company-philosophy-name span {
  color: #7389a1;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.company-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.company-hub-main {
  padding-top: 18px;
}

.company-hub-container {
  gap: 0;
}

.company-hub-card a {
  display: block;
  height: 100%;
  color: inherit;
}

.company-hub-card-visual {
  position: relative;
  overflow: hidden;
  min-height: 188px;
  background: #eef4f9;
}

.company-hub-card-visual img {
  display: block;
  width: 100%;
  height: 188px;
  object-fit: cover;
}

.company-hub-card-body {
  padding: 16px 14px 16px;
}

.company-hub-card h2,
.company-hub-links h2 {
  margin: 0;
  color: #204971;
  font-size: 1.26rem;
  line-height: 1.26;
}

.company-hub-card p {
  margin: 10px 0 0;
  color: #5b6570;
  line-height: 1.65;
  font-size: 0.9rem;
}

.company-hub-links {
  --hub-accent: #7da9d6;
  --hub-soft: #eff6fc;
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 18px 18px 20px;
  min-height: 100%;
  overflow: hidden;
  border-radius: 30px;
  border-color: rgba(132, 163, 199, 0.32);
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--hub-accent) 14%, #ffffff 86%), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.98)),
    linear-gradient(160deg, rgba(125, 169, 214, 0.08), rgba(255, 255, 255, 0));
  box-shadow:
    0 18px 40px rgba(126, 154, 185, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.company-hub-links--group {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.98)),
    linear-gradient(160deg, rgba(125, 169, 214, 0.08), rgba(255, 255, 255, 0));
}

.company-hub-group-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 7.4;
  margin: 0 4px 10px;
  border: 1px solid color-mix(in srgb, var(--hub-accent) 20%, #d8dde4 80%);
  border-radius: 24px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--hub-soft) 88%, #ffffff 12%), color-mix(in srgb, var(--hub-accent) 9%, #ffffff 91%));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 12px 28px rgba(118, 147, 180, 0.08);
}

.company-hub-group-visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.company-hub-group-visual--photo img {
  object-fit: cover;
  transform: scale(1.02);
}

.company-hub-group-visual--corporate {
  background: #dce7f2;
}

.company-hub-group-visual--corporate > img:first-child {
  object-position: 44% 34%;
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.04);
}

.company-hub-group-visual--illustration {
  background:
    radial-gradient(circle at 24% 22%, rgba(175, 210, 245, 0.16), transparent 24%),
    radial-gradient(circle at 78% 72%, rgba(198, 227, 248, 0.12), transparent 22%),
    linear-gradient(180deg, #f8fbff 0%, #f4f9fe 100%);
}

.company-hub-group-visual--diagram {
  background:
    radial-gradient(circle at 18% 20%, rgba(233, 244, 233, 0.24), transparent 18%),
    radial-gradient(circle at 84% 18%, rgba(223, 240, 249, 0.18), transparent 16%),
    linear-gradient(180deg, #f9fcfa 0%, #f4faf7 100%);
}

.company-hub-group-visual--illustration img,
.company-hub-group-visual--diagram img {
  object-fit: contain;
  padding: 10px 12px;
  transform: scale(1.06);
}

.company-hub-links::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--hub-accent) 74%, #ffffff 26%), color-mix(in srgb, var(--hub-accent) 92%, #275683 8%));
}

.company-hub-links:hover,
.company-hub-links:focus-within {
  border-color: rgba(110, 151, 194, 0.5);
  box-shadow:
    0 26px 54px rgba(111, 141, 175, 0.15),
    0 1px 0 rgba(255, 255, 255, 0.88) inset;
  transform: translateY(-3px);
}

.company-hub-links--company {
  --hub-accent: #77abd8;
  --hub-soft: #eef6fc;
}

.company-hub-links--design {
  --hub-accent: #7097d0;
  --hub-soft: #edf2fd;
}

.company-hub-links--policy {
  --hub-accent: #6ca39a;
  --hub-soft: #edf7f4;
}

.company-hub-links--company .company-hub-group-icon {
  background: linear-gradient(180deg, #edf4fd 0%, #e2eefb 100%);
  border-color: rgba(112, 161, 212, 0.34);
  color: #2f6498;
}

.company-hub-links--company .company-hub-group-icon::after {
  content: none;
}

.company-hub-links--company .company-hub-group-icon svg {
  width: 46px;
  height: 46px;
}

.company-hub-links--design .company-hub-group-icon {
  border-radius: 18px;
  background: linear-gradient(180deg, #eef2fd 0%, #e4ebfb 100%);
  border-color: rgba(104, 139, 196, 0.34);
  color: #295c96;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 10px 22px rgba(103, 129, 177, 0.1);
}

.company-hub-links--design .company-hub-group-icon::after {
  content: none;
}

.company-hub-links--design .company-hub-group-icon svg {
  width: 47px;
  height: 47px;
  stroke-width: 2.1;
}

.company-hub-links--policy .company-hub-group-icon {
  border-radius: 18px;
  background: linear-gradient(180deg, #eef8f4 0%, #e2f1ea 100%);
  border-color: rgba(103, 162, 147, 0.34);
  color: #2f7464;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 10px 22px rgba(103, 151, 137, 0.1);
}

.company-hub-links--policy .company-hub-group-icon::after {
  content: none;
}

.company-hub-links--policy .company-hub-group-icon svg {
  width: 44px;
  height: 44px;
  stroke-width: 2.05;
}

.company-hub-group-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  align-items: start;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.company-hub-group-icon,
.company-hub-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2c5a86;
}

.company-hub-group-icon {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--hub-soft) 90%, #ffffff 10%), color-mix(in srgb, var(--hub-accent) 18%, #ffffff 82%));
  border: 1px solid color-mix(in srgb, var(--hub-accent) 24%, #d8dde4 76%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 8px 18px rgba(123, 151, 183, 0.08);
}

.company-hub-group-icon svg,
.company-hub-link-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.company-hub-group-icon svg {
  width: 44px;
  height: 44px;
}

.company-hub-group-copy {
  display: grid;
  align-content: start;
  gap: 2px;
}

.company-hub-group-kicker {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  color: color-mix(in srgb, var(--hub-accent) 70%, #5a6e84 30%);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.company-hub-group-copy h2 {
  margin: 0;
  color: #173d67;
  font-size: 1.58rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.company-hub-link-item {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px 42px 14px 12px;
  border: 1px solid rgba(137, 166, 196, 0.18);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 252, 255, 0.92));
  color: #204971;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.company-hub-link-item::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid color-mix(in srgb, var(--hub-accent) 84%, #4f647d 16%);
  border-right: 2px solid color-mix(in srgb, var(--hub-accent) 84%, #4f647d 16%);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 160ms ease, opacity 160ms ease;
  opacity: 0.88;
}

.company-hub-link-item + .company-hub-link-item {
  margin-top: 4px;
}

.company-hub-link-item:hover,
.company-hub-link-item:focus-visible {
  border-color: color-mix(in srgb, var(--hub-accent) 40%, #d8dde4 60%);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(108, 139, 171, 0.12);
  transform: translateY(-2px);
}

.company-hub-link-item:hover::after,
.company-hub-link-item:focus-visible::after {
  transform: translate(3px, -50%) rotate(45deg);
}

.company-hub-link-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--hub-accent) 24%, #d8dde4 76%);
  background: linear-gradient(180deg, color-mix(in srgb, var(--hub-soft) 86%, #ffffff 14%), color-mix(in srgb, var(--hub-accent) 16%, #ffffff 84%));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 8px 16px rgba(118, 147, 180, 0.08);
}

.company-hub-link-icon svg {
  width: 43px;
  height: 43px;
}

.company-hub-link-body {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.company-hub-link-body strong,
.company-hub-link-body small {
  display: block;
}

.company-hub-link-body strong {
  color: #173f6a;
  font-size: 1.01rem;
  line-height: 1.34;
  letter-spacing: -0.01em;
}

.company-hub-link-body small {
  color: #5f7488;
  font-size: 0.82rem;
  line-height: 1.55;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 420ms ease, transform 420ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .company-content-grid {
    grid-template-columns: 1fr;
  }

  .company-side-column {
    position: static;
  }

  .company-shell--business .company-lead-split {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .company-shell--business .company-lead-visual {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .company-business-link-card--solution {
    grid-column: 1 / -1;
  }

  .company-card-grid,
  .company-access-grid,
  .company-fact-grid,
  .company-tab-summary,
  .company-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-shell--profile .company-profile-table--feature {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-card-grid.company-card-grid--profile-services {
    grid-template-columns: 1fr;
    width: min(94%, 960px);
  }

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

  .company-card-grid--organization-team {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 14px;
  }

  .company-card-grid--profile-services .company-card {
    display: block;
    justify-content: stretch;
    overflow: visible;
  }

  .company-service-strip-label {
    width: 108px;
    grid-template-columns: 40px minmax(0, 68px);
    justify-content: start;
    min-height: 58px;
  }

  .company-service-strip-step {
    margin: 5px 0 5px 5px;
    font-size: 0.84rem;
  }

  .company-service-strip-icon svg {
    width: 32px;
    height: 32px;
  }

  .company-service-strip-body {
    display: block;
    box-sizing: border-box;
    width: auto;
    min-width: 0;
    padding: 10px 14px 12px;
  }

  .company-card-grid--profile-services .company-card h3 {
    font-size: 0.98rem;
  }

  .company-card-grid--profile-services .company-card p {
    font-size: 0.8rem;
    line-height: 1.46;
    max-width: none;
  }

  .company-card-grid--business-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-card-grid--partners::before {
    display: none;
  }

  .company-business-puzzle {
    top: 24px;
    right: 18px;
    width: 82px;
  }

  .company-executive-item {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 12px;
  }

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

  .company-article-section--strengths-intro {
    grid-column: 1 / -1;
  }

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

  .company-strengths-track-axis {
    padding: 18px 18px 16px;
    border-radius: 22px;
  }

  .company-strengths-track-axis::after {
    display: none;
  }

  .company-card-grid--strengths-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-platform-map {
    padding: 22px 18px 20px;
  }

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

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

@media (max-width: 760px) {
  .company-shell--business .company-lead {
    max-width: none;
  }

  .company-lead-split--hr-policy {
    gap: 20px;
  }

  .company-shell--hr-policy .company-panel--section,
  .company-shell--hr-policy .company-cta--hr-policy-summary {
    padding: 22px 20px;
    border-radius: 22px;
  }

  .company-hr-policy-hero-body {
    margin-top: 18px;
    padding-top: 18px;
  }

  .company-people-mark {
    width: 88%;
    max-width: 360px;
    border-radius: 22px;
    aspect-ratio: auto;
  }

  .company-lead-visual--hr-policy {
    border-radius: 22px;
  }

  .company-people-mark img {
    width: 100%;
    height: auto;
  }

  .company-shell--business .company-lead-visual {
    max-width: none;
    margin-left: 0;
  }

  .company-card.company-card--business-overview {
    padding: 20px 18px 16px;
  }

  .company-cta--business-links {
    padding: 26px 20px;
  }

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

  .company-business-link-card--solution {
    grid-column: auto;
  }

  .company-business-link-card {
    min-height: 154px;
    padding: 18px 18px 16px;
  }

  .company-shell--results .company-lead-visual {
    max-width: none;
    margin-left: 0;
  }

  .company-shell--strengths .company-lead-visual {
    max-width: none;
    margin-left: 0;
  }

  .company-lead-split--strengths {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .company-strengths-hook {
    margin-top: 16px;
    font-size: 1.34rem;
  }

  .company-lead--strengths-intro p {
    font-size: 0.92rem;
    line-height: 1.82;
  }

  .company-shell--profile .company-panel--lead {
    padding: 32px 22px 16px;
  }

  .company-shell--profile .company-panel--section {
    padding: 0 22px 22px;
  }

  .company-shell--profile .company-profile-table--feature {
    grid-template-columns: 1fr;
  }

  .company-card-grid.company-card-grid--profile-services {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .company-card.company-card--history-summary {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    padding: 14px 14px 12px;
  }

  .company-card.company-card--history-summary .company-card-index {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 0.88rem;
  }

  .company-card.company-card--history-summary h3 {
    font-size: 0.98rem;
  }

  .company-lead--hr-policy p {
    font-size: 0.94rem;
    line-height: 1.82;
  }

  .company-lead--hr-policy p:first-child {
    font-size: 1.14rem;
    line-height: 1.72;
  }

  .company-badges--hr-policy {
    gap: 8px;
  }

  .company-badges--hr-policy span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.76rem;
  }

  .company-people-mark-core {
    font-size: 1.26rem;
  }

  .company-card--hr-principle,
  .company-fact--hr-policy {
    padding: 18px 16px 15px;
  }

  .company-card--hr-principle {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 4px 10px;
  }

  .company-card--hr-principle .company-card-index {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    font-size: 0.74rem;
  }

  .company-card--hr-principle h3 {
    font-size: 0.88rem;
  }

  .company-card--hr-principle .company-bullet-list {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .company-fact-grid--hr-policy-profile {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .company-fact-grid--hr-policy-organization {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .company-fact--hr-profile {
    min-height: 0;
    padding: 18px 16px 14px;
  }

  .company-hr-profile-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .company-fact--hr-profile h3 {
    font-size: 0.92rem;
  }

  .company-panel--hr-policy-combined .company-section-heading--hr-policy-subsection {
    margin-top: 22px;
    padding-top: 20px;
  }

  .company-fact--hr-policy {
    min-height: 0;
  }

  .company-fact--hr-policy::before {
    inset: 16px auto 16px 0;
  }

  .company-card.company-card--history-summary p {
    font-size: 0.86rem;
    line-height: 1.58;
  }

  .company-card-grid--organization-team {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .company-card.company-card--organization-team {
    padding: 72px 16px 18px;
  }

  .company-org-card-icon {
    top: -20px;
    width: 72px;
    height: 72px;
  }

  .company-org-card-icon svg {
    width: 34px;
    height: 34px;
  }

  .company-card.company-card--organization-team h3 {
    margin-top: 0;
    font-size: 1rem;
  }

  .company-card.company-card--organization-team p {
    font-size: 0.88rem;
    line-height: 1.64;
  }

  .company-card-grid--profile-services .company-card {
    display: block;
    overflow: visible;
  }

  .company-service-strip-label {
    width: 100px;
    grid-template-columns: 40px minmax(0, 60px);
    justify-content: start;
    min-height: 58px;
  }

  .company-service-strip-step {
    margin: 5px 0 5px 5px;
    font-size: 0.84rem;
  }

  .company-service-strip-icon svg {
    width: 32px;
    height: 32px;
  }

  .company-service-strip-body {
    display: block;
    box-sizing: border-box;
    width: auto;
    min-width: 0;
    padding: 10px 14px 12px;
  }

  .company-card-grid--profile-services .company-card h3 {
    font-size: 0.96rem;
  }

  .company-card-grid--profile-services .company-card p {
    font-size: 0.79rem;
    line-height: 1.46;
    max-width: none;
  }

  .company-card-grid--business-services {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .company-card-grid--partners .company-card {
    padding: 20px 18px 18px;
  }

  .company-card-grid--partners .company-card-head {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
  }

  .company-partner-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .company-partner-icon svg {
    width: 27px;
    height: 27px;
  }

  .company-results-track {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .company-results-track-axis {
    display: none;
  }

  .company-results-step {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .company-results-step-card {
    padding: 12px 14px 12px 16px;
  }

  .company-results-step-card h3 {
    font-size: 0.98rem;
  }

  .company-panel--business-services .company-section-heading {
    min-height: 0;
    padding-right: 78px;
  }

  .company-business-puzzle {
    top: 16px;
    right: 16px;
    width: 58px;
    opacity: 0.82;
  }

  .company-executive-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 14px;
  }

  .company-executive-date {
    justify-content: flex-start;
    width: fit-content;
  }

  .company-card-grid--profile-services {
    gap: 24px;
  }

  .company-article-section--strengths,
  .company-article-section--strengths:first-child {
    padding: 18px 18px 16px;
  }

  .company-article--strengths,
  .company-card-grid--strengths-products {
    grid-template-columns: 1fr;
  }

  .company-article-section--strengths-intro {
    grid-column: auto;
  }

  .company-strengths-track {
    gap: 14px;
  }

  .company-strengths-track-axis {
    padding: 16px 16px 14px;
  }

  .company-strengths-step {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .company-strengths-step-card {
    padding: 13px 14px 13px 16px;
  }

  .company-panel--strengths-principles .company-strengths-step-card h2 {
    font-size: clamp(0.92rem, 3.1vw, 1rem);
  }

  .company-strengths-step-card p {
    font-size: 0.84rem;
    line-height: 1.58;
  }

  .company-platform-map::before {
    top: 78px;
    bottom: 42px;
  }

  .company-platform-node {
    min-width: 0;
    width: 100%;
    padding: 11px 14px;
  }

  .company-platform-subnodes {
    gap: 8px;
  }

  .company-platform-core {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .company-platform-core::before {
    left: 50%;
    right: auto;
    top: 10%;
    bottom: 10%;
    width: 3px;
    height: auto;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #b7d2eb, #6f9ccc);
  }

  .company-platform-core-node,
  .company-platform-core-node--center {
    min-height: 50px;
  }

  .company-highlight--strengths-summary {
    padding: 24px 22px 22px 24px;
  }

  .company-card-grid--business-services .company-card {
    padding: 24px 20px 20px;
  }

  .company-card-grid--business-services .company-card::after {
    display: none;
  }

  .company-panel--business-combined .company-card {
    padding: 22px 20px 18px;
    border-radius: 24px;
  }

  .company-panel--business-combined .company-card h3 {
    padding-right: 0;
  }

  .company-panel--business-combined .company-card::after {
    display: none;
  }

  .company-panel--business-combined .company-card--business-combined-support .company-bullet-list--compact {
    grid-template-columns: 1fr;
  }

  .company-main {
    padding-top: 24px;
  }

  .company-panel,
  .company-highlight,
  .company-cta {
    padding: 22px 18px;
  }

  .company-tab-panel {
    padding: 12px 14px 12px;
  }

  .company-article-section--philosophy-hero {
      display: block;
    }
  
  .company-philosophy-statement {
      min-height: 0;
      padding: 0;
      font-size: clamp(0.96rem, 3.35vw, 1.24rem);
      white-space: nowrap;
    }
  
  .company-philosophy-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
    }

  .company-philosophy-track {
      grid-template-columns: 1fr;
      gap: 12px;
    }

  .company-philosophy-track-axis {
      display: none;
    }

  .company-philosophy-step {
      grid-template-columns: 14px minmax(0, 1fr);
      gap: 0;
    }

  .company-article-section--philosophy-card {
      padding: 20px 18px 16px;
    }
  
  .company-article-section--philosophy-signature {
      padding: 20px 18px 16px;
    }
  
  .company-philosophy-name {
      gap: 8px;
      font-size: 1.08rem;
    }

  .company-tab-panel--founding .company-article-lead {
    font-size: 0.88rem;
  }

  .company-tab-panel--founding .company-article-section h2 {
    font-size: 0.92rem;
  }

  .company-tab-panel--founding .company-article-section p {
    font-size: 0.85rem;
    line-height: 1.52;
  }

  .company-tab-panel--executive .company-tab-intro h3 {
    font-size: 0.93rem;
  }

  .company-tab-panel--executive .company-tab-intro p {
    font-size: 0.84rem;
  }

  .company-executive-grid {
    padding: 10px 12px;
  }

  .company-executive-content p {
    font-size: 0.81rem;
    line-height: 1.44;
  }

  .company-hub-links {
    padding: 22px 18px 18px;
    border-radius: 24px;
  }

  .company-hub-group-visual {
    margin-left: 0;
    margin-right: 0;
    border-radius: 22px;
  }

  .company-hub-group-head {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .company-hub-group-copy h2 {
    font-size: 1.52rem;
  }

  .company-card-grid,
  .company-card-grid--two,
  .company-access-grid,
  .company-fact-grid,
  .company-tab-summary,
  .company-hub-grid {
    grid-template-columns: 1fr;
  }

  .company-profile-row,
  .company-profile-group {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .company-profile-philosophy-showcase {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .company-profile-summary-copy--philosophy {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }

  .company-profile-philosophy-showcase--summary .company-profile-philosophy-stack {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .company-profile-summary-visual {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .company-profile-summary-illustration {
    max-width: 180px;
    margin: 0 auto;
  }

  .company-profile-philosophy-showcase--summary .company-profile-philosophy-stack {
    gap: 8px;
  }

  .company-shell--executive-history .company-history-timeline,
  .company-shell--history .company-history-timeline {
    gap: 16px;
    padding: 4px 4px 0 2px;
  }

  .company-shell--executive-history .company-history-timeline::before,
  .company-shell--history .company-history-timeline::before {
    left: 112px;
    top: 6px;
    bottom: 6px;
  }

  .company-shell--executive-history .company-history-item,
  .company-shell--history .company-history-item {
    min-height: 0;
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 18px;
    padding-left: 0;
  }

  .company-shell--executive-history .company-history-item::before,
  .company-shell--history .company-history-item::before {
    left: 104px;
    top: 14px;
    width: 16px;
    height: 16px;
    border-width: 3px;
    box-shadow:
      0 8px 18px rgba(72, 104, 142, 0.12),
      0 0 0 4px var(--history-accent-soft);
  }

  .company-shell--executive-history .company-history-overview,
  .company-shell--history .company-history-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .company-shell--executive-history .company-history-overview-item,
  .company-shell--history .company-history-overview-item {
    padding: 14px 14px 12px;
  }

  .company-shell--executive-history .company-history-content,
  .company-shell--history .company-history-content {
    padding: 14px 16px 13px 18px;
    border-radius: 18px;
  }

  .company-shell--executive-history .company-history-content::after,
  .company-shell--history .company-history-content::after {
    inset: 14px auto 14px 0;
  }

  .company-shell--executive-history .company-history-date,
  .company-shell--history .company-history-date {
    position: relative;
    top: auto;
    gap: 4px;
    padding-top: 6px;
    padding-right: 12px;
  }

  .company-shell--executive-history .company-history-overview-value,
  .company-shell--executive-history .company-history-period,
  .company-shell--history .company-history-overview-value,
  .company-shell--history .company-history-period {
    font-size: 0.96rem;
  }

  .company-shell--executive-history .company-history-overview-label,
  .company-shell--executive-history .company-history-label,
  .company-shell--history .company-history-overview-label,
  .company-shell--history .company-history-label {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .company-shell--executive-history .company-history-content h3,
  .company-shell--history .company-history-content h3 {
    font-size: 1rem;
  }

  .company-shell--executive-history .company-history-points,
  .company-shell--history .company-history-points {
    gap: 7px;
  }

  .company-shell--executive-history .company-history-points li,
  .company-shell--history .company-history-points li {
    font-size: 0.85rem;
    line-height: 1.56;
  }

  .company-tab-button {
    flex: 1 1 50%;
    min-height: 34px;
    font-size: 0.84rem;
  }

  .company-side-link {
    min-height: 44px;
    font-size: 0.86rem;
  }

  .company-map-frame iframe {
    min-height: 320px;
  }

  .company-map-static {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    padding: 26px 22px;
  }

  .company-map-static-copy h3 {
    font-size: 1.38rem;
  }

  .company-map-static-link {
    min-width: 0;
    width: 100%;
  }

  .company-structure-diagram {
    padding: 18px 16px;
  }

  .company-structure-diagram pre {
    font-size: 0.84rem;
    line-height: 1.6;
  }

  .company-hub-card-visual {
    min-height: 132px;
  }
}

@media (max-width: 640px) {
  .company-container,
  .company-layout-container {
    width: min(100vw - 28px, 1180px);
  }

  .company-hub-link-item {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 10px;
    padding: 13px 34px 13px 10px;
    border-radius: 18px;
  }

  .company-hub-group-visual {
    aspect-ratio: 16 / 8.6;
    border-radius: 20px;
  }

  .company-hub-group-visual--illustration img,
  .company-hub-group-visual--diagram img {
    padding: 8px 10px;
  }

  .company-hub-link-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .company-hub-link-icon svg {
    width: 37px;
    height: 37px;
  }

  .company-cta-actions {
    flex-direction: column;
  }

  .company-button {
    width: 100%;
  }

  .company-cta--business-links .company-cta-copy p {
    text-align: left;
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .company-business-link-card strong {
    font-size: 1.18rem;
  }

  .company-business-link-card small {
    font-size: 0.88rem;
  }
}

