<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>LEGO 2027 BYD WarHawk 6x6 Camper Prompt Generator | Extreme Off-Road Expedition Motorhome Builder</title>

<meta name="description" content="Create detailed LEGO-style AI prompts for a fictional 2027 BYD WarHawk 6x6 Camper, an extreme off-road luxury expedition motorhome with futuristic 6x6 overland camper design, armored adventure vehicle details, and toy-brick concept art styling.">
<meta name="keywords" content="LEGO 2027 BYD WarHawk 6x6 Camper, LEGO 6x6 camper prompt generator, AI LEGO camper generator, off-road expedition motorhome prompt, luxury overland camper concept, BYD WarHawk camper, 6x6 RV AI prompt, toy brick camper design, futuristic expedition vehicle prompt, LEGO off road camper build idea">

<style>
:root{
  --bg:#f5f3ee;
  --panel:#ffffff;
  --ink:#1d1d1f;
  --muted:#5f6368;
  --line:#ded8cc;
  --brand:#ffb000;
  --brand2:#111827;
  --accent:#d6452f;
  --soft:#fff4d6;
  --green:#2f6f4e;
  --shadow:0 18px 45px rgba(0,0,0,.12);
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255,176,0,.22), transparent 35%),
    radial-gradient(circle at top right, rgba(214,69,47,.18), transparent 30%),
    var(--bg);
  color:var(--ink);
  line-height:1.55;
}

img{
  max-width:100%;
  height:auto;
  object-fit:contain;
}

a{
  color:inherit;
}

.page-wrap{
  width:100%;
  max-width:none;
  min-height:100vh;
  padding:18px;
}

.top-nav{
  width:100%;
  max-width:1500px;
  margin:0 auto 16px auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.nav-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border-radius:999px;
  background:var(--brand2);
  color:#fff;
  text-decoration:none;
  font-weight:800;
  border:2px solid #000;
  box-shadow:4px 4px 0 #000;
}

.nav-btn.alt{
  background:var(--brand);
  color:#111;
}

.hero{
  width:100%;
  max-width:1500px;
  margin:0 auto 20px auto;
  border:3px solid #000;
  border-radius:26px;
  overflow:hidden;
  background:#111;
  box-shadow:var(--shadow);
}

.hero-inner{
  display:grid;
  grid-template-columns:minmax(320px, 1fr) minmax(320px, 520px);
  gap:0;
  align-items:center;
}

.hero-copy{
  padding:34px;
  color:#fff;
  background:
    linear-gradient(135deg, rgba(0,0,0,.92), rgba(17,24,39,.86)),
    repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255,255,255,.04) 10px, rgba(255,255,255,.04) 20px);
}

.hero-kicker{
  display:inline-block;
  background:var(--brand);
  color:#111;
  padding:7px 12px;
  border-radius:999px;
  font-weight:900;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:14px;
}

.hero h1{
  margin:0 0 14px 0;
  font-size:clamp(32px, 4vw, 62px);
  line-height:1;
  letter-spacing:-.04em;
}

.hero p{
  margin:0 0 18px 0;
  color:#f4f4f4;
  font-size:18px;
  max-width:820px;
}

.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:22px;
}

.cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:14px;
  text-decoration:none;
  font-weight:900;
  background:var(--brand);
  color:#111;
  border:2px solid #000;
  box-shadow:4px 4px 0 #000;
}

.cta.dark{
  background:#fff;
  color:#111;
}

