/* Company narrative: photography, an editorial timeline and verifiable records. */
.company-page {
  background: #fff;
}
.company-hero {
  position: relative;
  min-height: 490px;
  height: min(66svh, 670px);
  color: #fff;
  background: #18242c;
  overflow: hidden;
}
.company-hero > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}
.company-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 20, 29, 0.82),
    rgba(8, 20, 29, 0.32) 65%,
    rgba(8, 20, 29, 0.08)
  );
}
.company-hero-copy {
  position: relative;
  z-index: 1;
  padding: 90px 6.5% 65px;
  max-width: 860px;
}
.company-hero .eyebrow {
  color: #bbdfef;
}
.company-hero h1 {
  font-size: clamp(44px, 5.5vw, 80px);
  font-weight: 450;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin: 35px 0 25px;
}
.company-hero-copy > p:last-child {
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.7;
}
.company-page .company-section {
  padding: 76px 6.5%;
}
.company-lead {
  display: grid;
  grid-template-columns: 0.85fr 1.5fr;
  gap: 9%;
}
.company-lead h2,
.company-heading h2 {
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1.45;
  font-weight: 450;
  margin: 18px 0 26px;
  letter-spacing: -0.025em;
}
.company-lead-copy > p {
  max-width: 48em;
  font-size: 16px;
  line-height: 1.95;
  color: #52616a;
  margin: 0 0 20px;
}
.company-values {
  display: flex;
  gap: 30px;
  border-top: 1px solid #d9e0e4;
  padding-top: 22px;
  margin-top: 28px;
  font-size: 13px;
}
.company-values span {
  color: #687780;
}
.company-milestones {
  background: #15252f;
  color: #fff;
}
.company-milestones .eyebrow {
  color: #98c8de;
}
.company-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}
.company-heading > p {
  max-width: 380px;
  font-size: 14px;
  line-height: 1.9;
  color: #697981;
}
.company-milestones .company-heading > p {
  color: #aac1cc;
}
.timeline-controls {
  display: flex;
  gap: 10px;
}
.timeline-controls button {
  width: 42px;
  height: 42px;
  background: transparent;
  border: 1px solid #607986;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  font-size: 20px;
}
.timeline-controls button:hover {
  background: #284756;
}
.milestone-track {
  list-style: none;
  display: flex;
  overflow-x: auto;
  gap: 0;
  padding: 20px 0 24px;
  margin-top: 26px;
  scrollbar-color: #7897a6 #273d49;
  scroll-snap-type: x proximity;
}
.milestone-track li {
  flex: 0 0 280px;
  scroll-snap-align: start;
  padding: 0 40px 20px 0;
  position: relative;
}
.milestone-track time {
  display: block;
  font-size: 46px;
  line-height: 1.4;
  font-weight: 350;
  color: #b7d8e7;
  letter-spacing: -0.04em;
  padding-bottom: 30px;
  border-bottom: 1px solid #58717e;
}
.milestone-track time::after {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b7d8e7;
  top: 91px;
}
.milestone-track h3 {
  font-size: 19px;
  font-weight: 450;
  margin: 28px 0 14px;
}
.milestone-track p {
  font-size: 14px;
  line-height: 1.9;
  color: #b3c2ca;
}
.innovation-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6%;
  margin-top: 24px;
}
.innovation-records {
  list-style: none;
  padding: 0;
}
.innovation-records li {
  border-top: 1px solid #d1dce1;
  padding: 22px 0;
}
.innovation-records span {
  color: #55849b;
  font-size: 12px;
}
.innovation-records h3 {
  font-size: 20px;
  font-weight: 450;
  margin: 12px 0;
  line-height: 1.6;
}
.innovation-records p {
  font-size: 14px;
  color: #687780;
  line-height: 1.9;
}
.company-film {
  margin: 0;
}
.company-film video {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
  background: #13232d;
  display: block;
}
.company-film figcaption {
  font-size: 12px;
  color: #6a7b85;
  line-height: 1.8;
  margin: 14px 0;
}
.company-film h3 {
  font-weight: 450;
  font-size: 24px;
  margin: 30px 0 14px;
}
.company-film p {
  font-size: 15px;
  line-height: 1.9;
  color: #647780;
}
.company-qualifications {
  background: #f3f5f5;
}
.honor-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 0;
  list-style: none;
  margin: 28px 0 40px;
}
.honor-list li {
  background: #fff;
}
.honor-list img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: contain;
  padding: 20px;
}
.honor-list h3 {
  font-size: 16px;
  font-weight: 450;
  line-height: 1.7;
  margin: 0 22px 10px;
}
.honor-list p {
  font-size: 12px;
  color: #697c87;
  margin: 0 22px 22px;
}
.company-patents-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 28px;
  border-top: 1px solid #cdd8dd;
}
.company-patents-link h3 {
  font-size: 22px;
  font-weight: 450;
  margin: 0 0 12px;
}
.company-patents-link p {
  color: #627680;
  font-size: 14px;
  line-height: 1.9;
}
.location-hq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 28px 0;
}
.location-hq article {
  border-top: 2px solid #477a94;
  padding: 24px 0;
}
.location-hq h3 {
  font-size: 21px;
  font-weight: 450;
  margin-bottom: 12px;
}
.location-hq p {
  font-size: 14px;
  color: #657782;
  line-height: 1.9;
}
.location-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}
.location-list details {
  border-top: 1px solid #ccd8de;
}
.location-list summary {
  cursor: pointer;
  padding: 24px 28px 24px 0;
  list-style: none;
  position: relative;
}
.location-list summary::after {
  content: '+';
  position: absolute;
  right: 4px;
  top: 23px;
  font-size: 20px;
  color: #628696;
}
.location-list details[open] summary::after {
  content: '−';
}
.location-list summary span {
  display: block;
  color: #51809a;
  font-size: 12px;
  margin-bottom: 10px;
}
.location-list summary strong {
  font-weight: 450;
  font-size: 17px;
  line-height: 1.6;
}
.location-list p {
  margin-bottom: 24px;
  font-size: 14px;
  color: #637782;
  line-height: 1.9;
}
.company-contact-links {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 30px;
  font-size: 15px;
}
.company-page .partners-section {
  border-top: 1px solid #e1e7ea;
  background: #fff;
}
@media (max-width: 800px) {
  .company-hero {
    min-height: 380px;
    height: 480px;
  }
  .company-hero-copy {
    padding: 70px 24px;
  }
  .company-page .company-section {
    padding: 52px 24px;
  }
  .company-lead,
  .innovation-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .company-heading {
    align-items: start;
  }
  .company-heading > p {
    max-width: 45%;
  }
  .milestone-track li {
    flex-basis: 250px;
  }
  .honor-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .honor-list li {
    display: grid;
    grid-template-columns: 125px 1fr;
    align-content: center;
    column-gap: 16px;
    padding: 16px;
  }
  .honor-list img {
    height: 130px;
    padding: 0;
    grid-row: span 2;
  }
  .honor-list h3,
  .honor-list p {
    margin: 8px 0;
  }
  .company-patents-link {
    align-items: start;
    flex-direction: column;
  }
  .location-hq,
  .location-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .company-values {
    gap: 18px;
    flex-wrap: wrap;
  }
  .company-contact-links {
    gap: 20px;
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .milestone-track {
    scroll-behavior: smooth;
  }
}

.founder-excerpt {
  background: #edf3f5;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px 40px;
}
.founder-excerpt blockquote {
  font-size: clamp(22px, 2.3vw, 32px);
  line-height: 1.8;
  font-weight: 400;
  margin: 0;
  color: #273c48;
}
.founder-excerpt > div {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  color: #617a87;
}
.founder-excerpt .detail-link {
  font-size: 12px;
}
@media (max-width: 800px) {
  .founder-excerpt {
    display: block;
  }
  .founder-excerpt > div {
    display: block;
    margin-top: 25px;
  }
  .founder-excerpt .detail-link {
    margin-top: 14px;
  }
}
.company-page .product-subnav {
  gap: 24px;
}
.company-page .product-subnav .subnav-name {
  flex-shrink: 0;
}
.company-page .product-subnav > div {
  min-width: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  white-space: nowrap;
  overflow-x: auto;
  padding: 2px 4px;
}
.company-page .product-subnav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}
@media (max-width: 700px) {
  .company-page .product-subnav {
    gap: 16px;
  }
}
@media (max-width: 800px) {
  .company-heading {
    display: block;
  }
  .company-heading > p {
    max-width: none;
    margin: 0 0 24px;
  }
  .company-heading > .detail-link {
    margin-bottom: 20px;
  }
  .timeline-controls {
    justify-content: flex-end;
  }
}

