.company-page {
  --company-accent: #6cb244;
  --company-accent-strong: #5fab3d;
  --company-button-text: #11191d;
  --company-ink: #11191d;
  --company-muted: #5e686f;
  --company-page-bg: #f2f2f7;
  --company-card: #fff;
  --company-icon: #c4c8cc;
  --font-display: "Play", sans-serif;
  --font-sans: "IBM Plex Sans", Arial, Helvetica, sans-serif;
  --font-button: "Open Sans", Arial, Helvetica, sans-serif;
  --build-width: 1520px;
  --build-gutter: 64px;
  --company-section-pad: 80px;
  background: var(--company-page-bg);
  color: var(--company-ink);
  overflow-x: hidden;
}

.company-page--compute {
  --company-accent: #00a0d0;
  --company-accent-strong: #008fbb;
  --company-button-text: #fff;
}

.company-page--electronics {
  --company-accent: #d73827;
  --company-accent-strong: #bd2f22;
  --company-button-text: #fff;
}

.company-page--solar {
  --company-accent: #f6cc19;
  --company-accent-strong: #e1b900;
}

.company-page .group-header {
  min-height: 65px;
  padding-inline: max(var(--build-gutter, 64px), calc((100vw - var(--build-width, 1520px)) / 2));
}

.company-page .group-header {
  --header-bg-opacity: 0;
  --header-shadow-opacity: 0;
  color: #fff;
  background: rgba(255, 255, 255, var(--header-bg-opacity));
  box-shadow: 0 18px 48px rgba(0, 0, 0, var(--header-shadow-opacity));
}

.company-page .group-header.is-scrolled {
  --header-bg-opacity: 0.96;
  --header-shadow-opacity: 0.12;
  color: #273136;
}

.company-page .group-header__brand-logo--light {
  opacity: 1;
}

.company-page .group-header__brand-logo--dark {
  opacity: 0;
}

.company-page .group-header.is-scrolled .group-header__brand-logo--light {
  opacity: 0;
}

.company-page .group-header.is-scrolled .group-header__brand-logo--dark {
  opacity: 1;
}

.company-page .group-header__brand {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.company-page .group-header__brand-logo {
  width: 85px;
}

.company-page .group-nav__item {
  min-height: 37px;
  font-family: var(--font-display);
  font-weight: 700;
}

.company-page .group-nav {
  position: absolute;
  left: 50%;
  justify-content: center;
  transform: translateX(-50%);
}

.company-section {
  position: relative;
}

.company-shell {
  width: min(calc(100vw - 80px), 1520px);
  margin-inline: auto;
}

.company-hero {
  min-height: 800px;
  overflow: hidden;
  color: #fff;
  background: #172126;
}

.company-hero__media,
.company-hero__shade {
  position: absolute;
  inset: 0;
}

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

.company-hero__shade {
  background: rgba(0, 0, 0, 0.46);
}

.company-page [data-fixed-hero-media] {
  background-image: var(--fixed-hero-image);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.company-page [data-fixed-hero-media] img {
  opacity: 0;
}

.company-page [data-fixed-hero-media] {
  background-attachment: scroll;
  background-position: center center;
}

.company-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  min-height: 800px;
  width: min(800px, calc(100vw - 80px));
  margin-left: max(40px, calc((100vw - 1520px) / 2 + 220px));
  padding-block: 82px;
}

.company-hero__logo {
  width: min(360px, 70vw);
  height: auto;
  margin-bottom: 52px;
}

.company-hero h1,
.company-heading,
.company-cta h2 {
  font-family: var(--font-display);
  letter-spacing: 0;
}

.company-hero h1 {
  max-width: 700px;
  font-size: clamp(42px, 4vw, 66px);
  line-height: 1.07;
  font-weight: 700;
}

.company-hero p {
  max-width: 650px;
  margin-top: 36px;
  font-size: clamp(18px, 1.2vw, 20px);
  line-height: 1.45;
  font-weight: 600;
}

.company-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 50px;
  margin-top: 38px;
  padding: 0 22px;
  border-radius: 10px;
  background: var(--company-accent);
  color: var(--company-button-text);
  font-family: var(--font-button);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 180ms var(--ease-out), background 180ms var(--ease-out);
}

.company-button::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 12px;
  background: currentColor;
  opacity: 0.8;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h6v6'/%3E%3Cpath d='M10 14 21 3'/%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h6v6'/%3E%3Cpath d='M10 14 21 3'/%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.company-button:hover,
.company-button:focus-visible {
  background: var(--company-accent-strong);
  transform: translateY(-2px);
}

.company-overview {
  padding: 0 0 var(--company-section-pad);
}

.company-overview__card {
  display: grid;
  grid-template-columns: 1.05fr 0.8fr;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
}

.company-overview__copy {
  display: grid;
  align-content: start;
  padding: clamp(36px, 3.8vw, 62px) clamp(40px, 4.7vw, 86px);
}

