<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="description" content="Special Operations Association — Unconventional Warriors. The Legacy Endures. Connecting veterans of Special Operations since 1969.">
  <title>Special Operations Association — Unconventional Warriors</title>
  <link rel="stylesheet" href="assets/css/styles.css">
  <!-- Favicon placeholder: replace with actual SOA emblem -->
  <link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
</head>
<body>

  <!-- ============================================
       NAVIGATION
       ============================================ -->
  <nav id="navbar">
    <div class="container">
      <div class="nav-inner">

        <!-- Logo -->
        <a href="index.html" class="nav-logo">
          <img src="assets/images/SOA Logo Image.jpg" alt="SOA Emblem" class="nav-logo-img">
          <div class="nav-logo-text">
            <span class="logo-main">SOA</span>
            <span class="logo-sub">Special Operations Association</span>
          </div>
        </a>

        <!-- Desktop Nav Links -->
        <ul class="nav-links">
          <li><a href="index.html" class="active">Home</a></li>
          <li>
            <a href="soar.html">SOAR ▾</a>
            <ul class="dropdown">
              <li><a href="soar.html">About SOAR</a></li>
              <li><a href="soar.html#2025-aar">SOAR 2025 AAR</a></li>
              <li><a href="soar.html#2025-media">SOAR 2025 Media</a></li>
              <li><a href="soar.html#prp-archive">PRP Archives</a></li>
            </ul>
          </li>
          <li>
            <a href="join.html">Membership ▾</a>
            <ul class="dropdown">
              <li><a href="join.html">Apply for Membership</a></li>
              <li><a href="members.html">Current Members</a></li>
              <li><a href="https://specialoperations.org/soa/payfees/" target="_blank">Pay Membership Fees</a></li>
              <li><a href="https://specialoperations.org/soa/update-contact-info/" target="_blank">Update Contact Info</a></li>
            </ul>
          </li>
          <li>
            <a href="programs.html">Programs ▾</a>
            <ul class="dropdown">
              <li><a href="programs.html#scholarship">SOA Scholarship</a></li>
              <li><a href="programs.html#brightlight">Brightlight Fund</a></li>
              <li><a href="programs.html#warriors-family">Warriors Family Fund</a></li>
              <li><a href="programs.html#powmia">POW/MIA Fund</a></li>
              <li><a href="programs.html#riders">SOA Riders</a></li>
              <li><a href="programs.html#video-history">Video History Program</a></li>
            </ul>
          </li>
          <li>
            <a href="taps.html">TAPS ▾</a>
            <ul class="dropdown">
              <li><a href="taps.html">Recently Departed</a></li>
              <li><a href="taps.html#report">Report a Death</a></li>
            </ul>
          </li>
          <li>
            <a href="about.html">Who We Are ▾</a>
            <ul class="dropdown">
              <li><a href="about.html#founders">Founder's Message</a></li>
              <li><a href="about.html#officers">Officers & Directors</a></li>
              <li><a href="about.html#mission">Mission Statement</a></li>
              <li><a href="about.html#puc">Presidential Unit Citation</a></li>
              <li><a href="about.html#bylaws">SOA Bylaws</a></li>
            </ul>
          </li>
          <li><a href="contact.html">Contact</a></li>
          <li><a href="https://specialoperations.org/soa/quarter-master-store/" target="_blank">QM Store</a></li>
        </ul>

        <!-- CTA -->
        <a href="donate.html" class="btn btn-primary nav-cta">Donate</a>

        <!-- Hamburger (mobile) -->
        <button class="nav-hamburger" aria-label="Open menu" onclick="openMobileNav()">
          <span></span><span></span><span></span>
        </button>

      </div>
    </div>
  </nav>

  <!-- Mobile Nav Overlay -->
  <div class="mobile-nav" id="mobileNav">
    <button class="mobile-nav-close" onclick="closeMobileNav()" aria-label="Close menu">✕</button>
    <a href="index.html">Home</a>
    <a href="soar.html">SOAR / Reunion</a>
    <a href="join.html">Apply for Membership</a>
    <a href="programs.html">Programs</a>
    <a href="taps.html">TAPS / Memorial</a>
    <a href="about.html">Who We Are</a>
    <a href="contact.html" style="color: var(--gold);">Contact Us</a>
    <a href="https://specialoperations.org/soa/quarter-master-store/" target="_blank">QM Store</a>
    <a href="donate.html" style="color: var(--gold); margin-top: 1rem;">Donate →</a>
  </div>

  <!-- ============================================
       HERO
       ============================================ -->
  <section id="hero">
    <div class="hero-bg"></div>
    <div class="container">
      <div class="hero-content">
        <div class="hero-eyebrow">
          <span>Est. 1969 · Special Operations Association</span>
        </div>
        <h1 class="hero-title">Unconventional<br>Warriors.</h1>
        <p class="hero-subtitle">The legacy endures. Connecting veterans of Special Operations — Army SF, Air Commandos, Navy SEALs, Marine Raiders — bound by brotherhood and a commitment to those who answered the call.</p>
        <div class="hero-actions">
          <a href="join.html" class="btn btn-primary">Join the Brotherhood</a>
          <a href="about.html" class="btn btn-outline">Our Mission</a>
        </div>
      </div>
    </div>
    <div class="hero-scroll">
      <svg viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
        <line x1="12" y1="5" x2="12" y2="19"></line>
        <polyline points="19 12 12 19 5 12"></polyline>
      </svg>
    </div>
  </section>

  <!-- ============================================
       STATS BAR
       ============================================ -->
  <div id="stats">
    <div class="container">
      <div class="stats-grid">
        <div class="stat-item">
          <div class="stat-number">1969</div>
          <div class="stat-label">Year Founded</div>
        </div>
        <div class="stat-item">
          <div class="stat-number">50+</div>
          <div class="stat-label">Years of Brotherhood</div>
        </div>
        <div class="stat-item">
          <div class="stat-number">All</div>
          <div class="stat-label">Branches Welcome</div>
        </div>
        <div class="stat-item">
          <div class="stat-number">WWII+</div>
          <div class="stat-label">Era Coverage</div>
        </div>
      </div>
    </div>
  </div>

  <!-- ============================================
       MISSION
       ============================================ -->
  <section id="mission" class="section section-dark">
    <div class="container">
      <div class="mission-grid">

        <div class="mission-text">
          <span class="section-label">Who We Are</span>
          <h2>More Than a<br>Veteran Org.</h2>
          <p>The Special Operations Association is a 501(c)(19) veteran's fraternal organization connecting those who served in Special Operations — the combat veterans and direct-support personnel who operated in the shadows of America's most demanding missions.</p>
          <p>From WWII and Korea to Vietnam, Iraq, Afghanistan, and the global war on terrorism — we carry the memory of every operator who answered the call. We protect that legacy and ensure it passes to the next generation.</p>
          <a href="about.html" class="btn btn-primary">Read Our Story</a>
        </div>

        <div class="mission-pillars">
          <div class="pillar">
            <div class="pillar-icon">I</div>
            <div>
              <h4>Esprit de Corps</h4>
              <p>Perpetuating the brotherhood and fighting spirit of the Special Operations community.</p>
            </div>
          </div>
          <div class="pillar">
            <div class="pillar-icon">II</div>
            <div>
              <h4>Fraternal Unity</h4>
              <p>Uniting veterans of all branches who have conducted or directly supported Special Operations since WWII.</p>
            </div>
          </div>
          <div class="pillar">
            <div class="pillar-icon">III</div>
            <div>
              <h4>Honor & Memory</h4>
              <p>Commemorating those who gave their lives and honoring those still unaccounted for as POW/MIA.</p>
            </div>
          </div>
          <div class="pillar">
            <div class="pillar-icon">IV</div>
            <div>
              <h4>Education & Outreach</h4>
              <p>Educating members and citizens about the development and importance of Special Operations.</p>
            </div>
          </div>
        </div>

      </div>
    </div>
  </section>

  <!-- ============================================
       SOAR EVENT BANNER
       ============================================ -->
  <section id="event-banner">
    <div class="container">
      <div class="event-inner">

        <div class="event-date-block">
          <div class="event-date">
            <div class="month">October</div>
            <div class="day-range">12–15</div>
            <div class="year">2026</div>
          </div>
          <div class="event-info">
            <h3>SOAR L — 2026</h3>
            <p>Special Operations Association Reunion<br>Early Warning — Registration Now Open</p>
          </div>
        </div>

        <a href="soar.html" class="btn btn-outline">View Details & Register</a>

      </div>
    </div>
  </section>

  <!-- ============================================
       PROGRAMS
       ============================================ -->
  <section id="programs" class="section">
    <div class="container">

      <div class="programs-header">
        <span class="section-label">What We Do</span>
        <h2>Programs That<br>Serve Our Own</h2>
        <p>Beyond brotherhood, the SOA runs programs that directly support members, families, and the broader Special Operations community.</p>
      </div>

      <div class="programs-grid">

        <div class="program-card">
          <span class="program-icon">// SCHLRSHP</span>
          <h3>SOA Scholarship Program</h3>
          <p>Financial scholarships supporting the children and dependents of SOA members pursuing higher education.</p>
          <a href="programs.html#scholarship" class="program-link">Learn More →</a>
        </div>

        <div class="program-card">
          <span class="program-icon">// BRTLGHT</span>
          <h3>Brightlight Fund</h3>
          <p>Emergency financial assistance for members and families facing unexpected hardship.</p>
          <a href="programs.html#brightlight" class="program-link">Learn More →</a>
        </div>

        <div class="program-card">
          <span class="program-icon">// WRRFAM</span>
          <h3>Warrior's Family Fund</h3>
          <p>Support for the families of operators killed or severely wounded in action.</p>
          <a href="programs.html#warriors-family" class="program-link">Learn More →</a>
        </div>

        <div class="program-card">
          <span class="program-icon">// POW-MIA</span>
          <h3>POW/MIA Fund</h3>
          <p>Dedicated to honoring and supporting efforts to account for all missing Special Operations personnel.</p>
          <a href="programs.html#powmia" class="program-link">Learn More →</a>
        </div>

        <div class="program-card">
          <span class="program-icon">// RDRS</span>
          <h3>SOA Riders</h3>
          <p>A riding chapter bringing members together on the open road — brotherhood in motion.</p>
          <a href="programs.html#riders" class="program-link">Learn More →</a>
        </div>

        <div class="program-card">
          <span class="program-icon">// VID-HIST</span>
          <h3>Video History Program</h3>
          <p>Preserving the stories and firsthand accounts of SOA members for future generations.</p>
          <a href="programs.html#video-history" class="program-link">Learn More →</a>
        </div>

      </div>
    </div>
  </section>

  <!-- ============================================
       JOIN CTA
       ============================================ -->
  <section id="join-cta">
    <div class="container">
      <div class="join-cta-inner">

        <div class="join-cta-text">
          <span class="section-label">Membership</span>
          <h2>Are You<br>One of Us?</h2>
          <p>If you served as a member of the US Armed Forces Special Operations community — whether as a combat element or in direct support — you may qualify for membership in the SOA.</p>

          <div class="join-steps">
            <div class="join-step">
              <div class="step-num">1</div>
              <span>Review the qualification requirements</span>
            </div>
            <div class="join-step">
              <div class="step-num">2</div>
              <span>Gather your DD214 and supporting documents</span>
            </div>
            <div class="join-step">
              <div class="step-num">3</div>
              <span>Submit your application — reviewed within 30 days</span>
            </div>
          </div>
        </div>

        <div class="join-cta-visual">
          <div class="fee">$35</div>
          <div class="fee-label">Non-refundable application fee</div>
          <p>Your application will be reviewed by the Membership Chairman within 30 days of submission. All service branches of Special Operations are welcome.</p>
          <a href="join.html" class="btn btn-primary" style="width: 100%; text-align: center;">Apply Now</a>
          <p style="font-size: 0.78rem; color: rgba(255,255,255,0.3); margin-top: 1rem;">Questions? Contact the Membership Chairman</p>
        </div>

      </div>
    </div>
  </section>

  <!-- ============================================
       TAPS STRIP
       ============================================ -->
  <section id="taps-strip">
    <div class="container">
      <div class="taps-inner">
        <div class="taps-text">
          <h3>TAPS — Recently Departed</h3>
          <p>We honor those who have recently passed. Their service will never be forgotten.</p>
        </div>
        <div style="display: flex; gap: 1rem; flex-wrap: wrap;">
          <a href="taps.html" class="btn btn-outline">View TAPS</a>
          <a href="taps.html#report" class="btn btn-dark" style="border: 1px solid #333;">Report a Death</a>
        </div>
      </div>
    </div>
  </section>

  <!-- ============================================
       SPONSORS
       ============================================ -->
  <section id="sponsors">
    <div class="container">
      <p class="sponsors-label">Thank You to Our Sponsors & Supporters</p>
      <div class="sponsors-grid">
        <!-- Sponsor logos: replace src with actual downloaded/hosted images -->
        <!-- Or link directly to their sites as text links if images aren't available -->
        <div style="font-weight: 700; font-size: 0.9rem; color: var(--gray-mid); letter-spacing: 0.05em;">The Orleans Hotel</div>
        <div style="font-weight: 700; font-size: 0.9rem; color: var(--gray-mid); letter-spacing: 0.05em;">Lipsey's</div>
        <div style="font-weight: 700; font-size: 0.9rem; color: var(--gray-mid); letter-spacing: 0.05em;">Anheuser-Busch</div>
        <div style="font-weight: 700; font-size: 0.9rem; color: var(--gray-mid); letter-spacing: 0.05em;">MK II Watches</div>
        <div style="font-weight: 700; font-size: 0.9rem; color: var(--gray-mid); letter-spacing: 0.05em;">Excalibur</div>
        <div style="font-weight: 700; font-size: 0.9rem; color: var(--gray-mid); letter-spacing: 0.05em;">Smith & Wesson</div>
      </div>
    </div>
  </section>

  <!-- ============================================
       NEWSLETTER
       ============================================ -->
  <section id="newsletter">
    <div class="container">
      <div class="newsletter-inner">
        <div class="newsletter-text">
          <span class="section-label">Stay Connected</span>
          <h2 style="color: var(--white);">SOA Newsletter</h2>
          <p style="color: rgba(255,255,255,0.65);">Stay up to date on reunions, member news, program updates, and everything happening across the SOA community.</p>
        </div>
        <form class="newsletter-form" onsubmit="handleNewsletterSubmit(event)">
          <div class="newsletter-row">
            <input type="text" name="firstName" placeholder="First Name" required>
            <input type="text" name="lastName" placeholder="Last Name" required>
          </div>
          <input type="email" name="email" placeholder="Email Address" required>
          <button type="submit" class="btn btn-primary">Subscribe</button>
        </form>
      </div>
    </div>
  </section>

  <!-- ============================================
       FOOTER
       ============================================ -->
  <footer id="footer">
    <div class="container">

      <div class="footer-grid">

        <!-- Brand -->
        <div class="footer-brand">
          <span class="logo-main">SOA</span>
          <span class="logo-sub">Special Operations Association</span>
          <p>A 501(c)(19) veteran's fraternal organization connecting those who served in the Special Operations community since 1969.</p>
          <p style="font-size: 0.8rem; margin-bottom: 1.25rem;">
            6935 Aliante Parkway, Suite #104-463<br>
            North Las Vegas, NV 89084
          </p>
          <div class="footer-social">
            <a href="https://www.facebook.com/specialoperationsassociation/" target="_blank" class="social-link" aria-label="Facebook">f</a>
            <a href="https://vimeo.com/user/103268778/folder/25431388" target="_blank" class="social-link" aria-label="Vimeo">V</a>
            <a href="https://www.flickr.com/photos/147492853@N07/" target="_blank" class="social-link" aria-label="Flickr">F</a>
          </div>
        </div>

        <!-- Quick Links -->
        <div class="footer-col">
          <h5>Organization</h5>
          <ul>
            <li><a href="about.html#mission">Mission Statement</a></li>
            <li><a href="about.html#founders">Founder's Message</a></li>
            <li><a href="about.html#officers">Officers & Directors</a></li>
            <li><a href="about.html#puc">Presidential Unit Citation</a></li>
            <li><a href="about.html#bylaws">SOA Bylaws</a></li>
          </ul>
        </div>

        <!-- Membership -->
        <div class="footer-col">
          <h5>Membership</h5>
          <ul>
            <li><a href="join.html">Apply for Membership</a></li>
            <li><a href="members.html">Current Members</a></li>
            <li><a href="https://specialoperations.org/soa/payfees/" target="_blank">Pay Membership Fees</a></li>
            <li><a href="https://specialoperations.org/soa/update-contact-info/" target="_blank">Update Contact Info</a></li>
            <li><a href="donate.html">Donate</a></li>
          </ul>
        </div>

        <!-- Contact -->
        <div class="footer-col footer-contact">
          <h5>Contact</h5>
          <p>
            <strong style="color: rgba(255,255,255,0.8);">Administrator</strong><br>
            Linda Leavitt<br>
            <a href="tel:7025238429">(702) 523-8429</a><br>
            <a href="https://form.jotform.com/253424470680153" target="_blank">Email Linda →</a>
          </p>
          <p style="margin-top: 1rem;">
            <strong style="color: rgba(255,255,255,0.8);">Membership</strong><br>
            <a href="https://form.jotform.com/253432643223147" target="_blank">Contact Membership →</a>
          </p>
          <p style="margin-top: 1rem;">
            <strong style="color: rgba(255,255,255,0.8);">General Help</strong><br>
            <a href="https://form.jotform.com/251704030891148" target="_blank">Contact Bonnie →</a>
          </p>
        </div>

      </div>

      <div class="footer-bottom">
        <p>© 2025 Special Operations Association. All rights reserved.</p>
        <p class="footer-ein">EIN: 74-2619854 · IRS 501(c)(19) Tax-Exempt Organization</p>
        <div style="display: flex; gap: 1.5rem;">
          <a href="about.html#bylaws">Bylaws</a>
          <a href="about.html#mission">Mission</a>
          <a href="join.html">Join</a>
        </div>
      </div>

    </div>
  </footer>

  <!-- ============================================
       JAVASCRIPT
       ============================================ -->
  <