/* v16: scoped to the two authored sections; legacy pages keep their own styling. */
#history.history-v16 {
  --history-card-width: clamp(320px, 46vw, 580px);
  background: #12242f;
  overflow: hidden;
}
#history.history-v16 .company-heading {
  align-items: center;
}
#history.history-v16 .timeline-controls {
  flex-shrink: 0;
  gap: 12px;
}
#history.history-v16 [hidden] {
  display: none;
}
#history.history-v16 .timeline-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: auto;
  min-width: 106px;
  height: 48px;
  padding: 0 18px;
  border-color: #7194a5;
  border-radius: 24px;
  font-size: 14px;
}
#history.history-v16 .timeline-controls button:disabled {
  opacity: 0.35;
  cursor: default;
  background: transparent;
}
#history.history-v16 .milestone-track {
  margin: 32px 0 0;
  padding: 0 0 28px;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
}
#history.history-v16 .milestone-track::after {
  content: '';
  flex: 0 0 max(0px, calc(100% - var(--history-card-width)));
}
#history.history-v16 .milestone-track > li {
  flex: 0 0 var(--history-card-width);
  min-width: 0;
  padding: 0;
  scroll-margin: 0;
}
#history.history-v16 time {
  position: relative;
  font-size: clamp(80px, 9vw, 132px);
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 350;
  line-height: 1.08;
  letter-spacing: -0.065em;
  padding: 4px 0 40px;
  color: #9ab7c7;
  border-bottom: 1px solid #486676;
}
#history.history-v16 time::after {
  top: auto;
  bottom: -6px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #94b9cc;
  box-shadow: 0 0 0 6px #12242f;
}
#history.history-v16 li.is-current time {
  color: #fff;
}
#history.history-v16 li.is-current time::after {
  background: #67ceff;
}
#history.history-v16 .milestone-events {
  padding: 8px 56px 8px 0;
  max-width: 34em;
}
#history.history-v16 h3 {
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.5;
  margin: 24px 0 18px;
  letter-spacing: -0.02em;
}
#history.history-v16 .milestone-events p {
  position: relative;
  padding-left: 16px;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.85;
  color: #c1d0d9;
}
#history.history-v16 .milestone-events p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #7298ad;
}
#history.history-v16 .history-navigation {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  margin-top: 16px;
  color: #a5bdca;
}
#history.history-v16 .history-navigation p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
#history.history-v16 .history-position {
  font-variant-numeric: tabular-nums;
}
#history.history-v16 [data-history-current] {
  color: #fff;
}
#history.history-v16 .history-progress {
  appearance: none;
  grid-column: 1 / -1;
  width: 100%;
  height: 3px;
  border: 0;
  background: #355363;
  color: #67ceff;
  accent-color: #67ceff;
}
#history.history-v16 .history-progress::-webkit-progress-bar {
  background: #355363;
}
#history.history-v16 .history-progress::-webkit-progress-value {
  background: #67ceff;
}
#history.history-v16 .history-progress::-moz-progress-bar {
  background: #67ceff;
}
#history.history-v16 .history-years {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 12px;
}
#history.history-v16 .history-years a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  font-size: 14px;
  color: #a5bdca;
  border-bottom: 2px solid transparent;
  font-variant-numeric: tabular-nums;
  text-decoration: none;
}
#history.history-v16 .history-years a[aria-current='step'] {
  color: #fff;
  border-color: #67ceff;
}
#history.history-v16 :is(a, button, .milestone-track):focus-visible {
  outline: 2px solid #8edbff;
  outline-offset: 4px;
}
#partners.partners-v16 {
  background: #fff;
}
#partners.partners-v16 .partners-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
#partners.partners-v16 .partners-heading h2 {
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1.45;
  margin: 18px 0 24px;
}
#partners.partners-v16 .partners-heading > p {
  color: #62737d;
  font-size: 14px;
  margin: 0 0 30px;
}
#partners.partners-v16 .partner-index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  padding-bottom: 28px;
}
#partners.partners-v16 .partner-index a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #385b6f;
  border-bottom: 1px solid #bed0d9;
  font-size: 14px;
  text-decoration: none;
}
#partners.partners-v16 .partner-group {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 28px;
  margin: 0;
  padding: 24px 0;
  border-top: 1px solid #dce5ea;
  /* The shared html scroll-padding already includes the measured navigation. */
  scroll-margin-top: 0;
}
#partners.partners-v16 .partner-group h3 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 16px 0;
  border: 0;
  font-size: 18px;
  font-weight: 450;
  color: #213c4c;
}
#partners.partners-v16 .partner-group h3 span {
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  color: #6c8a9b;
}
#partners.partners-v16 .partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1px;
  background: #e4eaed;
  border: 1px solid #e4eaed;
}
#partners.partners-v16 .partner-grid li {
  min-width: 0;
  background: #fff;
}
#partners.partners-v16 figure {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 16px 14px 14px;
}
#partners.partners-v16 .partner-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}
#partners.partners-v16 .partner-mark img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(100%, 182px);
  max-height: 60px;
  object-fit: contain;
}
#partners.partners-v16 figcaption {
  color: #465e6c;
  text-align: center;
  font-size: 14px;
  line-height: 1.55;
  margin-top: 12px;
  overflow-wrap: anywhere;
}
#partners.partners-v16 .partner-grid-hospitals {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
#partners.partners-v16 .partner-grid-hospitals figure {
  padding-inline: 8px;
}
#partners.partners-v16 .partner-grid-hospitals .partner-mark {
  height: 64px;
}
#partners.partners-v16 .partner-grid-hospitals img {
  max-height: 64px;
  max-width: 64px;
}
#partners.partners-v16 a:focus-visible {
  outline: 2px solid #2b7ea6;
  outline-offset: 4px;
}
@media (max-width: 1200px) {
  #partners.partners-v16 .partner-grid-hospitals {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 800px) {
  #history.history-v16 {
    --history-card-width: 100%;
  }
  #history.history-v16 .company-heading {
    display: block;
  }
  #history.history-v16 .timeline-controls {
    justify-content: flex-start;
    margin-top: 8px;
  }
  #history.history-v16 .milestone-track {
    margin-top: 36px;
  }
  #history.history-v16 .milestone-events {
    padding-right: 20px;
  }
  #history.history-v16 .history-navigation {
    gap: 12px;
  }
  #history.history-v16 .history-years {
    justify-content: flex-start;
  }
  #partners.partners-v16 .partners-heading {
    display: block;
  }
  #partners.partners-v16 .partner-group {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 0;
  }
  #partners.partners-v16 .partner-group h3 {
    flex-direction: row;
    align-items: baseline;
    padding: 0;
  }
}
@media (max-width: 600px) {
  #partners.partners-v16 .partner-grid,
  #partners.partners-v16 .partner-grid-hospitals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #partners.partners-v16 .partner-grid-hospitals figure {
    padding-inline: 14px;
  }
  #partners.partners-v16 figure {
    padding-inline: 10px;
  }
  #partners.partners-v16 .partner-index {
    gap: 4px 20px;
    padding-bottom: 20px;
  }
  #history.history-v16 .history-navigation {
    grid-template-columns: 1fr;
  }
  #history.history-v16 .history-position {
    justify-self: end;
  }
}
@media (prefers-reduced-motion: reduce) {
  #history.history-v16 .milestone-track {
    scroll-behavior: auto;
  }
}

