.yla-about {
  --about-ink: #111;
  --about-paper: #f3f2ee;
  --about-blue: #1f5fe0;
  background: var(--about-paper);
  color: var(--about-ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.yla-about * {
  box-sizing: border-box;
}

.yla-about-shell {
  width: min(100% - clamp(36px, 6vw, 112px), 1640px);
  margin-inline: auto;
}

.yla-about-kicker {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.yla-about h1,
.yla-about h2,
.yla-about h3,
.yla-about p {
  overflow-wrap: anywhere;
}

.yla-about h1,
.yla-about h2,
.yla-about h3 {
  margin: 0;
  color: inherit;
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-style: normal;
  font-stretch: normal;
}

.yla-about h2 {
  font-size: clamp(32px, 3.4vw, 58px);
  font-weight: 400 !important;
  letter-spacing: -.01em;
  line-height: 1.08;
  text-transform: uppercase;
}

.yla-about-button {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #111;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity 180ms ease;
}

.yla-about-button:hover,
.yla-about-button:focus-visible {
  opacity: .6;
}

.yla-about-button--light {
  color: #fff;
}

.yla-about-button--light:hover,
.yla-about-button--light:focus-visible {
  opacity: .7;
}

.yla-about-hero {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: clamp(560px, 66vw, 760px);
  align-items: center;
  background: #020815;
  color: #fff;
}

.yla-about-hero__image,
.yla-about-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.yla-about-hero__image {
  object-fit: cover;
  object-position: center center;
}

.yla-about-hero__shade {
  background: linear-gradient(90deg, rgba(1, 6, 17, .96) 0%, rgba(1, 6, 17, .82) 28%, rgba(1, 6, 17, .16) 62%, rgba(1, 6, 17, .1) 100%);
}

.yla-about-hero__content {
  position: relative;
  z-index: 1;
}

.yla-about-hero h1 {
  max-width: 760px;
  font-size: clamp(50px, 6vw, 96px);
  font-weight: 400 !important;
  letter-spacing: -.025em;
  line-height: .96;
  text-transform: uppercase;
}

.yla-about-hero h1 span {
  color: #2c7df4;
}

.yla-about-hero__content > p:not(.yla-about-kicker) {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.55;
}

.yla-about-story {
  padding: clamp(74px, 9vw, 148px) 0;
  background: #fff;
}

.yla-about-story__grid {
  display: grid;
  grid-template-columns: 74px minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(28px, 4vw, 74px);
  align-items: start;
}

.yla-about-section-mark {
  padding-top: 8px;
  border-top: 3px solid var(--about-blue);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
}

.yla-about-story__copy {
  padding-top: 30px;
}

.yla-about-story__copy p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.75;
}

.yla-about-story__copy .yla-about-story__lead {
  margin-bottom: 24px;
  color: #111;
  font-size: clamp(20px, 1.6vw, 27px);
  font-weight: 500;
  line-height: 1.42;
}

.yla-about-values {
  padding: clamp(70px, 8vw, 126px) 0;
}

.yla-about-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 40px;
  align-items: end;
  margin-bottom: clamp(42px, 5vw, 76px);
}

.yla-about-heading-row > p {
  margin: 0;
  color: #656565;
  font-size: 15px;
  line-height: 1.6;
}

.yla-about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 64px);
}

.yla-about-values__grid article {
  min-height: 230px;
  padding: 24px 0 0;
  border-top: 1px solid #bdbdb8;
}

.yla-about-values__grid article > span {
  display: block;
  margin-bottom: 58px;
  color: var(--about-blue);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .16em;
}

.yla-about-values__grid h3 {
  margin-bottom: 16px;
  font-size: clamp(18px, 1.35vw, 24px);
  font-weight: 400 !important;
  letter-spacing: .01em;
}

.yla-about-values__grid p {
  max-width: 400px;
  margin: 0;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.65;
}

.yla-about-product-story {
  padding: clamp(70px, 8vw, 126px) 0;
  background: #0a0d13;
  color: #fff;
}

