#about-info .soha-about-link{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;width:max-content;max-width:100%;padding:15px 22px;border:1px solid #777;color:#f1efe9;font:500 13px/1.4 "DM Sans",sans-serif;letter-spacing:.12em;text-transform:uppercase;grid-column:2;transition:background .2s,color .2s}
#about-info .soha-about-link:hover{background:#f1efe9;color:#070707}
#about-info .soha-about-message{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:16px}
html body #about-info .soha-about-message .soha-about-copy{padding-bottom:0!important;margin-bottom:0!important}
#about-info .soha-about-message .soha-about-link{margin-left:24px}
@media(max-width:620px){#about-info .soha-about-message .soha-about-link{margin-left:18px}}
#about-info .soha-about-link:focus-visible{outline:2px solid #f1efe9;outline-offset:4px}
@media(max-width:760px){#about-info .soha-about-link{grid-column:1}}

/* Homepage footer refinement */
#soha-home .footer{background:#070707!important;border-top:1px solid rgba(255,255,255,.12)!important}
#soha-home .footer .container{width:min(1600px,calc(100% - 96px))}
#soha-home .footer-grid{grid-template-columns:minmax(260px,1.7fr) repeat(3,minmax(130px,.7fr));gap:48px;align-items:start}
#soha-home .footer-brand-wrap{max-width:320px}
#soha-home .footer-brand{font:500 34px/1 "DM Sans",sans-serif;letter-spacing:.22em;margin-right:-.22em;color:#eeede8}
#soha-home .footer-brand-wrap p{margin-top:14px!important;color:#8f8e87!important;font-size:12px!important;letter-spacing:.12em;text-transform:uppercase}
#soha-home .footer h4{margin-bottom:16px!important;color:#b4b3ac!important;font-size:10px!important;font-weight:500!important;letter-spacing:.18em!important}
#soha-home .footer a{width:max-content;max-width:100%;margin:9px 0!important;color:#77766f!important;font-size:12px!important;line-height:1.5;transition:color .2s ease,transform .2s ease}
#soha-home .footer a:hover{color:#f1efe9!important;transform:translateX(3px)}
#soha-home .footer-bottom{margin-top:34px!important;padding-top:16px!important;border-top:1px solid rgba(255,255,255,.08)!important;color:#5f5e58!important;font-size:9px!important;letter-spacing:.14em!important}

@media(max-width:950px){
  #soha-home .footer .container{width:min(100% - 36px,1440px)}
  #soha-home .footer-grid{grid-template-columns:1.2fr 1fr 1fr;gap:34px 28px}
  #soha-home .footer-brand-wrap{grid-column:1/-1;max-width:none;padding-bottom:4px}
}

@media(max-width:620px){
  #soha-home .footer{padding:34px 0 max(34px,env(safe-area-inset-bottom))!important}
  #soha-home .footer .container{width:calc(100% - 28px)}
  #soha-home .footer-grid{grid-template-columns:1fr 1fr;gap:30px 20px}
  #soha-home .footer-brand-wrap{grid-column:1/-1;padding-bottom:2px}
  #soha-home .footer-brand{font-size:30px}
  #soha-home .footer-brand-wrap p{font-size:10px!important;margin-top:10px!important}
  #soha-home .footer-grid>div:nth-child(4){grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;column-gap:20px}
  #soha-home .footer-grid>div:nth-child(4) h4{grid-column:1/-1}
  #soha-home .footer h4{font-size:9px!important;margin-bottom:11px!important}
  #soha-home .footer a{font-size:11px!important;margin:7px 0!important}
  #soha-home .footer-bottom{margin-top:28px!important;padding-top:14px!important;gap:6px!important;font-size:8px!important}
}