#manufacturer-short_description,
#manufacturer-description,
.plp__header {
  display: none;
}

.brandstoryseo-hero {
  margin: 8px 0 24px;
}

.brandstoryseo-hero__shell {
  display: grid;
  grid-template-columns: minmax(180px, 0.68fr) minmax(0, 2.32fr);
  gap: 20px;
  align-items: center;
  padding: 20px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f6f0e8 0%, #f3ece4 100%);
  overflow: hidden;
}

.brandstoryseo-hero__copy {
  min-width: 0;
}

.brandstoryseo-hero__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #b28a57;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.brandstoryseo-hero__title {
  margin: 0 0 12px;
  color: #1f1a17;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3.8vw, 48px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.brandstoryseo-hero__text,
.brandstoryseo-hero__text p {
  margin: 0 0 10px;
  color: #6d6055;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.brandstoryseo-hero__media {
  min-width: 0;
}

.brandstoryseo-hero__photo {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(56, 39, 23, 0.14);
  background: #e9ddcf;
  aspect-ratio: 4 / 3.9;
  max-height: 260px;
}

.brandstoryseo-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 991px) {
  .brandstoryseo-hero__shell {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }

  .brandstoryseo-hero__copy {
    order: 2;
  }

  .brandstoryseo-hero__media {
    order: 1;
    display: flex;
    justify-content: center;
  }

  .brandstoryseo-hero__photo {
    width: min(100%, 420px);
    max-height: 210px;
  }
}

@media (max-width: 767px) {
  .brandstoryseo-hero__shell {
    gap: 14px;
    padding: 14px;
    border-radius: 18px;
  }

  .brandstoryseo-hero__title {
    margin-bottom: 8px;
    font-size: 26px;
  }

  .brandstoryseo-hero__text,
  .brandstoryseo-hero__text p {
    font-size: 13px;
    line-height: 1.6;
  }

  .brandstoryseo-hero__photo {
    width: 100%;
    border-radius: 16px;
    aspect-ratio: 4 / 2.7;
    max-height: 170px;
  }
}