.yla-about-heading-row--dark > p,
.yla-about-heading-row--dark a {
  color: rgba(255, 255, 255, .72);
}

.yla-about-heading-row--dark a {
  width: max-content;
  margin-left: auto;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .11em;
  text-decoration: none;
}

.yla-about-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.yla-about-product-grid a {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: clamp(420px, 42vw, 660px);
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  background: #020714;
  color: #fff;
  text-decoration: none;
}

.yla-about-product-grid a::after {
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .86));
  content: "";
}

.yla-about-product-grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 500ms ease;
}

.yla-about-product-grid a:hover img,
.yla-about-product-grid a:focus-visible img {
  transform: scale(1.035);
}

.yla-about-product-grid span,
.yla-about-product-grid small {
  position: relative;
  z-index: 1;
}

.yla-about-product-grid span {
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: 400 !important;
  letter-spacing: .01em;
}

.yla-about-product-grid small {
  margin-top: 8px;
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  letter-spacing: .14em;
}

.yla-about-team {
  padding: 30px 0 clamp(80px, 8vw, 132px);
  background: #fff;
}

.yla-about-team__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(360px, 1fr);
  gap: clamp(38px, 3.5vw, 64px);
  align-items: stretch;
}

.yla-about-team__visual {
  position: relative;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  aspect-ratio: 1672 / 941;
  background: #111;
}

.yla-about-team__hero-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.yla-about-team__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 3vw, 46px);
  background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .42) 25%, rgba(0, 0, 0, 0) 58%);
  color: #fff;
}

.yla-about-team__overlay span {
  margin-bottom: 10px;
  color: #fff200;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
}

.yla-about-team__overlay strong {
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-size: clamp(30px, 2.65vw, 48px);
  font-weight: 600;
  letter-spacing: .025em;
  line-height: 1.02;
}

.yla-about-team__summary {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
}

.yla-about-team__summary > .yla-about-kicker {
  margin-bottom: 12px;
}

.yla-about-team__summary h2 {
  font-size: clamp(29px, 2.25vw, 39px);
  font-weight: 600 !important;
  letter-spacing: .015em;
  line-height: 1.04;
}

.yla-about-team__summary > p:not(.yla-about-kicker) {
  margin: 8px 0 0;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.yla-about-team__departments {
  margin-top: 4px;
  border-bottom: 1px solid #d7d7d7;
}

.yla-about-team__department {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 16px;
  padding: clamp(14px, 1.15vw, 19px) 0;
  border-top: 1px solid #d7d7d7;
}

.yla-about-team__department > span {
  padding-top: 3px;
  color: #555;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.3;
}

.yla-about-team__department h3 {
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 600 !important;
  letter-spacing: .06em;
  line-height: 1.2;
}

.yla-about-team__department p {
  margin: 7px 0 0;
  color: #333;
  font-size: 12px;
  line-height: 1.45;
}

.yla-about-specialists {
  margin-top: 52px;
}

.yla-about-specialists__title {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .18em !important;
  line-height: 1.3 !important;
}

.yla-about-specialists__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 24px);
  margin-top: 18px;
}

.yla-about-specialists__card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.yla-about-specialists__portrait {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.yla-about-specialists__meta {
  display: flex;
  flex: 1;
  min-height: 132px;
  flex-direction: column;
  padding: 15px 0 4px;
  border-top: 1px solid #d7d7d7;
}

.yla-about-specialists__meta h3 {
  min-height: 2.6em;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 600 !important;
  letter-spacing: .055em;
  line-height: 1.3;
}

.yla-about-specialists__meta p {
  max-width: 32ch;
  margin: 8px 0 0;
  color: #555;
  font-size: 12px;
  line-height: 1.55;
}

.yla-about-collaboration {
  margin-top: clamp(38px, 4vw, 56px);
  padding-top: 26px;
  border-top: 1px solid #d7d7d7;
}

.yla-about-collaboration__heading {
  display: grid;
  grid-template-columns: minmax(240px, .4fr) minmax(0, .6fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  margin-bottom: 24px;
}

.yla-about-collaboration__heading .yla-about-kicker,
.yla-about-collaboration__heading > p {
  margin: 0;
}

.yla-about-collaboration__heading h2 {
  margin-top: 8px;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 600 !important;
  letter-spacing: .018em;
  line-height: 1.08;
}

.yla-about-collaboration__heading > p {
  max-width: 680px;
  color: #444;
  font-size: 14px;
  line-height: 1.55;
}

.yla-about-collaboration__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 38px);
}

