:root {
  --about-white: #FFFFFF;
  --about-paper: #F3F4F5;
  --about-ink: #0B0C0E;
  --about-muted: #62666C;
  --about-line: #D7D9DC;
  --about-blue: #002FA7;
  --about-max: 1440px;
}

.profile-page {
  background: var(--about-white);
  color: var(--about-ink);
}

.profile-page main {
  overflow: hidden;
}

.profile-page .profile-hero {
  position: relative;
  min-height: max(760px, 100svh);
  padding: 176px max(48px, calc((100vw - var(--about-max)) / 2)) 194px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--about-white);
  color: var(--about-ink);
}

.profile-page .profile-hero::before {
  content: "";
  position: absolute;
  top: 92px;
  bottom: 146px;
  left: max(48px, calc((100vw - var(--about-max)) / 2));
  width: 1px;
  background: var(--about-line);
}

.profile-page .profile-hero::after {
  content: "";
  position: absolute;
  top: 92px;
  right: max(48px, calc((100vw - var(--about-max)) / 2));
  width: 10px;
  height: 106px;
  background: var(--about-blue);
}

.profile-hero-media {
  position: absolute;
  z-index: 0;
  top: 106px;
  right: max(24px, calc((100vw - var(--about-max)) / 2));
  bottom: 146px;
  width: min(67vw, 980px);
  pointer-events: none;
}

.profile-hero-media img {
  position: absolute;
  width: auto;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.profile-product-primary {
  right: 1%;
  bottom: 1%;
  max-width: 88%;
  max-height: 88%;
}

.profile-page .profile-hero-copy {
  position: relative;
  z-index: 2;
  width: min(620px, 48%);
  padding-left: 28px;
}

.profile-page .profile-hero-copy .eyebrow {
  margin-bottom: 28px;
  color: var(--about-blue);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.profile-brand-word {
  display: block;
  margin-left: -7px;
  color: var(--about-ink);
  font-family: var(--font-latin);
  font-size: clamp(92px, 10vw, 154px);
  line-height: 0.76;
  font-weight: 700;
}

.profile-page .profile-hero-copy h1 {
  margin: 34px 0 26px;
  color: var(--about-ink);
  font-family: var(--font-cn);
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.05;
  font-weight: 600;
}

.profile-page .profile-hero-copy p:not(.eyebrow) {
  max-width: 540px;
  margin: 0;
  color: var(--about-muted);
  font-size: 17px;
  line-height: 1.8;
}

.profile-page .profile-metrics {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 146px;
  margin: 0;
  padding: 0 max(48px, calc((100vw - var(--about-max)) / 2));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 0;
  background: var(--about-ink);
}

.profile-page .profile-metric {
  min-height: 146px;
  padding: 27px 32px 24px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0;
  background: transparent;
}

.profile-page .profile-metric + .profile-metric {
  padding-left: 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.profile-page .profile-metric strong {
  margin: 0;
  color: var(--about-white);
  font-family: var(--font-latin);
  font-size: clamp(42px, 4vw, 64px);
  line-height: 0.9;
  font-weight: 500;
}

.profile-page .profile-metric sup {
  margin-left: 3px;
  color: #4E78E8;
  font-size: 0.34em;
  vertical-align: top;
}

.profile-page .profile-metric span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 500;
}

.profile-page .profile-content {
  width: min(var(--about-max), calc(100% - 96px));
  margin: 0 auto;
  padding: 124px 0 112px;
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.65fr);
  gap: 84px;
  align-items: start;
}

.profile-content-heading {
  position: sticky;
  top: 126px;
}

.section-index {
  margin: 0 0 30px;
  color: var(--about-blue);
  font-family: var(--font-latin);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.profile-content-heading h2,
.profile-capability-heading h2,
.profile-cta h2 {
  margin: 0;
  color: var(--about-ink);
  font-family: var(--font-cn);
  font-size: clamp(40px, 4.2vw, 68px);
  line-height: 1.08;
  font-weight: 600;
}

.profile-content-heading > p:last-child {
  max-width: 390px;
  margin: 32px 0 0;
  padding-top: 26px;
  border-top: 1px solid var(--about-ink);
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.8;
}

.profile-page .profile-panel {
  padding: 0;
  column-count: 2;
  column-gap: 58px;
  column-rule: 1px solid var(--about-line);
  border: 0;
  background: transparent;
}

.profile-page .profile-panel p {
  margin: 0 0 24px;
  break-inside: avoid;
  color: #30343A;
  font-size: 16px;
  line-height: 1.95;
  font-weight: 400;
}

.profile-page .profile-panel p:first-child {
  color: var(--about-ink);
  font-size: 18px;
  line-height: 1.85;
  font-weight: 500;
}

.profile-capability-heading {
  width: min(var(--about-max), calc(100% - 96px));
  margin: 0 auto;
  padding: 0 0 54px;
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1.55fr);
  gap: 54px;
  align-items: end;
}

.profile-capability-heading .section-index {
  margin: 0;
}

.profile-page .profile-capabilities {
  width: min(var(--about-max), calc(100% - 96px));
  margin: 0 auto 124px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 0;
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
  background: transparent;
}

.profile-page .profile-capabilities article {
  min-height: 300px;
  padding: 36px 36px 40px 0;
  background: transparent;
}

.profile-page .profile-capabilities article + article {
  padding-left: 36px;
  border-left: 1px solid var(--about-line);
}

.profile-page .profile-capabilities span {
  margin-bottom: 84px;
  color: var(--about-blue);
  font-family: var(--font-latin);
  font-size: 13px;
  font-weight: 700;
}

.profile-page .profile-capabilities h3 {
  margin: 0 0 20px;
  color: var(--about-ink);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
}

.profile-page .profile-capabilities p {
  max-width: 340px;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.8;
}

.profile-cta {
  min-height: 500px;
  padding: 96px max(48px, calc((100vw - var(--about-max)) / 2));
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1.35fr) auto;
  gap: 54px;
  align-items: center;
  background: var(--about-blue);
  color: var(--about-white);
}

