.hns-ceo-hero {
  width: 100%;
  overflow: hidden;
  background: #151515;
  color: #f7f1e4;
}

.hns-ceo-hero *,
.hns-ceo-hero *::before,
.hns-ceo-hero *::after {
  box-sizing: border-box;
}

.hns-ceo-hero__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 100px 0 58px;
}

.hns-ceo-hero__header {
  margin: 0 auto 30px;
  padding: 0 16px;
  text-align: center;
}

.hns-ceo-hero__heading {
  margin: 0 0 5px;
  color: #f7f1e4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hns-ceo-hero .hns-page-heading--with-sub-heading {
  margin-bottom: 5px;
}

.hns-ceo-hero__header p {
  margin: 0;
  color: #f7f1e4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(14px, 1.26vw, 20px);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0;
}

.hns-ceo-hero__body {
  display: grid;
  width: 100%;
  align-items: center;
  grid-template-columns: minmax(0, 56.5%) minmax(0, 1fr);
  gap: clamp(30px, 4.8vw, 92px);
}

.hns-ceo-hero__media {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #232323;
}

.hns-ceo-hero__media picture,
.hns-ceo-hero__media img {
  display: block;
  width: 100%;
}

.hns-ceo-hero__media picture {
  aspect-ratio: 1.31 / 1;
}

.hns-ceo-hero__media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hns-ceo-hero__content {
  width: 100%;
  max-width: 540px;
  margin-top: 8px;
  padding-right: clamp(18px, 4vw, 78px);
  text-align: left;
}

.hns-ceo-hero__content h2 {
  margin: 0 0 7px;
  color: #f7f1e4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hns-ceo-hero__content > span {
  display: block;
  margin-bottom: 25px;
  color: #d0a038;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hns-ceo-hero__content blockquote {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}

.hns-ceo-hero__content blockquote p {
  max-width: 500px;
  margin: 0;
  color: rgba(247, 241, 228, 0.92);
  font-size: clamp(12px, 0.95vw, 16px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0;
}

.hns-ceo-hero__signature {
  width: min(230px, 58%);
  margin-left: auto;
  color: rgba(247, 241, 228, 0.88);
}

.hns-ceo-hero__signature img,
.hns-ceo-hero__signature svg {
  display: block;
  width: 100%;
  height: auto;
}

.hns-ceo-hero__signature svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

@media (max-width: 767px) {
  .hns-ceo-hero__inner {
    max-width: 398px;
    margin: 0 auto;
    padding: 100px 12px 56px;
  }

  .hns-ceo-hero__header {
    margin-bottom: 16px;
  }

  .hns-ceo-hero__heading {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .hns-ceo-hero__header p {
    font-size: 14px;
    line-height: 1.28;
  }

  .hns-ceo-hero__body {
    display: block;
  }

  .hns-ceo-hero__media picture {
    aspect-ratio: 1.48 / 1;
  }

  .hns-ceo-hero__content {
    max-width: 100%;
    margin: 24px auto 0;
    padding-right: 0;
    text-align: center;
  }

  .hns-ceo-hero__content h2 {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.12;
  }

  .hns-ceo-hero__content > span {
    margin-bottom: 18px;
    font-size: 9px;
  }

  .hns-ceo-hero__content blockquote {
    margin-bottom: 22px;
  }

  .hns-ceo-hero__content blockquote p {
    max-width: 300px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.42;
  }

  .hns-ceo-hero__signature {
    width: 205px;
    margin: 0 auto;
  }
}