.yla-about-collaboration__item {
  padding-top: 15px;
  border-top: 1px solid #d7d7d7;
}

.yla-about-collaboration__item > span {
  display: block;
  margin-bottom: 26px;
  color: var(--about-blue);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
}

.yla-about-collaboration__item h3 {
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 600 !important;
  letter-spacing: .055em;
  line-height: 1.25;
}

.yla-about-collaboration__item p {
  max-width: 36ch;
  margin: 8px 0 0;
  color: #555;
  font-size: 12px;
  line-height: 1.55;
}

.yla-about-review {
  padding: 40px 0;
  border-top: 1px solid #e2e2e2;
  background: #fff;
}

.yla-about-review__layout {
  display: grid;
  grid-template-columns: minmax(310px, .35fr) minmax(0, .65fr);
  gap: clamp(42px, 4vw, 72px);
  align-items: stretch;
}

.yla-about-review__copy {
  min-width: 0;
  height: 100%;
}

.yla-about-review__copy > .yla-about-kicker {
  margin-bottom: 12px;
}

.yla-about-review__copy h2 {
  font-size: clamp(29px, 2.25vw, 40px);
  font-weight: 600 !important;
  letter-spacing: .015em;
  line-height: 1.05;
}

.yla-about-review__copy > p:not(.yla-about-kicker) {
  margin: 14px 0 0;
  color: #333;
  font-size: 14px;
  line-height: 1.52;
}

.yla-about-review__checks {
  margin-top: 4px;
  border-bottom: 1px solid #d7d7d7;
}

.yla-about-review__check {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 16px;
  padding: clamp(14px, 1.15vw, 19px) 0;
  border-top: 1px solid #d7d7d7;
}

.yla-about-review__check > span {
  padding-top: 3px;
  color: #555;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.3;
}

.yla-about-review__check h3 {
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 600 !important;
  letter-spacing: .06em;
  line-height: 1.2;
}

.yla-about-review__check p {
  margin: 7px 0 0;
  color: #333;
  font-size: 12px;
  line-height: 1.45;
}

.yla-about-review__visual {
  position: relative;
  overflow: hidden;
  min-width: 0;
  height: 100%;
  margin: 0;
  aspect-ratio: 10 / 7;
  background: #111;
}

.yla-about-review__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.yla-about-review__caption {
  position: absolute;
  right: clamp(18px, 2.2vw, 36px);
  bottom: clamp(18px, 2.2vw, 34px);
  left: clamp(18px, 2.2vw, 36px);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.35;
  text-align: right;
}

.yla-about-team-cta {
  padding: 38px 0;
  border-top: 1px solid #d7d7d7;
  background: #fff;
}

.yla-about-team-cta__inner {
  display: flex;
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  justify-content: space-between;
}

.yla-about-team-cta__inner > p {
  max-width: 820px;
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

.yla-about-team-cta__inner .yla-about-button {
  flex: 0 0 auto;
  margin-top: 0;
}

.yla-about-promise {
  padding: clamp(78px, 9vw, 150px) 0;
  background: #fff;
}

.yla-about-promise__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: clamp(50px, 8vw, 140px);
  align-items: start;
}

.yla-about-promise__grid > div:last-child {
  padding-top: 34px;
}

.yla-about-promise__grid > div:last-child > p {
  margin: 0;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.75;
}

