.company-profile-page {
  --board-header-height: 80px;
  --company-profile-blue: #184d98;
  --company-profile-orange: #e94e0f;
  --company-profile-ink: #3c3c3b;
  --company-profile-paper: #f3f7fd;
  min-width: 320px;
  overflow-x: clip;
  overflow-y: visible;
  background: var(--company-profile-paper);
}

.company-profile-page .v4-header {
  position: sticky;
  top: 0;
  z-index: 20;
}

.company-profile-main [id] {
  scroll-margin-top: calc(var(--v4-responsive-header-height, 80px) + 16px);
}

.company-profile-page .v4-section {
  text-decoration: none;
}

.company-profile-main {
  min-height: calc(100dvh - var(--board-header-height));
  overflow: clip;
  color: var(--company-profile-ink);
  background: var(--company-profile-paper);
}

.company-profile-rail {
  max-width: 100%;
}

.company-profile-rail--reading {
  max-width: 100%;
}

.company-profile-intro {
  position: relative;
  isolation: isolate;
  padding-block: clamp(66px, 7.5vw, 112px) clamp(58px, 6.5vw, 96px);
  background: var(--company-profile-paper);
}

.company-profile-intro::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(
      90deg,
      var(--company-profile-paper) 0%,
      rgb(243 247 253 / 98%) 28%,
      rgb(243 247 253 / 78%) 41%,
      rgb(243 247 253 / 16%) 58%,
      rgb(243 247 253 / 0%) 74%
    ),
    url("/assets/review/b33fc1148150/hero-company-profile.jpg");
  background-repeat: no-repeat;
  background-position: center, right top;
  background-size: 100% 100%, auto 100%;
}

.company-profile-intro > .report-canvas {
  position: relative;
  z-index: 1;
}

.company-profile-title {
  max-width: 14ch;
  margin: 0;
  color: var(--company-profile-blue);
  font-kerning: normal;
  letter-spacing: normal;
}

.company-profile-gri {
  margin: clamp(28px, 2.5vw, 38px) 0 0;
  color: var(--company-profile-orange);
}

.company-profile-lead {
  width: 100%;
  max-width: min(46%, 580px);
  margin: clamp(24px, 2.3vw, 34px) 0 0;
  color: var(--company-profile-ink);
  letter-spacing: 0.012em;
  text-transform: uppercase;
}

.company-profile-band {
  width: 100%;
  color: #fff;
  background: var(--company-profile-blue);
}

.company-profile-band__inner {
  min-height: 220px;
  padding-block: clamp(34px, 3.4vw, 52px);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) clamp(116px, 10vw, 150px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(34px, 4vw, 70px);
}

.company-profile-band__cluster {
  min-width: 0;
  display: grid;
  align-items: center;
  gap: clamp(22px, 2.2vw, 34px);
}

.company-profile-band__cluster--company {
  grid-template-columns: clamp(82px, 7vw, 104px) minmax(0, 1fr);
}

.company-profile-band__cluster p {
  max-width: 39ch;
  margin: 0;
}

.company-profile-band__qr,
.company-profile-band__mark img {
  display: block;
  width: 100%;
  height: auto;
}

.company-profile-band__mark {
  width: 100%;
  max-width: 136px;
  margin: 0 auto;
}

.company-profile-band__url {
  white-space: nowrap;
}

.company-profile-flow {
  padding-block: clamp(78px, 8vw, 126px) clamp(118px, 11vw, 170px);
}

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

.company-profile-section__title {
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--company-profile-blue);
  font-kerning: normal;
  letter-spacing: normal;
}

.company-profile-subtitle {
  width: 100%;
  max-width: none;
  margin: clamp(46px, 4.5vw, 68px) 0 0;
  color: var(--company-profile-blue);
  font-kerning: normal;
  letter-spacing: normal;
}

.company-profile-copy {
  width: 100%;
  max-width: none;
}

.company-profile-copy .company-profile-subtitle + p {
  margin-top: clamp(24px, 2.4vw, 34px);
}

.company-profile-copy p,
.company-profile-markets p {
  margin: 0;
}

.company-profile-copy p + p {
  margin-top: 1.15em;
}

.company-profile-section > .company-profile-copy {
  margin-top: clamp(28px, 2.8vw, 40px);
}

.company-profile-section > .company-profile-gri + .company-profile-copy {
  margin-top: 0;
}

.company-profile-products,
.company-profile-markets {
  width: 100%;
  max-width: none;
}

.company-profile-products__list,
.company-profile-markets__list {
  margin: clamp(28px, 3vw, 42px) 0 0;
  padding: 0;
  list-style: none;
}

.company-profile-products__list {
  display: grid;
  gap: 0;
}

.company-profile-product {
  min-width: 0;
  padding-block: clamp(22px, 2.3vw, 32px);
  display: grid;
  grid-template-columns: clamp(76px, 8vw, 108px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(26px, 3vw, 44px);
  border-top: 1px solid rgba(24, 77, 152, 0.18);
}

.company-profile-product:last-child {
  border-bottom: 1px solid rgba(24, 77, 152, 0.18);
}

.company-profile-product img {
  display: block;
  width: 100%;
  height: clamp(72px, 7vw, 98px);
  object-fit: contain;
}

.company-profile-product__label {
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--company-profile-ink);
}

