.site-footer{
  background:#041722!important;
  color:#c7d3d9!important;
  padding:clamp(4rem,7vw,6.5rem) 0 2rem!important;
  border-top:1px solid rgba(201,169,110,.18)!important;
  text-align:left!important;
}
.footer-shell{
  display:grid!important;
  grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr)!important;
  gap:clamp(3rem,8vw,8rem)!important;
  align-items:start!important;
}
.footer-brand-block{max-width:520px}
.footer-brand-lockup{display:flex;align-items:center;gap:1rem;margin-bottom:1.4rem}
.footer-brand-lockup img{width:62px!important;height:62px!important;flex:0 0 auto;margin:0!important}
.footer-word{
  margin:0!important;
  color:#fff!important;
  font-family:"Cinzel",serif!important;
  font-size:clamp(.82rem,1.2vw,1rem)!important;
  font-weight:600!important;
  letter-spacing:.2em!important;
  line-height:1.45!important;
  text-transform:uppercase!important;
}
.footer-intro{max-width:48ch;margin:0!important;color:rgba(220,229,233,.75)!important;font-size:.95rem!important;line-height:1.8!important}
.footer-founder-note{margin:.95rem 0 0!important;color:rgba(220,229,233,.58)!important;font-size:.78rem!important;line-height:1.65!important}
.footer-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem}
.footer-group-title{margin:0 0 1rem;color:#d8b979;font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase}
.footer-links{display:grid;gap:.25rem;margin:0!important;padding:0!important;list-style:none!important}
.footer-links a,.footer-links button{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  width:max-content;
  max-width:100%;
  padding:0;
  border:0;
  background:transparent;
  color:rgba(236,241,243,.78)!important;
  font:inherit;
  font-size:.82rem!important;
  font-weight:500;
  letter-spacing:.08em!important;
  line-height:1.35;
  text-align:left;
  text-decoration:none!important;
  cursor:pointer;
  transition:color .2s ease;
}
.footer-links a:hover,.footer-links button:hover{color:#d8b979!important}
.footer-bottom{
  display:flex!important;
  justify-content:space-between!important;
  gap:1rem 2rem!important;
  margin-top:clamp(3rem,6vw,5rem)!important;
  padding-top:1.5rem!important;
  border-top:1px solid rgba(255,255,255,.09)!important;
}
.footer-bottom p{margin:0!important;color:rgba(199,211,217,.5)!important;font-size:.7rem!important;letter-spacing:.08em!important;line-height:1.6!important}
.footer-bottom a{color:inherit;text-decoration:underline;text-decoration-color:rgba(216,185,121,.45);text-underline-offset:.22em}
.footer-bottom a:hover{color:#d8b979}
@media(max-width:860px){
  .footer-shell{grid-template-columns:1fr!important;gap:3rem!important;text-align:center!important}
  .footer-brand-block{margin-inline:auto}
  .footer-brand-lockup{justify-content:center}
  .footer-intro{margin-inline:auto!important}
  .footer-groups{max-width:520px;width:100%;margin-inline:auto;text-align:left}
  .footer-bottom{flex-direction:column!important;align-items:center!important;text-align:center!important}
}
@media(max-width:520px){
  .site-footer{padding-top:3.75rem!important}
  .footer-groups{grid-template-columns:1fr;gap:2rem;text-align:center}
  .footer-links{justify-items:center}
  .footer-links a,.footer-links button{text-align:center}
}