.hero-image{
  background:#fff;
  padding:20px;
  min-height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hero-image a{
  display:block;
}

.hero-image img{
  width:100%;
  max-height:420px;
  border-radius:18px;
}

.tool-grid{
  width:100%;
  max-width:1500px;
  margin:0 auto;
  display:grid;
  gap:22px;
  grid-template-columns:minmax(320px,420px) minmax(0,1fr);
  align-items:start;
}

.card{
  background:var(--panel);
  border:3px solid #000;
  border-radius:24px;
  box-shadow:var(--shadow);
  overflow:hidden;
}

.card-pad{
  padding:24px;
}

.left-panel{
  position:sticky;
  top:14px;
}

.section-label{
  display:inline-block;
  background:#111;
  color:#fff;
  padding:7px 11px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:10px;
}

h2{
  font-size:clamp(26px, 3vw, 42px);
  line-height:1.05;
  letter-spacing:-.03em;
  margin:0 0 14px 0;
}

h3{
  font-size:24px;
  line-height:1.15;
  margin:28px 0 10px 0;
}

p{
  margin:0 0 14px 0;
}

.small{
  color:var(--muted);
  font-size:14px;
}

label{
  display:block;
  font-weight:900;
  margin:15px 0 6px 0;
}

input,
select,
textarea{
  width:100%;
  min-height:44px;
  border:2px solid #111;
  border-radius:14px;
  padding:11px 12px;
  font-size:15px;
  background:#fff;
}

textarea{
  min-height:96px;
  resize:vertical;
}

button{
  cursor:pointer;
  border:2px solid #000;
  border-radius:14px;
  min-height:48px;
  padding:12px 16px;
  font-weight:900;
  font-size:15px;
  background:var(--brand);
  color:#111;
  box-shadow:4px 4px 0 #000;
}

button.secondary{
  background:#fff;
}

.button-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:18px;
}

.output-box{
  background:#111827;
  color:#fff;
  border-radius:20px;
  padding:20px;
  min-height:420px;
  white-space:pre-wrap;
  font-family:Consolas, Monaco, monospace;
  font-size:14px;
  border:3px solid #000;
}

.tip-box{
  background:var(--soft);
  border:2px solid #111;
  border-radius:18px;
  padding:16px;
  margin-top:16px;
}

.banner{
  margin:22px 0;
  background:#111;
  border:3px solid #000;
  border-radius:24px;
  overflow:hidden;
}

.banner a{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,420px);
  align-items:center;
  gap:0;
  text-decoration:none;
  color:#fff;
}

.banner-copy{
  padding:24px;
}

.banner-copy strong{
  display:block;
  font-size:28px;
  line-height:1.05;
  margin-bottom:8px;
}

.banner-copy span{
  color:#f2f2f2;
}

.banner-img{
  background:#fff;
  padding:14px;
}

.article{
  width:100%;
  max-width:1500px;
  margin:24px auto 0 auto;
}

.article-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,360px);
  gap:22px;
  align-items:start;
}

.article-main{
  background:#fff;
  border:3px solid #000;
  border-radius:24px;
  box-shadow:var(--shadow);
  padding:30px;
}

.article-main ul{
  padding-left:22px;
}

.article-main li{
  margin-bottom:8px;
}

.keyword-box{
  background:#f8fafc;
  border:2px solid #111;
  border-radius:20px;
  padding:18px;
  margin:20px 0;
}

.next-box{
  background:#eaf7ef;
  border:3px solid #111;
  border-radius:22px;
  padding:22px;
  margin:24px 0;
}

.related{
  background:#fff;
  border:3px solid #000;
  border-radius:24px;
  box-shadow:var(--shadow);
  padding:22px;
}

.related h2{
  font-size:30px;
}

.related-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.related a{
  display:block;
  border:2px solid #111;
  border-radius:18px;
  padding:14px;
  text-decoration:none;
  background:#f9fafb;
}

.related a:hover{
  background:var(--soft);
}

.related strong{
  display:block;
  margin-bottom:4px;
}

.related span{
  display:block;
  color:var(--muted);
  font-size:14px;
}

.footer{
  width:100%;
  max-width:1500px;
  margin:24px auto 0 auto;
  text-align:center;
  color:var(--muted);
  padding:20px;
}

.copy-note{
  margin-top:12px;
  font-size:13px;
  color:var(--muted);
}

.pill-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:16px 0;
}

.pill{
  background:#fff;
  border:2px solid #111;
  border-radius:999px;
  padding:7px 10px;
  font-size:13px;
  font-weight:800;
}

@media (max-width:760px){
  .page-wrap{
    padding:12px;
  }

  .hero-inner,
  .tool-grid,
  .article-grid,
  .banner a{
    grid-template-columns:1fr;
  }

  .left-panel{
    position:static;
  }

  .button-row{
    grid-template-columns:1fr;
  }

  .hero-copy,
  .article-main,
  .card-pad{
    padding:20px;
  }
}
</style>
</head>

