/* Shared NOMAD footer — presentation only. */
.site-footer{margin-top:26px;background:#0f100f;border-top:1px solid rgba(255,255,255,.08);color:#8f928f}
.site-footer *{box-sizing:border-box}
.site-footer-inner{max-width:1120px;margin:0 auto;padding:24px 16px 22px}
.site-footer-certrow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.07)}
.site-cert{display:flex;align-items:center;gap:9px;min-width:0;padding:10px;border-radius:9px;background:linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.015))}
.site-cert-mark{flex:0 0 31px;width:31px;height:31px;border:1px solid #656865;border-radius:50%;display:grid;place-items:center;color:#a3a6a3;font-size:8px;font-weight:900;letter-spacing:.02em}
.site-cert-copy{min-width:0}.site-cert-copy b{display:block;color:#b9bbb9;font-size:9px;line-height:1.18;letter-spacing:.035em}.site-cert-copy span{display:block;margin-top:2px;color:#747774;font-size:7px;line-height:1.25}.site-cert-copy small{display:block;margin-top:3px;color:#626562;font-size:6.5px;font-weight:800;letter-spacing:.08em}
.site-footer-main{padding:20px 0 17px}.site-footer-brand{font-size:26px;font-weight:950;letter-spacing:-.025em;color:#b7b9b7;line-height:1}.site-footer-brand span{color:#9ea19e}
.site-footer-lead{max-width:900px;margin:11px 0 0;color:#b8bbb8;font-size:11px;line-height:1.55}.site-footer-lead strong{color:#d0d2d0}.site-footer-copy{max-width:940px;margin-top:11px;font-size:10px;line-height:1.58;color:#909390}.site-footer-copy p{margin:0 0 7px}
.site-footer-meta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:end;margin-top:15px;padding-top:13px;border-top:1px solid rgba(255,255,255,.065)}
.site-contact{font-size:10px;line-height:1.55;color:#8c8f8c}.site-contact b{display:block;margin-bottom:4px;color:#b6b8b6;font-size:10px}.site-contact a{color:#b6b8b6;text-decoration:none}.site-contact a:hover,.site-contact a:focus-visible{color:#f2d21b}.site-contact .placeholder{display:block;margin-top:3px;color:#676a67;font-size:8px}
.site-platform-time{text-align:right;white-space:nowrap}.site-platform-time small{display:block;color:#6f726f;font-size:7px;text-transform:uppercase;letter-spacing:.09em}.site-platform-time b{display:block;margin-top:4px;color:#b9bbb9;font-size:11px;font-variant-numeric:tabular-nums}
.site-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0 0;border-top:1px solid rgba(255,255,255,.07)}.site-footer-bottom span{font-size:9px;color:#747774}

/* Social icon rail — one clean SVG system with equal boxes and optical size. */
.site-socials{display:flex;align-items:center;gap:6px}
.site-social{width:30px;height:30px;display:grid;place-items:center;color:#8b8e8b;line-height:0;transition:color .16s ease,transform .16s ease}
.site-social svg{width:17px;height:17px;display:block}
.site-social.facebook svg,.site-social.x svg{fill:currentColor;stroke:none}
.site-social.instagram svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.site-social.instagram .instagram-dot{fill:currentColor;stroke:none}
.site-social:hover{color:#00f0a8;transform:translateY(-1px)}

@media(max-width:820px){.site-footer-inner{padding-left:12px;padding-right:12px}.site-footer-certrow{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer-meta{grid-template-columns:1fr}.site-platform-time{text-align:left}.site-footer-brand{font-size:24px}}
@media(max-width:700px){
  .site-footer{margin-bottom:52px}
  .site-footer-inner{padding-top:18px}
  .site-footer-certrow{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding-bottom:12px}
  .site-cert{flex-direction:column;align-items:center;justify-content:flex-start;gap:4px;min-width:0;padding:6px 2px;text-align:center}
  .site-cert-mark{flex-basis:26px;width:26px;height:26px;font-size:6.5px}
  .site-cert-copy{width:100%;text-align:center}
  .site-cert-copy b{font-size:8.2px;line-height:1.12;letter-spacing:.01em;white-space:normal;overflow-wrap:anywhere}
  .site-cert-copy span{margin-top:1px;font-size:6.6px;line-height:1.15;white-space:normal;overflow-wrap:anywhere}
  .site-cert-copy small{margin-top:2px;font-size:5.8px;line-height:1.1;letter-spacing:.05em;white-space:normal}
  .site-footer-bottom{align-items:flex-start;flex-direction:column;gap:10px}
  .site-footer-lead{font-size:10.5px}
  .site-footer-copy{font-size:9.5px}
}

/* Shared navigation readability: +15% type and touch spacing, presentation only. */
.topnav a{font-size:11.5px;padding:11.5px 13.8px}
@media(max-width:700px){.mobile-nav a{font-size:10.35px;padding:13.8px 4.6px}}
