<!doctype html>

<html lang="en">

<head>

  <meta charset="utf-8" />

  <meta name="viewport" content="width=device-width, initial-scale=1" />

  <title>GoViralPR — Private Demand Studio</title>

  <meta name="description" content="Selective demand engineering for products with real pull. Invite-only. Discretion guaranteed.">

 

  <style>

    :root{

      --bg:#0A0A0A;          /* near-black */

      --bg-2:#121212;        /* dark section */

      --text:#ECECEC;        /* light text */

      --muted:#B9B9B9;

      --accent:#C2A36B;      /* gold */

      --light:#FFFFFF;

      --maxw: 1080px;

    }

 

    /* CSS reset-ish */

    *{box-sizing:border-box}

    html,body{height:100%}

    body{

      margin:0;

      background:var(--bg);

      color:var(--text);

      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";

      line-height:1.5;

      -webkit-font-smoothing:antialiased;

      text-rendering:optimizeLegibility;

    }

 

    a{color:var(--accent); text-decoration:none}

    a:hover{opacity:.9; text-decoration:underline}

    .wrap{max-width:var(--maxw); margin:0 auto; padding:0 24px}

 

    /* Header / nav */

    header{

      position:sticky; top:0; z-index:20;

      backdrop-filter:saturate(120%) blur(6px);

      background:linear-gradient(to bottom, rgba(10,10,10,.85), rgba(10,10,10,.65));

      border-bottom:1px solid rgba(255,255,255,.04);

    }

    .nav{display:flex; align-items:center; justify-content:space-between; height:64px}

    .brand{font-weight:700; letter-spacing:.4px}

    .nav a.btn{

      padding:8px 14px; border-radius:999px; border:1px solid transparent;

    }

    .nav a.btn--ghost{

      color:var(--text); border-color:rgba(255,255,255,.14)

    }

    .nav a.btn--ghost:hover{border-color:var(--accent); color:var(--accent)}

    .nav a.btn--text{padding:8px 0}

    .nav .actions{display:flex; gap:18px}

 

    /* Hero */

    .hero{

      display:grid; place-items:center;

      min-height:76vh;

      background: radial-gradient(1200px 500px at 50% -10%, rgba(194,163,107,.18), transparent 60%),

                  linear-gradient(#0A0A0A, #0A0A0A);

      text-align:center;

      padding:80px 0 48px;

      border-bottom:1px solid rgba(255,255,255,.04);

    }

    .eyebrow{letter-spacing:.14em; text-transform:uppercase; color:var(--muted); font-size:.8rem}

    h1{

      margin:.35em 0 .2em;

      font-size:clamp(32px, 5.2vw, 64px);

      line-height:1.05; font-weight:800;

    }

    .lead{

      color:#D9D9D9;

      font-size:clamp(16px, 2.4vw, 20px);

      max-width:820px; margin:8px auto 18px;

    }

    .meta{color:var(--muted); font-size:.95rem}

    .cta{margin-top:22px; display:flex; gap:18px; justify-content:center; flex-wrap:wrap}

    .btn{

      border:none; background:none; color:var(--accent); font-weight:600;

      padding:10px 0; cursor:pointer;

    }

    .btn:hover{opacity:.9; text-decoration:underline}

    .pipe{opacity:.35}

 

    /* Sections */

    section{padding:72px 0}

    .light{background:#FFFFFF; color:#0E0E0E}

    .dark{background:var(--bg-2)}

    .section-title{

      font-size:clamp(18px,2.2vw,22px);

      letter-spacing:.12em; text-transform:uppercase;

      color:var(--accent); margin:0 0 14px;

    }

    h2{

      font-size:clamp(24px,3.2vw,36px);

      line-height:1.2; margin:0 0 16px;

    }

    p{margin:0 0 12px}

    .grid{

      display:grid; gap:18px;

      grid-template-columns:repeat(12,1fr);

    }

    .col-6{grid-column:span 6}

    .col-4{grid-column:span 4}

    .card{

      border:1px solid rgba(255,255,255,.08);

      padding:20px; border-radius:10px; background:rgba(255,255,255,.02)

    }

    .light .card{border-color:rgba(0,0,0,.08); background:#FAFAFA}

    .divider{height:1px; background:linear-gradient(90deg, transparent, rgba(194,163,107,.55), transparent); margin:48px 0}

 

    /* Lists */

    ul{margin:0; padding-left:18px}

    li{margin:6px 0}

 

    /* Footer */

    footer{padding:56px 0; text-align:center; border-top:1px solid rgba(255,255,255,.06)}

    .foot small{color:var(--muted)}

 

    /* Responsive */

    @media (max-width:900px){

      .grid{grid-template-columns:1fr}

      .col-6,.col-4{grid-column:1}

      .hero{min-height:72vh}

    }

  </style>

</head>

<body>

 

  <header>

    <div class="wrap nav">

      <div class="brand">GoViralPR</div>

      <nav class="actions" aria-label="primary">

        <a class="btn btn--text" href="mailto:info@goviralpr.com?subject=Consideration%20Request%20%E2%80%93%20Brand%20%2B%20Hero%20SKU">→ Request Consideration</a>

        <a class="btn btn--ghost" href="mailto:info@goviralpr.com">Contact</a>

      </nav>

    </div>

  </header>

 

  <main>

 

    <!-- HERO -->

    <section class="hero">

      <div class="wrap">

        <div class="eyebrow">Private Demand Studio</div>

        <h1>We move markets. Quietly.</h1>

        <p class="lead">

          Selective demand engineering for products with real pull. No portfolio. No noise. Results only.

        </p>

        <div class="meta">Primary markets · New York • Florida • California</div>

        <div class="cta">

          <a class="btn" href="mailto:info@goviralpr.com?subject=Consideration%20Request%20%E2%80%93%20Brand%20%2B%20Hero%20SKU">→ Request Consideration</a>

          <span class="pipe">|</span>

          <a class="btn" href="mailto:info@goviralpr.com">→ Contact</a>

        </div>

      </div>

    </section>

 

    <!-- MANIFESTO (light) -->

    <section class="light">

      <div class="wrap">

        <div class="section-title">Manifesto</div>

        <h2>Not an agency — an ignition switch.</h2>

        <p>We are the unseen operators behind products people suddenly want. We do three things exceptionally well:</p>

        <ul>

          <li>Make stories travel,</li>

          <li>Place products where culture pays attention,</li>

          <li>Turn attention into sell-through.</li>

        </ul>

        <p><strong>If you need convincing, we’re not for you.</strong></p>

      </div>

    </section>

 

    <div class="divider"></div>

 

    <!-- WHAT WE DO (dark) -->

    <section class="dark">

      <div class="wrap grid">

        <div class="col-4 card">

          <div class="section-title">Narrative Ignition</div>

          <p>Hooks and angles designed to be repeated. Ideas built to spread.</p>

        </div>

        <div class="col-4 card">

          <div class="section-title">Creator Syndicate</div>

          <p>Private network — operators who shift behavior, not “influencers.”</p>

        </div>

        <div class="col-4 card">

          <div class="section-title">Retail Surge Ops</div>

          <p>Moments, demos, and drops that move units — and keep them moving.</p>

        </div>

        <div class="col-4 card">

          <div class="section-title">Signal &amp; Scale</div>

          <p>We track echoes, not vanity metrics. Scale only what compounds.</p>

        </div>

        <div class="col-4 card">

          <div class="section-title">Discretion</div>

          <p>No case studies. No leaks. NDAs standard.</p>

        </div>

      </div>

    </section>

 

    <div class="divider"></div>

 

    <!-- WHO WE SELECT (light) -->

    <section class="light">

      <div class="wrap">

        <div class="section-title">Who We Select</div>

        <h2>We say no more than we say yes.</h2>

        <ul>

          <li>A clear hero SKU with proof of love (even small),</li>

          <li>Supply readiness for a fast wave,</li>

          <li>Founders who move fast and respect discretion,</li>

          <li>Category timing that lets us lead, not follow.</li>

        </ul>

        <p><strong>If it’s a fit, you’ll hear from us. If not, keep building — we’re likely watching.</strong></p>

      </div>

    </section>

 

    <div class="divider"></div>

 

    <!-- MODELS (dark) -->

    <section class="dark">

      <div class="wrap grid">

        <div class="col-6 card">

          <div class="section-title">Ignition Sprint (2–4 weeks)</div>

          <p>Story, content kit, and controlled seeding to validate pull.</p>

        </div>

        <div class="col-6 card">

          <div class="section-title">Scale Program (6–12 weeks)</div>

          <p>Multi-wave placements, retail surge ops, and performance lift where it compounds.</p>

        </div>

        <div class="col-6 card">

          <div class="section-title">Stealth Advisory (ongoing)</div>

          <p>Quiet guidance for founders who want leverage without noise.</p>

        </div>

        <div class="col-6 card">

          <em>Slots are limited. We never over-book.</em>

        </div>

      </div>

    </section>

 

    <div class="divider"></div>

 

    <!-- PROOF OF LIFE (light) -->

    <section class="light">

      <div class="wrap">

        <div class="section-title">Proof of Life</div>

        <p>A regional F&amp;B launch sold out three successive drops; the fourth stabilized at 2.1× baseline.</p>

        <p>A beauty hero SKU moved from novelty → staple in six weeks; restock cadence normalized at +38%.</p>

        <p>A niche household product crossed into national retail after two micro-creator ignition waves.</p>

        <p><strong>That’s all we’ll say.</strong></p>

      </div>

    </section>

 

    <div class="divider"></div>

 

    <!-- APPLY (dark) -->

    <section class="dark">

      <div class="wrap">

        <div class="section-title">Request Consideration</div>

        <p>Email <a href="mailto:info@goviralpr.com">info@goviralpr.com</a> with subject:<br>

        <strong>Application – [Brand] [Hero SKU]</strong></p>

 

        <p>Paste only this inside your message:</p>

        <ul>

          <li>Brand + hero SKU (one line)</li>

          <li>30-second product video (link)</li>

          <li>Top 3 reasons people buy again</li>

          <li>Current monthly units / doors (or DTC velocity)</li>

          <li>90-day supply plan</li>

          <li>Non-negotiables (claims, price, margins)</li>

          <li>Anything we should not publicize</li>

        </ul>

 

        <p><strong>If it’s a fit, we’ll respond. Otherwise — keep building.</strong></p>

      </div>

    </section>

 

  </main>

 

  <footer>

    <div class="wrap foot">

      <div>GoViralPR — Private Demand Studio</div>

      <div>New York • Florida • California • <a href="mailto:info@goviralpr.com">info@goviralpr.com</a></div>

      <small>&copy; <span id="y"></span> GoViralPR. Discretion guaranteed.</small>

    </div>

  </footer>

 

  <script>document.getElementById('y').textContent = new Date().getFullYear()</script>

</body>

</html>