back to gallery

BuseyBench SVG Test

Gemini 3.5 Flash

Generated by Google on Jul 1, 2026 using prompt svg-v1-no-web.

Model release
May 2026
Cost
$0.1602
Tokens used
17,913 tokens137 prompt / 17,776 output / 5,297 reasoning
Gemini 3.5 Flash benchmark output

Run Telemetry

Jul 1, 2026
1m 25s
$0.1602
17,913 tokens

Prompt

Create a standalone SVG portrait of Gary Busey's face. Output only valid SVG markup. Do not wrap the SVG in Markdown fences. Do not use external images, links, scripts, CSS imports, or remote assets. Make the portrait recognizable as Gary Busey using vector shapes only. Include face shape, hair, eyes, eyebrows, nose, mouth, teeth, and expressive features. Use a 1024 by 1024 viewBox. Use detailed SVG-native vector techniques: layered paths, gradients, masks, clipping paths, shadows, highlights, blur filters, opacity, and fine strokes. The portrait should be as recognizable and detailed as possible.

Stored Source

<svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <!-- Background Gradient -->
    <radialGradient id="bgGrad" cx="50%" cy="50%" r="70%">
      <stop offset="0%" stop-color="#2a3a4a"/>
      <stop offset="60%" stop-color="#151d26"/>
      <stop offset="100%" stop-color="#070a0d"/>
    </radialGradient>

    <!-- Skin Base Gradient -->
    <linearGradient id="skinBase" x1="35%" y1="0%" x2="65%" y2="100%">
      <stop offset="0%" stop-color="#ffebd9"/>
      <stop offset="45%" stop-color="#fcd3b0"/>
      <stop offset="80%" stop-color="#e09e72"/>
      <stop offset="100%" stop-color="#b56b43"/>
    </linearGradient>

    <!-- Skin Shadow Gradient -->
    <linearGradient id="skinShadow" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#a8583b" stop-opacity="0.6"/>
      <stop offset="100%" stop-color="#5c2414" stop-opacity="0.85"/>
    </linearGradient>

    <!-- Skin Highlight Gradient -->
    <linearGradient id="skinHighlight" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#ffffff" stop-opacity="0.6"/>
      <stop offset="100%" stop-color="#ffebd9" stop-opacity="0"/>
    </linearGradient>

    <!-- Hair Base Gradient (Dirty Blonde/Grey) -->
    <linearGradient id="hairBaseGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#fbf9f0"/>
      <stop offset="30%" stop-color="#eadeb7"/>
      <stop offset="70%" stop-color="#bfae80"/>
      <stop offset="100%" stop-color="#7a6b48"/>
    </linearGradient>

    <!-- Hair Highlight (Bright Platinum) -->
    <linearGradient id="hairLightGrad" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#ffffff"/>
      <stop offset="70%" stop-color="#fffdf5" stop-opacity="0.9"/>
      <stop offset="100%" stop-color="#eadeb7" stop-opacity="0.3"/>
    </linearGradient>

    <!-- Eye Iris Gradient -->
    <radialGradient id="irisGrad" cx="40%" cy="40%" r="60%">
      <stop offset="0%" stop-color="#9be2ff"/>
      <stop offset="50%" stop-color="#329bc6"/>
      <stop offset="85%" stop-color="#12506b"/>
      <stop offset="100%" stop-color="#082533"/>
    </radialGradient>

    <!-- Teeth Gradient -->
    <linearGradient id="teethGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#ffffff"/>
      <stop offset="20%" stop-color="#fffef0"/>
      <stop offset="75%" stop-color="#eae5be"/>
      <stop offset="100%" stop-color="#b5ad7b"/>
    </linearGradient>

    <!-- Lip Gradient -->
    <linearGradient id="lipGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#d9736c"/>
      <stop offset="40%" stop-color="#b84640"/>
      <stop offset="100%" stop-color="#6e1b17"/>
    </linearGradient>

    <!-- Soft Blur Filter for Shading -->
    <filter id="softBlur" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur stdDeviation="12"/>
    </filter>

    <!-- Medium Blur Filter for Wrinkles/Details -->
    <filter id="medBlur" x="-10%" y="-10%" width="120%" height="120%">
      <feGaussianBlur stdDeviation="5"/>
    </filter>

    <!-- Fine Blur Filter -->
    <filter id="fineBlur" x="-5%" y="-5%" width="110%" height="110%">
      <feGaussianBlur stdDeviation="2"/>
    </filter>

    <!-- Eye Shadow Filter -->
    <filter id="eyeShadow" x="-10%" y="-10%" width="120%" height="120%">
      <feDropShadow dx="0" dy="3" stdDeviation="4" flood-color="#000000" flood-opacity="0.5"/>
    </filter>
  </defs>

  <!-- Background -->
  <rect width="1024" height="1024" fill="url(#bgGrad)"/>

  <!-- BACK HAIR (Volume behind head) -->
  <g id="backHair">
    <!-- Dark under-layer -->
    <path d="M260,450 C210,350 240,200 380,130 C420,110 500,100 580,110 C700,125 800,220 800,350 C800,430 770,520 740,580 C700,500 720,380 680,300 C640,220 550,180 450,200 C350,220 300,300 290,400 Z" fill="#5c5035" opacity="0.85" filter="url(#softBlur)"/>
    <!-- Wild strands left -->
    <path d="M280,380 Q180,300 250,220 T380,180" fill="none" stroke="url(#hairBaseGrad)" stroke-width="15" stroke-linecap="round" opacity="0.9"/>
    <path d="M240,420 Q150,350 210,250 T320,200" fill="none" stroke="url(#hairBaseGrad)" stroke-width="10" stroke-linecap="round" opacity="0.8"/>
    <path d="M220,480 Q120,400 180,300 T280,250" fill="none" stroke="#d1c49d" stroke-width="8" stroke-linecap="round" opacity="0.7"/>
    <!-- Wild strands right -->
    <path d="M740,380 Q840,300 770,220 T640,180" fill="none" stroke="url(#hairBaseGrad)" stroke-width="15" stroke-linecap="round" opacity="0.9"/>
    <path d="M780,420 Q870,350 810,250 T700,200" fill="none" stroke="url(#hairBaseGrad)" stroke-width="10" stroke-linecap="round" opacity="0.8"/>
    <path d="M800,480 Q900,400 840,300 T740,250" fill="none" stroke="#d1c49d" stroke-width="8" stroke-linecap="round" opacity="0.7"/>
  </g>

  <!-- NECK & CLOTHING -->
  <g id="neckAndClothing">
    <!-- Shoulders/Jacket -->
    <path d="M200,900 L250,1024 L770,1024 L824,900 C750,850 680,880 512,880 C344,880 274,850 200,900 Z" fill="#1a1a1a"/>
    <path d="M200,900 C280,930 380,950 512,950 C644,950 744,930 824,900 L824,1024 L200,1024 Z" fill="#111111"/>
    <!-- Shirt Collar (White/Messy, unbuttoned) -->
    <path d="M380,820 L512,940 L644,820 L680,880 L512,1010 L344,880 Z" fill="#e6e6e6"/>
    <path d="M380,820 L440,880 L512,850 L480,810 Z" fill="#cccccc"/>
    <path d="M644,820 L584,880 L512,850 L544,810 Z" fill="#b3b3b3"/>
    <!-- Dark Chest/Neck shadow under collar -->
    <path d="M480,810 L544,810 L512,870 Z" fill="#4a2316"/>
    <!-- Neck -->
    <path d="M380,650 C380,780 420,840 512,840 C604,840 644,780 644,650 Z" fill="url(#skinBase)"/>
    <!-- Neck Shadows & Adam's Apple -->
    <path d="M380,680 C430,730 480,750 512,750 C544,750 594,730 644,680 C644,780 604,840 512,840 C420,840 380,780 380,680 Z" fill="url(#skinShadow)" opacity="0.8"/>
    <path d="M490,720 L512,690 L534,720 L512,760 Z" fill="#ffebd9" opacity="0.15" filter="url(#medBlur)"/>
    <!-- Neck Wrinkles (Busey's weathered neck) -->
    <path d="M410,730 Q512,760 614,730" fill="none" stroke="#5c2414" stroke-width="4" opacity="0.4" filter="url(#fineBlur)"/>
    <path d="M430,770 Q512,800 594,770" fill="none" stroke="#5c2414" stroke-width="5" opacity="0.4" filter="url(#fineBlur)"/>
  </g>

  <!-- BASE FACE -->
  <g id="baseFace">
    <!-- Face Shape (Strong, wide jaw, prominent chin) -->
    <path d="M310,380 C310,260 340,200 512,200 C684,200 714,260 714,380 C714,500 730,600 690,720 C650,820 580,850 512,850 C444,850 374,820 334,720 C294,600 310,500 310,380 Z" fill="url(#skinBase)"/>
    
    <!-- Cheek/Jaw Shadow Overlay (3D modeling) -->
    <path d="M310,380 C310,500 294,600 334,720 C374,820 444,850 512,850 C512,850 420,800 380,700 C340,600 340,450 340,380 Z" fill="url(#skinShadow)" opacity="0.6" filter="url(#softBlur)"/>
    <path d="M714,380 C714,500 730,600 690,720 C650,820 580,850 512,850 C512,850 604,800 644,700 C684,600 684,450 684,380 Z" fill="url(#skinShadow)" opacity="0.4" filter="url(#softBlur)"/>

    <!-- Forehead Shadow (under hair) -->
    <path d="M310,350 C350,250 420,220 512,220 C604,220 674,250 714,350 C714,350 650,260 512,260 C374,260 310,350 310,350 Z" fill="#5c2414" opacity="0.5" filter="url(#softBlur)"/>

    <!-- Temple Indentations -->
    <path d="M320,320 C340,340 340,380 330,400" fill="none" stroke="#5c2414" stroke-width="12" stroke-linecap="round" opacity="0.25" filter="url(#medBlur)"/>
    <path d="M704,320 C684,340 684,380 694,400" fill="none" stroke="#5c2414" stroke-width="12" stroke-linecap="round" opacity="0.2" filter="url(#medBlur)"/>
  </g>

  <!-- EARS -->
  <g id="ears">
    <!-- Left Ear -->
    <path d="M315,400 C280,400 270,480 295,520 C310,540 315,520 315,500 Z" fill="#e09e72"/>
    <path d="M305,420 C285,420 280,470 295,490" fill="none" stroke="#803d24" stroke-width="4" filter="url(#fineBlur)"/>
    <!-- Right Ear -->
    <path d="M709,400 C744,400 754,480 729,520 C714,540 709,520 709,500 Z" fill="#e09e72"/>
    <path d="M719,420 C739,420 744,470 729,490" fill="none" stroke="#803d24" stroke-width="4" filter="url(#fineBlur)"/>
  </g>

  <!-- EYE SICKLES & BAGS (The intense, tired Busey eye-sockets) -->
  <g id="eyeSockets">
    <!-- Deep socket shadows -->
    <path d="M340,430 C340,390 450,380 460,430 C460,470 340,480 340,430 Z" fill="#7a351e" opacity="0.4" filter="url(#softBlur)"/>
    <path d="M564,430 C564,390 674,380 684,430 C684,470 564,480 564,430 Z" fill="#7a351e" opacity="0.4" filter="url(#softBlur)"/>

    <!-- Sagging Eye Bags (Very characteristic) -->
    <!-- Left Bag -->
    <path d="M350,465 C370,495 430,495 455,465" fill="none" stroke="#5c2414" stroke-width="6" stroke-linecap="round" opacity="0.6" filter="url(#medBlur)"/>
    <path d="M355,475 C375,505 425,505 445,475" fill="none" stroke="#ffebd9" stroke-width="4" stroke-linecap="round" opacity="0.3" filter="url(#fineBlur)"/>
    <!-- Right Bag -->
    <path d="M569,465 C589,495 649,495 674,465" fill="none" stroke="#5c2414" stroke-width="6" stroke-linecap="round" opacity="0.6" filter="url(#medBlur)"/>
    <path d="M574,475 C594,505 644,505 664,475" fill="none" stroke="#ffebd9" stroke-width="4" stroke-linecap="round" opacity="0.3" filter="url(#fineBlur)"/>
  </g>

  <!-- EYES (Wide, intense, staring) -->
  <g id="eyes" filter="url(#eyeShadow)">
    <!-- LEFT EYE -->
    <!-- Sclera (White) - wide open shape -->
    <path d="M355,435 C365,410 435,410 450,435 C440,455 370,455 355,435 Z" fill="#fcfaf2"/>
    <path d="M355,435 C365,410 435,410 450,435 Z" fill="#ffcccc" opacity="0.6" filter="url(#fineBlur)"/> <!-- Pink corners -->
    <!-- Iris (Ice Blue, large, staring) -->
    <circle cx="405" cy="433" r="17" fill="url(#irisGrad)"/>
    <!-- Pupil (Slightly dilated for intensity) -->
    <circle cx="405" cy="433" r="8" fill="#0a0a0a"/>
    <!-- Eye reflections/glints (The manic spark) -->
    <circle cx="399" cy="427" r="4" fill="#ffffff"/>
    <circle cx="411" cy="439" r="1.5" fill="#ffffff"/>
    <!-- Eyelids & Dark Lashes -->
    <path d="M352,435 Q405,405 453,435" fill="none" stroke="#2b1108" stroke-width="4" stroke-linecap="round"/>
    <path d="M355,435 Q405,458 450,435" fill="none" stroke="#2b1108" stroke-width="2.5" stroke-linecap="round"/>
    <!-- Highlight on lower lid -->
    <path d="M360,440 Q405,456 445,440" fill="none" stroke="#ffffff" stroke-width="1.5" opacity="0.8"/>

    <!-- RIGHT EYE -->
    <!-- Sclera (White) -->
    <path d="M574,435 C589,410 659,410 669,435 C654,455 584,455 574,435 Z" fill="#fcfaf2"/>
    <path d="M574,435 C589,410 659,410 669,435 Z" fill="#ffcccc" opacity="0.6" filter="url(#fineBlur)"/>
    <!-- Iris (Ice Blue) -->
    <circle cx="619" cy="433" r="17" fill="url(#irisGrad)"/>
    <!-- Pupil -->
    <circle cx="619" cy="433" r="8" fill="#0a0a0a"/>
    <!-- Eye reflections/glints -->
    <circle cx="613" cy="427" r="4" fill="#ffffff"/>
    <circle cx="625" cy="439" r="1.5" fill="#ffffff"/>
    <!-- Eyelids & Dark Lashes -->
    <path d="M571,435 Q619,405 672,435" fill="none" stroke="#2b1108" stroke-width="4" stroke-linecap="round"/>
    <path d="M574,435 Q619,458 669,435" fill="none" stroke="#2b1108" stroke-width="2.5" stroke-linecap="round"/>
    <!-- Highlight on lower lid -->
    <path d="M579,440 Q619,456 664,440" fill="none" stroke="#ffffff" stroke-width="1.5" opacity="0.8"/>
  </g>

  <!-- NOSE (Broad, slightly crooked, prominent nostrils) -->
  <g id="nose">
    <!-- Nose Bridge Shadow -->
    <path d="M475,380 L485,520 L460,550 L450,380 Z" fill="#5c2414" opacity="0.3" filter="url(#medBlur)"/>
    <path d="M549,380 L539,520 L564,550 L574,380 Z" fill="#5c2414" opacity="0.15" filter="url(#medBlur)"/>
    
    <!-- Nose Bulb and Nostrils -->
    <path d="M455,540 C455,570 569,570 569,540" fill="none" stroke="#b56b43" stroke-width="12" stroke-linecap="round" filter="url(#fineBlur)"/>
    <!-- Nostril Holes -->
    <ellipse cx="470" cy="548" rx="8" ry="4" transform="rotate(-15 470 548)" fill="#2b1108"/>
    <ellipse cx="554" cy="548" rx="8" ry="4" transform="rotate(15 554 548)" fill="#2b1108"/>
    <!-- Nose Flaps (Alar) -->
    <path d="M445,530 C440,545 455,555 465,552" fill="none" stroke="#803d24" stroke-width="3" stroke-linecap="round"/>
    <path d="M579,530 C584,545 569,555 559,552" fill="none" stroke="#803d24" stroke-width="3" stroke-linecap="round"/>
    
    <!-- Nose Highlights -->
    <path d="M505,380 L512,535" fill="none" stroke="#ffffff" stroke-width="6" stroke-linecap="round" opacity="0.3" filter="url(#fineBlur)"/>
    <circle cx="512" cy="540" r="8" fill="#ffffff" opacity="0.4" filter="url(#fineBlur)"/>
  </g>

  <!-- EXPRESSION LINES / WRINKLES (The "Busey" Map) -->
  <g id="wrinkles">
    <!-- Forehead Lines (Deep, wavy, expressive) -->
    <path d="M340,280 Q512,240 684,280" fill="none" stroke="#5c2414" stroke-width="6" stroke-linecap="round" opacity="0.5" filter="url(#medBlur)"/>
    <path d="M345,285 Q512,245 680,285" fill="none" stroke="#ffebd9" stroke-width="3" stroke-linecap="round" opacity="0.4" filter="url(#fineBlur)"/>

    <path d="M330,315 Q512,280 694,315" fill="none" stroke="#5c2414" stroke-width="7" stroke-linecap="round" opacity="0.6" filter="url(#medBlur)"/>
    <path d="M335,320 Q512,285 689,320" fill="none" stroke="#ffebd9" stroke-width="4" stroke-linecap="round" opacity="0.5" filter="url(#fineBlur)"/>

    <path d="M350,350 Q512,320 674,350" fill="none" stroke="#5c2414" stroke-width="6" stroke-linecap="round" opacity="0.5" filter="url(#medBlur)"/>

    <!-- Glabella (Frown lines between eyes - "11" lines) -->
    <path d="M485,360 Q495,395 480,410" fill="none" stroke="#5c2414" stroke-width="5" stroke-linecap="round" opacity="0.6" filter="url(#fineBlur)"/>
    <path d="M539,360 Q529,395 544,410" fill="none" stroke="#5c2414" stroke-width="5" stroke-linecap="round" opacity="0.6" filter="url(#fineBlur)"/>
    <path d="M512,365 L512,405" fill="none" stroke="#5c2414" stroke-width="4" stroke-linecap="round" opacity="0.4" filter="url(#fineBlur)"/>

    <!-- Crow's Feet (Left Eye) -->
    <path d="M350,430 Q310,420 290,435" fill="none" stroke="#5c2414" stroke-width="4" stroke-linecap="round" opacity="0.6" filter="url(#fineBlur)"/>
    <path d="M345,440 Q300,440 285,460" fill="none" stroke="#5c2414" stroke-width="4" stroke-linecap="round" opacity="0.6" filter="url(#fineBlur)"/>
    <path d="M350,450 Q315,465 300,490" fill="none" stroke="#5c2414" stroke-width="4" stroke-linecap="round" opacity="0.5" filter="url(#fineBlur)"/>

    <!-- Crow's Feet (Right Eye) -->
    <path d="M674,430 Q714,420 734,435" fill="none" stroke="#5c2414" stroke-width="4" stroke-linecap="round" opacity="0.6" filter="url(#fineBlur)"/>
    <path d="M679,440 Q724,440 739,460" fill="none" stroke="#5c2414" stroke-width="4" stroke-linecap="round" opacity="0.6" filter="url(#fineBlur)"/>
    <path d="M674,450 Q709,465 724,490" fill="none" stroke="#5c2414" stroke-width="4" stroke-linecap="round" opacity="0.5" filter="url(#fineBlur)"/>

    <!-- Nasolabial Folds (Deep laugh lines - absolutely crucial for his grin) -->
    <path d="M455,545 C420,590 380,640 370,720" fill="none" stroke="#5c2414" stroke-width="9" stroke-linecap="round" opacity="0.75" filter="url(#medBlur)"/>
    <path d="M460,550 C430,595 390,645 380,720" fill="none" stroke="#ffebd9" stroke-width="4" stroke-linecap="round" opacity="0.4" filter="url(#fineBlur)"/>

    <path d="M569,545 C604,590 644,640 654,720" fill="none" stroke="#5c2414" stroke-width="9" stroke-linecap="round" opacity="0.75" filter="url(#medBlur)"/>
    <path d="M564,550 C594,595 634,645 644,720" fill="none" stroke="#ffebd9" stroke-width="4" stroke-linecap="round" opacity="0.4" filter="url(#fineBlur)"/>

    <!-- Cheek Highlights (Prominent cheekbones) -->
    <path d="M350,500 C330,560 360,600 380,610" fill="none" stroke="#ffffff" stroke-width="15" stroke-linecap="round" opacity="0.25" filter="url(#softBlur)"/>
    <path d="M674,500 C694,560 664,600 644,610" fill="none" stroke="#ffffff" stroke-width="15" stroke-linecap="round" opacity="0.2" filter="url(#softBlur)"/>
  </g>

  <!-- MOUTH & TEETH (The absolute centerpiece of a Gary Busey portrait) -->
  <g id="mouth">
    <!-- Deep Mouth Cavity (Dark, wide open grin) -->
    <path d="M350,640 C340,680 360,770 512,785 C664,770 684,680 674,640 C690,660 680,795 512,805 C344,795 334,660 350,640 Z" fill="#3d0c0c"/>
    <path d="M360,650 C380,630 644,630 664,650 C684,710 644,780 512,785 C380,780 340,710 360,650 Z" fill="#1f0303"/>

    <!-- Gums (Upper) -->
    <path d="M370,648 C410,632 614,632 654,648 C650,658 630,662 512,662 C394,662 374,658 370,648 Z" fill="#c25a69"/>

    <!-- UPPER TEETH (Huge, prominent, slightly irregular, iconic) -->
    <g id="upperTeeth">
      <!-- Base White Block -->
      <path d="M374,654 C410,644 614,644 650,654 C646,680 620,705 512,708 C404,705 378,680 374,654 Z" fill="url(#teethGrad)"/>
      
      <!-- Individual Teeth Separators & Shapes -->
      <!-- Central Incisors (The two massive front teeth) -->
      <path d="M509,650 L509,707 M515,650 L515,707" fill="none" stroke="#5c5335" stroke-width="1.5" opacity="0.7"/>
      <path d="M509,707 C490,707 482,704 480,698 L480,650" fill="none" stroke="#8c8058" stroke-width="1.5" opacity="0.5"/>
      <path d="M515,707 C534,707 542,704 544,698 L544,650" fill="none" stroke="#8c8058" stroke-width="1.5" opacity="0.5"/>
      
      <!-- Left Teeth Group -->
      <path d="M479,650 L477,698" fill="none" stroke="#736845" stroke-width="2" opacity="0.8"/>
      <path d="M450,648 L447,692" fill="none" stroke="#736845" stroke-width="2" opacity="0.8"/>
      <path d="M422,648 L419,684" fill="none" stroke="#736845" stroke-width="2" opacity="0.8"/>
      <path d="M396,650 L394,674" fill="none" stroke="#736845" stroke-width="2.5" opacity="0.9"/>
      
      <!-- Right Teeth Group -->
      <path d="M545,650 L547,698" fill="none" stroke="#736845" stroke-width="2" opacity="0.8"/>
      <path d="M574,648 L577,692" fill="none" stroke="#736845" stroke-width="2" opacity="0.8"/>
      <path d="M602,648 L605,684" fill="none" stroke="#736845" stroke-width="2" opacity="0.8"/>
      <path d="M628,650 L630,674" fill="none" stroke="#736845" stroke-width="2.5" opacity="0.9"/>

      <!-- Highlights on Teeth (Glossy look) -->
      <path d="M385,660 L390,670 M405,658 L410,675 M430,656 L435,682 M460,654 L465,688 M490,654 L495,695 M525,654 L520,695 M560,654 L555,688 M590,656 L585,682 M615,658 L610,675 M635,660 L630,670" fill="none" stroke="#ffffff" stroke-width="3" stroke-linecap="round" opacity="0.6"/>
      <!-- Extra bright highlight on the big front ones -->
      <ellipse cx="500" cy="675" rx="4" ry="12" fill="#ffffff" opacity="0.5" filter="url(#fineBlur)"/>
      <ellipse cx="524" cy="675" rx="4" ry="12" fill="#ffffff" opacity="0.5" filter="url(#fineBlur)"/>
    </g>

    <!-- LOWER TEETH (Visible but shadowed) -->
    <g id="lowerTeeth">
      <path d="M400,750 C450,770 574,770 624,750 C620,730 600,720 512,720 C424,720 404,730 400,750 Z" fill="#d1cca2"/>
      <path d="M400,750 C450,770 574,770 624,750 Z" fill="none" stroke="#5c5335" stroke-width="3"/>
      <!-- Dark shadow over lower teeth -->
      <path d="M400,720 H624 V740 H400 Z" fill="#1f0303" opacity="0.4"/>
      <!-- Separators -->
      <path d="M512,720 L512,765 M485,722 L482,760 M539,722 L542,760 M460,725 L456,755 M564,725 L568,755" fill="none" stroke="#5c5335" stroke-width="2"/>
    </g>

    <!-- LIPS -->
    <!-- Upper Lip (Thin, stretched tight, curled up) -->
    <path d="M340,640 C380,625 440,620 512,632 C584,620 644,625 684,640 C654,635 584,630 512,642 C440,630 370,635 340,640 Z" fill="url(#lipGrad)"/>
    <path d="M340,640 C380,625 440,620 512,632 C584,620 644,625 684,640" fill="none" stroke="#4a100d" stroke-width="3"/>
    
    <!-- Lower Lip (Stretched, showing tension) -->
    <path d="M334,660 C340,780 360,815 512,820 C664,815 684,780 690,660 C670,770 630,795 512,795 C394,795 354,770 334,660 Z" fill="url(#lipGrad)"/>
    <path d="M334,660 C340,780 360,815 512,820 C664,815 684,780 690,660" fill="none" stroke="#4a100d" stroke-width="3"/>

    <!-- Lip Highlights & Creases -->
    <path d="M450,805 Q512,812 574,805" fill="none" stroke="#ff9e9e" stroke-width="3" opacity="0.5" filter="url(#fineBlur)"/>
    <path d="M512,636 Q550,632 580,634" fill="none" stroke="#ff9e9e" stroke-width="2" opacity="0.5" filter="url(#fineBlur)"/>

    <!-- Corner of Mouth Shadows (Deep creases of the manic smile) -->
    <path d="M340,640 C320,630 315,660 330,680" fill="none" stroke="#2b0505" stroke-width="8" stroke-linecap="round" filter="url(#fineBlur)"/>
    <path d="M684,640 C704,630 709,660 694,680" fill="none" stroke="#2b0505" stroke-width="8" stroke-linecap="round" filter="url(#fineBlur)"/>
  </g>

  <!-- CHIN (Strong, dimpled, prominent) -->
  <g id="chin">
    <!-- Chin Crease (Under lower lip) -->
    <path d="M450,830 Q512,845 574,830" fill="none" stroke="#5c2414" stroke-width="8" stroke-linecap="round" opacity="0.7" filter="url(#medBlur)"/>
    <!-- Chin Highlight -->
    <circle cx="512" cy="865" r="25" fill="#ffffff" opacity="0.25" filter="url(#softBlur)"/>
    <!-- Mentalis muscle shadow (dimple/split chin) -->
    <path d="M512,850 L512,885" fill="none" stroke="#5c2414" stroke-width="6" stroke-linecap="round" opacity="0.4" filter="url(#medBlur)"/>
  </g>

  <!-- FOREHEAD HAIR & EYEBROWS (Overlapping the face) -->
  <g id="frontHairAndBrows">
    <!-- EYEBROWS (Bushy, light blonde/grey, expressive, cocked) -->
    <!-- Left Eyebrow (Slightly furrowed) -->
    <path d="M340,395 C370,370 430,370 475,390" fill="none" stroke="#7a6b48" stroke-width="16" stroke-linecap="round" opacity="0.7" filter="url(#medBlur)"/>
    <path d="M340,395 C370,370 430,370 475,390" fill="none" stroke="#eadeb7" stroke-width="10" stroke-linecap="round" opacity="0.9" filter="url(#fineBlur)"/>
    <path d="M345,392 L360,380 M380,382 L395,370 M415,382 L425,370 M450,385 L460,375" fill="none" stroke="#ffffff" stroke-width="3" opacity="0.8"/>

    <!-- Right Eyebrow (Cocked higher, surprised/manic) -->
    <path d="M550,390 C595,365 655,365 685,390" fill="none" stroke="#7a6b48" stroke-width="16" stroke-linecap="round" opacity="0.6" filter="url(#medBlur)"/>
    <path d="M550,390 C595,365 655,365 685,390" fill="none" stroke="#eadeb7" stroke-width="10" stroke-linecap="round" opacity="0.9" filter="url(#fineBlur)"/>
    <path d="M560,385 L570,370 M590,378 L600,362 M620,378 L630,362 M655,382 L665,370" fill="none" stroke="#ffffff" stroke-width="3" opacity="0.8"/>

    <!-- WILD FOREHEAD HAIR (The chaotic comb-over/swept back look) -->
    <!-- Base hair mass on top -->
    <path d="M310,250 C330,150 450,80 550,100 C650,120 720,180 700,280 C650,200 550,160 450,180 C350,200 320,230 310,250 Z" fill="url(#hairBaseGrad)"/>
    
    <!-- Individual wild strands overlapping forehead -->
    <!-- Strand 1 -->
    <path d="M400,150 Q330,220 360,320" fill="none" stroke="url(#hairLightGrad)" stroke-width="12" stroke-linecap="round"/>
    <!-- Strand 2 -->
    <path d="M460,130 Q400,200 410,340" fill="none" stroke="url(#hairLightGrad)" stroke-width="15" stroke-linecap="round"/>
    <!-- Strand 3 (Swooping across) -->
    <path d="M520,120 Q480,220 450,350" fill="none" stroke="url(#hairLightGrad)" stroke-width="18" stroke-linecap="round"/>
    <!-- Strand 4 -->
    <path d="M580,130 Q580,220 540,330" fill="none" stroke="url(#hairLightGrad)" stroke-width="14" stroke-linecap="round"/>
    <!-- Strand 5 -->
    <path d="M640,160 Q660,240 610,350" fill="none" stroke="url(#hairLightGrad)" stroke-width="16" stroke-linecap="round"/>

    <!-- Fine flyaway hairs (Pure white, high contrast) -->
    <path d="M380,180 Q300,250 320,350" fill="none" stroke="#ffffff" stroke-width="4" stroke-linecap="round" opacity="0.8"/>
    <path d="M430,150 Q360,250 380,380" fill="none" stroke="#ffffff" stroke-width="5" stroke-linecap="round" opacity="0.9"/>
    <path d="M480,140 Q440,240 420,390" fill="none" stroke="#ffffff" stroke-width="6" stroke-linecap="round" opacity="0.95"/>
    <path d="M550,140 Q530,240 490,370" fill="none" stroke="#ffffff" stroke-width="5" stroke-linecap="round" opacity="0.95"/>
    <path d="M610,150 Q620,250 570,380" fill="none" stroke="#ffffff" stroke-width="4" stroke-linecap="round" opacity="0.9"/>
    <path d="M670,180 Q700,260 640,360" fill="none" stroke="#ffffff" stroke-width="4" stroke-linecap="round" opacity="0.8"/>

    <!-- Sideburns -->
    <path d="M315,380 C300,420 305,460 315,480" fill="none" stroke="url(#hairBaseGrad)" stroke-width="12" stroke-linecap="round" opacity="0.8"/>
    <path d="M315,380 C300,420 305,460 315,480" fill="none" stroke="#ffffff" stroke-width="6" stroke-linecap="round" opacity="0.9"/>
    
    <path d="M709,380 C724,420 719,460 709,480" fill="none" stroke="url(#hairBaseGrad)" stroke-width="12" stroke-linecap="round" opacity="0.8"/>
    <path d="M709,380 C724,420 719,460 709,480" fill="none" stroke="#ffffff" stroke-width="6" stroke-linecap="round" opacity="0.9"/>
  </g>

  <!-- FINAL TOUCHES & DRAMATIC LIGHTING -->
  <g id="lightingEffects">
    <!-- Overall Vignette/Shadow overlay -->
    <radialGradient id="vignette" cx="50%" cy="50%" r="70%">
      <stop offset="60%" stop-color="#000000" stop-opacity="0"/>
      <stop offset="100%" stop-color="#000000" stop-opacity="0.65"/>
    </radialGradient>
    <rect width="1024" height="1024" fill="url(#vignette)" pointer-events="none"/>

    <!-- Rim Light (Dramatic highlight on the side of the face/hair) -->
    <path d="M280,250 C240,350 260,500 310,650 C330,700 350,750 380,800" fill="none" stroke="#ffffff" stroke-width="8" stroke-linecap="round" opacity="0.3" filter="url(#softBlur)"/>
    <path d="M744,250 C784,350 764,500 714,650 C694,700 674,750 644,800" fill="none" stroke="#ffffff" stroke-width="6" stroke-linecap="round" opacity="0.2" filter="url(#softBlur)"/>
  </g>
</svg>