/* Syrian Apps studio band. Vendored from SyrianApps/studio-kit; edit the kit first. */
.sa-band {
  position: relative;
  background: #151515;
  border-top: 1px solid rgba(185, 167, 121, 0.3);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  text-align: left;
}
.sa-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cdefs%3E%3Cg id='s' fill='none' stroke='%23edebe0' stroke-width='0.55'%3E%3Crect x='-11' y='-11' width='22' height='22'/%3E%3Crect x='-11' y='-11' width='22' height='22' transform='rotate(45)'/%3E%3C/g%3E%3C/defs%3E%3Cuse href='%23s'/%3E%3Cuse href='%23s' x='44'/%3E%3Cuse href='%23s' y='44'/%3E%3Cuse href='%23s' x='44' y='44'/%3E%3Cuse href='%23s' x='22' y='22'/%3E%3C/svg%3E") 0 0 / 66px 66px;
  opacity: 0.04;
  pointer-events: none;
}
.sa-band__in {
  position: relative;
  max-width: 72rem;
  margin: 0 auto;
  padding: 2.4rem clamp(1.25rem, 4vw, 2.5rem) 2.7rem;
}
.sa-hallmark {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.sa-home {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  border: 0;
}
.sa-mark { display: block; flex: none; }
.sa-wm { display: block; height: 0.92rem; width: auto; color: #edebe0; }
.sa-ar-svg { display: block; height: 1.2rem; width: auto; color: #b9a779; }
.sa-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.sa-apps {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 1.15rem;
  margin: 1.7rem 0 0;
  padding: 0;
}
.sa-apps__label { font-size: 0.78rem; color: rgba(237, 235, 224, 0.55); }
.sa-apps a {
  font-size: 0.86rem;
  font-weight: 400;
  color: rgba(237, 235, 224, 0.72);
  text-decoration: none;
  border: 0;
  transition: color 0.2s ease-out;
}
.sa-apps a:hover { color: #edebe0; }
.sa-copy { margin: 1.5rem 0 0; padding: 0; font-size: 0.78rem; color: rgba(237, 235, 224, 0.55); }
.sa-band a:focus-visible { outline: 2px solid #b9a779; outline-offset: 3px; border-radius: 2px; }
@media (max-width: 40rem) {
  .sa-hallmark { flex-direction: column; align-items: flex-start; gap: 1.1rem; }
}
