.hns-about-intro {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #151515;
  color: #f6f0df;
}

.hns-about-intro *,
.hns-about-intro *::before,
.hns-about-intro *::after {
  box-sizing: border-box;
}

.hns-about-intro::before {
  position: absolute;
  left: 50%;
  top: 38%;
  z-index: 0;
  color: rgba(210, 174, 74, 0.06);
  content: "HNSOFA";
  font-family: Georgia, "Times New Roman", serif;
  font-size: var(--hns-fs-watermark);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
  transform: translateX(-50%);
  white-space: nowrap;
}

.hns-about-intro__inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 70px 32px 72px;
  text-align: center;
}

.hns-about-intro__brand {
  display: flex;
  justify-content: center;
  min-height: 36px;
  margin-bottom: 14px;
}

.hns-about-intro__brand img {
  display: block;
  width: auto;
  max-width: 156px;
  max-height: 31px;
  object-fit: contain;
}

.hns-about-intro__brand-text {
  display: inline-flex;
  align-items: center;
  color: #e2c567;
  font-size: var(--hns-fs-card-title-lg);
  font-weight: 800;
  line-height: 1;
}

.hns-about-intro__brand-text::before {
  display: inline-block;
  width: 34px;
  height: 16px;
  margin-right: 8px;
  border: 2px solid currentColor;
  border-radius: 2px 10px 2px 2px;
  content: "";
}

.hns-about-intro__heading {
  display: flex;
  justify-content: center;
  margin: 0 0 24px;
  color: #d7ac43;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: var(--hns-fs-display);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
}

.hns-about-intro__heading img {
  display: block;
  width: min(360px, 48vw);
  height: auto;
  object-fit: contain;
}

.hns-about-intro__description {
  max-width: 940px;
  margin: 0 auto;
  color: rgba(238, 238, 238, 0.82);
  font-size: var(--hns-fs-body);
  font-weight: 400;
  line-height: 1.65;
}

.hns-about-intro__description p {
  margin: 0;
}

.hns-about-intro__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 82px;
}

.hns-about-intro__stat {
  min-width: 0;
  text-align: center;
}

.hns-about-intro__stat strong {
  display: block;
  color: #fff8e9;
  font-size: var(--hns-fs-stat-number);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.hns-about-intro__stat span {
  display: block;
  width: 34px;
  height: 3px;
  margin: 16px auto 14px;
  background: #d0a038;
}

.hns-about-intro__stat p {
  max-width: 190px;
  margin: 0 auto;
  color: rgba(238, 238, 238, 0.58);
  font-size: var(--hns-fs-button);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hns-about-intro::before {
    top: 37%;
    left: 12px;
    transform: none;
  }

  .hns-about-intro__inner {
    padding: 42px 24px 58px;
  }

  .hns-about-intro__brand {
    min-height: 28px;
    margin-bottom: 12px;
  }

  .hns-about-intro__brand img {
    max-width: 118px;
    max-height: 24px;
  }

  .hns-about-intro__brand-text {
    font-size: var(--hns-fs-body-lg);
  }

  .hns-about-intro__brand-text::before {
    width: 27px;
    height: 13px;
    margin-right: 6px;
  }

  .hns-about-intro__heading {
    margin-bottom: 18px;
  }

  .hns-about-intro__heading img {
    width: min(226px, 72vw);
  }

  .hns-about-intro__description {
    max-width: 326px;
    font-size: var(--hns-fs-body-sm);
    line-height: 1.45;
  }

  .hns-about-intro__stats {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 70px;
  }

  .hns-about-intro__stat strong {
    font-size: var(--hns-fs-stat-number);
  }

  .hns-about-intro__stat span {
    width: 28px;
    height: 2px;
    margin: 14px auto 12px;
  }

  .hns-about-intro__stat p {
    max-width: 220px;
    font-size: var(--hns-fs-caption);
  }
}