.profile-cta .section-index {
  margin: 0;
  color: rgba(255, 255, 255, 0.70);
}

.profile-cta h2 {
  color: var(--about-white);
}

.profile-cta .primary-button {
  min-width: 178px;
  min-height: 54px;
  border-color: var(--about-white);
  border-radius: 0;
  background: var(--about-white);
  color: var(--about-ink);
}

.profile-page .chat-launcher::before {
  background: #20B26B;
}

@media (max-width: 1120px) {
  .profile-page .profile-hero-copy {
    width: 54%;
  }

  .profile-brand-word {
    font-size: clamp(76px, 10vw, 118px);
  }

  .profile-page .profile-content {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .profile-content-heading {
    position: static;
    display: grid;
    grid-template-columns: 0.55fr 1.45fr;
    gap: 38px;
  }

  .profile-content-heading .section-index {
    grid-column: 1;
  }

  .profile-content-heading h2 {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .profile-content-heading > p:last-child {
    grid-column: 1;
  }

  .profile-cta {
    grid-template-columns: 0.45fr 1.55fr;
  }

  .profile-cta .primary-button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .profile-page .profile-hero {
    min-height: max(820px, 100svh);
    padding: 128px 16px 180px;
    align-items: flex-start;
  }

  .profile-page .profile-hero::before {
    top: 110px;
    bottom: 146px;
    left: 16px;
  }

  .profile-page .profile-hero::after {
    top: 96px;
    right: 16px;
    width: 7px;
    height: 72px;
  }

  .profile-hero-media {
    top: auto;
    right: -50px;
    bottom: 146px;
    width: 520px;
    height: 430px;
    opacity: 0.44;
  }

  .profile-product-primary {
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
  }

  .profile-page .profile-hero-copy {
    width: 100%;
    padding-left: 18px;
  }

  .profile-page .profile-hero-copy .eyebrow {
    margin-bottom: 24px;
  }

  .profile-brand-word {
    margin-left: -3px;
    font-size: 70px;
  }

  .profile-page .profile-hero-copy h1 {
    margin-top: 28px;
    font-size: 38px;
  }

  .profile-page .profile-hero-copy p:not(.eyebrow) {
    max-width: 320px;
    font-size: 15px;
  }

  .profile-page .profile-metrics {
    min-height: 146px;
    padding: 0 16px;
  }

  .profile-page .profile-metric {
    min-height: 146px;
    padding: 25px 10px 22px 0;
  }

  .profile-page .profile-metric + .profile-metric {
    padding-left: 12px;
  }

  .profile-page .profile-metric strong {
    font-size: 32px;
  }

  .profile-page .profile-metric span {
    font-size: 10px;
    line-height: 1.45;
  }

  .profile-page .profile-content {
    width: calc(100% - 32px);
    padding: 76px 0 72px;
  }

  .profile-content-heading {
    display: block;
  }

  .profile-content-heading h2,
  .profile-capability-heading h2,
  .profile-cta h2 {
    font-size: 38px;
  }

  .profile-content-heading > p:last-child {
    margin-top: 26px;
  }

  .profile-page .profile-panel {
    column-count: 1;
  }

  .profile-page .profile-panel p,
  .profile-page .profile-panel p:first-child {
    font-size: 16px;
    line-height: 1.9;
  }

  .profile-capability-heading {
    width: calc(100% - 32px);
    padding-bottom: 36px;
    display: block;
  }

  .profile-capability-heading .section-index {
    margin-bottom: 24px;
  }

  .profile-page .profile-capabilities {
    width: calc(100% - 32px);
    margin-bottom: 76px;
    grid-template-columns: 1fr;
  }

  .profile-page .profile-capabilities article {
    min-height: 230px;
    padding: 30px 0;
  }

  .profile-page .profile-capabilities article + article {
    padding-left: 0;
    border-top: 1px solid var(--about-line);
    border-left: 0;
  }

  .profile-page .profile-capabilities span {
    margin-bottom: 44px;
  }

  .profile-cta {
    min-height: 430px;
    padding: 64px 16px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .profile-cta .primary-button {
    grid-column: 1;
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .profile-hero-media img {
    transition: none;
  }
}
