/* Frank Heisterberg Website Update: Führung / Leadership perspective
   Version: FH_Career_Intelligence_OS_7.2.7
*/
.fh-perspective-section {
  margin: clamp(4rem, 8vw, 6rem) 0;
}
.fh-perspective-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}
.fh-perspective-media {
  margin: 0;
}
.fh-perspective-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
}
.fh-perspective-eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #9a5d33;
}
.fh-perspective-title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.1;
  color: #172b45;
}
.fh-perspective-copy {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #2e3a4c;
}
.fh-perspective-copy p {
  margin: 0 0 1rem;
}
@media (max-width: 920px) {
  .fh-perspective-grid {
    grid-template-columns: 1fr;
  }
}