#partners.partners-v16 .partner-grid-hospitals figcaption {
  font-size: 12px;
  text-wrap: balance;
}

/* v17: begin with the latest year, and pair events with related product imagery. */
#history.history-v17 {
  --history-card-width: 100%;
  background: #edf2f4;
  color: #203641;
}
#history.history-v17 .eyebrow {
  color: #547180;
}
#history.history-v17 .company-heading h2 {
  color: #203641;
}
#history.history-v17 .timeline-controls button {
  color: #294c60;
  border-color: #9cafbb;
}
#history.history-v17 .history-years {
  margin: 18px 0 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #b9cbd5;
}
#history.history-v17 .history-years a {
  color: #637c89;
}
#history.history-v17 .history-years a[aria-current='step'] {
  color: #0b638e;
  border-color: #0b638e;
}
#history.history-v17 .milestone-track {
  margin-top: 28px;
  padding-bottom: 12px;
}
#history.history-v17 .milestone-track > li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 12px 7%;
  align-content: start;
}
#history.history-v17 time {
  display: block;
  font-size: clamp(64px, 7vw, 100px);
  color: #17698e;
  border: 0;
  padding: 0;
}
#history.history-v17 time::after {
  content: none;
}
#history.history-v17 .milestone-events {
  grid-column: 1;
  padding: 0;
  max-width: none;
}
#history.history-v17 .milestone-events:last-child {
  grid-column: 2;
  grid-row: 1 / 3;
}
#history.history-v17 h3 {
  color: #203641;
  font-size: clamp(23px, 2.3vw, 32px);
  margin: 8px 0 18px;
}
#history.history-v17 .milestone-events p {
  color: #536b78;
  font-size: 15px;
}
#history.history-v17 .milestone-visual {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0;
  min-width: 0;
}
#history.history-v17 .milestone-visual img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: contain;
}
#history.history-v17 .milestone-visual figcaption {
  font-size: 12px;
  text-align: center;
  margin-top: 12px;
  color: #647d8a;
}
#history.history-v17 .history-navigation {
  color: #617886;
  margin-top: 24px;
}
#history.history-v17 [data-history-current] {
  color: #203641;
}
#history.history-v17 :is(a, button, .milestone-track):focus-visible {
  outline-color: #17698e;
}
#history.history-v17 .history-progress {
  background: #c7d5dc;
}
#history.history-v17 .history-progress::-webkit-progress-bar {
  background: #c7d5dc;
}
#history.history-v17 .history-progress::-webkit-progress-value {
  background: #17698e;
}
#history.history-v17 .history-progress::-moz-progress-bar {
  background: #17698e;
}
@media (max-width: 800px) {
  #history.history-v17 .milestone-track > li {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 12px;
  }
  #history.history-v17 .milestone-events:last-child {
    grid-column: 1;
    grid-row: auto;
  }
  #history.history-v17 .milestone-visual {
    grid-column: 1;
    grid-row: 3;
  }
  #history.history-v17 .milestone-visual img {
    height: 200px;
  }
  #history.history-v17 .history-years {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
  }
  #history.history-v17 .history-years a {
    flex-shrink: 0;
  }
  #history.history-v17 .milestone-events p {
    font-size: 14px;
  }
}
#history.history-v17 li.is-current time {
  color: #17698e;
}