.company-profile-gallery {
  margin-top: clamp(42px, 4.5vw, 68px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 24px);
}

.company-profile-gallery figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #dfe9f4;
}

.company-profile-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1.52 / 1;
  height: auto;
  object-fit: cover;
}

.company-profile-page :where(a, button, summary, [tabindex="0"]):focus-visible {
  outline: 3px solid var(--company-profile-orange);
  outline-offset: 5px;
}

/*
 * On extra-wide canvases the left edge of the source JPEG reaches the
 * translucent part of the regular fade and reads as a pale vertical seam.
 * Keep the established composition at normal breakpoints, but hold the paper
 * field opaque until that edge and feather it over a longer distance.
 */
@media (min-width: 96rem) {
  .company-profile-intro::before {
    background-image:
      linear-gradient(
        90deg,
        var(--company-profile-paper) 0%,
        var(--company-profile-paper) 44%,
        rgb(243 247 253 / 98%) 50%,
        rgb(243 247 253 / 88%) 54%,
        rgb(243 247 253 / 68%) 59%,
        rgb(243 247 253 / 38%) 65%,
        rgb(243 247 253 / 12%) 72%,
        rgb(243 247 253 / 0%) 78%
      ),
      url("/assets/review/b33fc1148150/hero-company-profile.jpg");
  }
}

@media (max-width: 74rem) {
  .company-profile-band__inner {
    grid-template-columns: minmax(0, 1fr) 112px minmax(0, 0.86fr);
    gap: 28px;
  }

  .company-profile-band__cluster--company {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 22px;
  }
}

@media (max-width: 58rem) {
  .company-profile-band__inner {
    grid-template-columns: minmax(0, 1fr) 104px;
  }

  .company-profile-band__cluster--shareholder {
    grid-column: 1 / -1;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }

  .company-profile-band__cluster--shareholder p {
    max-width: 58ch;
  }
}

@media (max-width: 50rem) {
  .company-profile-page {
    --board-header-height: 68px;
  }

  .company-profile-intro {
    padding-block: 54px 58px;
  }

  .company-profile-intro::before {
    background-image:
      linear-gradient(
        180deg,
        rgb(243 247 253 / 68%) 0%,
        rgb(243 247 253 / 92%) 38%,
        var(--company-profile-paper) 68%
      ),
      linear-gradient(
        90deg,
        rgb(243 247 253 / 94%) 0%,
        rgb(243 247 253 / 48%) 72%,
        rgb(243 247 253 / 12%) 100%
      ),
      url("/assets/review/b33fc1148150/hero-company-profile.jpg");
    background-position: center, center, right top;
    background-size: 100% 100%, 100% 100%, auto clamp(300px, 58vw, 420px);
  }

  .company-profile-title {
    max-width: 11ch;
  }

  .company-profile-lead {
    max-width: none;
  }

  .company-profile-band__inner {
    padding-block: 36px;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .company-profile-band__cluster--company {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .company-profile-band__mark {
    width: 104px;
    margin-inline: 0;
  }

  .company-profile-band__cluster--shareholder {
    grid-column: auto;
  }

  .company-profile-flow {
    padding-block: 68px 116px;
    gap: 84px;
  }

  .company-profile-subtitle {
    margin-top: 42px;
  }

  .company-profile-product {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 20px;
  }

  .company-profile-product img {
    height: 66px;
  }

  .company-profile-gallery {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

}

@media (max-width: 30rem) {
  .company-profile-band__cluster--company {
    grid-template-columns: 68px minmax(0, 1fr);
    align-items: start;
  }

  .company-profile-product {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .company-profile-product img {
    height: 58px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .company-profile-motion-ready .company-profile-text-motion {
    --company-profile-enter-y: 16px;
  }

  .company-profile-motion-ready .company-profile-text-motion:not(.is-visible) {
    opacity: 0;
    transform: translate3d(0, var(--company-profile-enter-y), 0);
    will-change: opacity, transform;
  }

  .company-profile-motion-ready .company-profile-text-motion--heading {
    --company-profile-enter-y: 22px;
  }

  .company-profile-motion-ready .company-profile-text-motion--meta {
    --company-profile-enter-y: 12px;
  }

  .company-profile-motion-ready .company-profile-text-motion.is-visible {
    animation: company-profile-text-enter 820ms cubic-bezier(0.16, 1, 0.3, 1) var(--company-profile-reveal-delay, 0ms) backwards;
  }

  .company-profile-motion-ready .company-profile-text-motion--heading.is-visible {
    animation-duration: 920ms;
  }

  .company-profile-motion-ready .company-profile-text-motion--meta.is-visible {
    animation-duration: 700ms;
  }
}

@keyframes company-profile-text-enter {
  from {
    opacity: 0;
    transform: translate3d(0, var(--company-profile-enter-y), 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .company-profile-page *,
  .company-profile-page *::before,
  .company-profile-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
