.hero-wordmark {
  font: 700 clamp(3rem, 7vw, 5.8rem)/1 Georgia, serif;
  letter-spacing: -.055em;
  text-shadow: 0 5px 20px #0006;
}
.hero-wordmark span {
  color: #efcb7a;
  font-size: .38em;
  letter-spacing: .08em;
  margin-left: .18em;
  vertical-align: top;
}
.hero-brand-lockup {
  width: min(760px, 96%);
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.hero-brand-lockup > img {
  width: 70px;
  height: 100px;
  flex: none;
  object-fit: fill;
  border-radius: 3px;
}
.hero-brand-copy { flex: 1; max-width: 620px; }
.hero-brand-tag {
  margin-top: 10px;
  display: grid;
  grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr);
  align-items: center;
  gap: 12px;
  color: #e8edf3;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .72rem;
}
.hero-brand-tag i { height: 3px; background: #efcb7a; }
.hero-brand-tag strong { font-weight: 700; }
.refined-brand > img {
  width: 38px;
  height: 58px;
  object-fit: cover;
  object-position: center;
  border-radius: 3px;
}
.hero-header-graphic {
  display: block;
  width: min(900px, 96%);
  height: auto;
  margin: -12px auto 22px;
  object-fit: contain;
  border-radius: 5px;
  mix-blend-mode: screen;
}
.refined-footer-brand > img {
  width: 32px;
  height: 48px;
  object-fit: cover;
  object-position: center;
  border-radius: 3px;
}
@media (max-width: 560px) {
  .hero-brand-lockup { gap: 12px; margin-bottom: 20px; }
  .hero-brand-lockup > img { width: 48px; height: 70px; }
  .hero-brand-lockup .hero-wordmark { font-size: clamp(2.15rem, 12vw, 3.3rem); }
  .hero-brand-tag { gap: 7px; font-size: .55rem; letter-spacing: .11em; }
  .refined-brand > img { width: 29px; height: 46px; }
  .hero-header-graphic { width: 100%; margin: -4px auto 18px; }
}

/* Display refinements for the revised company artwork. */
.brand img {
  width: 41px;
  height: 58px;
}
.footer-brand img {
  width: 36px;
  height: 51px;
}
.company-card.services .card-visual {
  height: auto;
  min-height: 0;
  padding: 20px 24px 24px;
}
.company-card.services .card-visual img.kcr {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center center;
}
@media (max-width: 800px) {
  .brand img { width: 32px; height: 46px; }
  .footer-brand img { width: 32px; height: 48px; }
  .company-card.services .card-visual {
    height: auto;
    padding: 17px 18px 20px;
  }
  .company-card.services .card-visual img.kcr {
    width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0;
  }
}
@media (max-width: 460px) {
  .company-card.services .card-visual {
    height: auto;
    padding: 14px 14px 18px;
  }
}

/* Give the especially wide Alan B. Cash artwork equal visual height. */
.company-card.realestate .card-visual img.wide-brand {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.awards-section {
  padding: 95px 24px 105px;
  background: #fff;
}
.awards-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}
.awards-grid figure {
  margin: 0;
  padding: 15px 12px 13px;
  text-align: center;
  border: 1px solid #e1e5e9;
  border-radius: 9px;
  background: #f8fafb;
  box-shadow: 0 8px 24px #122b4314;
}
.awards-grid img {
  display: block;
  width: 100%;
  max-width: 201px;
  height: auto;
  margin: 0 auto;
}
.awards-grid figcaption {
  margin-top: 11px;
  color: #415469;
  font-size: .78rem;
  font-weight: 700;
}
@media (max-width: 900px) {
  .awards-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .awards-section { padding: 75px 15px 80px; }
  .awards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
  .awards-grid figure { padding: 10px 8px; }
}

/* Match the four primary company-brand panels without distorting artwork. */
.company-card.realestate .card-visual,
.company-card.industrial .card-visual,
.company-card.telecom .card-visual,
.company-card.services .card-visual {
  width: 100%;
  height: 205px;
  min-height: 205px;
  padding: 20px;
  overflow: hidden;
}
.company-card.realestate .card-visual img,
.company-card.industrial .card-visual img,
.company-card.telecom .card-visual img,
.company-card.services .card-visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center center;
}
@media (max-width: 460px) {
  .company-card.realestate .card-visual,
  .company-card.industrial .card-visual,
  .company-card.telecom .card-visual,
  .company-card.services .card-visual {
    height: 170px;
    min-height: 170px;
    padding: 15px;
  }
}