/* v18: chapter navigation replaces the cumulative company-page scroll. */
.company-directory {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: clamp(32px, 4vw, 70px);
  padding: 56px 6.5% 64px;
  max-width: 1680px;
  margin: auto;
  align-items: start;
}
.company-chapters {
  min-width: 0;
}
.company-directory [data-company-panel][hidden] {
  display: none !important;
}
.company-section-nav {
  position: sticky;
  top: calc(var(--header-visible-height, 76px) + 32px);
  transition: top 260ms ease;
  z-index: 12;
}
.company-section-nav > .eyebrow {
  font-size: 11px;
  color: #73858d;
  margin: 8px 0 24px;
}
.company-section-nav > div {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.company-section-nav a {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  min-height: 54px;
  color: #65747c;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid #e4e9eb;
}
.company-section-nav a span {
  font-size: 10px;
  color: #8a989f;
  font-variant-numeric: tabular-nums;
}
.company-section-nav a::after {
  content: '';
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, #1179a8, #8bc2d6);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms ease;
}
.company-section-nav a:is(:hover, [aria-current]) {
  color: #17698e;
}
.company-section-nav a:is(:hover, [aria-current])::after {
  transform: scaleX(1);
}
.company-section-nav a:focus-visible {
  outline: 2px solid #17698e;
  outline-offset: 3px;
}
.company-page .company-directory .company-section,
.company-directory #partners {
  padding: 32px clamp(24px, 3vw, 48px) 44px;
}
.company-directory .company-lead {
  grid-template-columns: 1fr;
  gap: 8px;
}
.company-directory .company-lead h2 {
  margin-top: 16px;
  margin-bottom: 18px;
}
.company-directory .company-lead-copy {
  max-width: 52em;
}
.company-directory .founder-excerpt {
  grid-template-columns: 1fr;
  gap: 16px;
}
.company-directory .founder-excerpt > div {
  grid-column: 1;
}
.company-directory .founder-excerpt blockquote {
  font-size: clamp(22px, 2vw, 28px);
}
.company-directory .company-heading {
  flex-wrap: wrap;
  gap: 12px 24px;
}
.company-directory .company-heading h2,
.company-directory #partners .partners-heading h2 {
  font-size: clamp(30px, 3vw, 42px);
  text-wrap: balance;
}
.company-directory #partners .partner-group {
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 20px;
}
@media (max-width: 1000px) {
  .company-directory {
    display: block;
    padding: 0 0 32px;
  }
  .company-section-nav {
    top: var(--header-visible-height, 72px);
    padding: 0 24px;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid #dce5e9;
  }
  .company-section-nav > .eyebrow,
  .company-section-nav a span {
    display: none;
  }
  .company-section-nav > div {
    flex-direction: row;
    overflow-x: auto;
    gap: 28px;
    scrollbar-width: thin;
  }
  .company-section-nav a {
    flex-shrink: 0;
    border: 0;
    min-height: 58px;
    font-size: 14px;
  }
  .company-section-nav a::after {
    left: 0;
  }
  .company-page .company-directory .company-section,
  .company-directory #partners {
    padding: 40px 24px;
  }
  .company-directory #partners .partner-group {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .company-section-nav,
  .company-section-nav a::after {
    transition: none;
  }
}
@media print {
  .company-directory {
    display: block;
    padding: 0;
  }
  .company-directory [data-company-panel][hidden] {
    display: block !important;
  }
  .company-section-nav {
    display: none;
  }
}

