Skip to product information
  • Rockford Fosgate HD9813RG-PMX-STG2 Stage Two Radio 1998 2013 Harley Davidson Road Glide audio package installed by Saint Nordic Custom Autoworks Spring Lake Park MN
1 of 1

Rockford Fosgate

Rockford Fosgate HD9813RG-PMX-STG2

SKU: XR-2701

Regular price $2,599.99 USD
Regular price Sale price $2,599.99 USD
Shipping calculated at checkout.

SKU: Barcode:

<style>
  @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;600;700&family=DM+Mono:wght@400;500&display=swap');

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --black: #0a0a0b;
    --dark: #111114;
    --border: #252530;
    --accent: #7b2fff;
    --accent2: #b06bff;
    --text: #e8e8ee;
    --muted: #c8c8d4;
    --white: #ffffff;
    --green: #34c759;
  }

  body { background: var(--black); color: var(--text); font-family: 'DM Sans', sans-serif; line-height: 1.6; overflow-x: hidden; }

  /* HERO */
  .hero {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 64px 48px 56px;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute; top: -200px; left: 50%;
    transform: translateX(-50%);
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(123,47,255,0.12) 0%, transparent 65%);
    pointer-events: none;
  }
  .hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: var(--border); }
  .hero-content { position: relative; z-index: 1; max-width: 700px; }
  .eyebrow {
    font-family: 'DM Mono', monospace;
    font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--accent); margin-bottom: 16px;
    display: flex; align-items: center; justify-content: center; gap: 10px;
  }
  .eyebrow::before, .eyebrow::after { content: ''; display: block; width: 28px; height: 1px; background: var(--accent); }
  .hero-brand {
    font-family: 'DM Mono', monospace;
    font-size: 13px; letter-spacing: 4px; text-transform: uppercase;
    color: var(--muted); margin-bottom: 8px;
  }
  .hero-model {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(52px, 8vw, 100px);
    line-height: 0.88; color: var(--white);
    letter-spacing: 2px; margin-bottom: 12px;
  }
  .hero-model span { color: var(--accent); }
  .hero-sub {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(18px, 2.5vw, 26px);
    color: var(--muted); letter-spacing: 2px;
    margin-bottom: 28px;
  }
  .hero-price { font-family: 'DM Mono', monospace; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
  .hero-price-value { font-family: 'Bebas Neue', sans-serif; font-size: 64px; color: var(--accent); letter-spacing: 2px; line-height: 1; margin-bottom: 6px; }
  .hero-price-note { font-family: 'DM Mono', monospace; font-size: 11px; color: var(--muted); letter-spacing: 1.5px; margin-bottom: 28px; }
  .hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
  .btn-primary { background: var(--accent); color: var(--white); font-family: 'DM Mono', monospace; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; padding: 14px 28px; text-decoration: none; transition: opacity 0.2s; display: inline-block; }
  .btn-primary:hover { opacity: 0.85; }
  .btn-outline { border: 1px solid var(--border); color: var(--text); font-family: 'DM Mono', monospace; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; padding: 13px 28px; text-decoration: none; transition: border-color 0.2s, color 0.2s; display: inline-block; }
  .btn-outline:hover { border-color: var(--accent); color: var(--accent2); }

  /* STATS */
  .stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .stat { padding: 28px 24px; border-right: 1px solid var(--border); text-align: center; }
  .stat:last-child { border-right: none; }
  .stat-label { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
  .stat-value { font-family: 'Bebas Neue', sans-serif; font-size: 26px; color: var(--white); letter-spacing: 1px; line-height: 1; }
  .stat-value span { color: var(--accent); }

  /* SECTIONS */
  .section { padding: 64px 48px; border-bottom: 1px solid var(--border); }
  .section-label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; text-align: center; }
  .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 4vw, 56px); color: var(--white); letter-spacing: 1.5px; line-height: 1; margin-bottom: 20px; text-align: center; }
  .section-title span { color: var(--accent); }
  .section-body { font-size: 16px; color: var(--muted); max-width: 680px; line-height: 1.8; text-align: center; margin-left: auto; margin-right: auto; }

  /* WHAT'S INCLUDED */
  .included-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 40px; }
  .included-card { background: var(--dark); padding: 28px 24px; position: relative; overflow: hidden; transition: background 0.3s; }
  .included-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }
  .included-card:hover { background: #0d0d0f; }
  .included-card:hover::before { transform: scaleX(1); }
  .included-card-label { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
  .included-card-title { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
  .included-card-model { font-family: 'DM Mono', monospace; font-size: 11px; color: var(--accent2); margin-bottom: 10px; }
  .included-card-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }

  /* FEATURE GRID */
  .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 40px; }
  .feature-card { background: var(--dark); padding: 28px 24px; position: relative; overflow: hidden; transition: background 0.3s; }
  .feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }
  .feature-card:hover { background: #0d0d0f; }
  .feature-card:hover::before { transform: scaleX(1); }
  .feature-icon { font-size: 24px; margin-bottom: 14px; }
  .feature-title { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
  .feature-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }

  /* HIGHLIGHT */
  .highlight { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 40px; }
  .highlight-stat { background: var(--dark); padding: 36px 32px; display: flex; flex-direction: column; justify-content: center; }
  .highlight-num { font-family: 'Bebas Neue', sans-serif; font-size: 72px; color: var(--accent); letter-spacing: 2px; line-height: 1; margin-bottom: 8px; }
  .highlight-label { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
  .highlight-pills { background: var(--dark); padding: 36px 32px; display: flex; flex-direction: column; justify-content: center; gap: 12px; }
  .highlight-pill { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--text); }
  .highlight-pill::before { content: '✦'; color: var(--accent); font-size: 10px; flex-shrink: 0; }

  /* COMPAT NOTICE */
  .compat-notice { background: rgba(255,170,0,0.06); border: 1px solid rgba(255,170,0,0.2); border-left: 3px solid #ffaa00; padding: 20px 28px; margin: 40px 0 0; }
  .compat-label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: #ffaa00; margin-bottom: 8px; }
  .compat-notice p { font-size: 14px; color: var(--text); margin: 0; line-height: 1.7; }

  /* UPGRADE PATH */
  .upgrade-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 40px; }
  .upgrade-card { background: var(--dark); padding: 28px 24px; text-decoration: none; color: inherit; position: relative; overflow: hidden; transition: background 0.3s; display: flex; flex-direction: column; }
  .upgrade-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }
  .upgrade-card:hover { background: #0d0d0f; }
  .upgrade-card:hover::before { transform: scaleX(1); }
  .upgrade-card-current { border-top: 3px solid var(--accent); }
  .upgrade-badge { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
  .upgrade-model { font-family: 'Bebas Neue', sans-serif; font-size: 28px; color: var(--white); letter-spacing: 1px; margin-bottom: 6px; line-height: 1; }
  .upgrade-desc { font-size: 13px; color: var(--muted); line-height: 1.6; margin-bottom: 16px; flex: 1; }
  .upgrade-arrow { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); }

  /* SPEC TABLE */
  .spec-row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--border); }
  .spec-row:last-child { border-bottom: none; }
  .spec-key { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); padding: 16px 20px; background: var(--dark); border-right: 1px solid var(--border); }
  .spec-val { font-size: 14px; color: var(--text); padding: 16px 20px; background: var(--black); }

  /* CTA */
  .cta-section { padding: 80px 48px; text-align: center; position: relative; overflow: hidden; }
  .cta-section::before { content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 600px; height: 400px; background: radial-gradient(ellipse, rgba(123,47,255,0.10) 0%, transparent 65%); pointer-events: none; }
  .cta-label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
  .cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(48px, 6vw, 80px); color: var(--white); letter-spacing: 2px; line-height: 0.95; margin-bottom: 20px; }
  .cta-title span { color: var(--accent); }
  .cta-sub { font-size: 16px; color: var(--muted); max-width: 520px; margin: 0 auto 36px; line-height: 1.7; }
  .cta-buttons { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 24px; }
  .cta-contact { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
  .cta-contact a { font-family: 'DM Mono', monospace; font-size: 12px; letter-spacing: 1.5px; color: var(--muted); text-decoration: none; transition: color 0.2s; }
  .cta-contact a:hover { color: var(--accent2); }

  /* FOOTER */
  .footer { padding: 32px 48px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
  .footer-brand { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 2px; color: var(--white); }
  .footer-brand span { color: var(--accent); }
  .footer-info { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 1.5px; color: var(--muted); text-align: right; }

  @media (max-width: 900px) {
    .stats { grid-template-columns: repeat(2, 1fr); }
    .stat:nth-child(2) { border-right: none; }
    .included-grid, .feature-grid, .upgrade-grid { grid-template-columns: 1fr; }
    .highlight { grid-template-columns: 1fr; }
    .section, .cta-section { padding: 48px 24px; }
    .hero { padding: 48px 24px; }
    .footer { padding: 24px; flex-direction: column; text-align: center; }
    .footer-info { text-align: center; }
  }
</style>

<!-- HERO -->
<div class="hero">
  <div class="hero-content">
    <div class="eyebrow">Saint Nordic · Harley Davidson Audio</div>
    <div class="hero-brand">Rockford Fosgate</div>
    <h1 class="hero-model">HD9813RG-<span>PMX-STG2.</span></h1>
    <div class="hero-sub">Stage Two + Radio · 1998–2013 Road Glide</div>
    <div class="hero-price">Installed Price</div>
    <div class="hero-price-value">$2,599.99</div>
    <p class="hero-price-note">+ Tax · Professionally installed at Saint Nordic · Spring Lake Park, MN</p>
    <div class="hero-buttons">
      <a href="https://app.urable.com/virtual-shop/E8x4Z311T4oe9uEB3HXw" class="btn-primary">Book Your Install</a>
      <a href="tel:7632601491" class="btn-outline">📞 763-260-1491</a>
    </div>
  </div>
</div>

<!-- STATS -->
<div class="stats">
  <div class="stat">
    <div class="stat-label">Fairing Speakers</div>
    <div class="stat-value"><span>2</span>×6.5"</div>
  </div>
  <div class="stat">
    <div class="stat-label">Amplifier</div>
    <div class="stat-value"><span>800</span>W</div>
  </div>
  <div class="stat">
    <div class="stat-label">Channels</div>
    <div class="stat-value"><span>4</span>-Ch</div>
  </div>
  <div class="stat">
    <div class="stat-label">Receiver</div>
    <div class="stat-value"><span>PMX</span>-HD14</div>
  </div>
</div>

<!-- WHAT'S INCLUDED -->
<div class="section">
  <div class="section-label">Complete Kit — Everything Included</div>
  <h2 class="section-title">WHAT'S IN<br><span>THE BOX.</span></h2>
  <p class="section-body">The HD9813RG-PMX-STG2 is a complete plug-and-play Stage Two audio system with radio upgrade for 1998–2013 Harley-Davidson Road Glide models. Includes the PMX-HD9813 direct replacement digital media receiver, 2× TMS6RG 6.5" fairing speakers, and 800W M5-800X4 amplifier — everything needed in one box.</p>

  <div class="included-grid">
    <div class="included-card">
      <div class="included-card-label">Source Unit</div>
      <div class="included-card-title">PMX-HD9813 Digital Media Receiver</div>
      <div class="included-card-model">PMX-HD9813</div>
      <div class="included-card-desc">Direct replacement digital media receiver for select 1998–2013 Harley-Davidson models. 3" full color ultra-bright display with day/night modes and oversized buttons for easy glove-friendly control. Bluetooth streaming, 4V preamp outputs, plug-and-play installation — retains factory thumb controls. No cutting or splicing required.</div>
    </div>
    <div class="included-card">
      <div class="included-card-label">Fairing Speakers</div>
      <div class="included-card-title">2× TMS6RG 6.5" Fairing Speakers</div>
      <div class="included-card-model">TMS6RG</div>
      <div class="included-card-desc">6.5" 2-way Element Ready fairing speakers with phase-aligned 25mm tweeter. Custom tuned to cut through wind, road, and exhaust noise at highway speed. Supplied with Road Glide-specific grilles. IPX6 Element Ready — purpose-built for the motorcycle environment.</div>
    </div>
    <div class="included-card">
      <div class="included-card-label">Amplifier</div>
      <div class="included-card-title">M5-800X4 4-Channel Amplifier</div>
      <div class="included-card-model">M5-800X4</div>
      <div class="included-card-desc">800W 4-channel IPX6 Element Ready amplifier — the same M5-800X4 used across Rockford Fosgate's Harley lineup. Y-adaptors included in the install kit support future expansion to lower fairing, saddlebag, or Tour-Pak speakers. Compact chassis, stainless steel hardware.</div>
    </div>
    <div class="included-card">
      <div class="included-card-label">Installation Kit</div>
      <div class="included-card-title">RFK-HD9813M5 Amp Install Kit</div>
      <div class="included-card-model">RFK-HD9813M5</div>
      <div class="included-card-desc">Direct-connect wiring harnesses designed specifically for 1998–2013 Harley-Davidson models. Y-adaptors included for future speaker expansion. Mounting plate and all hardware included for clean professional installation.</div>
    </div>
  </div>
</div>

<!-- FEATURES -->
<div class="section">
  <div class="section-label">Why Rockford Fosgate</div>
  <h2 class="section-title">LOUDER. CLEANER.<br><span>SMARTER.</span></h2>
  <p class="section-body">The HD9813RG-PMX-STG2 brings Rockford Fosgate's M5 platform to 1998–2013 Road Glide models — complete with the PMX-HD9813 direct replacement receiver. No splicing, no custom wiring, no modifications. Plug in, power on, and ride with a system that was engineered specifically for your bike.</p>

  <div class="feature-grid">
    <div class="feature-card">
      <div class="feature-icon">📱</div>
      <div class="feature-title">Apple CarPlay Built-In</div>
      <div class="feature-desc">Full Apple CarPlay integration on the 7" PMX-HD9813 touchscreen. Maps, music, calls, and messages — controlled from the handlebar or the screen — without taking your hands off the bike.</div>
    </div>
    <div class="feature-card">
      <div class="feature-icon">🌧️</div>
      <div class="feature-title">IPX6 Element Ready</div>
      <div class="feature-desc">Speakers and amplifier are IPX6 rated — purpose-built for the motorcycle environment. Dust and thermal shock resistance, corrosion protection with stainless hardware, UV inhibitor materials, and vibration resistance.</div>
    </div>
    <div class="feature-card">
      <div class="feature-icon">🔌</div>
      <div class="feature-title">Plug-and-Play Install</div>
      <div class="feature-desc">Direct-connect wiring harnesses designed for select Harley-Davidson models. PMX-HD9813 uses factory mounting brackets. No cutting, no splicing, no modifications — everything plugs in exactly where the factory equipment came out.</div>
    </div>
    <div class="feature-card">
      <div class="feature-icon">🎵</div>
      <div class="feature-title">Street Party Mode</div>
      <div class="feature-desc">Sync music playback across multiple connected PMX-HD9813 radios. Ride with friends, all on the same song, all at the same time — wirelessly.</div>
    </div>
    <div class="feature-card">
      <div class="feature-icon">📡</div>
      <div class="feature-title">Highway-Tuned Speakers</div>
      <div class="feature-desc">TMS6RG speakers are custom tuned specifically to cut through wind, road, and exhaust noise at freeway speeds — the acoustic challenge that makes motorcycle audio different from every other application.</div>
    </div>
    <div class="feature-card">
      <div class="feature-icon">⚡</div>
      <div class="feature-title">Expandable System</div>
      <div class="feature-desc">Y-adaptors in the RFK-HD9813M5 install kit support future expansion to lower fairing, saddlebag, or Tour-Pak speakers. The M5-800X4 amp has the headroom. Add Stage Three saddlebag speakers anytime without rewiring.</div>
    </div>
  </div>
</div>

<!-- HIGHLIGHT -->
<div class="section">
  <div class="section-label">System Summary</div>
  <h2 class="section-title">BUILT FOR<br><span>THE RIDE.</span></h2>
  <p class="section-body">Every component in the HD9813RG-PMX-STG2 was designed to work together and engineered for your 1998–2013 Road Glide. Rockford Fosgate's M5 platform delivers freeway-speed audio that cuts through wind, road, and exhaust noise — in a system that installs plug-and-play and looks factory.</p>

  <div class="highlight">
    <div class="highlight-stat">
      <div class="highlight-num">800W</div>
      <div class="highlight-label">4-Channel · M5-800X4 · IPX6</div>
    </div>
    <div class="highlight-pills">
      <div class="highlight-pill">PMX-HD9813 — 7" Apple CarPlay · Bluetooth · SiriusXM Ready</div>
      <div class="highlight-pill">2× TMS6RG 6.5" fairing speakers — VAST technology · IPX6</div>
      <div class="highlight-pill">M5-800X4 — 800W 4-channel · Class AD · IPX6 · expandable via Y-adaptors</div>
      <div class="highlight-pill">RFK-HD9813M5 — plug-and-play direct-connect harnesses</div>
      <div class="highlight-pill">Road Glide-specific grilles included · RF3 factory fit and finish</div>
      <div class="highlight-pill">Professionally installed at Saint Nordic · 1-year labor warranty</div>
    </div>
  </div>

  <div class="compat-notice">
    <div class="compat-label">⚠️ Vehicle Compatibility</div>
    <p>The HD9813RG-PMX-STG2 is designed for select 1998–2013 Harley-Davidson Road Glide models. <strong>The PMX-HD9813 receiver is NOT compatible with factory amplified systems, CB, intercom, rear volume controls, rear speakers on 1998–2005 Ultras, or factory-equipped satellite radio systems.</strong> Contact Saint Nordic before purchasing to confirm compatibility for your specific year and model.</p>
  </div>
</div>

<!-- UPGRADE PATH -->
<div class="section">
  <div class="section-label">Upgrade Path</div>
  <h2 class="section-title">WANT MORE?<br><span>STEP IT UP.</span></h2>
  <p class="section-body">The HD9813RG-PMX-STG2 includes the receiver. The HD9813RG-STG2 is the same kit without the receiver if you want to keep your existing radio. Add the STG3 saddlebag speaker kit at any time to expand to full front-to-rear coverage.</p>

  <div class="upgrade-grid">
    <div class="upgrade-card upgrade-card-current">
      <div class="upgrade-badge">Current — Stage Two</div>
      <div class="upgrade-model">HD9813RG-STG2</div>
      <p class="upgrade-desc">2 fairing speakers · 800W amp · PMX-HD9813 receiver</p>
      <div class="upgrade-arrow">You Are Here</div>
    </div>
    <a href="/products/hd14-pmx-stg3" class="upgrade-card">
      <div class="upgrade-badge">Stage Three</div>
      <div class="upgrade-model">HD9813RG-STG3</div>
      <p class="upgrade-desc">4 speakers · 800W amp · PMX-HD9813 receiver · adds 2× 6x9" saddlebag speakers over Stage Two</p>
      <div class="upgrade-arrow">View Stage Three →</div>
    </a>
    <a href="/products/hd14-pmx-stg5" class="upgrade-card">
      <div class="upgrade-badge">Stage Five</div>
      <div class="upgrade-model">HD9813RG-PMX-STG2</div>
      <p class="upgrade-desc">6 speakers + dual 10" subs · 1,600W dual amp · PMX-HD9813 · maximum output</p>
      <div class="upgrade-arrow">View Stage Five →</div>
    </a>
  </div>
</div>

<!-- SPEC TABLE -->
<div class="section">
  <div class="section-label">Specifications</div>
  <h2 class="section-title">TECHNICAL<br><span>DETAILS.</span></h2>

  <div style="border:1px solid var(--border); margin-top:32px;">
    <div class="spec-row"><div class="spec-key">Kit Model</div><div class="spec-val">Rockford Fosgate HD9813RG-PMX-STG2</div></div>
    <div class="spec-row"><div class="spec-key">Fitment</div><div class="spec-val">Select 1998–2013 Harley-Davidson Road Glide — verify compatibility · PMX-HD9813 not compatible with factory amplified systems, CB, intercom, or rear volume controls</div></div>
    <div class="spec-row"><div class="spec-key">Installed Price</div><div class="spec-val">$2,599.99 + tax — professionally installed at Saint Nordic Custom Autoworks</div></div>
    <div class="spec-row"><div class="spec-key">Source Unit</div><div class="spec-val">PMX-HD9813 — 7" direct replacement digital media receiver · Apple CarPlay · Bluetooth · SiriusXM Ready · Street Party Mode · Day/Night mode</div></div>
    <div class="spec-row"><div class="spec-key">Fairing Speakers</div><div class="spec-val">2× TMS6RG 6.5" 2-way coaxial · VAST technology (25% more cone area) · IPX6 Element Ready · Weather resistant</div></div>
    <div class="spec-row"><div class="spec-key">Amplifier</div><div class="spec-val">M5-800X4 — 800W 4-channel · Class AD · IPX6 · expandable via Y-adaptors · Conformal coated · Stainless steel hardware</div></div>
    <div class="spec-row"><div class="spec-key">Amp Power</div><div class="spec-val">800W peak · 400W RMS · 4 channels</div></div>
    <div class="spec-row"><div class="spec-key">Install Kit</div><div class="spec-val">RFK-HD9813M5 — Direct connect plug-and-play wiring harnesses · Mounting plate · All hardware included</div></div>
    <div class="spec-row"><div class="spec-key">Design Standard</div><div class="spec-val">RF3 — Factory fit and finish · Road Glide-specific grilles · No cutting or splicing required</div></div>
    <div class="spec-row"><div class="spec-key">Upgradeable To</div><div class="spec-val">HD9813RG-STG3 — add 2× TMS69 6x9" saddlebag speakers for full front-to-rear coverage</div></div>
    <div class="spec-row"><div class="spec-key">Installation</div><div class="spec-val">Professional installation at Saint Nordic Custom Autoworks · Spring Lake Park, MN · 1-year labor warranty</div></div>
  </div>
</div>

<!-- CTA -->
<div class="cta-section">
  <div class="cta-label">Saint Nordic Custom Autoworks</div>
  <h2 class="cta-title">BOOK YOUR<br><span>INSTALL.</span></h2>
  <p class="cta-sub">The Rockford Fosgate HD9813RG-PMX-STG2 — $2,599.99 installed at Saint Nordic Custom Autoworks in Spring Lake Park, MN. Contact us first to confirm compatibility for your specific 1998–2013 Road Glide model.</p>
  <div class="cta-buttons">
    <a href="https://app.urable.com/virtual-shop/E8x4Z311T4oe9uEB3HXw" class="btn-primary">Book Your Install</a>
    <a href="tel:7632601491" class="btn-outline">📞 763-260-1491</a>
  </div>
  <div class="cta-contact">
    <a href="mailto:Sales@saintnordic.com">Sales@saintnordic.com</a>
    <a href="/pages/harley-audio">← Back to Harley Audio</a>
  </div>
</div>

<!-- FOOTER -->
<div class="footer">
  <div class="footer-brand">SAINT <span>NORDIC</span> CUSTOM AUTOWORKS</div>
  <div class="footer-info">
    7703 Central Ave NE · Spring Lake Park, MN 55432<br>
    763-260-1491 · Sales@saintnordic.com
  </div>
</div>

By providing a telephone number and submitting the form, you are consenting to be contacted by SMS text message and agreeing to ourPrivacy Policy. Message frequency may vary. Message and data rates may apply. Reply STOP to opt out of further messaging. Reply HELP for more information.