/* ════════════════════════════════════
   FOOTER
   ════════════════════════════════════ */
footer { background: #0f2d1f; color: rgba(255,255,255,.72); padding: 54px 24px 34px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 38px;
  padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 26px;
}
.footer-logo { font-family: var(--serif); font-size: 19px; font-weight: 700; color: #fff; margin-bottom: 11px; }
.footer-logo span { color: #6ee7b0; }
.footer-about { font-size: 13px; line-height: 1.7; max-width: 250px; }
.footer-col-title { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #6ee7b0; margin-bottom: 13px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 7px; margin: 0; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,.62); transition: color .15s; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(255,255,255,.38); }
.footer-disc { font-size: 11px; color: rgba(255,255,255,.32); margin-top: 11px; line-height: 1.6; }