.wo-site-footer { position:relative; z-index:50; margin:0; background:#28150d; color:#f8eadf; font-family:'Sarabun',sans-serif; }
.wo-site-footer-inner { display:grid; grid-template-columns:1.25fr 1fr 1fr; gap:32px; width:min(1180px,calc(100% - 40px)); margin:auto; padding:34px 0 27px; }
.wo-site-footer-brand { display:flex; align-items:center; gap:14px; }
.wo-site-footer-brand img { width:82px; height:58px; object-fit:contain; }
.wo-site-footer-brand strong,.wo-site-footer-brand span,.wo-site-footer-info strong,.wo-site-footer-info span { display:block; }
.wo-site-footer-brand strong { font-size:1.05rem; }
.wo-site-footer-brand span,.wo-site-footer-info span { margin-top:4px; color:#cdb7a8; font-size:.72rem; }
.wo-site-footer-info strong { color:#f39a58; font-size:.83rem; }
.wo-site-footer a { color:inherit; text-decoration:none; }
.wo-site-footer a:hover { color:#f39a58; }
.wo-site-footer nav { display:grid; align-content:start; justify-content:end; gap:7px; text-align:right; }
.wo-site-footer nav a,.wo-site-footer nav button { font:600 .72rem 'Sarabun',sans-serif; }
.wo-site-footer nav button { padding:0; border:0; background:none; color:#f8eadf; text-align:right; cursor:pointer; }
.wo-site-footer nav button:hover { color:#f39a58; }
.wo-site-footer-bottom { padding:12px 20px; border-top:1px solid rgba(255,255,255,.1); color:#a98f80; text-align:center; font:500 .58rem/1.5 'Sarabun',sans-serif; }
@media(max-width:700px) {
  .wo-site-footer-inner { grid-template-columns:1fr; gap:20px; width:min(100% - 30px,520px); padding:27px 0 22px; }
  .wo-site-footer-brand img { width:70px; }
  .wo-site-footer nav { grid-template-columns:repeat(2,minmax(0,1fr)); justify-content:stretch; text-align:left; }
  .wo-site-footer nav button { text-align:left; }
  .wo-site-footer-bottom { padding:11px 15px; font-size:.54rem; }
}
