function Footer() {
  return (
    <footer className="global-footer">
      <div className="global-shell">
        <div className="global-footer-grid">
          <div>
            <a href="/en/" className="global-brand" aria-label="How To: Beauty Edition home">
              <img src="/favicon.png" alt="" aria-hidden="true" />
              <span><small>How To:</small><strong>Beauty Edition</strong></span>
            </a>
            <p>A global community beauty platform celebrating diverse techniques and self-care rituals.</p>
          </div>
          <div className="global-network">
            <h4>Part of The How To Network</h4>
            <ul>
              <li><a href="https://howtohomeedition.com">HowTo: Home Edition</a></li>
              <li><a href="https://howtofoodedition.com">HowTo: Food Edition</a></li>
              <li><a href="https://howtotraveledition.com">HowTo: Travel Edition</a></li>
              <li><a href="https://howtotechedition.com">HowTo: Tech Edition</a></li>
              <li><a href="https://howtofamilyedition.com">HowTo: Family Edition</a></li>
              <li><a href="https://howtofinanceedition.com">HowTo: Finance Edition</a></li>
              <li><a href="https://howtofashionedition.com">HowTo: Fashion Edition</a></li>
              <li><a href="https://howtohealthedition.com">HowTo: Health Edition</a></li>
            </ul>
          </div>
          <div>
            <h4>The Legacy Bridge Family</h4>
            <ul>
              <li><a href="https://thelegacybridge.com">The Legacy Bridge</a></li>
              <li><a href="https://doorbase.app">DoorBase</a></li>
              <li><a href="https://thereadydocs.app">ReadyDocs</a></li>
              <li><a href="https://theforges.app">The Forge</a></li>
              <li><a href="https://origencapital.co">Origen Capital</a></li>
            </ul>
          </div>
          <div>
            <h4>Social</h4>
            <ul>
              <li><a href="https://instagram.com/the.howto.network" target="_blank" rel="noopener noreferrer">Instagram</a></li>
            </ul>
          </div>
        </div>
        <div className="global-disclaimer">
          <strong>Disclaimer</strong><br />
          HowTo: Beauty Edition publishes editorial content on beauty, grooming, and self-care techniques — including writing produced by our editors and writing produced with the help of Iris, our AI editorial assistant. Everything here is general guidance only, not medical, dermatological, or professional advice, and may not reflect current standards or regulations in your area. We do not diagnose, treat, cure, or prevent any condition. If you have a skin, scalp, hair, or body concern, or before starting any product, treatment, or routine that affects your skin or health, consult a licensed dermatologist, doctor, or other qualified professional.
        </div>
        <div className="global-footer-bottom">
          <span>&copy; 2026 HowTo: Beauty Edition. All rights reserved.</span>
          <div className="global-footer-legal">
            <a href="/en/about/">About</a>
            <a href="/en/contact/">Contact</a>
            <a href="/en/disclaimer/">Disclaimer</a>
            <a href="/en/privacy/">Privacy</a>
            <a href="/en/terms/">Terms</a>
          </div>
        </div>
        <div className="global-network-line">Part of The HowTo Network &middot; <a href="https://thehowtonetwork.com">thehowtonetwork.com</a></div>
      </div>
    </footer>
  );
}

Object.assign(window, { Footer });
