/* Brand identity and supplied project photography overrides. */
.brand-logo {
  display: block;
  width: 27px;
  height: 27px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  flex: 0 0 auto;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.18);
}

.process-image { background-image: url('assets/factory/301.JPG'); }
.gallery-grid figcaption, .gallery-strip figcaption { text-shadow: 0 1px 8px #000; }
.gallery-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; }
.gallery-strip figure { position: relative; height: 270px; margin: 0; overflow: hidden; }
.gallery-strip img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.gallery-strip figure:hover img { transform: scale(1.02); }
.gallery-strip figcaption { position: absolute; left: 18px; bottom: 18px; color: #fff; font-weight: 600; }

@media (max-width: 800px) {
  .gallery-strip { grid-template-columns: 1fr; }
  .gallery-strip figure { height: 320px; }
}
