/* Unified SHATAT ARCHITECTS wordmark treatment — header + footer */
.brand .word-line,
.footer-brand .word-line {
  display:flex !important;
  align-items:baseline !important;
  justify-content:space-between !important;
  box-sizing:border-box !important;
  padding:0 !important;
  margin-left:0 !important;
  font-family:Raleway,Arial,sans-serif !important;
  font-weight:400 !important;
  font-style:normal !important;
  letter-spacing:0 !important;
  text-indent:0 !important;
  white-space:nowrap !important;
  line-height:1 !important;
}
.brand .word-line {
  width:82px !important;
  font-size:8px !important;
}
.brand .shatat-line { margin-top:0 !important; }
.brand .architects-line { margin-top:6px !important; }
.footer-brand .word-line {
  width:72px !important;
  font-size:7px !important;
}
.footer-brand .shatat-line { margin-top:0 !important; }
.footer-brand .architects-line { margin-top:6px !important; }
.brand .word-line i,
.footer-brand .word-line i {
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  font:inherit !important;
  font-style:normal !important;
  line-height:1 !important;
}
@media (max-width:600px){
  .brand .word-line,
  .footer-brand .word-line {
    width:64px !important;
    font-size:6px !important;
  }
  .brand .architects-line,
  .footer-brand .architects-line { margin-top:5px !important; }
}

/* v10 — equal vertical spacing in the logo stack: mark → SHATAT → ARCHITECTS */
.brand,
.footer-brand {
  row-gap: 5px !important;
}
.brand > img,
.footer-brand > img {
  margin-bottom: 0 !important;
}
.brand .shatat-line,
.brand .architects-line,
.footer-brand .shatat-line,
.footer-brand .architects-line {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width:600px){
  .brand,
  .footer-brand { row-gap: 4px !important; }
}
