.motto {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 22px;
  color: #8b6421;
  font: 700 clamp(12px, 1.25vw, 15px) "DM Sans", sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.motto i { color: #c2a160; font-style: normal; }
.hero-card-main img { object-position: center 47%; }
.hero-card-top img { object-position: center 46%; }
.hero-card-bottom img { object-position: center 50%; }

.about {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .72fr);
  gap: clamp(44px, 7vw, 100px);
  align-items: center;
  background: #f5f0e7;
}

.about-copy > p:not(.eyebrow) { max-width: 690px; color: #625d53; line-height: 1.75; }
.about blockquote { margin: 28px 0 34px; padding: 17px 22px; border-left: 3px solid var(--gold); color: #44351e; font: 700 clamp(17px, 2vw, 22px) "Libre Baskerville", serif; }
.service-summary { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #d9cfbd; border-left: 1px solid #d9cfbd; }
.service-summary div { padding: 19px; border-right: 1px solid #d9cfbd; border-bottom: 1px solid #d9cfbd; }
.service-summary strong, .service-summary span { display: block; }
.service-summary strong { color: #28241d; margin-bottom: 7px; }
.service-summary span { color: #70695d; font-size: 14px; line-height: 1.55; }

.profile-poster { position: relative; display: block; max-width: 470px; justify-self: center; background: #080808; border: 1px solid #c6a35f; box-shadow: 0 26px 65px rgba(43, 34, 20, .2); overflow: hidden; }
.profile-poster img { width: 100%; height: auto; display: block; }
.profile-poster span { position: absolute; right: 12px; bottom: 12px; padding: 10px 13px; color: #191711; background: rgba(255,255,255,.94); font-size: 12px; font-weight: 700; }

.gallery { background: #f9f7f2; }
.gallery-heading { margin-bottom: 36px; }
.gallery-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); grid-template-rows: 245px 245px; gap: 14px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; background: #1a1712; }
.gallery-grid .gallery-feature { grid-row: 1 / 3; }
.gallery-grid img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s ease; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-feature img { object-position: center 43%; }
.gallery-grid figure:nth-child(2) img { object-position: center 44%; }
.gallery-grid figure:nth-child(3) img { object-position: center 48%; }
.gallery-grid figcaption { position: absolute; left: 14px; bottom: 14px; padding: 9px 12px; color: #fff; background: rgba(17,15,12,.83); font-size: 13px; font-weight: 700; }

@media (max-width: 980px) {
  .about { grid-template-columns: 1fr; }
  .profile-poster { width: min(100%, 470px); }
}

@media (max-width: 620px) {
  .motto { gap: 6px; letter-spacing: .07em; margin-bottom: 17px; }
  .about { padding-top: 65px; padding-bottom: 65px; }
  .service-summary { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 270px 150px; gap: 8px; }
  .gallery-grid .gallery-feature { grid-column: 1 / 3; grid-row: 1; }
  .gallery-grid figcaption { left: 8px; bottom: 8px; padding: 7px 9px; font-size: 11px; }
}
