<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>AYLOAD Talent Management | Emerging Music Artists</title>
    <meta
      name="description"
      content="AYLOAD Talent Management represents emerging musicians ready to build the team, release strategy, and industry access needed for a real breakout."
    />
    <link rel="canonical" href="https://ayload.com/" />
    <meta property="og:title" content="AYLOAD Talent Management" />
    <meta
      property="og:description"
      content="Artist management for emerging musicians with breakthrough potential."
    />
    <meta property="og:type" content="website" />
    <meta property="og:url" content="https://ayload.com/" />
    <meta property="og:image" content="https://ayload.com/assets/emerging-musicians-hero.jpg" />
    <link rel="icon" href="favicon.svg" type="image/svg+xml" />
    <link rel="stylesheet" href="styles.css" />
  </head>
  <body>
    <header class="site-header" aria-label="Primary navigation">
      <a class="brand" href="#top" aria-label="AYLOAD home">
        <span class="brand-mark" aria-hidden="true">A</span>
        <span>AYLOAD</span>
      </a>
      <nav class="nav-links">
        <a href="#management">Management</a>
        <a href="#artists">Artists</a>
        <a href="#contact">Contact</a>
      </nav>
    </header>

    <main id="top">
      <section class="hero" aria-label="AYLOAD Talent Management">
        <div class="hero-content">
          <p class="eyebrow">Artist management for emerging musicians</p>
          <h1>
            <span>AYLOAD</span>
            <span>Talent</span>
            <span>Management</span>
          </h1>
          <p class="hero-copy">
            We help new artists turn early momentum into a durable career:
            sharper positioning, smarter releases, better rooms, and the right
            conversations at the right time.
          </p>
          <div class="hero-actions">
            <a class="button primary" href="mailto:leon@ayload.com?subject=Artist%20management%20inquiry">
              Contact Leon
            </a>
            <a class="button secondary" href="#management">What we build</a>
          </div>
        </div>
      </section>

      <section class="intro band" id="management">
        <div class="section-inner split">
          <div>
            <p class="eyebrow">What kind of business</p>
            <h2>A talent management company for musicians before the obvious breakout.</h2>
          </div>
          <p>
            AYLOAD works with artists who already have the songs, taste, and
            signal but need experienced management around strategy, timing,
            execution, and access. The focus is early-stage careers where the
            next twelve months can change the whole trajectory.
          </p>
        </div>
      </section>

      <section class="section">
        <div class="section-inner">
          <div class="section-heading">
            <p class="eyebrow">Management focus</p>
            <h2>Built for the first serious leap.</h2>
          </div>
          <div class="service-grid" aria-label="Management services">
            <article class="service-card">
              <span class="service-index">01</span>
              <h3>Artist Positioning</h3>
              <p>
                Clarify the sound, story, visuals, and audience so every release
                feels intentional instead of scattered.
              </p>
            </article>
            <article class="service-card">
              <span class="service-index">02</span>
              <h3>Release Strategy</h3>
              <p>
                Build practical campaigns around singles, EPs, content, rollout
                timing, collaborators, and follow-through.
              </p>
            </article>
            <article class="service-card">
              <span class="service-index">03</span>
              <h3>Industry Access</h3>
              <p>
                Prepare the materials, outreach, and timing for conversations
                with labels, publishers, agents, brands, and media.
              </p>
            </article>
            <article class="service-card">
              <span class="service-index">04</span>
              <h3>Career Operations</h3>
              <p>
                Keep the calendar, business decisions, creative priorities, and
                team coordination moving in one direction.
              </p>
            </article>
          </div>
        </div>
      </section>

      <section class="artist-fit band" id="artists">
        <div class="section-inner fit-layout">
          <div class="fit-copy">
            <p class="eyebrow">Who should reach out</p>
            <h2>New musicians with real signal and unfinished scale.</h2>
            <p>
              AYLOAD is built for artists who are past the hobby stage but not
              yet fully surrounded by the team their work deserves.
            </p>
          </div>
          <div class="fit-list" aria-label="Artist readiness checklist">
            <div class="fit-item">
              <span aria-hidden="true"></span>
              <p>Original music with a clear point of view.</p>
            </div>
            <div class="fit-item">
              <span aria-hidden="true"></span>
              <p>Early audience response, live traction, or streaming signal.</p>
            </div>
            <div class="fit-item">
              <span aria-hidden="true"></span>
              <p>A serious release cadence or a project ready to launch.</p>
            </div>
            <div class="fit-item">
              <span aria-hidden="true"></span>
              <p>Willingness to move with discipline, taste, and urgency.</p>
            </div>
          </div>
        </div>
      </section>

      <section class="section contact-section" id="contact">
        <div class="section-inner contact-layout">
          <div>
            <p class="eyebrow">Contact</p>
            <h2>Send the music to Leon.</h2>
            <p>
              Include a private link to your strongest three tracks, your current
              release plan, key stats, and the outcome you want to build toward.
            </p>
          </div>
          <div class="contact-panel">
            <p class="role">Managing Partner</p>
            <h3>Leon</h3>
            <a href="mailto:leon@ayload.com?subject=Artist%20management%20inquiry">
              leon@ayload.com
            </a>
          </div>
        </div>
      </section>
    </main>

    <footer class="site-footer">
      <p>AYLOAD Talent Management</p>
      <p>&copy; <span id="year">2026</span> AYLOAD. All rights reserved.</p>
    </footer>

    <script src="script.js"></script>
  </body>
</html>
