.brand small {
  letter-spacing: .11em;
}

/* The new photograph is a two-person landscape shot, so give it a clean,
   generous editorial frame rather than the former single-portrait arch. */
@media (min-width: 901px) {
  .hero {
    grid-template-columns: .88fr 1.12fr;
    gap: 56px;
  }
}

.hero-photo {
  width: 100%;
}

.photo-frame {
  border-radius: 8px;
  box-shadow: 16px 16px 0 var(--forest);
  background: var(--forest-2);
}

.photo-frame::after {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: inherit;
}

.photo-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  object-position: center;
}

.hero-note {
  right: -12px;
  bottom: 24px;
}

.team-grid {
  margin: 32px 0 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.team-grid article {
  padding: 20px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .13);
}

.team-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.team-grid strong {
  display: block;
  color: #fff;
  font: 700 18px var(--serif);
}

.team-grid span {
  display: block;
  margin: 5px 0 12px;
  color: #ffc85b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.team-grid article p {
  margin: 0;
  color: #d8e1dc;
  font-size: 13px;
  line-height: 1.5;
}

.accreditation-heading {
  margin: 0 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.credentials {
  margin-top: 14px;
}

.credentials a {
  display: grid;
  grid-template-rows: 92px auto;
  gap: 12px;
  padding: 14px;
  background: #fff;
  border-radius: 4px;
  text-decoration: none;
}

.credential-logo {
  display: grid;
  place-items: center;
}

.credential-logo img {
  max-width: 100%;
  max-height: 86px;
  width: auto;
  height: auto;
}

.credentials a > span:last-child {
  color: var(--forest);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.about-image {
  display: grid;
  place-items: center;
  padding: clamp(30px, 5vw, 74px);
  background: #0d2921;
}

.about-image img {
  width: 100%;
  height: auto;
  max-height: 590px;
  object-fit: contain;
  object-position: center center;
  box-shadow: 14px 14px 0 rgba(216, 85, 53, .8);
}

.footer-contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.footer-contact > a:not(.social-icon) {
  margin: 0 4px;
}

.social-icon {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
}

.social-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.social-icon.whatsapp { background: #25d366; }
.social-icon.facebook { background: #1877f2; }
.social-icon:hover { transform: translateY(-2px); }

.site-credit {
  grid-column: 1 / -1;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: #99aaa2;
  font-size: 11px;
  text-align: center;
}

.site-credit a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.site-credit a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1100px) {
  .team-grid, .team-grid-two { grid-template-columns: 1fr; }
  .brand small { font-size: 9px; }
}

@media (max-width: 900px) {
  .footer-contact { justify-content: center; }
}

@media (max-width: 580px) {
  .photo-frame img { aspect-ratio: 4 / 3; }
  .photo-frame { box-shadow: 9px 9px 0 var(--forest); }
  .hero-note { right: -3px; bottom: 16px; }
}