/* Let the paragraph use its actual column; avoid a one-character last line. */
.company-directory .company-lead-copy,
.company-directory .company-lead-copy > p {
  max-width: none;
  text-wrap: pretty;
  word-break: normal;
  overflow-wrap: break-word;
}

/* v20: one editorial profile with a consistent type scale and baseline. */
.company-profile-heading > p,
.company-founder-quote > p,
.company-principles dt {
  margin: 0 0 14px;
  color: #6b7b85;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.company-profile-heading h2 {
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 450;
  letter-spacing: -0.025em;
  line-height: 1.5;
  margin: 0 0 30px;
  text-wrap: balance;
}
.company-profile-copy p {
  font-size: 16px;
  color: #53636d;
  line-height: 1.95;
  margin: 0 0 16px;
  text-wrap: pretty;
  max-width: none;
}
.company-principles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin: 34px 0 0;
  padding: 30px 0;
  border-block: 1px solid #dce4e8;
}
.company-principles dt {
  margin-bottom: 10px;
}
.company-principles dd {
  margin: 0;
  color: #283f4d;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.6;
  font-weight: 450;
  text-wrap: balance;
}
.company-founder-quote {
  margin: 32px 0 0;
}
.company-founder-quote blockquote {
  margin: 0;
  padding: 0;
  font-size: clamp(20px, 1.8vw, 25px);
  font-weight: 400;
  color: #344c5a;
  line-height: 1.85;
  text-wrap: balance;
}
.company-founder-quote figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
  font-size: 12px;
  line-height: 1.8;
  color: #687b85;
}
.founder-role {
  margin-left: 16px;
  color: #86939b;
}
.company-founder-quote a {
  color: #456a7d;
}
.company-founder-quote a:hover {
  color: #0875bc;
}
@media (max-width: 700px) {
  .company-principles {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-block: 26px;
  }
  .company-founder-quote figcaption {
    align-items: start;
    flex-direction: column;
  }
  .company-profile-copy p {
    font-size: 15px;
  }
}

