.about-us.site-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 !important;
  overflow-x: clip;
}

.about-us :where(a, button, [tabindex]):focus-visible,
.about-page-footer :where(a, button, [tabindex]):focus-visible {
  outline: 3px solid var(--clr-brand);
  outline-offset: 3px;
}

.about-keyboard-control {
  position: absolute;
  z-index: 20;
  width: auto;
  min-width: 44px;
  min-height: 44px;
  padding: 10px 14px;
  border: 2px solid var(--clr-brand);
  border-radius: 8px;
  opacity: 0;
  color: #fff;
  background: rgba(16, 16, 16, 0.94);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.24);
  pointer-events: none;
}

.about-keyboard-control:focus-visible {
  opacity: 1;
  pointer-events: auto;
}

.about-header {
  --about-header-flow-gap: clamp(22px, 3vh, 34px);
  --about-header-title-description-gap: clamp(24px, 3vh, 36px);
  position: relative;
  isolation: isolate;
  width: 100%;
  height: clamp(480px, 58svh, 680px);
  min-height: 0;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  background: #ece9e4;
}

.about-header__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none !important;
  object-fit: cover;
  object-position: center center;
}

.about-header__overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 68%;
  background: rgba(255, 254, 254, 0.95);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
  pointer-events: none;
}

.about-header::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10px;
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(255, 254, 254, 0.9) 0%,
    rgba(255, 254, 254, 1) 100%
  );
  pointer-events: none;
}

.about-header__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: clamp(112px, 14vh, 150px) 4vw 4vw;
}

.about-header__content {
  width: min(46%, 680px);
}

.about-header__title {
  max-width: 760px;
  margin: 0;
  color: #1a1a1a;
  font-size: clamp(34px, 3.25vw, 58px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.06;
  text-wrap: balance;
}

.about-header__title-line {
  display: block;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.about-header__title-line--orange {
  margin-top: 0.12em;
  color: var(--clr-brand);
}

.about-header__description {
  max-width: 620px;
  margin: var(--about-header-title-description-gap) 0 0;
  color: var(--clr-text);
  font-size: clamp(16px, 1.25vw, 21px);
  font-weight: 400;
  line-height: 1.38;
}

.about-header__description-mobile {
  display: none;
}

.about-header__actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--about-header-flow-gap);
}

.about-header .about-header__button {
  justify-content: space-between;
  width: fit-content;
  min-width: clamp(185px, 16vw, 230px);
  min-height: 44px;
}

.about-header .about-header__button span {
  font-size: inherit;
}

.about-header__button-arrow {
  margin-left: 18px;
}

.about-header :where(a, button, [tabindex]):focus-visible {
  outline: 3px solid #1a1a1a;
  outline-offset: 3px;
}

.about-overview {
  width: 100%;
  margin: 0;
  padding: 6vh 4vw !important;
  color: var(--clr-text);
  background: var(--clr-bg-white);
  text-align: center;
}

.about-overview__header {
  width: 100%;
  margin: 0 auto;
}

