.site-header .brand{
  width:max-content;
  min-width:0;
  height:100%;
  display:flex;
  align-items:center;
  gap:12px;
  line-height:0;
}
.site-header .brand-logo{
  display:block;
  width:auto;
  height:78px;
  object-fit:contain;
  object-position:left center;
  filter:drop-shadow(0 3px 8px rgba(0,0,0,.32));
}
.site-header .brand-copy{
  display:flex;
  flex-direction:column;
  gap:5px;
  line-height:1;
  color:#fff;
  text-transform:uppercase;
  white-space:nowrap;
}
.site-header .brand-copy small{
  margin:0;
  color:#d8cdb3;
  font:600 9px/1 "DM Sans",sans-serif;
  letter-spacing:.18em;
}
.site-header .brand-copy strong{
  font:800 19px/.9 "Barlow Condensed",sans-serif;
  letter-spacing:.06em;
}
.site-header.sticky .brand-logo{height:64px}
.footer-brand .footer-logo-link{
  display:inline-flex;
  width:max-content;
  margin-bottom:18px;
}
.footer-brand .footer-logo{
  display:block;
  width:150px;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 4px 12px rgba(0,0,0,.28));
}
.footer-brand .footer-logo-caption{
  margin:0;
  color:rgba(255,255,255,.55);
  font:600 10px/1.4 "DM Sans",sans-serif;
  letter-spacing:.14em;
  text-transform:uppercase;
}
@media(max-width:1050px){
  .site-header .brand-logo{height:70px}
}
@media(max-width:600px){
  .site-header .brand-logo{height:56px}
  .site-header.sticky .brand-logo{height:52px}
  .site-header .brand{gap:8px}
  .site-header .brand-copy{gap:3px}
  .site-header .brand-copy small{font-size:7px;letter-spacing:.14em}
  .site-header .brand-copy strong{font-size:15px}
  .footer-brand .footer-logo{width:125px}
}
