/* Syrian Apps studio legal skin. Vendored from SyrianApps/studio-kit; edit the kit first. */
@font-face {
  font-family: "Cabinet Grotesk";
  src: url("../fonts/cabinet-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
.sa-legal {
  margin: 0;
  background: #151515;
  color: #d9d7cc;
  font: 1rem/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sa-legal__in {
  max-width: 44rem;
  margin: 0 auto;
  padding-left: clamp(1.25rem, 5vw, 2rem);
  padding-right: clamp(1.25rem, 5vw, 2rem);
}
.sa-legal__head {
  padding: 3rem 0 2.2rem;
  border-bottom: 1px solid rgba(185, 167, 121, 0.22);
}
.sa-legal__back {
  color: #b9a779;
  text-decoration: none;
  font-size: 0.9rem;
}
.sa-legal__back:hover { text-decoration: underline; }
.sa-legal__mark { display: block; margin: 2.1rem 0 1.1rem; }
.sa-legal__head h1 {
  font-family: "Cabinet Grotesk", -apple-system, sans-serif;
  font-weight: 700;
  color: #edebe0;
  font-size: clamp(2rem, 6vw, 2.75rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 0.6rem;
}
.sa-legal__meta { color: rgba(237, 235, 224, 0.55); font-size: 0.88rem; margin: 0; }
.sa-legal__prose { padding: 2.4rem 0 4.5rem; }
.sa-legal__prose h2 {
  font-family: "Cabinet Grotesk", -apple-system, sans-serif;
  font-weight: 700;
  color: #edebe0;
  font-size: 1.35rem;
  margin: 2.2rem 0 0.7rem;
}
.sa-legal__prose h3 { color: #edebe0; font-size: 1.05rem; margin: 1.8rem 0 0.5rem; }
.sa-legal__prose p, .sa-legal__prose li { color: #d9d7cc; }
.sa-legal__prose a { color: #b9a779; }
.sa-legal__prose ul, .sa-legal__prose ol { padding-left: 1.3rem; }
.sa-legal__prose strong, .sa-legal__prose b { color: #edebe0; }
.sa-legal__prose hr { border: 0; border-top: 1px solid rgba(185, 167, 121, 0.22); margin: 2.2rem 0; }
.sa-legal__prose table { border-collapse: collapse; }
.sa-legal__prose td, .sa-legal__prose th { border: 1px solid rgba(185, 167, 121, 0.22); padding: 0.5rem 0.8rem; }
.sa-legal a:focus-visible { outline: 2px solid #b9a779; outline-offset: 3px; border-radius: 2px; }

/* 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; }
}
