.hob-ad-about {
  display: grid;
  gap: clamp(34px, 4vw, 72px);
  width: 100%;
  color: #805e9b;
}

.hob-ad-about-hero {
  height: 80vh;
  overflow: hidden;
  border-radius: 0 0 18px 18px;
}

.hob-ad-about-hero__picture,
.hob-ad-about-hero__image {
  display: block;
  width: 100%;
  height: 100%;
}

.hob-ad-about-hero__image {
    border-radius: 0 0 18px 18px;
    object-fit: cover;
    object-position: center 10%;
}

.hob-ad-about-intro,
.hob-ad-about-section {
  overflow: hidden;
  border-radius: 16px;
  background: #fff4f9;
}

.hob-ad-about-intro {
  display: flex;
  height: 80vh;
  align-items: center;
  justify-content: center;
  padding: clamp(38px, 6vw, 92px);
  text-align: center;
}

.hob-ad-about-intro__content {
  display: grid;
  justify-items: center;
  max-width: 980px;
}

.hob-ad-about-intro__logo {
  width: 120px;
  height: auto;
  margin: 34px 0 0;
  border-radius: 0;
}

.hob-ad-about-intro__title {
  margin: 0 0 28px;
  color: #805e9b;
  font-family: "Caslon Ionic", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

.hob-ad-about-intro__text {
  max-width: 920px;
  margin: 0;
  color: #805e9b;
  font-family: "Caslon Ionic", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 37px;
  text-align: center;
}

.hob-ad-about-section {
  padding: 0;
}

.hob-ad-about-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.hob-ad-about-split__content {
  display: flex;
  min-height: 460px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 6vw, 96px);
}

.hob-ad-about-section__title,
.hob-ad-about-founder-card__title {
  margin: 0 0 18px;
  color: #805e9b;
  font-family: "Caslon Doric", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.hob-ad-about-section__text,
.hob-ad-about-founder-card__text,
.hob-ad-about-tabs__panel p {
  margin: 0;
  color: #805e9b;
  font-family: "Caslon Doric", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  text-align: left;
}

.hob-ad-about-tabs__panel p + p {
  margin-top: 14px;
}

.hob-ad-about-split__media,
.hob-ad-about-full-image,
.hob-ad-about-founder-card {
  overflow: hidden;
}

.hob-ad-about-split__media {
  height: 100%;
}

.hob-ad-about-image,
.hob-ad-about-full-image__image,
.hob-ad-about-founder-card__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center center;
}

.hob-ad-about-image {
  min-height: 460px;
}

.hob-ad-about-full-image {
  padding: 0;
}

.hob-ad-about-full-image__image {
  height: 70vh;
  min-height: 0;
}

.hob-ad-about-values .hob-ad-about-split__content {
  align-items: stretch;
}

.hob-ad-about-tabs {
  display: grid;
  margin-top: 12px;
}

.hob-ad-about-tabs__list {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}

.hob-ad-about-tabs__button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #805e9c;
  border-radius: 999px;
  background: transparent;
  color: #805e9c;
  font-family: "Caslon Doric", sans-serif;
  font-size: 15px;
  line-height: 1;
  transition:
    background-color var(--hob-ad-transition),
    border-color var(--hob-ad-transition),
    color var(--hob-ad-transition);
}

.hob-ad-about-tabs__button:hover,
.hob-ad-about-tabs__button:focus-visible,
.hob-ad-about-tabs__button--active {
  border-color: #805e9c;
  background: #805e9b12;
  color: #805e9c;
}

.hob-ad-about-tabs__panel {
  animation: hob-ad-about-panel-enter 220ms ease;
}

.hob-ad-about-tabs__panels {
  order: 1;
}

.hob-ad-about-founders {
  display: grid;
  gap: clamp(28px, 4vw, 54px);
  padding: clamp(44px, 5vw, 78px);
}

.hob-ad-about-founders__header {
  display: grid;
  max-width: 720px;
  justify-self: center;
}

.hob-ad-about-founders__header .hob-ad-about-section__text {
  text-align: center;
}

.hob-ad-about-founder-card__text {
  text-align: center;
}

.hob-ad-about-founders__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 34px);
}

.hob-ad-about-founder-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border-radius: 16px;
  background: #ffffffbd;
}

.hob-ad-about-founder-card__image {
  height: clamp(340px, 34vw, 520px);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  aspect-ratio: auto;
}

.hob-ad-about-founder-card:nth-child(3) .hob-ad-about-founder-card__image {
  object-position: center 25%;
}

.hob-ad-about-founder-card__content {
  padding: clamp(30px, 3vw, 46px);
}

.hob-ad-about-founder-card__title {
  margin-bottom: 14px;
  font-family: "Caslon Ionic", sans-serif;
  font-size: 20px;
  text-transform: none;
}

.hob-ad-media-motion {
  transform: scale(1.04);
  transform-origin: center center;
  transition: transform 420ms cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

@keyframes hob-ad-about-panel-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 6px, 0);
  }

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

@media (max-width: 1200px) {
  .hob-ad-about-split,
  .hob-ad-about-founders__grid {
    grid-template-columns: 1fr;
  }

  .hob-ad-about-split--image-mobile-first .hob-ad-about-split__content {
    order: 2;
  }

  .hob-ad-about-split--image-mobile-first .hob-ad-about-split__media {
    order: 1;
  }

  .hob-ad-about-values .hob-ad-about-split__media {
    order: 2;
  }

  .hob-ad-about-values .hob-ad-about-split__content {
    order: 1;
  }

  .hob-ad-about-split__content,
  .hob-ad-about-image {
    min-height: auto;
  }

  .hob-ad-about-split__content {
    padding: clamp(34px, 6vw, 64px);
  }

  .hob-ad-about-image {
    aspect-ratio: 1 / 1.05;
  }
}

@media (max-width: 767px) {
  .hob-ad-about {
    gap: 28px;
  }

  .hob-ad-about-hero,
  .hob-ad-about-intro {
    height: 80vh;
  }

  .hob-ad-about-intro {
    padding: 34px 22px;
  }

  .hob-ad-about-intro__logo {
    width: 105px;
    margin-top: 28px;
  }

  .hob-ad-about-intro__title {
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 1.6em;
  }

  .hob-ad-about-intro__text {
    font-size: 16px;
    line-height: 1.8;
  }

  .hob-ad-about-split {
    gap: 0;
  }

  .hob-ad-about-split__content {
    padding: 34px 22px;
  }

  .hob-ad-about-full-image {
    padding: 0;
  }

  .hob-ad-about-full-image__image {
    height: 30vh;
  }

  .hob-ad-about-tabs__list {
    flex-direction: column;
    align-items: stretch;
  }

  .hob-ad-about-tabs__button {
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }

  .hob-ad-about-founder-card__content {
    padding: 28px 24px;
  }

  .hob-ad-about-founder-card__image {
    height: 390px;
  }

  .hob-ad-about-founder-card:nth-child(3) .hob-ad-about-founder-card__image {
    object-position: center 10%;
  }

  .hob-ad-about-founders {
    padding: 34px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hob-ad-media-motion,
  .hob-ad-about-tabs__panel {
    animation: none;
    transition-duration: 0.01ms;
    transform: none;
  }
}