/* Profile and chapter reading widths. Keep the chapter navigation and history intact. */
.company-directory .company-profile-heading h2 {
  font-size: var(--site-heading-size);
  line-height: 1.4;
  letter-spacing: -0.035em;
  margin-bottom: 32px;
}
.company-directory .company-profile-copy {
  max-width: 44em;
}
.company-directory .company-profile-copy p {
  line-height: 1.85;
  color: var(--site-muted);
}
.company-directory .company-profile-copy p:first-child {
  font-size: 18px;
  color: var(--site-ink);
  margin-bottom: 20px;
}
.company-directory .company-principles {
  gap: 24px 40px;
  margin-top: 40px;
  padding-block: 28px;
  border-color: var(--site-rule);
}
.company-directory .company-founder-quote {
  margin-top: 40px;
  max-width: 44em;
}
.company-directory .company-founder-quote blockquote {
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.7;
  text-wrap: pretty;
  padding-left: 24px;
  border-left: 2px solid #a0bccb;
}
.company-directory .company-founder-quote figcaption {
  padding-left: 26px;
  gap: 12px 24px;
}
.company-directory .company-founder-quote a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-underline-offset: 5px;
}
.company-directory .company-founder-quote a:is(:hover, :focus-visible) {
  text-decoration: underline;
}
.company-directory :is(.innovation-records, .company-film, .location-grid) p {
  font-size: 15px;
  line-height: 1.85;
  text-wrap: pretty;
}
.company-directory .company-heading > p {
  line-height: 1.85;
  text-wrap: pretty;
}
@media (max-width: 700px) {
  .company-directory .company-profile-copy p:first-child {
    font-size: 17px;
  }
  .company-directory .company-profile-copy p {
    font-size: 16px;
  }
  .company-directory .company-profile-heading h2 {
    font-size: 30px;
  }
  .company-directory .company-founder-quote blockquote {
    padding-left: 16px;
  }
  .company-directory .company-founder-quote figcaption {
    padding-left: 18px;
  }
}
