{"product_id":"hd24-stg3","title":"Rockford Fosgate HD24-STG3","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue\u0026family=DM+Sans:wght@300;400;500;600;700\u0026family=DM+Mono:wght@400;500\u0026display=swap');\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --black: #0a0a0b;\n    --dark: #111114;\n    --border: #252530;\n    --accent: #7b2fff;\n    --accent2: #b06bff;\n    --text: #e8e8ee;\n    --muted: #c8c8d4;\n    --white: #ffffff;\n    --green: #34c759;\n  }\n\n  body { background: var(--black); color: var(--text); font-family: 'DM Sans', sans-serif; line-height: 1.6; overflow-x: hidden; }\n\n  \/* HERO *\/\n  .hero {\n    min-height: 60vh;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    padding: 64px 48px 56px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute; top: -200px; left: 50%;\n    transform: translateX(-50%);\n    width: 700px; height: 700px;\n    background: radial-gradient(circle, rgba(123,47,255,0.12) 0%, transparent 65%);\n    pointer-events: none;\n  }\n  .hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: var(--border); }\n  .hero-content { position: relative; z-index: 1; max-width: 700px; }\n  .eyebrow {\n    font-family: 'DM Mono', monospace;\n    font-size: 11px; letter-spacing: 3px; text-transform: uppercase;\n    color: var(--accent); margin-bottom: 16px;\n    display: flex; align-items: center; justify-content: center; gap: 10px;\n  }\n  .eyebrow::before, .eyebrow::after { content: ''; display: block; width: 28px; height: 1px; background: var(--accent); }\n  .hero-brand {\n    font-family: 'DM Mono', monospace;\n    font-size: 13px; letter-spacing: 4px; text-transform: uppercase;\n    color: var(--muted); margin-bottom: 8px;\n  }\n  .hero-model {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(52px, 8vw, 100px);\n    line-height: 0.88; color: var(--white);\n    letter-spacing: 2px; margin-bottom: 12px;\n  }\n  .hero-model span { color: var(--accent); }\n  .hero-sub {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(18px, 2.5vw, 26px);\n    color: var(--muted); letter-spacing: 2px;\n    margin-bottom: 28px;\n  }\n  .hero-price { font-family: 'DM Mono', monospace; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }\n  .hero-price-value { font-family: 'Bebas Neue', sans-serif; font-size: 64px; color: var(--accent); letter-spacing: 2px; line-height: 1; margin-bottom: 6px; }\n  .hero-price-note { font-family: 'DM Mono', monospace; font-size: 11px; color: var(--muted); letter-spacing: 1.5px; margin-bottom: 28px; }\n  .hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }\n  .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; }\n  .btn-primary:hover { opacity: 0.85; }\n  .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; }\n  .btn-outline:hover { border-color: var(--accent); color: var(--accent2); }\n\n  \/* STATS *\/\n  .stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }\n  .stat { padding: 28px 24px; border-right: 1px solid var(--border); text-align: center; }\n  .stat:last-child { border-right: none; }\n  .stat-label { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }\n  .stat-value { font-family: 'Bebas Neue', sans-serif; font-size: 26px; color: var(--white); letter-spacing: 1px; line-height: 1; }\n  .stat-value span { color: var(--accent); }\n\n  \/* SECTIONS *\/\n  .section { padding: 64px 48px; border-bottom: 1px solid var(--border); }\n  .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; }\n  .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; }\n  .section-title span { color: var(--accent); }\n  .section-body { font-size: 16px; color: var(--muted); max-width: 680px; line-height: 1.8; text-align: center; margin-left: auto; margin-right: auto; }\n\n  \/* WHAT'S INCLUDED *\/\n  .included-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 40px; }\n  .included-card { background: var(--dark); padding: 28px 24px; position: relative; overflow: hidden; transition: background 0.3s; }\n  .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; }\n  .included-card:hover { background: #0d0d0f; }\n  .included-card:hover::before { transform: scaleX(1); }\n  .included-card-label { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }\n  .included-card-title { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 6px; }\n  .included-card-model { font-family: 'DM Mono', monospace; font-size: 11px; color: var(--accent2); margin-bottom: 10px; }\n  .included-card-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }\n\n  \/* FEATURE GRID *\/\n  .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 40px; }\n  .feature-card { background: var(--dark); padding: 28px 24px; position: relative; overflow: hidden; transition: background 0.3s; }\n  .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; }\n  .feature-card:hover { background: #0d0d0f; }\n  .feature-card:hover::before { transform: scaleX(1); }\n  .feature-icon { font-size: 24px; margin-bottom: 14px; }\n  .feature-title { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 8px; }\n  .feature-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }\n\n  \/* HIGHLIGHT *\/\n  .highlight { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 40px; }\n  .highlight-stat { background: var(--dark); padding: 36px 32px; display: flex; flex-direction: column; justify-content: center; }\n  .highlight-num { font-family: 'Bebas Neue', sans-serif; font-size: 72px; color: var(--accent); letter-spacing: 2px; line-height: 1; margin-bottom: 8px; }\n  .highlight-label { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }\n  .highlight-pills { background: var(--dark); padding: 36px 32px; display: flex; flex-direction: column; justify-content: center; gap: 12px; }\n  .highlight-pill { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--text); }\n  .highlight-pill::before { content: '✦'; color: var(--accent); font-size: 10px; flex-shrink: 0; }\n\n  \/* COMPAT NOTICE *\/\n  .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; }\n  .compat-label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: #ffaa00; margin-bottom: 8px; }\n  .compat-notice p { font-size: 14px; color: var(--text); margin: 0; line-height: 1.7; }\n\n  \/* UPGRADE PATH *\/\n  .upgrade-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 40px; }\n  .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; }\n  .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; }\n  .upgrade-card:hover { background: #0d0d0f; }\n  .upgrade-card:hover::before { transform: scaleX(1); }\n  .upgrade-card-current { border-top: 3px solid var(--accent); }\n  .upgrade-badge { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }\n  .upgrade-model { font-family: 'Bebas Neue', sans-serif; font-size: 28px; color: var(--white); letter-spacing: 1px; margin-bottom: 6px; line-height: 1; }\n  .upgrade-desc { font-size: 13px; color: var(--muted); line-height: 1.6; margin-bottom: 16px; flex: 1; }\n  .upgrade-arrow { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); }\n\n  \/* SPEC TABLE *\/\n  .spec-row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--border); }\n  .spec-row:last-child { border-bottom: none; }\n  .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); }\n  .spec-val { font-size: 14px; color: var(--text); padding: 16px 20px; background: var(--black); }\n\n  \/* CTA *\/\n  .cta-section { padding: 80px 48px; text-align: center; position: relative; overflow: hidden; }\n  .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; }\n  .cta-label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }\n  .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; }\n  .cta-title span { color: var(--accent); }\n  .cta-sub { font-size: 16px; color: var(--muted); max-width: 520px; margin: 0 auto 36px; line-height: 1.7; }\n  .cta-buttons { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 24px; }\n  .cta-contact { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }\n  .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; }\n  .cta-contact a:hover { color: var(--accent2); }\n\n  \/* FOOTER *\/\n  .footer { padding: 32px 48px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }\n  .footer-brand { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 2px; color: var(--white); }\n  .footer-brand span { color: var(--accent); }\n  .footer-info { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 1.5px; color: var(--muted); text-align: right; }\n\n  @media (max-width: 900px) {\n    .stats { grid-template-columns: repeat(2, 1fr); }\n    .stat:nth-child(2) { border-right: none; }\n    .included-grid, .feature-grid, .upgrade-grid { grid-template-columns: 1fr; }\n    .highlight { grid-template-columns: 1fr; }\n    .section, .cta-section { padding: 48px 24px; }\n    .hero { padding: 48px 24px; }\n    .footer { padding: 24px; flex-direction: column; text-align: center; }\n    .footer-info { text-align: center; }\n  }\n\u003c\/style\u003e\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-content\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003eSaint Nordic · Harley Davidson Audio\u003c\/div\u003e\n    \u003cdiv class=\"hero-brand\"\u003eRockford Fosgate\u003c\/div\u003e\n    \u003ch1 class=\"hero-model\"\u003eHD24-\u003cspan\u003eSTG3.\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\"\u003eStage Three · 2024+ Harley-Davidson Touring\u003c\/div\u003e\n    \u003cdiv class=\"hero-price\"\u003eInstalled Price\u003c\/div\u003e\n    \u003cdiv class=\"hero-price-value\"\u003e$3,149.99\u003c\/div\u003e\n    \u003cp class=\"hero-price-note\"\u003e+ Tax · Professionally installed at Saint Nordic · Spring Lake Park, MN\u003c\/p\u003e\n    \u003cdiv class=\"hero-buttons\"\u003e\n      \u003ca href=\"https:\/\/app.urable.com\/virtual-shop\/E8x4Z311T4oe9uEB3HXw\" class=\"btn-primary\"\u003eBook Your Install\u003c\/a\u003e\n      \u003ca href=\"tel:7632601491\" class=\"btn-outline\"\u003e📞 763-260-1491\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- STATS --\u003e\n\u003cdiv class=\"stats\"\u003e\n  \u003cdiv class=\"stat\"\u003e\n    \u003cdiv class=\"stat-label\"\u003eFairing Speakers\u003c\/div\u003e\n    \u003cdiv class=\"stat-value\"\u003e\n\u003cspan\u003e2\u003c\/span\u003e×6.5\"\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n    \u003cdiv class=\"stat-label\"\u003eAmplifier\u003c\/div\u003e\n    \u003cdiv class=\"stat-value\"\u003e\n\u003cspan\u003e800\u003c\/span\u003eW\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n    \u003cdiv class=\"stat-label\"\u003eChannels\u003c\/div\u003e\n    \u003cdiv class=\"stat-value\"\u003e\n\u003cspan\u003e4\u003c\/span\u003e-Ch\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n    \u003cdiv class=\"stat-label\"\u003eReceiver\u003c\/div\u003e\n    \u003cdiv class=\"stat-value\"\u003e\n\u003cspan\u003ePMX\u003c\/span\u003e-HD14\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WHAT'S INCLUDED --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eComplete Kit — Everything Included\u003c\/div\u003e\n  \u003ch2 class=\"section-title\"\u003eWHAT'S IN\u003cbr\u003e\u003cspan\u003eTHE BOX.\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp class=\"section-body\"\u003eThe HD24-STG3 builds on Stage Two by adding 2× 6x9\" saddlebag speakers for full front-to-rear coverage. Same 1,000W TMA-1000X4i amplifier, same TMS 2.0 fairing speakers, same Skyline OS compatibility — now with four speakers for a fuller, more immersive sound at highway speeds.\u003c\/p\u003e\n\n  \u003cdiv class=\"included-grid\"\u003e\n    \u003cdiv class=\"included-card\"\u003e\n      \u003cdiv class=\"included-card-label\"\u003eAmplifier\u003c\/div\u003e\n      \u003cdiv class=\"included-card-title\"\u003eTMA-1000X4i 1,000W Digital Amplifier\u003c\/div\u003e\n      \u003cdiv class=\"included-card-model\"\u003eTMA-1000X4i\u003c\/div\u003e\n      \u003cdiv class=\"included-card-desc\"\u003e1,000W 4-channel Class A\/D digital amplifier with integrated DSP and A2B interface. Tune your system via the RF Connect app over Bluetooth — load a DSP preset matched to your exact kit, or dial in gain and crossover settings from your phone. Compact chassis with direct-fit model-specific mounting plate.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"included-card\"\u003e\n      \u003cdiv class=\"included-card-label\"\u003eFairing Speakers\u003c\/div\u003e\n      \u003cdiv class=\"included-card-title\"\u003e2× TMS24-65 6.5\" TMS 2.0 Fairing Speakers\u003c\/div\u003e\n      \u003cdiv class=\"included-card-model\"\u003eTMS24-65\u003c\/div\u003e\n      \u003cdiv class=\"included-card-desc\"\u003eNext-generation TMS 2.0 6.5\" speakers purpose-built for 2024+ Harley-Davidson Touring fairing locations. Heat-resistant motor structure with radiator ring for consistent output under demanding conditions. Long-throw woofer for deep, extended bass. Supplied with model-specific grilles.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"included-card\"\u003e\n      \u003cdiv class=\"included-card-label\"\u003eSaddlebag Speakers\u003c\/div\u003e\n      \u003cdiv class=\"included-card-title\"\u003e2× TMS 2.0 6x9\" Saddlebag Speakers\u003c\/div\u003e\n      \u003cdiv class=\"included-card-model\"\u003eTMS 2.0 6x9\"\u003c\/div\u003e\n      \u003cdiv class=\"included-card-desc\"\u003eTMS 2.0 6x9\" weather-resistant speakers designed specifically for the saddlebag locations on 2024+ Harley-Davidson Touring models. IPX4 Element Ready. Model-specific grilles included. The key Stage Three addition over Stage Two — adds full rear coverage.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"included-card\"\u003e\n      \u003cdiv class=\"included-card-label\"\u003eWiring \u0026amp; Install Kit\u003c\/div\u003e\n      \u003cdiv class=\"included-card-title\"\u003eRFK-HD24 Wiring \u0026amp; Install Kit\u003c\/div\u003e\n      \u003cdiv class=\"included-card-model\"\u003eRFK-HD24\u003c\/div\u003e\n      \u003cdiv class=\"included-card-desc\"\u003eDirect-fit model-specific wiring kit with watertight grommeted installation harnesses, OEM-style and Deutsch DT connectors. Two sets included — one for the fairing amp, one for the saddlebag speaker kit. Mounting plates and all hardware included.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"included-card\"\u003e\n      \u003cdiv class=\"included-card-label\"\u003eInstallation Kit\u003c\/div\u003e\n      \u003cdiv class=\"included-card-title\"\u003eModel-Specific Grilles \u0026amp; Mounting Hardware\u003c\/div\u003e\n      \u003cdiv class=\"included-card-model\"\u003eDirect-Fit Hardware\u003c\/div\u003e\n      \u003cdiv class=\"included-card-desc\"\u003eModel-specific amplifier mounting plates and speaker grilles included. Direct-fit design means no drilling, no modification, and no custom fabrication required. Complete hardware package for a clean, factory-correct installation.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eWhy Rockford Fosgate\u003c\/div\u003e\n  \u003ch2 class=\"section-title\"\u003eLOUDER. FULLER.\u003cbr\u003e\u003cspan\u003eSTRONGER.\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp class=\"section-body\"\u003eStage Three adds 2× 6x9\" TMS 2.0 saddlebag speakers to the HD24-STG2 foundation — full front-to-rear coverage on the 2024+ Touring platform. Same 1,000W TMA-1000X4i amplifier, same Skyline OS compatibility, same no-flash-required installation. Four speakers, one complete system.\u003c\/p\u003e\n\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e📱\u003c\/div\u003e\n      \u003cdiv class=\"feature-title\"\u003eApple CarPlay Built-In\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eFull Apple CarPlay integration on the 7\" TMA-1000X4i touchscreen. Maps, music, calls, and messages — controlled from the handlebar or the screen — without taking your hands off the bike.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e🌧️\u003c\/div\u003e\n      \u003cdiv class=\"feature-title\"\u003eIPX4 Element Ready\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eSpeakers and amplifier are rated IPX4 for weather resistance — purpose-built for the motorcycle environment. Watertight grommeted installation harnesses with OEM-style and Deutsch DT connectors.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e🔌\u003c\/div\u003e\n      \u003cdiv class=\"feature-title\"\u003ePlug-and-Play Install\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eDirect-connect wiring harnesses designed for select Harley-Davidson models. TMA-1000X4i uses factory mounting brackets. No cutting, no splicing, no modifications — everything plugs in exactly where the factory equipment came out.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e🎵\u003c\/div\u003e\n      \u003cdiv class=\"feature-title\"\u003eStreet Party Mode\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eSync music playback across multiple connected TMA-1000X4i radios. Ride with friends, all on the same song, all at the same time — wirelessly.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e🔥\u003c\/div\u003e\n      \u003cdiv class=\"feature-title\"\u003eHeat-Resistant Speaker Design\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eTMS24-65 speakers feature a heat-resistant motor structure with a radiator ring that efficiently dissipates heat — ensuring consistent, powerful output even under sustained high-volume riding conditions.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cdiv class=\"feature-title\"\u003eA2B Digital Interface\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eThe TMA-1000X4i uses an A2B (Automotive Audio Bus) digital interface for clean, noise-free signal transmission from the Skyline OS source — no analog signal loss, no interference, no noise floor.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- HIGHLIGHT --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eSystem Summary\u003c\/div\u003e\n  \u003ch2 class=\"section-title\"\u003eBUILT FOR\u003cbr\u003e\u003cspan\u003eTHE RIDE.\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp class=\"section-body\"\u003eEvery component in the HD24-STG3 was designed to work together and engineered for the 2024+ Touring platform. Stage Three delivers 1,000W across four speakers — front fairing and rear saddlebag — in a system that installs without touching the factory radio.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight\"\u003e\n    \u003cdiv class=\"highlight-stat\"\u003e\n      \u003cdiv class=\"highlight-num\"\u003e800W\u003c\/div\u003e\n      \u003cdiv class=\"highlight-label\"\u003e4-Channel · RFK-HD24\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"highlight-pills\"\u003e\n      \u003cdiv class=\"highlight-pill\"\u003eTMA-1000X4i — 7\" Apple CarPlay · Bluetooth · SiriusXM Ready\u003c\/div\u003e\n      \u003cdiv class=\"highlight-pill\"\u003e2× TMS24-65 6.5\" fairing speakers — VAST technology · IPX6\u003c\/div\u003e\n      \u003cdiv class=\"highlight-pill\"\u003eRFK-HD24 — 800W 4-channel · Class AD · IPX6\u003c\/div\u003e\n      \u003cdiv class=\"highlight-pill\"\u003eDirect-Fit Hardware — plug-and-play direct-connect harnesses\u003c\/div\u003e\n      \u003cdiv class=\"highlight-pill\"\u003eRF Connect app tuning — DSP preset or manual adjustment via Bluetooth\u003c\/div\u003e\n      \u003cdiv class=\"highlight-pill\"\u003eProfessionally installed at Saint Nordic · 1-year labor warranty · 2-year manufacturer warranty\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compat-notice\"\u003e\n    \u003cdiv class=\"compat-label\"\u003e⚠️ Vehicle Compatibility\u003c\/div\u003e\n    \u003cp\u003eThe HD24-STG2 is designed for select 2024+ Harley-Davidson Touring models with the Skyline OS infotainment system. Compatibility varies by model. Contact Saint Nordic before purchasing to confirm fitment for your specific bike.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- UPGRADE PATH --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eUpgrade Path\u003c\/div\u003e\n  \u003ch2 class=\"section-title\"\u003eWANT MORE?\u003cbr\u003e\u003cspan\u003eSTEP IT UP.\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp class=\"section-body\"\u003eThe HD24-STG3 is the full front-to-rear speaker package for 2024+ Touring. The TMA-1000X4i amplifier and TMS 2.0 speakers are the foundation of the platform.\u003c\/p\u003e\n\n  \u003cdiv class=\"upgrade-grid\"\u003e\n    \u003cdiv class=\"upgrade-card upgrade-card-current\"\u003e\n      \u003cdiv class=\"upgrade-badge\"\u003eCurrent — Stage Two\u003c\/div\u003e\n      \u003cdiv class=\"upgrade-model\"\u003eHD24-STG2\u003c\/div\u003e\n      \u003cp class=\"upgrade-desc\"\u003e2 fairing speakers · 800W amp · TMA-1000X4i receiver\u003c\/p\u003e\n      \u003cdiv class=\"upgrade-arrow\"\u003eYou Are Here\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"\/products\/hd14-pmx-stg3\" class=\"upgrade-card\"\u003e\n      \u003cdiv class=\"upgrade-badge\"\u003eStage Three\u003c\/div\u003e\n      \u003cdiv class=\"upgrade-model\"\u003eHD24-STG3\u003c\/div\u003e\n      \u003cp class=\"upgrade-desc\"\u003e4 speakers · 800W amp · TMA-1000X4i receiver · adds 2× 6x9\" saddlebag speakers over Stage Two\u003c\/p\u003e\n      \u003cdiv class=\"upgrade-arrow\"\u003eView Stage Three →\u003c\/div\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"\/products\/hd14-pmx-stg5\" class=\"upgrade-card\"\u003e\n      \u003cdiv class=\"upgrade-badge\"\u003eStage Five\u003c\/div\u003e\n      \u003cdiv class=\"upgrade-model\"\u003eMore Stages\u003c\/div\u003e\n      \u003cp class=\"upgrade-desc\"\u003e6 speakers + dual 10\" subs · 1,600W dual amp · TMA-1000X4i · maximum output\u003c\/p\u003e\n      \u003cdiv class=\"upgrade-arrow\"\u003eView Stage Five →\u003c\/div\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SPEC TABLE --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eSpecifications\u003c\/div\u003e\n  \u003ch2 class=\"section-title\"\u003eTECHNICAL\u003cbr\u003e\u003cspan\u003eDETAILS.\u003c\/span\u003e\n\u003c\/h2\u003e\n\n  \u003cdiv style=\"border:1px solid var(--border); margin-top:32px;\"\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eKit Model\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eRockford Fosgate HD24-STG3\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eFitment\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eSelect 2024+ Harley-Davidson Touring models with Skyline OS — verify compatibility before purchasing\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eInstalled Price\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e$3,149.99 + tax — professionally installed at Saint Nordic Custom Autoworks\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eSource Unit\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eTMA-1000X4i — 7\" direct replacement digital media receiver · Apple CarPlay · Bluetooth · SiriusXM Ready · Street Party Mode · Day\/Night mode\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eFairing Speakers\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e2× TMS24-65 6.5\" 2-way coaxial · VAST technology (25% more cone area) · IPX6 Element Ready · Weather resistant\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eAmplifier\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eRFK-HD24 — 800W 4-channel · Class AD · IPX6 · Conformal coated · Stainless steel hardware\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eAmp Power\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e1,000W peak · 150W RMS × 4 · 4 channels · 4Ω · 50Hz–20kHz\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eInstall Kit\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eDirect-Fit Hardware — Direct connect plug-and-play wiring harnesses · Mounting plate · All hardware included\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eDesign Standard\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eSkyline OS compatible · No radio flash required · Direct-fit mounting plates · No cutting or splicing\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eUpgradeable To\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eHD24-STG2 — entry point to the 2024+ platform (2 fairing speakers)\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eInstallation\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eProfessional installation at Saint Nordic Custom Autoworks · Spring Lake Park, MN · 1-year labor warranty · 2-year manufacturer warranty\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n  \u003cdiv class=\"cta-label\"\u003eSaint Nordic Custom Autoworks\u003c\/div\u003e\n  \u003ch2 class=\"cta-title\"\u003eBOOK YOUR\u003cbr\u003e\u003cspan\u003eINSTALL.\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp class=\"cta-sub\"\u003eThe Rockford Fosgate HD24-STG3 — $3,149.99 installed at Saint Nordic Custom Autoworks in Spring Lake Park, MN. Contact us first to confirm compatibility for your specific 2024+ Touring model.\u003c\/p\u003e\n  \u003cdiv class=\"cta-buttons\"\u003e\n    \u003ca href=\"https:\/\/app.urable.com\/virtual-shop\/E8x4Z311T4oe9uEB3HXw\" class=\"btn-primary\"\u003eBook Your Install\u003c\/a\u003e\n    \u003ca href=\"tel:7632601491\" class=\"btn-outline\"\u003e📞 763-260-1491\u003c\/a\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"cta-contact\"\u003e\n    \u003ca href=\"mailto:Sales@saintnordic.com\"\u003eSales@saintnordic.com\u003c\/a\u003e\n    \u003ca href=\"\/pages\/harley-audio\"\u003e← Back to Harley Audio\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FOOTER --\u003e\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eSAINT \u003cspan\u003eNORDIC\u003c\/span\u003e CUSTOM AUTOWORKS\u003c\/div\u003e\n  \u003cdiv class=\"footer-info\"\u003e\n    7703 Central Ave NE · Spring Lake Park, MN 55432\u003cbr\u003e\n    763-260-1491 · Sales@saintnordic.com\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rockford Fosgate","offers":[{"title":"Default Title","offer_id":49384882438403,"sku":"XR-2700","price":3149.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/8635\/0595\/files\/HD24STG3_1__FIXED.png?v=1786125334","url":"https:\/\/saintnordic.com\/products\/hd24-stg3","provider":"Saint Nordic HQ","version":"1.0","type":"link"}