/* Reference compositions use a 1536 × 1024 canvas; copy stays live HTML. */
.reference-section {
  container-type: inline-size;
  isolation: isolate;
  background: #fbfaf8;
}
.reference-section .reference-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
  max-width: none;
}
.discipline-trigger {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-align: left;
}
.discipline-trigger:hover {
  color: var(--blue);
}
.discipline-trigger:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 6px;
}
.discipline-dialog {
  max-width: 620px;
  padding: 45px;
  max-height: 85vh;
  overflow: auto;
  border: 1px solid #e1e4e9;
  border-radius: 20px;
}
.discipline-dialog h2 {
  font-size: 38px;
  margin-bottom: 25px;
}
.discipline-dialog h4 {
  margin: 24px 0 8px;
  font-size: 19px;
}
.discipline-dialog p {
  font-size: 16px;
  line-height: 1.6;
}
.skill-ps b,
.skill-ai b {
  padding: 4px;
  border-radius: 4px;
  background: #001e36;
  color: #31a8ff;
  font-size: 22px;
}
.skill-ai b {
  background: #330000;
  color: #ff9a00;
}
.skill-js b {
  background: #f7df1e;
  color: #000;
  font-size: 21px;
  padding: 2px;
}
.skill-php b {
  border-radius: 50%;
  background: #a5acd2;
  color: #101525;
  font-style: italic;
  font-size: 21px;
  padding: 0 4px;
}
.skill-mysql b {
  font-size: 15px;
  color: #00758f;
  letter-spacing: -0.06em;
}
.skill-wordpress b {
  border: 1px solid;
  border-radius: 50%;
  line-height: 1;
  width: 30px;
  height: 30px;
  font-family: Georgia;
  color: #216180;
}
.skill-meta b {
  font-size: 39px;
  color: #087fff;
  line-height: 1;
}
.skill-facebook b {
  background: #087fff;
  border-radius: 50%;
  color: white;
  width: 29px;
  height: 29px;
  line-height: 1.2;
  font-family: Arial;
  font-size: 30px;
}
.skill-mark > svg:not(.icon) {
  height: 31px;
  width: 29px;
}
.reference-section .skill-mark .figma-mark {
  width: 24px;
  height: 36px;
  transform: none;
  display: grid;
  grid-template-columns: repeat(2, 12px);
  grid-template-rows: repeat(3, 12px);
}
.reference-section .figma-mark i {
  width: 12px;
  height: 12px;
}
.reference-section .toolkit-right blockquote small {
  font-family: Inter, Arial, sans-serif;
  color: #6e7990;
  font-size: 10px;
  letter-spacing: 0.22em;
  line-height: 1.7;
}
@media (min-width: 1001px) {
  .about-main .reference-section {
    display: block;
    height: 66.6667cqw;
    min-height: 0;
    padding: 0;
    overflow: hidden;
  }
  .reference-section .about-wrap {
    width: auto;
    max-width: none;
    margin: 0;
    position: static;
    display: block;
  }
  .reference-section .section-copy {
    position: absolute;
    left: 6.25cqw;
    top: 7.05cqw;
    width: 38cqw;
    margin: 0;
  }
  .about-main .reference-section .eyebrow {
    font-size: 0.85cqw;
    letter-spacing: 0.28em;
    line-height: 1.5;
    margin: 0 0 1.55cqw;
  }
  .about-main .reference-section h2 {
    font-size: 4.55cqw;
    line-height: 0.98;
    letter-spacing: -0.065em;
    margin: 0 0 2.2cqw;
  }
  .about-main .reference-section .section-copy > p:not(.eyebrow) {
    font-size: 1.3cqw;
    line-height: 1.33;
    letter-spacing: -0.026em;
    margin: 0 0 1.85cqw;
    max-width: none;
  }
  .reference-section .section-caption {
    position: absolute;
    left: 5.3cqw;
    right: 5.3cqw;
    bottom: 3.7cqw;
    width: auto;
    margin: 0;
    font-size: 0.72cqw;
    letter-spacing: 0.25em;
  }
  .reference-section .section-caption > span {
    gap: 1.8cqw;
  }
  .reference-section .section-caption > span:before {
    width: 3cqw;
  }
  /* Story: exact text column and four rising glass panels. */
  .about-story.reference-section .section-copy {
    top: 8cqw;
    width: 36cqw;
  }
  .about-story.reference-section h2 {
    font-size: 4.3cqw;
    margin-bottom: 2.2cqw;
  }
  .about-story.reference-section .section-copy > p:not(.eyebrow) {
    margin-bottom: 2cqw;
    line-height: 1.31;
  }
  /* Approach: principles below the copy; sculpture occupies the right half. */
  .about-approach.reference-section .section-copy {
    width: 39cqw;
  }
  .about-approach.reference-section h2 {
    margin-bottom: 2.2cqw;
  }
  .about-approach.reference-section .principles {
    position: absolute;
    left: 6.4cqw;
    top: 46.1cqw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.3cqw;
    width: 50.5cqw;
    max-width: none;
    margin: 0;
  }
  .about-approach.reference-section .principles article + article {
    padding-left: 2.2cqw;
    border-left: 1px solid #e1e4e9;
  }
  .reference-section .section-number {
    font-size: 1.04cqw;
    line-height: 1.3;
    margin-bottom: 1.25cqw;
  }
  .reference-section .section-number:after {
    width: 1.45cqw;
    margin-top: 0.9cqw;
  }
  .about-approach.reference-section .principles h3 {
    font-size: 1.55cqw;
    white-space: nowrap;
    letter-spacing: -0.055em;
    margin: 0 0 0.65cqw;
  }
  .about-approach.reference-section .principles p {
    font-size: 1.2cqw;
    line-height: 1.38;
  }
  /* Four disciplines sit directly above their corresponding sculptures. */
  .about-disciplines.reference-section .center-heading {
    position: absolute;
    top: 3cqw;
    left: 5cqw;
    right: 5cqw;
    padding: 0;
  }
  .about-disciplines.reference-section h2 {
    font-size: 5cqw;
    line-height: 0.96;
    margin: 0 0 1.15cqw;
  }
  .about-disciplines.reference-section .center-heading > p:not(.eyebrow) {
    font-size: 1.3cqw;
    line-height: 1.4;
    max-width: 65cqw;
  }
  .about-disciplines.reference-section .discipline-grid {
    position: absolute;
    left: 4.65cqw;
    right: 3.5cqw;
    top: 22.7cqw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    gap: 0;
  }
  .about-disciplines.reference-section .discipline-grid article {
    padding: 0 3.45cqw;
    border-left: 1px solid #e9eaed;
    min-height: 29cqw;
  }
  .about-disciplines.reference-section .discipline-grid h3 {
    font-size: 2.45cqw;
    letter-spacing: -0.06em;
    margin: 0 0 0.8cqw;
  }
  .about-disciplines.reference-section .discipline-grid ul {
    font-size: 1.15cqw;
    line-height: 1.48;
    white-space: nowrap;
  }
  .about-disciplines.reference-section .section-caption {
    bottom: 3.1cqw;
  }
  /* Toolkit: 4 rows × 7 tools, with the workspace photo at bottom left. */
  .about-toolkit.reference-section .toolkit-left {
    position: absolute;
    left: 4.9cqw;
    top: 5.65cqw;
    width: 34cqw;
    min-height: 0;
    padding: 0;
  }
  .about-toolkit.reference-section h2 {
    font-size: 4.75cqw;
    line-height: 0.94;
    margin-bottom: 2.1cqw;
  }
  .about-toolkit.reference-section .toolkit-left > p:not(.eyebrow) {
    font-size: 1.5cqw;
    line-height: 1.35;
    max-width: none;
  }
  .about-toolkit.reference-section .toolkit-right {
    position: absolute;
    left: 43.75cqw;
    right: 3.65cqw;
    top: 8.4cqw;
    padding: 0;
  }
  .about-toolkit.reference-section .toolkit-topline {
    display: block;
    position: absolute;
    top: -6.4cqw;
    right: 5.8cqw;
    font-size: 0.66cqw;
    letter-spacing: 0.25em;
    line-height: 1.6;
  }
  .about-toolkit.reference-section .toolkit-row {
    grid-template-columns: 12.6cqw 1fr;
    gap: 1.6cqw;
    min-height: 0;
    height: 11.75cqw;
    padding: 1.35cqw 0 2.05cqw;
    align-items: center;
  }
  .about-toolkit.reference-section .toolkit-label {
    display: block;
    padding-right: 0.75cqw;
    border-right: 1px solid #d3d6dc;
    height: auto;
  }
  .about-toolkit.reference-section .toolkit-label > span {
    font-size: 1.75cqw;
    line-height: 1;
  }
  .about-toolkit.reference-section .toolkit-label h3 {
    font-size: 1.65cqw;
    margin: 0.6cqw 0 0.5cqw;
    letter-spacing: -0.06em;
    white-space: nowrap;
  }
  .about-toolkit.reference-section .toolkit-row:last-of-type h3 {
    font-size: 1.32cqw;
  }
  .about-toolkit.reference-section .toolkit-label p {
    font-size: 1cqw;
    line-height: 1.4;
  }
  .about-toolkit.reference-section .skill-icons {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 1.25cqw;
  }
  .about-toolkit.reference-section .skill-item {
    font-size: 0.72cqw;
    line-height: 1.4;
  }
  .about-toolkit.reference-section .skill-mark {
    height: 4.1cqw;
    width: 4.1cqw;
    border-radius: 0.8cqw;
    margin: 0 auto 0.4cqw;
  }
  .about-toolkit.reference-section .skill-mark .icon {
    width: 2cqw;
    height: 2cqw;
  }
  .about-toolkit.reference-section .toolkit-right blockquote {
    height: 8.6cqw;
    margin: 0.4cqw -1.1cqw 0 0.4cqw;
    padding: 2.2cqw 2.2cqw 2.2cqw 5.6cqw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.4cqw;
    border-radius: 1.5cqw;
    font-size: 1.6cqw;
    line-height: 1.25;
    background: #edeae780;
  }
  .about-toolkit.reference-section .toolkit-right blockquote:before {
    left: 2.8cqw;
    top: 2cqw;
    bottom: 2cqw;
  }
  .about-toolkit.reference-section .toolkit-right blockquote small {
    font-size: 0.65cqw;
    flex-shrink: 0;
  }
  /* Personal section retains the complete desk scene and white text area. */
  .about-personal.reference-section .personal-copy {
    position: absolute;
    left: 55.7cqw;
    top: 10.7cqw;
    width: 39cqw;
    margin: 0;
  }
  .about-personal.reference-section .eyebrow {
    margin-bottom: 2.2cqw;
  }
  .about-personal.reference-section h2 {
    font-size: 5.2cqw;
    line-height: 0.99;
    margin-bottom: 3.5cqw;
    white-space: nowrap;
  }
  .about-personal.reference-section .personal-copy > p:not(.eyebrow) {
    font-size: 1.43cqw;
    line-height: 1.42;
    margin-bottom: 1.9cqw;
  }
}
/* On smaller screens keep reading order and give each illustration its own space. */
@media (max-width: 1000px) {
  .about-main .reference-section {
    height: auto;
    min-height: 0;
    padding: 52px 6% 32px;
    display: block;
    background: #fcfbf9;
  }
  .reference-section .about-wrap {
    width: 100%;
    display: block;
  }
  .reference-section .section-copy {
    position: relative;
    width: 100%;
  }
  .reference-section .section-caption {
    width: 100%;
    margin-top: 28px;
  }
  .reference-section .reference-background {
    height: 380px;
    top: auto;
    bottom: 45px;
    object-fit: cover;
    z-index: -1;
  }
  .about-story.reference-section {
    padding-bottom: 400px;
  }
  .about-story.reference-section .reference-background {
    width: 178%;
    left: -78%;
    height: 400px;
    object-fit: cover;
    object-position: right center;
    mask-image: linear-gradient(
      to bottom,
      transparent,
      #000 12%,
      #000 92%,
      transparent
    );
  }
  .about-story.reference-section .section-caption {
    position: absolute;
    left: 6%;
    bottom: 22px;
    width: 88%;
  }
  .about-approach.reference-section .reference-background {
    display: none;
  }
  .about-approach.reference-section .section-copy:after {
    content: "";
    display: block;
    width: 100%;
    height: 340px;
    background: url("assets/generated/about/approach-v3.webp") right center /
      auto 430px no-repeat;
    margin: 20px 0;
  }
  .about-approach.reference-section .principles {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .about-approach.reference-section .principles article + article {
    padding: 22px 0 0;
    border-left: 0;
    border-top: 1px solid #e1e4e9;
  }
  .about-disciplines.reference-section {
    padding-bottom: 310px;
  }
  .about-disciplines.reference-section .reference-background {
    height: 290px;
    bottom: 35px;
    object-fit: cover;
    object-position: center bottom;
  }
  .about-disciplines.reference-section .discipline-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
  }
  .about-disciplines.reference-section .section-caption {
    position: absolute;
    left: 6%;
    bottom: 20px;
    width: 88%;
  }
  .about-toolkit.reference-section .reference-background {
    display: none;
  }
  .about-toolkit.reference-section .toolkit-left {
    padding: 0;
    min-height: 0;
  }
  .about-toolkit.reference-section .toolkit-left:after {
    content: "";
    display: block;
    height: 370px;
    margin: 15px -6.8% 0;
    background: url("assets/generated/about/toolkit-v3.webp") left bottom / auto
      740px no-repeat;
  }
  .about-toolkit.reference-section .toolkit-right {
    padding: 10px 0 0;
  }
  .about-toolkit.reference-section .toolkit-topline {
    display: none;
  }
  .about-toolkit.reference-section .toolkit-row {
    grid-template-columns: 1fr;
    min-height: 0;
    height: auto;
    gap: 18px;
    padding: 25px 0;
  }
  .about-toolkit.reference-section .toolkit-label {
    border: 0;
  }
  .about-toolkit.reference-section .skill-icons {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 7px;
  }
  .about-toolkit.reference-section .skill-mark {
    width: 100%;
    height: 42px;
  }
  .about-toolkit.reference-section .skill-item {
    font-size: 9px;
  }
  .about-toolkit.reference-section .toolkit-right blockquote {
    display: block;
    margin: 20px 0 0;
    font-size: 21px;
  }
  .about-toolkit.reference-section .toolkit-right blockquote small {
    display: block;
    margin-top: 18px;
  }
  .about-personal.reference-section {
    padding-top: 440px;
  }
  .about-personal.reference-section .reference-background {
    height: 430px;
    top: 0;
    bottom: auto;
    width: 170%;
    object-fit: cover;
    object-position: left center;
    mask-image: linear-gradient(#000 85%, transparent);
  }
  .about-personal.reference-section .personal-copy {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 700px) {
  .about-disciplines.reference-section {
    padding-bottom: 58px;
  }
  .about-disciplines.reference-section .reference-background {
    display: none;
  }
  .about-disciplines.reference-section .discipline-grid {
    grid-template-columns: 1fr;
    gap: 46px 0;
    width: 100%;
    overflow: hidden;
  }
  .about-disciplines.reference-section .discipline-grid article {
    min-width: 0;
    padding: 0 4vw;
  }
  .about-disciplines.reference-section .discipline-grid article:after {
    content: "";
    display: block;
    aspect-ratio: 2 / 3;
    width: 100%;
    margin: 22px 0 0;
    background-image: url("assets/generated/about/mobile-disciplines/all-panels.png");
    background-repeat: no-repeat;
    background-size: 200% 200%;
  }
  .about-disciplines.reference-section .discipline-grid article:nth-child(1):after {
    background-position: left top;
  }
  .about-disciplines.reference-section .discipline-grid article:nth-child(2):after {
    background-position: right top;
  }
  .about-disciplines.reference-section .discipline-grid article:nth-child(3):after {
    background-position: left bottom;
  }
  .about-disciplines.reference-section .discipline-grid article:nth-child(4):after {
    background-position: right bottom;
  }
  .about-disciplines.reference-section .discipline-grid h3 {
    font-size: clamp(31px, 6.2vw, 40px);
    line-height: 1.05;
    letter-spacing: -0.04em;
  }
  .about-disciplines.reference-section .discipline-trigger {
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
  }
  .about-disciplines.reference-section .section-caption {
    position: static;
    width: 100%;
    margin-top: 28px;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  .about-main .reference-section .section-copy {
    max-width: 630px;
  }
  .about-main .reference-section h2 {
    font-size: 52px;
  }
  .about-main .reference-section p {
    font-size: 18px;
  }
  .about-disciplines.reference-section .discipline-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .about-disciplines.reference-section .discipline-grid article {
    padding: 0 12px;
  }
  .about-disciplines.reference-section .discipline-grid h3 {
    font-size: 24px;
  }
  .about-disciplines.reference-section .discipline-grid ul {
    font-size: 13px;
  }
  .about-toolkit.reference-section .toolkit-left {
    padding-right: 45%;
    min-height: 350px;
  }
  .about-toolkit.reference-section .toolkit-left:after {
    position: absolute;
    right: -7%;
    top: 0;
    width: 55%;
    height: 350px;
    margin: 0;
    background-size: auto 700px;
  }
  .about-toolkit.reference-section .toolkit-row {
    grid-template-columns: 170px 1fr;
  }
  .about-toolkit.reference-section .skill-mark {
    height: 54px;
  }
  .about-personal.reference-section .reference-background {
    width: 130%;
  }
}
@media (max-width: 380px) {
  .reference-section .skill-icons {
    gap: 4px !important;
  }
  .reference-section .skill-mark {
    height: 37px !important;
  }
  .reference-section .skill-item {
    font-size: 8px !important;
  }
  .reference-section .skill-mysql b {
    font-size: 12px;
  }
}

/* Keep the About page optically aligned with the homepage on large screens. */
@media (min-width: 1001px) {
  .about-main h1 {
    font-size: 72px;
  }

  .about-main h2,
  .about-main .reference-section h2,
  .toolkit-left h2,
  .personal-copy h2 {
    font-size: 56px;
  }

  .about-disciplines h2,
  .about-journey h2 {
    font-size: 62px;
  }

  .about-cta h2 {
    font-size: 72px;
  }

  .about-main p,
  .about-main .reference-section p {
    font-size: 17px;
    line-height: 1.5;
  }

  .about-hero-copy > p:not(.eyebrow),
  .toolkit-left > p:not(.eyebrow),
  .about-cta .center-heading > p:not(.eyebrow) {
    font-size: 19px;
  }

  .about-hero-copy .hero-secondary {
    font-size: 16px !important;
  }

  .journey-stats strong {
    font-size: 78px;
  }

  .journey-stats span {
    font-size: 13px;
  }

  .about-main .button {
    font-size: 15px;
    min-height: 50px;
    padding: 13px 23px;
    gap: 22px;
  }
}

@media (min-width: 1600px) {
  .about-main .reference-section {
    height: 1024px;
  }

  .reference-section .reference-background {
    width: 1536px;
    max-width: none;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    object-fit: cover;
  }

  .reference-section .section-copy {
    left: max(96px, calc((100% - 1536px) / 2 + 96px));
    top: 108px;
    width: 584px;
  }

  .about-main .reference-section .eyebrow {
    font-size: 13px;
    margin-bottom: 24px;
  }

  .about-main .reference-section h2,
  .about-story.reference-section h2,
  .about-approach.reference-section h2 {
    font-size: 58px;
    margin-bottom: 34px;
  }

  .about-main .reference-section .section-copy > p:not(.eyebrow),
  .about-story.reference-section .section-copy > p:not(.eyebrow) {
    font-size: 17px;
    line-height: 1.45;
    margin-bottom: 24px;
  }

  .reference-section .section-caption {
    left: max(82px, calc((100% - 1536px) / 2 + 82px));
    right: max(82px, calc((100% - 1536px) / 2 + 82px));
    bottom: 57px;
    font-size: 11px;
  }

  .reference-section .section-caption > span {
    gap: 28px;
  }

  .reference-section .section-caption > span:before {
    width: 46px;
  }

  .about-story.reference-section .section-copy {
    top: 123px;
    width: 553px;
  }

  .about-disciplines.reference-section .center-heading {
    top: 46px;
    left: max(77px, calc((100% - 1536px) / 2 + 77px));
    right: max(77px, calc((100% - 1536px) / 2 + 77px));
  }

  .about-disciplines.reference-section h2 {
    font-size: 64px;
    margin-bottom: 18px;
  }

  .about-disciplines.reference-section .center-heading > p:not(.eyebrow) {
    font-size: 17px;
    max-width: 880px;
  }

  .about-disciplines.reference-section .discipline-grid {
    left: max(71px, calc((100% - 1536px) / 2 + 71px));
    right: max(54px, calc((100% - 1536px) / 2 + 54px));
    top: 349px;
  }

  .about-disciplines.reference-section .discipline-grid article {
    padding: 0 52px;
    min-height: 445px;
  }

  .about-disciplines.reference-section .discipline-grid h3 {
    font-size: 34px;
    margin-bottom: 12px;
  }

  .about-disciplines.reference-section .discipline-grid ul {
    font-size: 14px;
  }

  .reference-section .section-number {
    font-size: 15px;
    margin-bottom: 19px;
  }

  .reference-section .section-number:after {
    width: 22px;
    margin-top: 14px;
  }

  .about-toolkit.reference-section .toolkit-left {
    left: max(75px, calc((100% - 1536px) / 2 + 75px));
    top: 87px;
    width: 522px;
  }

  .about-toolkit.reference-section h2 {
    font-size: 58px;
    margin-bottom: 32px;
  }

  .about-toolkit.reference-section .toolkit-left > p:not(.eyebrow) {
    font-size: 18px;
  }

  .about-toolkit.reference-section .toolkit-right {
    left: max(672px, calc((100% - 1536px) / 2 + 672px));
    right: max(56px, calc((100% - 1536px) / 2 + 56px));
    top: 129px;
  }

  .about-toolkit.reference-section .toolkit-topline {
    top: -98px;
    right: 89px;
    font-size: 10px;
  }

  .about-toolkit.reference-section .toolkit-row {
    grid-template-columns: 194px 1fr;
    gap: 24px;
    height: 180px;
    padding: 21px 0 31px;
  }

  .about-toolkit.reference-section .toolkit-label {
    padding-right: 12px;
  }

  .about-toolkit.reference-section .toolkit-label > span {
    font-size: 27px;
  }

  .about-toolkit.reference-section .toolkit-label h3,
  .about-toolkit.reference-section .toolkit-row:last-of-type h3 {
    font-size: 21px;
    margin: 9px 0 8px;
  }

  .about-toolkit.reference-section .toolkit-label p {
    font-size: 13px;
  }

  .about-toolkit.reference-section .skill-icons {
    gap: 19px;
  }

  .about-toolkit.reference-section .skill-item {
    font-size: 11px;
  }

  .about-toolkit.reference-section .skill-mark {
    width: 63px;
    height: 63px;
    border-radius: 12px;
    margin-bottom: 6px;
  }

  .about-toolkit.reference-section .toolkit-right blockquote {
    height: 132px;
    margin: 6px -17px 0 6px;
    padding: 34px 34px 34px 86px;
    gap: 22px;
    border-radius: 23px;
    font-size: 22px;
  }

  .about-toolkit.reference-section .toolkit-right blockquote:before {
    left: 43px;
    top: 31px;
    bottom: 31px;
  }

  .about-toolkit.reference-section .toolkit-right blockquote small {
    font-size: 10px;
  }

  .about-approach.reference-section .principles {
    left: max(98px, calc((100% - 1536px) / 2 + 98px));
    top: 708px;
    gap: 35px;
    width: 776px;
  }

  .about-approach.reference-section .principles article + article {
    padding-left: 34px;
  }

  .about-approach.reference-section .principles h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .about-approach.reference-section .principles p {
    font-size: 13px;
  }

  .about-personal.reference-section .personal-copy {
    left: max(856px, calc((100% - 1536px) / 2 + 856px));
    top: 164px;
    width: 599px;
  }

  .about-personal.reference-section h2 {
    font-size: 58px;
    margin-bottom: 54px;
  }

  .about-personal.reference-section .personal-copy > p:not(.eyebrow) {
    font-size: 17px;
    margin-bottom: 26px;
  }

  .about-journey.about-section {
    height: 1024px;
    aspect-ratio: auto;
    padding-top: 96px;
    overflow: hidden;
  }

  .about-journey .about-wrap {
    width: 1536px;
    max-width: 100%;
    margin-inline: auto;
  }

  .about-journey .eyebrow {
    font-size: 13px;
  }

  .about-journey h2 {
    font-size: 62px;
  }

  .journey-stats {
    margin-top: 72px;
    max-width: 1120px;
  }

  .journey-art {
    width: 1536px;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
  }

  .about-cta {
    min-height: 920px;
    overflow: hidden;
    background-size: 1536px auto;
    background-position: center bottom;
  }

  .about-cta .center-heading {
    width: 1536px;
    max-width: 100%;
    margin-inline: auto;
    padding-inline: 96px;
  }
}