.company-brand-title {
  margin: 0 0 22px;
  color: #000;
  font-family: var(--font-display);
  font-size: clamp(42px, 4vw, 66px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.company-brand-title span {
  color: var(--company-accent);
}

.company-overview h2 {
  max-width: 640px;
  font-size: clamp(24px, 1.9vw, 34px);
  line-height: 1.17;
  font-weight: 700;
}

.company-overview p:not(.company-brand-title) {
  max-width: 600px;
  margin-top: 30px;
  color: #000;
  font-size: clamp(18px, 1.1vw, 20px);
  line-height: 1.55;
}

.company-overview p:not(.company-brand-title) + p {
  margin-top: 22px;
}

.company-overview__media {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #e8e8e8;
}

.company-overview__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.company-page--solar .company-overview__media img {
  object-position: center 35%;
  transform: scaleX(-1);
}

.company-page--compute .company-overview__card {
  grid-template-columns: 1fr;
  min-height: 0;
}

.company-page--compute .company-overview h2,
.company-page--compute .company-overview p:not(.company-brand-title) {
  max-width: none;
}

.company-page--compute .company-overview__media {
  min-height: 338px;
}

.company-capabilities {
  padding: var(--company-section-pad) 0;
  background: #fff;
}

.company-section-heading {
  text-align: center;
}

.company-heading {
  color: #000;
  font-size: clamp(40px, 3.8vw, 66px);
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
}

.company-heading strong {
  font-weight: 700;
}

.company-section-heading p {
  margin-top: 40px;
  color: var(--company-ink);
  font-size: clamp(22px, 1.7vw, 32px);
  font-weight: 700;
  line-height: 1.15;
}

.company-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 62px;
  margin-top: 88px;
}

.company-capability-card {
  display: grid;
  grid-template-rows: 70px auto;
  align-content: start;
  gap: 20px;
  min-height: 196px;
  padding: 26px;
  border-radius: 16px;
  background: var(--company-page-bg);
}

.company-capability-card__icon {
  display: block;
  width: 70px;
  height: 60px;
  object-fit: contain;
  object-position: left top;
}

.company-capability-card__icon--wide {
  width: 92px;
}

.company-capability-card h3 {
  max-width: none;
  color: #000;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.12;
  font-weight: 700;
}

.company-capability-grid--seven .company-capability-card:last-child {
  grid-column: 2;
}

.company-matters {
  padding: var(--company-section-pad) 0;
}

.company-matters__card {
  display: grid;
  grid-template-columns: 423px 1fr;
  align-items: stretch;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}

.company-matters__media {
  min-height: 306px;
  margin: 0;
  overflow: hidden;
  background: #d9dde0;
}

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

.company-matters__copy {
  display: grid;
  align-content: center;
  padding: 50px 66px;
}

.company-matters p {
  max-width: 760px;
  margin-top: 38px;
  color: #424b51;
  font-size: clamp(18px, 1.15vw, 20px);
  line-height: 1.45;
}

.company-cta {
  display: grid;
  justify-items: center;
  min-height: 485px;
  padding: 108px 40px;
  text-align: center;
  color: var(--company-button-text);
  background: var(--company-accent);
}

.company-cta h2 {
  color: inherit;
  font-size: clamp(42px, 4vw, 66px);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.company-cta p {
  margin-top: 46px;
  color: inherit;
  font-size: clamp(21px, 1.7vw, 32px);
  line-height: 1.25;
  font-weight: 700;
}

.company-cta .company-button {
  margin-top: 56px;
  color: #fff;
  background: #000;
}

.company-cta .company-button:hover,
.company-cta .company-button:focus-visible {
  background: #1b1f22;
}

@media (max-width: 1180px) {
  .company-page {
    --build-gutter: 56px;
  }

  .company-shell {
    width: min(calc(100vw - 56px), 1520px);
  }

  .company-hero,
  .company-hero__content {
    min-height: 720px;
  }

  .company-hero__content {
    margin-left: 48px;
  }

  .company-overview__card,
  .company-matters__card {
    grid-template-columns: 1fr;
  }

  .company-overview__media {
    min-height: 420px;
  }

  .company-capability-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }

  .company-capability-grid--seven .company-capability-card:last-child {
    grid-column: auto;
  }
}

@media (max-width: 940px) {
  .company-page {
    --build-gutter: 44px;
    --company-section-pad: 80px;
  }

  .company-page .group-header {
    min-height: 96px;
    padding-inline: 22px;
  }

  .company-page .group-header__brand-logo {
    width: 85px;
  }

  .company-page .group-nav {
    position: fixed;
    left: auto;
    transform: translateX(100%);
  }

  .company-hero,
  .company-hero__content {
    min-height: 690px;
  }

  .company-hero__content {
    width: calc(100vw - 48px);
    margin-inline: 24px;
  }

  .company-hero__logo {
    margin-bottom: 38px;
  }

  .company-overview__copy {
    padding: 42px 34px;
  }

  .company-overview__media,
  .company-matters__media {
    min-height: 300px;
  }

  .company-section-heading p,
  .company-capability-grid {
    margin-top: 46px;
  }

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

  .company-capability-card {
    min-height: 176px;
  }

  .company-matters__copy {
    padding: 42px 34px;
  }

  .company-cta {
    min-height: 440px;
    padding: 82px 28px;
  }
}

@media (max-width: 560px) {
  .company-page {
    --build-gutter: 18px;
    --company-section-pad: 80px;
  }

  .company-shell {
    width: auto;
    margin-inline: 18px;
  }

  .company-hero,
  .company-hero__content {
    min-height: 620px;
  }

  .company-hero__content {
    width: auto;
    margin-inline: 18px;
    max-width: none;
    overflow: hidden;
  }

  .company-overview__copy,
  .company-overview__media,
  .company-matters__copy,
  .company-matters__media,
  .company-capability-card {
    min-width: 0;
  }

  .company-hero h1 {
    font-size: 34px;
    overflow-wrap: break-word;
  }

  .company-heading {
    font-size: 34px;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .company-brand-title {
    font-size: 38px;
  }

  .company-overview h2 {
    font-size: 24px;
    overflow-wrap: break-word;
  }

  .company-hero p,
  .company-overview p,
  .company-matters p {
    line-height: 1.45;
    max-width: 100%;
  }

  .company-overview__card {
    border-radius: 20px;
  }

  .company-capability-card h3 {
    max-width: 100%;
  }
}