<body id="top">

<div class="page-wrap">

  <nav class="top-nav" aria-label="Page navigation">
    <a class="nav-btn" href="https://tacocatintexas.com/">Home</a>
    <a class="nav-btn alt" href="#top">Back to Top</a>
  </nav>

  <header class="hero">
    <div class="hero-inner">
      <div class="hero-copy">
        <span class="hero-kicker">LEGO-style AI concept prompt generator</span>
        <h1>LEGO 2027 BYD WarHawk 6x6 Camper Generator</h1>
        <p>
          Build a detailed AI image prompt for a fictional 2027 BYD WarHawk 6x6 Camper:
          an extreme off-road luxury expedition motorhome with 6x6 stance, futuristic
          overland RV details, toy-brick styling, rugged camper gear, and cinematic adventure energy.
        </p>
        <div class="hero-actions">
          <a class="cta" href="#generator">Start the Generator</a>
          <a class="cta dark" href="https://tacocatintexas.com/ai-generator-master-pack">Get the $7 AI Generator Master Pack</a>
        </div>
      </div>

      <div class="hero-image">
        <a href="https://tacocatintexas.com/ai-generator-master-pack" aria-label="AI Generator Master Pack">
          <img src="https://tacocatintexas.com/wp-content/uploads/2026/05/7.webp" alt="AI Generator Master Pack banner for TacoCat in Texas">
        </a>
      </div>
    </div>
  </header>

  <main id="generator" class="tool-grid">

    <aside class="card left-panel">
      <div class="card-pad">
        <span class="section-label">Prompt Builder</span>
        <h2>Create Your WarHawk 6x6 Camper Prompt</h2>
        <p class="small">
          Fill in the options below to generate a copy-ready AI prompt for a LEGO-style
          futuristic off-road expedition camper concept.
        </p>

        <label for="buildStyle">Build Style</label>
        <select id="buildStyle">
          <option value="premium LEGO-style toy brick display model">Premium LEGO-style toy brick display model</option>
          <option value="hyper-detailed collectible brick model with box-art lighting">Collectible brick model box-art</option>
          <option value="rugged desert expedition diorama with toy-brick realism">Desert expedition diorama</option>
          <option value="garage workshop prototype build with parts spread around">Garage prototype build</option>
          <option value="cinematic overland adventure scene with realistic brick texture">Cinematic overland adventure</option>
        </select>

        <label for="terrain">Adventure Terrain</label>
        <select id="terrain">
          <option value="red desert canyon trail with dust, rocks, and sunset light">Red desert canyon trail</option>
          <option value="snowy mountain pass with frozen tracks and pine trees">Snowy mountain pass</option>
          <option value="jungle expedition road with mud, vines, and river crossing">Jungle river crossing</option>
          <option value="Texas hill country backroad with limestone cliffs and oak trees">Texas hill country</option>
          <option value="futuristic Mars-style test range with orange sand and sci-fi base lights">Mars-style test range</option>
        </select>

        <label for="features">Main Vehicle Features</label>
        <textarea id="features">6x6 drivetrain, massive off-road tires, solar roof panels, pop-up camper shell, rooftop deck, armored front bumper, winch, side storage boxes, ladder, recovery boards, LED light bars, rear motorcycle rack, luxury expedition cabin</textarea>

        <label for="mood">Mood / Lighting</label>
        <select id="mood">
          <option value="golden hour cinematic lighting, dramatic dust, premium adventure poster mood">Golden hour adventure poster</option>
          <option value="studio product lighting, clean white background, sharp catalog render">Clean product render</option>
          <option value="stormy survival mood, rain, mud, headlights glowing">Stormy survival mood</option>
          <option value="night camp scene with warm cabin lights and stars overhead">Night camp scene</option>
          <option value="bright toy-store box art lighting with bold shadows and colorful contrast">Toy-store box art</option>
        </select>

        <label for="camera">Camera Angle</label>
        <select id="camera">
          <option value="low front three-quarter angle showing the 6x6 stance and camper height">Low front three-quarter</option>
          <option value="wide side profile showing the full expedition camper layout">Wide side profile</option>
          <option value="aerial three-quarter view showing roof deck, solar panels, and trail scene">Aerial three-quarter</option>
          <option value="close-up hero angle focused on grille, tires, lights, and brick texture">Close-up hero angle</option>
        </select>

        <label for="extraText">Optional Text on Image</label>
        <input id="extraText" value="WARHAWK 6x6 CAMPER">

        <div class="button-row">
          <button onclick="generatePrompt()">Generate</button>
          <button class="secondary" onclick="copyPrompt()">Copy</button>
        </div>

        <div class="tip-box">
          <strong>Tip:</strong> For best results, paste the generated prompt into your favorite AI image tool,
          then regenerate with different terrain, mood, and camera angles to create a full design series.
        </div>
      </div>
    </aside>

    <section class="card">
      <div class="card-pad">
        <span class="section-label">Generated Output</span>
        <h2>Your Copy-Ready Prompt</h2>
        <div id="output" class="output-box">Your prompt will appear here after you click Generate.</div>

        <div class="banner">
          <a href="https://tacocatintexas.com/ai-generator-master-pack">
            <div class="banner-copy">
              <strong>Build More AI Generators Like This</strong>
              <span>
                This page follows the same generator-building logic inside the TacoCat $7 AI Generator Master Pack:
                idea, input fields, prompt output, SEO article, and money path.
              </span>
            </div>
            <div class="banner-img">
              <img src="https://tacocatintexas.com/wp-content/uploads/2026/05/7.webp" alt="TacoCat AI Generator Master Pack">
            </div>
          </a>
        </div>
      </div>
    </section>

  </main>

  <section class="article" id="article">
    <div class="article-grid">

      <article class="article-main">
        <span class="section-label">SEO Guide</span>
        <h2>LEGO 2027 BYD WarHawk 6x6 Camper Prompt Generator for Extreme Off-Road Expedition Motorhome Concepts</h2>

        <p>
          The LEGO 2027 BYD WarHawk 6x6 Camper Generator helps creators turn a futuristic
          expedition vehicle idea into a detailed AI image prompt. Instead of starting with a vague
          request like “make a LEGO camper,” this tool builds a richer prompt around vehicle stance,
          overland equipment, luxury camper details, terrain, lighting, camera angle, and toy-brick
          presentation style.
        </p>

        <p>
          This page is designed for people searching for a <strong>LEGO 6x6 camper prompt generator</strong>,
          <strong>AI off-road camper concept prompt</strong>, <strong>futuristic expedition motorhome design idea</strong>,
          or <strong>toy-brick overland vehicle image prompt</strong>. The WarHawk 6x6 Camper is treated as a
          fictional concept vehicle, which makes it perfect for creative AI art, concept design, brick-build
          inspiration, poster ideas, and display-model style visuals.
        </p>

        <div class="keyword-box">
          <strong>Long-tail keyword targets used on this page:</strong>
          <div class="pill-list">
            <span class="pill">LEGO 2027 BYD WarHawk 6x6 Camper</span>
            <span class="pill">LEGO 6x6 camper prompt generator</span>
            <span class="pill">AI expedition motorhome prompt</span>
            <span class="pill">off-road luxury camper concept</span>
            <span class="pill">toy brick overland camper design</span>
            <span class="pill">futuristic 6x6 RV prompt</span>
            <span class="pill">extreme off-road camper AI art</span>
            <span class="pill">brick-built adventure vehicle concept</span>
          </div>
        </div>

        <h3>What This Generator Produces</h3>
        <p>
          The generator creates a complete visual prompt for a fictional 2027 BYD WarHawk 6x6 Camper.
          The output focuses on a premium LEGO-style build with rugged adventure details. A strong prompt
          can include huge 6x6 tires, a high-clearance suspension look, an armored bumper, a winch, rooftop
          solar panels, a pop-up camper shell, LED trail lights, a rear storage rack, side utility boxes,
          recovery boards, and a luxury expedition cabin.
        </p>

        <p>
          The goal is not just to describe a vehicle. The goal is to create a scene: a desert trail,
          mountain pass, jungle crossing, Texas hill country backroad, or futuristic test range. That scene
          gives the AI model more context and helps the final image look like a complete collectible display,
          not a plain toy vehicle sitting in empty space.
        </p>

        <h3>Why a 6x6 Expedition Camper Works Well as an AI Prompt</h3>
        <p>
          A 6x6 expedition camper has strong visual search appeal because it combines several popular design
          themes: off-road vehicles, luxury RVs, survival campers, overland travel, futuristic trucks, and
          LEGO-style model building. Searchers may use different phrases, but they are usually looking for
          the same thing: a cool, detailed, buildable-looking adventure vehicle concept.
        </p>

        <ul>
          <li><strong>LEGO fans</strong> may want a brick-built 6x6 camper idea or display model inspiration.</li>
          <li><strong>AI artists</strong> may want a stronger prompt for vehicle concept art.</li>
          <li><strong>Overland fans</strong> may want a rugged expedition motorhome design.</li>
          <li><strong>Pinterest creators</strong> may want vertical poster ideas, pin graphics, or themed artwork.</li>
          <li><strong>Website builders</strong> may want to study how a niche generator page can support SEO traffic.</li>
        </ul>

        <h3>Best Prompt Details to Include</h3>
        <p>
          The strongest WarHawk 6x6 Camper prompts combine mechanical details, luxury camper details, and
          environmental storytelling. A simple vehicle prompt may produce a flat image. A detailed prompt
          with terrain, lighting, camera angle, and build style helps create a more useful result.
        </p>

        <p>
          Useful details include: oversized off-road tires, 6x6 axle layout, modular camper box, raised
          suspension, rooftop tent or pop-up sleeping cabin, solar roof panels, satellite antenna, spare tire
          rack, water tanks, exterior storage, front winch, side ladder, skid plates, rock rails, flood lights,
          and interior glow from the living area.
        </p>

        <h3>Use It for LEGO-Style Concept Art, Posters, and Build Inspiration</h3>
        <p>
          This tool is useful for generating image prompts for a fictional LEGO-style vehicle poster,
          collector box mockup, toy photography scene, digital diorama, or concept art series. You can create
          one version as a clean studio render, another as a dusty desert expedition, another as a night camp
          scene, and another as a parts-and-build workshop view.
        </p>

        <p>
          For Pinterest and search traffic, each variation can become a different visual angle:
          “LEGO 6x6 camper in the desert,” “futuristic toy-brick expedition RV,” “luxury overland camper AI prompt,”
          “off-road camper diorama idea,” or “brick-built survival motorhome concept.”
        </p>

        <h3>How to Get Better Results</h3>
        <p>
          Start with the generator output, then refine one area at a time. Change the camera angle if the
          vehicle feels too small. Add terrain if the image feels empty. Add “toy-brick texture,” “visible studs,”
          “brick seams,” and “collectible display model” if it does not look enough like a LEGO-style build.
          Add “clean product render” if you want a catalog image, or add “cinematic adventure poster” if you
          want something more dramatic.
        </p>

        <div class="next-box">
          <h3>What to Do Next</h3>
          <p>
            Generate one WarHawk 6x6 Camper prompt, copy it, and create three image versions:
            a clean product render, a desert adventure scene, and a night camp scene. Then use the best image
            as a Pinterest pin, website banner, or concept poster. For a stronger content path, link the finished
            image back to this generator and to the TacoCat AI Generator Master Pack.
          </p>
          <p>
            Good next-page anchor text: <strong>build your own AI prompt generator</strong>,
            <strong>create more LEGO-style vehicle prompts</strong>, and
            <strong>turn one concept into a full SEO generator page</strong>.
          </p>
        </div>

        <h3>SEO Summary</h3>
        <p>
          This page targets a focused search cluster around LEGO-style camper prompts, 6x6 expedition vehicle
          concepts, off-road luxury motorhome AI art, futuristic overland camper design, and toy-brick build
          ideas. The generator gives visitors an interactive reason to stay on the page, while the article
          gives search engines topic depth and context.
        </p>

      </article>

      <aside class="related" id="links">
        <h2>Related TacoCat Tools</h2>
        <p class="small">
          Smart internal links for visitors who like LEGO-style builds, AI prompts, vehicle concepts, travel visuals,
          and generator-building systems.
        </p>

        <div class="related-grid">

          <a href="https://tacocatintexas.com/ai-generator-master-pack">
            <strong>$7 AI Generator Master Pack</strong>
            <span>Build your own generator pages with input fields, outputs, SEO sections, and a money path.</span>
          </a>

          <a href="https://tacocatintexas.com/vintagegarage">
            <strong>Vintage Garage LEGO Fan Plans</strong>
            <span>A strong next click for visitors interested in brick-style cars, garages, vehicles, and display scenes.</span>
          </a>

          <a href="https://tacocatintexas.com/bus-trip-idea-generator">
            <strong>Bus Trip Idea Generator</strong>
            <span>Connects the expedition camper theme to travel planning, road trips, and budget adventure ideas.</span>
          </a>

          <a href="https://tacocatintexas.com/Travel-Comic-Prompt-Generator">
            <strong>Travel Comic Prompt Generator</strong>
            <span>Turn an off-road camper adventure into a fun comic-style travel story or visual prompt.</span>
          </a>

          <a href="https://tacocatintexas.com/retro-news-comic-generator">
            <strong>Retro News Comic Generator</strong>
            <span>Use the WarHawk camper concept as a wild retro headline, mock ad, or adventure comic scene.</span>
          </a>

          <a href="https://tacocatintexas.com/website-to-social-posts">
            <strong>AI Social Media Post Generator</strong>
            <span>Turn your finished camper image or generator page into Pinterest, Facebook, and promo post copy.</span>
          </a>

        </div>
      </aside>

    </div>
  </section>

  <footer class="footer">
    <a class="nav-btn" href="https://tacocatintexas.com/">Home</a>
    <a class="nav-btn alt" href="#top">Back to Top</a>
    <p class="copy-note">
      TacoCat in Texas — LEGO-style prompt generator page for fictional 2027 BYD WarHawk 6x6 Camper concept art.
    </p>
  </footer>