.yla-about-contact {
  padding: 46px 0;
  border-top: 1px solid #d8d8d8;
  background: #fff;
}

.yla-about-contact__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 72px);
}

.yla-about-contact__grid > div {
  min-height: 0;
  padding: 0;
}

.yla-about-contact span {
  display: block;
  margin-bottom: 13px;
  color: #777;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
}

.yla-about-contact a,
.yla-about-contact p {
  margin: 0;
  color: #111;
  font-size: 13px;
  line-height: 1.55;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .yla-about-team__intro,
  .yla-about-review__layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .yla-about-team__summary,
  .yla-about-review__copy {
    height: auto;
  }

  .yla-about-specialists__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 14px;
  }

  .yla-about-review__visual {
    height: auto;
    aspect-ratio: 1535 / 1024;
  }
}

@media screen and (max-width: 959px) {
  .yla-about-shell {
    width: min(100% - 36px, 720px);
  }

  .yla-about-hero {
    min-height: 650px;
    align-items: flex-end;
    padding-bottom: 54px;
  }

  .yla-about-hero__image {
    object-position: 67% center;
  }

  .yla-about-hero__shade {
    background: linear-gradient(180deg, rgba(1, 6, 17, .12) 18%, rgba(1, 6, 17, .92) 78%, #010611 100%);
  }

  .yla-about-hero h1 {
    font-size: clamp(44px, 12vw, 68px);
    line-height: 1;
  }

  .yla-about-hero__content > p:not(.yla-about-kicker) {
    margin-top: 20px;
    font-size: 14px;
  }

  .yla-about-story__grid,
  .yla-about-heading-row,
  .yla-about-promise__grid {
    grid-template-columns: 1fr;
  }

  .yla-about-section-mark {
    width: 54px;
  }

  .yla-about-story__copy,
  .yla-about-promise__grid > div:last-child {
    padding-top: 0;
  }

  .yla-about-values__grid {
    grid-template-columns: 1fr;
  }

  .yla-about-values__grid article {
    min-height: 0;
    padding: 24px 0 10px;
  }

  .yla-about-values__grid article > span {
    margin-bottom: 38px;
  }

  .yla-about-product-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .yla-about-product-grid::-webkit-scrollbar {
    display: none;
  }

  .yla-about-product-grid a {
    min-width: min(82vw, 390px);
    min-height: 510px;
    scroll-snap-align: start;
  }

  .yla-about-heading-row--dark a {
    margin-left: 0;
  }

  .yla-about-team-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .yla-about-contact__grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
  }

  .yla-about-contact__grid > div,
  .yla-about-contact__grid > div:first-child {
    min-height: 0;
    padding: 0;
  }
}

@media screen and (max-width: 559px) {
  .yla-about-team__overlay {
    padding: 18px;
  }

  .yla-about-team__overlay span {
    margin-bottom: 7px;
    font-size: 8px;
  }

  .yla-about-team__overlay strong {
    font-size: clamp(21px, 7vw, 29px);
  }

  .yla-about-team__department,
  .yla-about-review__check {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 11px;
  }

  .yla-about-specialists__meta {
    min-height: 154px;
    padding-top: 12px;
  }

  .yla-about-specialists__meta h3 {
    min-height: 3.9em;
    font-size: 12px;
  }

  .yla-about-specialists__meta p {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.5;
  }

  .yla-about-review__caption {
    font-size: 8px;
  }
}

@media screen and (max-width: 759px) {
  .yla-about-collaboration__heading,
  .yla-about-collaboration__grid {
    grid-template-columns: 1fr;
  }

  .yla-about-collaboration__heading {
    gap: 12px;
    align-items: start;
    margin-bottom: 20px;
  }

  .yla-about-collaboration__grid {
    gap: 0;
  }

  .yla-about-collaboration__item {
    padding: 17px 0;
  }

  .yla-about-collaboration__item > span {
    margin-bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .yla-about-product-grid img,
  .yla-about-button {
    transition: none;
  }
}
