← back to AsSeenInMovies

public/img/made-with-ai.svg

59 lines

<!-- AsSeenInMovies — universal placeholder image.
     Used wherever a portrait/poster/still would normally appear but we have
     no rights-clean source. Steve's standing rule: NEVER use IMDb visual
     assets. This SVG ships as the canonical fallback. -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 800" preserveAspectRatio="xMidYMid slice" aria-label="Image not available — made with AI">
  <defs>
    <linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%"  stop-color="#1a1714"/>
      <stop offset="55%" stop-color="#2a2520"/>
      <stop offset="100%" stop-color="#0d0c0a"/>
    </linearGradient>
    <radialGradient id="glow" cx="50%" cy="38%" r="55%">
      <stop offset="0%"  stop-color="#c9a14b" stop-opacity="0.22"/>
      <stop offset="60%" stop-color="#c9a14b" stop-opacity="0.06"/>
      <stop offset="100%" stop-color="#c9a14b" stop-opacity="0"/>
    </radialGradient>
    <pattern id="grid" x="0" y="0" width="40" height="40" patternUnits="userSpaceOnUse">
      <path d="M40 0 L0 0 0 40" fill="none" stroke="#c9a14b" stroke-opacity="0.05" stroke-width="0.6"/>
    </pattern>
  </defs>

  <!-- Base + texture -->
  <rect width="600" height="800" fill="url(#bg)"/>
  <rect width="600" height="800" fill="url(#grid)"/>
  <rect width="600" height="800" fill="url(#glow)"/>

  <!-- Diagonal watermark bands -->
  <g transform="translate(300 400) rotate(-22)" opacity="0.30">
    <text x="0" y="-180" font-family="ui-monospace,Menlo,Monaco,monospace" font-size="42" font-weight="800" fill="#c9a14b" text-anchor="middle" letter-spacing="14">MADE&#160;WITH&#160;AI</text>
    <text x="0" y="-90"  font-family="ui-monospace,Menlo,Monaco,monospace" font-size="42" font-weight="800" fill="#c9a14b" text-anchor="middle" letter-spacing="14" opacity="0.50">MADE&#160;WITH&#160;AI</text>
    <text x="0" y="0"    font-family="ui-monospace,Menlo,Monaco,monospace" font-size="42" font-weight="800" fill="#c9a14b" text-anchor="middle" letter-spacing="14" opacity="0.85">MADE&#160;WITH&#160;AI</text>
    <text x="0" y="90"   font-family="ui-monospace,Menlo,Monaco,monospace" font-size="42" font-weight="800" fill="#c9a14b" text-anchor="middle" letter-spacing="14" opacity="0.50">MADE&#160;WITH&#160;AI</text>
    <text x="0" y="180"  font-family="ui-monospace,Menlo,Monaco,monospace" font-size="42" font-weight="800" fill="#c9a14b" text-anchor="middle" letter-spacing="14" opacity="0.30">MADE&#160;WITH&#160;AI</text>
  </g>

  <!-- Center mark — AI generator glyph (abstract camera aperture + neuron) -->
  <g transform="translate(300 400)" fill="none" stroke="#f0ebe3" stroke-width="2.5">
    <circle r="62" stroke-opacity="0.85"/>
    <circle r="38" stroke-opacity="0.55"/>
    <circle r="14" stroke-opacity="0.95" fill="#c9a14b" fill-opacity="0.18"/>
    <!-- aperture blades -->
    <g stroke-opacity="0.45">
      <line x1="0" y1="-62" x2="0" y2="-38"/>
      <line x1="0" y1="62"  x2="0" y2="38"/>
      <line x1="-62" y1="0" x2="-38" y2="0"/>
      <line x1="62" y1="0"  x2="38" y2="0"/>
      <line x1="-44" y1="-44" x2="-27" y2="-27"/>
      <line x1="44" y1="-44"  x2="27" y2="-27"/>
      <line x1="-44" y1="44"  x2="-27" y2="27"/>
      <line x1="44" y1="44"   x2="27" y2="27"/>
    </g>
  </g>

  <!-- Top mark + bottom caption -->
  <text x="300" y="60" font-family="Cormorant Garamond, Georgia, serif" font-style="italic" font-weight="300" font-size="22" fill="#f0ebe3" text-anchor="middle" opacity="0.75" letter-spacing="3">AsSeenInMovies</text>
  <text x="300" y="730" font-family="-apple-system,BlinkMacSystemFont,Inter,sans-serif" font-size="11" font-weight="700" fill="#c9a14b" text-anchor="middle" letter-spacing="6" opacity="0.85">PLACEHOLDER · MADE WITH AI</text>
  <text x="300" y="755" font-family="-apple-system,BlinkMacSystemFont,Inter,sans-serif" font-size="9.5" fill="#f0ebe3" text-anchor="middle" opacity="0.45" letter-spacing="2">No rights-cleared image available for this title.</text>
</svg>