</div>

<script>
function generatePrompt(){
  const buildStyle = document.getElementById('buildStyle').value;
  const terrain = document.getElementById('terrain').value;
  const features = document.getElementById('features').value.trim();
  const mood = document.getElementById('mood').value;
  const camera = document.getElementById('camera').value;
  const extraText = document.getElementById('extraText').value.trim();

  const prompt =
`Create a premium ${buildStyle} of a fictional 2027 BYD WarHawk 6x6 Camper, an extreme off-road luxury expedition motorhome concept.

Main vehicle:
A futuristic 6x6 overland camper with a powerful armored stance, high ground clearance, aggressive front end, wide body, detailed toy-brick construction, visible studs, brick seams, realistic plastic texture, and premium collector-model proportions.

Required details:
${features}

Scene:
Place the WarHawk 6x6 Camper on a ${terrain}. Make the vehicle feel large, capable, and expedition-ready. Include small scale details such as trail gear, dust, rocks, storage accessories, and realistic adventure props.

Camera and composition:
Use a ${camera}. Keep the full vehicle visible, sharp, and centered. Emphasize the six-wheel layout, camper module, roof gear, and luxury expedition design.

Lighting and mood:
Use ${mood}. Add cinematic contrast, realistic shadows, sharp reflections on plastic bricks, and high-detail surface texture.

Style direction:
LEGO-style toy brick model, premium concept art, highly detailed collectible display build, realistic brick geometry, clean readable design, no real brand logos unless fictionalized, no messy background, no warped wheels, no melted plastic, no unreadable text.

Optional text:
Add small clean display text that says "${extraText}" if text rendering is supported.

Final quality:
Ultra detailed, sharp focus, professional product-poster composition, high resolution, vertical poster friendly, Pinterest-ready, dramatic but clean.`;

  document.getElementById('output').textContent = prompt;
  window.location.hash = "generator";
}

function copyPrompt(){
  const text = document.getElementById('output').textContent;
  navigator.clipboard.writeText(text).then(function(){
    alert('Prompt copied!');
  }).catch(function(){
    alert('Copy failed. Please highlight and copy manually.');
  });
}
</script>

</body>
</html>
```