.about-overview__eyebrow {
  margin: 0 0 clamp(6px, 0.8vh, 10px);
  color: var(--clr-brand);
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.about-overview__title {
  margin: 0;
  color: #0f0f0f;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

.about-overview__description {
  width: 100%;
  max-width: 1380px;
  margin: clamp(20px, 2.6vh, 34px) auto 0;
  color: var(--clr-text);
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 400;
  line-height: 1.45;
  text-wrap: pretty;
}

.about-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(36px, 7vw, 120px);
  width: min(100%, 1300px);
  margin: clamp(38px, 5vh, 64px) auto 0;
}

.about-overview__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.about-overview__icon-wrap {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 80%;
  height: auto;
  aspect-ratio: 5 / 3;
}

.about-overview__icon {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.about-overview__item-title {
  margin: clamp(14px, 1.8vh, 22px) 0 0;
  color: #56504e;
  font-size: clamp(16px, 1.35vw, 21px);
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.about-overview__item-description {
  max-width: 340px;
  margin: clamp(12px, 1.6vh, 20px) auto 0;
  color: #151515;
  font-size: clamp(12px, 0.9vw, 15px);
  font-weight: 400;
  line-height: 1.35;
  text-wrap: pretty;
}

.about-services {
  width: 100%;
  margin: 0;
  padding: 6vh 4vw !important;
  color: var(--clr-text);
  background: var(--clr-bg-white);
}

.about-services__header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.about-services__eyebrow {
  margin: 0 0 clamp(6px, 0.8vh, 10px);
  color: var(--clr-brand);
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.about-services__title {
  margin: 0;
  color: #0f0f0f;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

.about-services__description {
  width: 100%;
  max-width: 1380px;
  margin: clamp(20px, 2.6vh, 34px) auto 0;
  color: var(--clr-text);
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  text-wrap: pretty;
}

.about-services__interactive {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(38px, 5vw, 84px);
  width: 100%;
  margin: clamp(38px, 5vh, 64px) auto 0;
}

.about-services__tabs-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  min-width: 0;
  padding-left: clamp(28px, 3vw, 48px);
}

.about-services__rail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  border-radius: 999px;
  background: #c5c5c5;
}

.about-services__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: var(--indicator-height, 48px);
  border-radius: 999px;
  background: var(--clr-brand);
  box-shadow:
    0 -5px 0 var(--clr-bg-white),
    0 5px 0 var(--clr-bg-white);
  transform: translate3d(0, var(--indicator-y, 0), 0);
  transition:
    height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: height, transform;
}

.about-services__rail.is-measuring .about-services__indicator {
  transition: none;
}

.about-services__tabs {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(12px, 1.8vh, 24px);
  min-width: 0;
}

.about-services__tab {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: clamp(38px, 5.4vh, 58px);
  margin: 0;
  padding: 4px 0;
  border: 0;
  border-radius: 0;
  color: #101010;
  background: transparent;
  font: inherit;
  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 220ms ease, transform 220ms ease;
}

.about-services__tab:hover {
  color: var(--clr-brand);
  background: transparent;
  transform: translateX(4px);
}

.about-services__tab.is-active {
  color: #101010;
  transform: translateX(0);
}

.about-services__tab:focus-visible {
  outline: 3px solid var(--clr-brand);
  outline-offset: 5px;
}

.about-services__stage {
  position: relative;
  min-width: 0;
  min-height: clamp(340px, 30vw, 540px);
  overflow: hidden;
  border-radius: clamp(14px, 1.4vw, 22px);
  background: #e9e6e1;
}

.about-services__panel {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(18px, 0, 0) scale(1.025);
  transition:
    opacity 400ms ease,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.about-services__panel.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.about-services__panel:focus-visible {
  outline: 3px solid var(--clr-brand);
  outline-offset: -5px;
}

.about-services__image,
.about-services__image-placeholder {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.about-services__image {
  max-width: none !important;
  object-fit: cover;
  object-position: center;
}

.about-services__image-placeholder {
  background: linear-gradient(135deg, #d9f5f9, #ecd3b0);
}

.about-services__image-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  background: linear-gradient(
    to top,
    rgba(221, 126, 22, 0.8) 0%,
    rgba(221, 126, 22, 0.38) 34%,
    rgba(221, 126, 22, 0) 68%
  );
  pointer-events: none;
}

.about-services__card {
  position: absolute;
  z-index: 2;
  top: clamp(12px, 1.4vw, 22px);
  left: clamp(12px, 1.4vw, 22px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(31%, 260px);
  min-width: 190px;
  max-height: calc(100% - clamp(24px, 2.8vw, 44px));
  padding: clamp(14px, 1.8vw, 28px);
  overflow: auto;
  border-radius: clamp(12px, 1.2vw, 18px);
  color: #101010;
  background: rgba(255, 254, 254, 0.88);
  box-shadow: 0 12px 34px rgba(40, 28, 16, 0.1);
  text-align: center;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.about-services__card-title {
  margin: 0;
  color: #101010;
  font-size: clamp(17px, 1.55vw, 25px);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  text-wrap: balance;
}

.about-services__card-description {
  margin: clamp(14px, 2vh, 24px) 0 0;
  color: #101010;
  font-size: clamp(12px, 0.88vw, 15px);
  font-weight: 400;
  line-height: 1.28;
  text-wrap: pretty;
}

.about-services .about-services__card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: clamp(14px, 2vh, 24px);
  color: #101010;
  font-size: clamp(12px, 0.9vw, 15px);
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: color 200ms ease, transform 200ms ease;
}

.about-services .about-services__card-link > span:first-child {
  padding-bottom: 2px;
  border-bottom: 1px dashed currentColor;
}

.about-services .about-services__card-link:hover {
  color: var(--clr-brand);
  transform: translateX(3px);
}

.about-services .about-services__card-link:focus-visible {
  outline: 3px solid var(--clr-brand);
  outline-offset: 4px;
}

.about-values {
  width: 100%;
  margin: 0;
  padding: 6vh 4vw !important;
  color: var(--clr-text);
  background: var(--clr-bg-white);
}

.about-values__header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.about-values__eyebrow {
  margin: 0 0 clamp(6px, 0.8vh, 10px);
  color: var(--clr-brand);
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.about-values__title {
  margin: 0;
  color: #0f0f0f;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

.about-values__description {
  width: 100%;
  max-width: 1380px;
  margin: clamp(20px, 2.6vh, 34px) auto 0;
  color: var(--clr-text);
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  text-wrap: pretty;
}

.about-values__cards {
  display: flex;
  align-items: stretch;
  gap: clamp(14px, 1.7vw, 28px);
  width: 100%;
  margin: clamp(38px, 5vh, 64px) auto 0;
}

.about-values__card {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  height: clamp(270px, 23vw, 370px);
  overflow: hidden;
  border: 1px solid rgba(37, 30, 25, 0.08);
  border-radius: clamp(14px, 1.2vw, 20px);
  background: var(--clr-bg-white);
  box-shadow: 5px 7px 13px rgba(28, 24, 21, 0.16);
  transition:
    flex-grow 620ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 300ms ease,
    transform 300ms ease;
}

.about-values__card.is-active {
  flex-grow: 2.15;
  box-shadow: 7px 10px 22px rgba(28, 24, 21, 0.18);
}

.about-values__summary {
  display: flex;
  flex: 1 1 48%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: clamp(16px, 2vw, 30px);
  border: 0;
  border-radius: 0;
  color: #111;
  background: transparent;
  font: inherit;
  text-align: center;
}

.about-values__summary:hover,
.about-values__summary:focus {
  color: #111;
  background: transparent;
}

.about-values__summary:focus-visible {
  position: relative;
  z-index: 3;
  outline: 3px solid var(--clr-brand);
  outline-offset: -5px;
}

.about-values__icon-wrap {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: clamp(50px, 4.5vw, 76px);
  height: clamp(50px, 4.5vw, 76px);
}

.about-values__icon {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none !important;
  object-fit: contain;
}

.about-values__card-title {
  display: block;
  margin-top: clamp(13px, 1.6vh, 20px);
  color: #5c5653;
  font-size: clamp(16px, 1.25vw, 21px);
  font-weight: 800;
  line-height: 1.14;
  text-transform: uppercase;
  text-wrap: balance;
}

.about-values__card-description {
  display: block;
  max-width: 240px;
  margin-top: clamp(14px, 1.8vh, 22px);
  color: #111;
  font-size: clamp(12px, 0.88vw, 15px);
  font-weight: 400;
  line-height: 1.28;
  text-transform: none;
  text-wrap: pretty;
}

.about-values__details {
  display: grid;
  flex: 0 0 0;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-width: 0;
  max-width: 0;
  margin: clamp(12px, 1.2vw, 18px) 0;
  padding: clamp(15px, 1.6vw, 25px) 0;
  overflow: hidden;
  border-radius: clamp(12px, 1vw, 16px);
  opacity: 0;
  background: rgba(221, 126, 22, 0.09);
  text-align: center;
  transform: translateX(-10px);
  transition:
    flex-basis 620ms cubic-bezier(0.22, 1, 0.36, 1),
    max-width 620ms cubic-bezier(0.22, 1, 0.36, 1),
    margin 620ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 620ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 260ms ease 40ms,
    transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.about-values__card.is-active .about-values__details {
  flex-basis: 52%;
  max-width: 52%;
  margin-right: clamp(12px, 1.2vw, 18px);
  padding-right: clamp(14px, 1.5vw, 24px);
  padding-left: clamp(14px, 1.5vw, 24px);
  opacity: 1;
  transform: translateX(0);
}

.about-values__details-text {
  display: contents;
}

.about-values__details-title {
  grid-row: 1;
  align-self: center;
  margin: 0;
  color: #5c5653;
  font-size: clamp(16px, 1.25vw, 21px);
  font-weight: 800;
  line-height: 1.12;
  text-transform: none;
  text-wrap: balance;
}

.about-values__details-description {
  grid-row: 3;
  align-self: center;
  margin: clamp(10px, 1.4vh, 16px) 0 0;
  color: #111;
  font-size: clamp(12px, 0.84vw, 14px);
  font-weight: 400;
  line-height: 1.28;
  text-transform: none;
  text-wrap: pretty;
}

.about-values__media {
  position: relative;
  grid-row: 2;
  align-self: stretch;
  min-width: 0;
  min-height: 0;
  margin-top: clamp(8px, 1vh, 12px);
  overflow: hidden;
}

.about-values__motion-toggle {
  right: 10px;
  bottom: 10px;
  font-size: 16px;
  line-height: 1;
}

.about-values__animation {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none !important;
  object-fit: contain;
}

.about-story {
  width: 100%;
  margin: 0;
  padding: 6vh 4vw !important;
  color: var(--clr-text);
  background: var(--clr-bg-white);
}

.about-story__skip {
  top: 18px;
  right: 4vw;
}

.about-story__header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.about-story__eyebrow {
  margin: 0 0 clamp(6px, 0.8vh, 10px);
  color: var(--clr-brand);
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.about-story__title {
  margin: 0;
  color: #0f0f0f;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

.about-story__description {
  width: 100%;
  max-width: 1380px;
  margin: clamp(20px, 2.6vh, 34px) auto 0;
  color: var(--clr-text);
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  text-transform: none;
  text-wrap: pretty;
}

.about-story__content {
  display: grid;
  grid-template-areas: "image timeline";
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: clamp(38px, 5vw, 84px);
  width: 100%;
  margin: clamp(38px, 5vh, 64px) auto 0;
}

.about-story__content--timeline-only,
.about-story__content--image-only {
  grid-template-columns: minmax(0, 1fr);
}

.about-story__content--timeline-only {
  grid-template-areas: "timeline";
}

.about-story__content--image-only {
  grid-template-areas: "image";
}

.about-story__figure {
  position: relative;
  grid-area: image;
  width: 100%;
  height: clamp(360px, 30vw, 560px);
  margin: 0;
  overflow: hidden;
  border-radius: clamp(14px, 1.4vw, 22px);
  background: #e9e6e1;
}

.about-story__figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    to top,
    rgba(221, 126, 22, 0.72) 0%,
    rgba(221, 126, 22, 0.25) 28%,
    rgba(221, 126, 22, 0) 58%
  );
  pointer-events: none;
}

.about-story__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
}

.about-story__timeline {
  position: relative;
  grid-area: timeline;
  min-width: 0;
  padding: 0 0 clamp(44px, 5vh, 72px) clamp(30px, 2.5vw, 42px);
}

.about-story__line {
  position: absolute;
  z-index: 0;
  top: 7px;
  bottom: 7px;
  left: 5px;
  width: 2px;
  border-radius: 999px;
  background: var(--clr-brand);
  transform: scaleY(1);
  transform-origin: top center;
}

.about-story__arrow {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid var(--clr-brand);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.about-story__traveler,
.about-story__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--clr-brand);
}

.about-story__traveler {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  will-change: transform;
}

.about-story__items {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.6vh, 34px);
}

.about-story__item {
  position: relative;
  min-width: 0;
}

.about-story__dot {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: calc(-1 * clamp(30px, 2.5vw, 42px));
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 220ms ease,
    transform 420ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.about-story__item-title {
  margin: 0;
  color: #101010;
  font-size: clamp(17px, 1.35vw, 23px);
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
  text-wrap: balance;
  transition:
    opacity 900ms ease,
    filter 980ms ease,
    transform 1080ms cubic-bezier(0.22, 1, 0.36, 1);
}

.about-story__item-description {
  margin: clamp(8px, 1vh, 12px) 0 0;
  color: #111;
  font-size: clamp(12px, 0.86vw, 15px);
  font-weight: 400;
  line-height: 1.35;
  text-transform: none;
  text-wrap: pretty;
  transition:
    opacity 900ms ease 150ms,
    filter 980ms ease 150ms,
    transform 1080ms cubic-bezier(0.22, 1, 0.36, 1) 150ms;
}

.about-story.is-motion-ready:not(.is-revealed) .about-story__line {
  transform: scaleY(0);
}

.about-story.is-motion-ready:not(.is-revealed) .about-story__arrow {
  opacity: 0;
}

.about-story.is-motion-ready:not(.is-revealed) .about-story__item-title,
.about-story.is-motion-ready:not(.is-revealed) .about-story__item-description {
  opacity: 0;
  filter: blur(4px);
  transform: translate3d(32px, 0, 0);
}

.about-story.is-motion-ready:not(.is-revealed) .about-story__dot {
  opacity: 0;
  transform: scale(0.35);
}

.about-story.is-motion-ready:not(.is-revealed) .about-story__item.is-visible .about-story__item-title,
.about-story.is-motion-ready:not(.is-revealed) .about-story__item.is-visible .about-story__item-description {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.about-story.is-motion-ready:not(.is-revealed) .about-story__item.is-visible .about-story__dot {
  opacity: 1;
  transform: scale(1);
}

.about-story.is-motion-ready:not(.is-revealed) .about-story__item.is-visible.is-arriving .about-story__dot {
  animation: about-story-dot-arrival 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.about-story.is-motion-ready:not(.is-revealed) .about-story__item.is-visible.is-travel-arrival .about-story__dot {
  animation: none;
  transition: none;
}

@keyframes about-story-dot-arrival {
  0% {
    opacity: 0;
    box-shadow: 0 0 0 0 rgba(221, 126, 22, 0);
    transform: scale(0.5);
  }
  42% {
    opacity: 1;
    box-shadow: 0 0 18px 8px rgba(221, 126, 22, 0.58);
    transform: scale(1.65);
  }
  72% {
    box-shadow: 0 0 28px 14px rgba(221, 126, 22, 0);
    transform: scale(0.86);
  }
  100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(221, 126, 22, 0);
    transform: scale(1);
  }
}

.about-staff {
  width: 100%;
  margin: 0;
  padding: 6vh 4vw !important;
  color: var(--clr-text);
  background: var(--clr-bg-white);
}

.about-staff__header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.about-staff__eyebrow {
  margin: 0 0 clamp(6px, 0.8vh, 10px);
  color: var(--clr-brand);
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.about-staff__title {
  margin: 0;
  color: #0f0f0f;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

.about-staff__description {
  width: 100%;
  max-width: 1380px;
  margin: clamp(20px, 2.6vh, 34px) auto 0;
  color: var(--clr-text);
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  text-transform: none;
  text-wrap: pretty;
}

.about-staff__viewport {
  position: relative;
  left: 50%;
  width: 100vw;
  width: 100dvw;
  max-width: 100vw;
  margin-top: clamp(38px, 5vh, 64px);
  overflow: hidden;
  transform: translateX(-50%);
}

.about-staff__control {
  top: 50%;
  transform: translateY(-50%);
}

.about-staff__control:focus-visible {
  transform: translateY(-50%);
}

.about-staff__control--previous {
  left: 4vw;
}

.about-staff__control--next {
  right: 4vw;
}

.about-staff__autoplay-toggle {
  top: 8px;
  right: 4vw;
  display: grid;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  place-items: center;
  border-color: #fff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
}

.about-staff__carousel {
  width: 100%;
  overflow: visible !important;
  cursor: grab;
  touch-action: pan-y;
}

.about-staff__carousel.is-dragging,
.about-staff__carousel:active {
  cursor: grabbing;
}

.about-staff__carousel .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  transition-timing-function: cubic-bezier(0.34, 1.18, 0.64, 1) !important;
}

.about-staff__carousel.is-autoplaying .swiper-wrapper {
  transition-timing-function: linear !important;
}

.about-staff__slide {
  flex-shrink: 0;
  height: auto;
  margin: 0;
  padding: 0 clamp(5px, 0.5vw, 9px) clamp(8px, 1vh, 14px);
  box-sizing: border-box;
  color: #111;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
}

.about-staff__portrait-wrap {
  width: clamp(126px, 10.5vw, 180px);
  height: clamp(126px, 10.5vw, 180px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background: #e9e6e1;
  transform: translateZ(0);
}

.about-staff__portrait {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  -webkit-user-drag: none;
}

.about-staff__name {
  margin: clamp(16px, 1.8vh, 22px) 0 0;
  color: #111;
  font-size: clamp(15px, 1.15vw, 20px);
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
  text-wrap: balance;
}

.about-staff__position {
  margin: clamp(5px, 0.7vh, 8px) 0 0;
  color: #111;
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 400;
  line-height: 1.25;
  text-transform: none;
}

@media (min-width: 992px) {
  .about-overview,
  .about-services,
  .about-values,
  .about-story,
  .about-staff {
    padding: 8vh 6vw !important;
  }
}

@media (max-width: 991.98px) {
  .about-header {
    height: clamp(460px, 56svh, 620px);
  }

  .about-header__overlay {
    width: 75%;
    clip-path: polygon(0 0, 100% 0, 69% 100%, 0 100%);
  }

  .about-header__inner {
    padding: clamp(100px, 13vh, 128px) 4vw 4vw;
  }

  .about-header__content {
    width: min(54%, 590px);
  }

  .about-header__title {
    font-size: clamp(32px, 5vw, 46px);
  }

  .about-overview__grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
    gap: clamp(24px, 4vw, 52px);
  }

  .about-overview__item-title {
    font-size: clamp(14px, 1.8vw, 18px);
  }

  .about-services__interactive {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(28px, 4vw, 48px);
  }

  .about-services__tabs-wrap,
  .about-services__stage {
    width: 100%;
  }

  .about-services__card {
    width: 41%;
    min-width: 175px;
  }

  .about-values__card {
    height: clamp(270px, 34vw, 330px);
  }

  .about-values__cards {
    flex-wrap: wrap;
  }

  .about-values__card,
  .about-values__card.is-active {
    flex-basis: min(100%, 20rem);
  }

  .about-values__summary {
    padding: clamp(12px, 1.7vw, 20px);
  }

  .about-values__card-title,
  .about-values__details-title {
    font-size: clamp(14px, 1.8vw, 18px);
  }

  .about-story__content {
    grid-template-areas:
      "timeline"
      "image";
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(28px, 4vw, 48px);
  }

  .about-story__content--timeline-only {
    grid-template-areas: "timeline";
  }

  .about-story__content--image-only {
    grid-template-areas: "image";
  }

  .about-story__figure {
    height: clamp(340px, 42vw, 480px);
  }

  .about-story__item-title {
    font-size: clamp(15px, 1.9vw, 19px);
  }
}

@media (max-width: 767.98px) {
  .about-us.site-main {
    --about-header-mobile-button-height: clamp(38px, 9.5vw, 44px);
  }

  .about-header {
    --about-header-flow-gap: clamp(14px, 2vh, 20px);
    --about-header-title-description-gap: clamp(12px, 1.6vh, 18px);
    --about-header-mobile-image-margin: clamp(136px, 20svh, 200px);
    z-index: 1;
    height: 55vh;
    height: 55svh;
    overflow: visible;
    background: #fff;
  }

  .about-header__overlay {
    width: 100%;
    clip-path: polygon(0 30%, 100% 60%, 100% 100%, 0 100%);
  }

  .about-header__image {
    inset: 0 0 auto;
    height: calc(100% - var(--about-header-mobile-image-margin));
    object-position: right center;
  }

  .about-header__inner {
    align-items: flex-end;
    padding: 82px 4vw 0;
  }

  .about-header__content {
    width: 80%;
  }

  .about-header__title {
    width: 92vw;
    max-width: none;
    font-size: clamp(25px, 7.2vw, 36px);
  }

  .about-header__description {
    max-width: 100%;
  }

  .about-header__description-desktop {
    display: none;
  }

  .about-header__description-mobile {
    display: inline;
  }

  .about-header .about-header__button {
    position: relative;
    z-index: 2;
    height: var(--about-header-mobile-button-height);
    min-width: 0;
    min-height: var(--about-header-mobile-button-height);
    padding: 5px 14px;
  }

  .about-header__actions {
    margin-top: var(--about-header-flow-gap);
  }

  .about-header__button-arrow {
    margin-left: 8px;
  }

  .about-overview {
    padding-top: 5vh !important;
    padding-bottom: 5vh !important;
  }

  .about-overview__title {
    font-size: clamp(27px, 7vw, 40px);
  }

  .about-overview__description {
    max-width: 100%;
  }

  .about-overview__grid {
    grid-template-columns: 1fr;
    gap: clamp(34px, 6vh, 48px);
    width: min(100%, 520px);
  }

  .about-overview__icon-wrap {
    width: 70%;
    height: auto;
    aspect-ratio: auto;
    margin-inline: auto;
  }

  .about-overview__icon {
    width: 100%;
    height: auto;
  }

  .about-overview__item-title {
    font-size: clamp(16px, 4.6vw, 20px);
  }

  .about-overview__item-description {
    max-width: 360px;
    font-size: clamp(13px, 3.5vw, 15px);
  }

  .about-services {
    padding-top: 5vh !important;
    padding-bottom: 5vh !important;
  }

  .about-services__title {
    font-size: clamp(27px, 7vw, 40px);
  }

  .about-services__interactive {
    grid-template-columns: 1fr;
    gap: clamp(26px, 5vh, 42px);
  }

  .about-services__tabs-wrap {
    min-height: 0;
    padding-left: clamp(22px, 5vw, 34px);
  }

  .about-services__tabs {
    gap: 10px;
  }

  .about-services__tab {
    min-height: 38px;
    font-size: clamp(19px, 4.8vw, 24px);
    white-space: normal;
  }

  .about-services__stage {
    width: 100%;
    height: clamp(240px, 48vw, 320px);
    min-height: 0;
    margin: 2px 0 8px;
    transform-origin: top center;
  }

  .about-services__card {
    width: min(48%, 260px);
    min-width: 0;
  }

  .about-values {
    padding-top: 5vh !important;
    padding-bottom: 5vh !important;
  }

  .about-values__title {
    font-size: clamp(27px, 7vw, 40px);
  }

  .about-values__cards {
    flex-direction: column;
    gap: 14px;
  }

  .about-values__card,
  .about-values__card.is-active {
    display: block;
    flex: none;
    width: 100%;
    height: auto;
  }

  .about-values__summary {
    width: 100%;
    min-height: 0;
    height: var(--about-values-summary-height, auto);
    padding: 18px;
  }

  .about-values__icon-wrap {
    width: 54px;
    height: 54px;
  }

  .about-values__card-title {
    margin-top: 10px;
    font-size: clamp(16px, 4.7vw, 20px);
  }

  .about-values__card-description {
    max-width: 330px;
    margin-top: 10px;
    font-size: clamp(12px, 3.5vw, 14px);
  }

  .about-values__details,
  .about-values__card.is-active .about-values__details {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(120px, 46%);
    grid-template-rows: 1fr;
    flex: none;
    width: auto;
    max-width: none;
    height: 0;
    max-height: none;
    box-sizing: border-box;
    margin: 0 12px;
    padding: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition:
      margin 560ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 280ms ease,
      transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .about-values__card.is-active .about-values__details {
    height: var(--about-values-details-height, auto);
    margin-bottom: 12px;
    opacity: 1;
    transform: translateY(0);
  }

  .about-values__details-text {
    display: flex;
    grid-column: 1;
    grid-row: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 14px 12px 14px 14px;
  }

  .about-values__details-title {
    margin: 0;
    font-size: clamp(15px, 4.2vw, 19px);
  }

  .about-values__details-description {
    margin: 12px 0 0;
    font-size: clamp(11px, 3.2vw, 13px);
  }

  .about-values__media {
    grid-column: 2;
    grid-row: 1;
    min-height: 150px;
    height: 100%;
    margin: 14px 14px 14px 0;
  }

  .about-story {
    padding-top: 5vh !important;
    padding-bottom: 5vh !important;
  }

  .about-story__title {
    font-size: clamp(27px, 7vw, 40px);
  }

  .about-story__content,
  .about-story__content--timeline-only,
  .about-story__content--image-only {
    grid-template-areas:
      "timeline"
      "image";
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(28px, 5vh, 42px);
  }

  .about-story__content--timeline-only {
    grid-template-areas: "timeline";
  }

  .about-story__content--image-only {
    grid-template-areas: "image";
  }

  .about-story__timeline {
    padding-left: 30px;
  }

  .about-story__dot {
    left: -30px;
  }

  .about-story__figure {
    height: clamp(250px, 67vw, 390px);
    will-change: transform;
  }

  .about-story__item-title {
    font-size: clamp(16px, 4.7vw, 20px);
  }

  .about-story__item-description {
    font-size: clamp(12px, 3.5vw, 14px);
  }

  .about-staff {
    padding-top: 5vh !important;
    padding-bottom: 5vh !important;
  }

  .about-staff__title {
    font-size: clamp(27px, 7vw, 40px);
  }

  .about-staff__portrait-wrap {
    width: clamp(112px, 30vw, 145px);
    height: clamp(112px, 30vw, 145px);
  }

  .about-staff__name {
    font-size: clamp(14px, 4vw, 17px);
  }

  .about-staff__position {
    font-size: clamp(12px, 3.5vw, 15px);
  }
}

@media (max-width: 500px) {
  .about-header__overlay {
    width: 100%;
    clip-path: polygon(0 35%, 100% 60%, 100% 100%, 0 100%);
  }

  .about-header__content {
    width: 80%;
  }

  .about-services__stage {
    height: clamp(240px, 66vw, 300px);
    min-height: 0;
  }

  .about-services__image {
    object-position: center;
  }

  .about-services__card {
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    max-height: none;
    padding: 10px 14px;
    overflow: visible;
    transform: none;
  }

  .about-services__card-title {
    font-size: clamp(17px, 5vw, 22px);
  }

  .about-services__card-description,
  .about-services .about-services__card-link {
    font-size: clamp(12px, 3.5vw, 14px);
  }

  .about-services__card-description,
  .about-services .about-services__card-link {
    margin-top: 8px;
  }

  .about-values__summary {
    min-height: 0;
  }

  .about-values__media {
    min-height: 135px;
  }

  .about-story__figure {
    height: clamp(235px, 68vw, 330px);
  }

  .about-story__items {
    gap: 22px;
  }

  .about-staff__portrait-wrap {
    width: clamp(104px, 31vw, 132px);
    height: clamp(104px, 31vw, 132px);
  }
}

/* About Us footer */
footer.about-page-footer {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  min-height: clamp(390px, 37vw, 560px);
  margin: 0;
  padding: clamp(38px, 4.6vw, 72px) 4vw clamp(24px, 2.6vw, 42px);
  overflow: hidden;
  color: #fff;
  background-color: #242728;
  background-image: var(--about-footer-image, none);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

footer.about-page-footer::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(17, 22, 23, 0.72) 0%, rgba(17, 22, 23, 0.79) 100%);
  pointer-events: none;
}

.about-page-footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: clamp(328px, 29vw, 446px);
  margin: 0 auto;
}

.about-page-footer__cta {
  width: min(100%, 1060px);
  margin: 0 auto;
  text-align: center;
}

.about-page-footer__eyebrow {
  margin: 0 0 clamp(6px, 0.65vw, 10px);
  color: var(--clr-brand);
  font-size: clamp(14px, 1.15vw, 19px);
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.about-page-footer__title {
  margin: 0;
  color: #fff;
  font-size: clamp(27px, 2.6vw, 43px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
  text-transform: uppercase;
  text-wrap: balance;
}

.about-page-footer__description {
  max-width: 960px;
  margin: clamp(16px, 1.75vw, 26px) auto 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 400;
  line-height: 1.45;
  text-transform: none;
  text-wrap: pretty;
}

.about-page-footer__actions {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(18px, 2.6vw, 38px);
  margin-top: clamp(22px, 2.35vw, 36px);
}

.about-page-footer .about-page-footer__button,
.about-page-footer a.about-page-footer__button,
.about-page-footer button.about-page-footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(210px, 18vw, 290px);
  margin: 0;
}

.about-page-footer button.about-page-footer__button--secondary {
  color: #fff !important;
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.92) !important;
  box-shadow: none;
}

.about-page-footer button.about-page-footer__button--secondary:hover,
.about-page-footer button.about-page-footer__button--secondary:focus,
.about-page-footer button.about-page-footer__button--secondary:focus-visible,
.about-page-footer button.about-page-footer__button--secondary:active {
  color: var(--clr-brand) !important;
  background: transparent !important;
  border-color: var(--clr-brand) !important;
  box-shadow:
    0 0 0 1px rgba(221, 126, 22, 0.12),
    0 0 22px 5px rgba(221, 126, 22, 0.3);
}

.about-page-footer button.about-page-footer__button--secondary:focus-visible {
  outline: 3px solid rgba(221, 126, 22, 0.3);
  outline-offset: 3px;
}

.about-page-footer__divider {
  width: 100%;
  height: 1px;
  margin: clamp(34px, 4.1vw, 64px) 0 clamp(22px, 2.3vw, 36px);
  background: rgba(255, 255, 255, 0.68);
}

.about-page-footer__bottom {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.25vw, 38px);
  width: 100%;
}

.about-page-footer__brand {
  display: block;
  flex: 0 0 auto;
  line-height: 0;
}

.about-page-footer .footer-logo {
  display: block;
  width: clamp(64px, 6.2vw, 100px);
  height: auto;
}

.about-page-footer .footer-copyright {
  flex: 0 1 auto;
}

.about-page-footer .footer-copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(10px, 0.72vw, 12px);
  line-height: 1.35;
  white-space: nowrap;
}

.about-page-footer .footer-copyright .about-page-footer__attribution {
  margin-top: 3px;
  font-size: clamp(9px, 0.65vw, 11px);
}

.about-page-footer__attribution a {
  display: inline-block;
  color: inherit;
  font: inherit;
  text-decoration: none;
  transform-origin: left center;
  transition:
    color 220ms ease,
    font-weight 220ms ease,
    transform 320ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.about-page-footer__attribution a:hover,
.about-page-footer__attribution a:focus-visible,
.about-page-footer__attribution a:active {
  color: var(--clr-brand);
  font-weight: 700;
  transform: scale(1.03);
}

.about-page-footer .footer-links {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.15vw, 20px);
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  list-style: none;
  white-space: nowrap;
}

.about-page-footer .footer-links li {
  display: block;
}

.about-page-footer .footer-links a {
  display: inline-block;
  color: #fff;
  font-size: clamp(10px, 0.72vw, 12px);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transform-origin: center;
  transition:
    color 220ms ease,
    font-weight 220ms ease,
    transform 320ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.about-page-footer .footer-links a:hover,
.about-page-footer .footer-links a:focus-visible,
.about-page-footer .footer-links a:active {
  color: var(--clr-brand);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-2px) scale(1.06);
}

.about-page-footer .social-media {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(10px, 1vw, 16px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-page-footer .social-media a {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: color 220ms ease, transform 320ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.about-page-footer .social-media a:hover,
.about-page-footer .social-media a:focus-visible,
.about-page-footer .social-media a:active {
  color: var(--clr-brand);
  transform: translateY(-2px) scale(1.08);
}

@media (max-width: 1100px) {
  .about-page-footer__bottom {
    flex-wrap: wrap;
  }

  .about-page-footer .footer-links {
    order: 3;
    flex-basis: 100%;
  }

  .about-page-footer .social-media {
    margin-left: auto;
  }
}

@media (max-width: 767.98px) {
  footer.about-page-footer {
    min-height: 0;
    padding: clamp(58px, 15vw, 116px) clamp(28px, 8vw, 60px) clamp(54px, 11vw, 84px);
    background-color: #242728;
    background-image: none;
  }

  footer.about-page-footer::before {
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 18, 19, 0.7) 0%, rgba(9, 13, 14, 0.84) 100%);
  }

  footer.about-page-footer::after {
    position: absolute;
    z-index: -2;
    inset: 0;
    content: "";
    background-image: var(--about-footer-image, none);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
  }

  .about-page-footer__inner {
    min-height: 0;
  }

  .about-page-footer__cta {
    width: 100%;
  }

  .about-page-footer__eyebrow {
    margin-bottom: clamp(14px, 3vw, 23px);
    font-size: clamp(15px, 3.65vw, 28px);
    line-height: 1.2;
  }

  .about-page-footer__title {
    max-width: 620px;
    margin: 0 auto;
    font-size: clamp(30px, 6.1vw, 47px);
    line-height: 1.28;
  }

  .about-page-footer__description {
    max-width: 570px;
    margin-top: clamp(20px, 4.8vw, 37px);
    font-size: clamp(15px, 2.85vw, 22px);
    line-height: 1.65;
  }

  .about-page-footer__actions {
    flex-direction: column;
    gap: clamp(14px, 3.5vw, 27px);
    width: min(100%, 470px);
    margin-top: clamp(30px, 8vw, 62px);
    margin-right: auto;
    margin-left: auto;
  }

  .about-page-footer__button--primary {
    order: 1;
  }

  .about-page-footer__button--secondary {
    order: 2;
  }

  .about-page-footer .about-page-footer__button,
  .about-page-footer a.about-page-footer__button,
  .about-page-footer button.about-page-footer__button {
    width: 100%;
    min-width: 0;
    text-align: center;
  }

  .about-page-footer__divider {
    width: min(100%, 470px);
    margin: clamp(30px, 8vw, 62px) auto 0;
  }

  .about-page-footer__bottom {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0;
    margin-top: clamp(28px, 7vw, 54px);
  }

  .about-page-footer__brand {
    flex: 0 0 auto;
    text-align: center;
  }

  .about-page-footer .footer-logo {
    width: clamp(105px, 20vw, 155px);
    margin: 0 auto;
  }

  .about-page-footer .footer-copyright {
    flex: 0 0 auto;
    max-width: 560px;
    margin-top: clamp(22px, 5vw, 38px);
    text-align: center;
  }

  .about-page-footer .footer-copyright p {
    font-size: clamp(12px, 2.6vw, 20px);
    line-height: 1.55;
    white-space: normal;
  }

  .about-page-footer .footer-links {
    order: initial;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex: 0 0 auto;
    gap: clamp(18px, 4vw, 31px) clamp(22px, 8vw, 62px);
    width: min(100%, 470px);
    margin: clamp(24px, 5.5vw, 42px) auto 0;
    white-space: normal;
  }

  .about-page-footer .footer-links li,
  .about-page-footer .footer-links li.contact {
    display: block;
    min-width: 0;
    text-align: center;
  }

  .about-page-footer .footer-links li:nth-child(odd):not(:last-child) {
    text-align: right;
  }

  .about-page-footer .footer-links li:nth-child(even) {
    text-align: left;
  }

  .about-page-footer .footer-links li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    text-align: center;
  }

  .about-page-footer .footer-links a {
    font-size: clamp(12px, 2.65vw, 20px) !important;
    font-weight: 400;
    line-height: 1.25;
    overflow: visible;
    text-overflow: initial;
  }

  .about-page-footer .social-media {
    gap: clamp(14px, 3.5vw, 27px);
    margin: clamp(28px, 6vw, 46px) 0 0;
  }

  .about-page-footer .social-media a {
    width: clamp(32px, 6.5vw, 50px);
    height: clamp(32px, 6.5vw, 50px);
    font-size: clamp(24px, 5vw, 38px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-header .about-header__button,
  .about-services__indicator,
  .about-services__panel,
  .about-services__tab,
  .about-services__card-link,
  .about-values__card,
  .about-values__details,
  .about-story__item,
  .about-story__dot,
  .about-story__item-title,
  .about-story__item-description {
    transition: none;
  }

  .about-story__item.is-arriving .about-story__dot {
    animation: none;
  }
}
