/* Responsive integration of the square Sawasdee brand artwork. */
.brand-logo {
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
  object-fit: cover;
  object-position: center;
  background: #d97028;
  border: 1px solid #dba15d;
  border-radius: 50%;
  filter: drop-shadow(0 3px 7px rgba(53, 37, 31, 0.2));
}

@media (max-width: 680px) {
  .brand { gap: 9px; }
  .brand-logo { width: 54px; height: 54px; }
  .brand small { letter-spacing: 0.1em; font-size: 8px; }
}

/* New logo in place of the former S seal in the hero image. */
.signature-seal {
  overflow: hidden;
  background: #d97028 url('/sawasdee-logo.png') center / cover no-repeat;
  border: 2px solid rgba(222, 169, 67, 0.82);
  outline: 3px solid rgba(150, 91, 25, 0.48);
  box-shadow: 0 8px 22px rgba(53, 37, 31, 0.26);
}

.signature-seal > span,
.signature-seal > small {
  visibility: hidden;
}
