back to gallery

BuseyBench SVG Test

Qwen3.7 Max

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

Model release
May 2026
Cost
$0.0435
Tokens used
11,703 tokens145 prompt / 11,558 output / 173 reasoning
Qwen3.7 Max benchmark output

Run Telemetry

Jul 1, 2026
3m 29s
$0.0435
11,703 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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
  <defs>
    <radialGradient id="skinGrad" cx="50%" cy="45%" r="50%">
      <stop offset="0%" stop-color="#f0c8a0"/>
      <stop offset="60%" stop-color="#e0a878"/>
      <stop offset="100%" stop-color="#c88860"/>
    </radialGradient>
    <radialGradient id="faceShading" cx="50%" cy="40%" r="55%">
      <stop offset="0%" stop-color="#f5d4b0" stop-opacity="0.6"/>
      <stop offset="70%" stop-color="#d4956a" stop-opacity="0.3"/>
      <stop offset="100%" stop-color="#a06040" stop-opacity="0.5"/>
    </radialGradient>
    <linearGradient id="hairGrad" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#d0d0d0"/>
      <stop offset="30%" stop-color="#a8a8a8"/>
      <stop offset="60%" stop-color="#c0c0c0"/>
      <stop offset="100%" stop-color="#888888"/>
    </linearGradient>
    <linearGradient id="hairGrad2" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#e0e0e0"/>
      <stop offset="100%" stop-color="#909090"/>
    </linearGradient>
    <radialGradient id="eyeWhite" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ffffff"/>
      <stop offset="80%" stop-color="#f0e8e0"/>
      <stop offset="100%" stop-color="#d8c8b8"/>
    </radialGradient>
    <radialGradient id="irisGrad" cx="45%" cy="40%" r="50%">
      <stop offset="0%" stop-color="#6090c0"/>
      <stop offset="60%" stop-color="#3060a0"/>
      <stop offset="100%" stop-color="#1a3060"/>
    </radialGradient>
    <linearGradient id="lipGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#c07060"/>
      <stop offset="50%" stop-color="#a05545"/>
      <stop offset="100%" stop-color="#804035"/>
    </linearGradient>
    <linearGradient id="teethGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#fffff0"/>
      <stop offset="40%" stop-color="#f8f0e0"/>
      <stop offset="100%" stop-color="#e8dcc8"/>
    </linearGradient>
    <linearGradient id="bgGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#2a3a5a"/>
      <stop offset="100%" stop-color="#1a2030"/>
    </linearGradient>
    <radialGradient id="noseShade" cx="40%" cy="30%" r="60%">
      <stop offset="0%" stop-color="#e8b890" stop-opacity="0.8"/>
      <stop offset="100%" stop-color="#c08060" stop-opacity="0.6"/>
    </radialGradient>
    <filter id="softShadow" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur in="SourceAlpha" stdDeviation="4" result="blur"/>
      <feOffset dx="2" dy="3" result="offset"/>
      <feFlood flood-color="#000000" flood-opacity="0.3" result="color"/>
      <feComposite in="color" in2="offset" operator="in" result="shadow"/>
      <feMerge>
        <feMergeNode in="shadow"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
    <filter id="skinTexture" x="0%" y="0%" width="100%" height="100%">
      <feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="4" result="noise"/>
      <feColorMatrix type="saturate" values="0" in="noise" result="grayNoise"/>
      <feBlend in="SourceGraphic" in2="grayNoise" mode="overlay" result="textured"/>
      <feComposite in="textured" in2="SourceGraphic" operator="in"/>
    </filter>
    <filter id="glow">
      <feGaussianBlur stdDeviation="2" result="blur"/>
      <feMerge>
        <feMergeNode in="blur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
    <filter id="hairBlur">
      <feGaussianBlur stdDeviation="1.5"/>
    </filter>
    <clipPath id="faceClip">
      <ellipse cx="512" cy="520" rx="220" ry="280"/>
    </clipPath>
    <clipPath id="mouthClip">
      <path d="M380,680 Q420,660 512,665 Q604,660 644,680 Q630,740 512,750 Q394,740 380,680Z"/>
    </clipPath>
  </defs>

  <!-- Background -->
  <rect width="1024" height="1024" fill="url(#bgGrad)"/>
  <ellipse cx="512" cy="512" rx="450" ry="450" fill="#3a4a6a" opacity="0.3"/>

  <!-- Neck -->
  <path d="M430,750 Q430,850 420,920 L604,920 Q594,850 594,750Z" fill="#d4a070" stroke="#b08050" stroke-width="1"/>
  <path d="M440,780 Q512,800 584,780" fill="none" stroke="#b08050" stroke-width="1.5" opacity="0.5"/>

  <!-- Shirt/Collar hint -->
  <path d="M350,900 Q400,870 430,920 L594,920 Q624,870 674,900 L700,1024 L324,1024Z" fill="#2a2a3a"/>
  <path d="M430,920 L480,980 L512,940 L544,980 L594,920" fill="none" stroke="#1a1a2a" stroke-width="2"/>

  <!-- Ears -->
  <ellipse cx="285" cy="520" rx="35" ry="55" fill="#e0a878" stroke="#c08858" stroke-width="1.5"/>
  <ellipse cx="285" cy="520" rx="20" ry="35" fill="none" stroke="#c08858" stroke-width="1.5" opacity="0.6"/>
  <ellipse cx="739" cy="520" rx="35" ry="55" fill="#e0a878" stroke="#c08858" stroke-width="1.5"/>
  <ellipse cx="739" cy="520" rx="20" ry="35" fill="none" stroke="#c08858" stroke-width="1.5" opacity="0.6"/>

  <!-- Face shape - main head -->
  <path d="M310,400 Q300,300 350,250 Q400,200 512,195 Q624,200 674,250 Q724,300 714,400 Q720,500 710,580 Q700,650 680,700 Q650,760 512,780 Q374,760 344,700 Q324,650 314,580 Q304,500 310,400Z" fill="url(#skinGrad)" filter="url(#skinTexture)"/>

  <!-- Face shading overlay -->
  <path d="M310,400 Q300,300 350,250 Q400,200 512,195 Q624,200 674,250 Q724,300 714,400 Q720,500 710,580 Q700,650 680,700 Q650,760 512,780 Q374,760 344,700 Q324,650 314,580 Q304,500 310,400Z" fill="url(#faceShading)"/>

  <!-- Forehead wrinkles -->
  <path d="M380,300 Q450,290 512,292 Q574,290 644,300" fill="none" stroke="#c09060" stroke-width="1.5" opacity="0.5"/>
  <path d="M390,320 Q450,312 512,314 Q574,312 634,320" fill="none" stroke="#c09060" stroke-width="1.2" opacity="0.4"/>
  <path d="M400,340 Q450,334 512,336 Q574,334 624,340" fill="none" stroke="#c09060" stroke-width="1" opacity="0.35"/>

  <!-- Cheek shadows -->
  <ellipse cx="370" cy="580" rx="50" ry="40" fill="#c88060" opacity="0.2"/>
  <ellipse cx="654" cy="580" rx="50" ry="40" fill="#c88060" opacity="0.2"/>

  <!-- Nasolabial folds (smile lines) -->
  <path d="M420,540 Q400,600 395,670" fill="none" stroke="#b07848" stroke-width="2.5" opacity="0.5"/>
  <path d="M604,540 Q624,600 629,670" fill="none" stroke="#b07848" stroke-width="2.5" opacity="0.5"/>

  <!-- Eye sockets / brow ridge shadow -->
  <ellipse cx="420" cy="430" rx="65" ry="35" fill="#c89870" opacity="0.3"/>
  <ellipse cx="604" cy="430" rx="65" ry="35" fill="#c89870" opacity="0.3"/>

  <!-- Eyebrows - thick, wild, expressive (Gary Busey signature) -->
  <path d="M345,385 Q360,365 390,360 Q420,358 450,365 Q470,370 480,380 Q465,372 440,368 Q410,365 385,370 Q360,378 345,385Z" fill="#808080" stroke="#606060" stroke-width="1"/>
  <path d="M350,388 Q370,370 400,365 Q430,362 460,370 Q475,375 482,383" fill="none" stroke="#707070" stroke-width="3" stroke-linecap="round"/>
  <!-- Eyebrow hair strands left -->
  <path d="M355,385 Q365,370 380,368" fill="none" stroke="#909090" stroke-width="1.5" opacity="0.7"/>
  <path d="M370,382 Q385,368 400,366" fill="none" stroke="#909090" stroke-width="1.5" opacity="0.7"/>
  <path d="M390,378 Q410,365 430,367" fill="none" stroke="#909090" stroke-width="1.5" opacity="0.7"/>
  <path d="M420,375 Q440,367 460,372" fill="none" stroke="#909090" stroke-width="1.5" opacity="0.7"/>

  <path d="M544,380 Q554,370 574,365 Q604,358 634,360 Q664,365 679,385 Q664,378 639,370 Q614,365 584,368 Q559,372 544,380Z" fill="#808080" stroke="#606060" stroke-width="1"/>
  <path d="M542,383 Q555,375 580,370 Q610,362 640,365 Q660,370 674,388" fill="none" stroke="#707070" stroke-width="3" stroke-linecap="round"/>
  <!-- Eyebrow hair strands right -->
  <path d="M555,382 Q570,368 590,366" fill="none" stroke="#909090" stroke-width="1.5" opacity="0.7"/>
  <path d="M580,378 Q600,365 620,367" fill="none" stroke="#909090" stroke-width="1.5" opacity="0.7"/>
  <path d="M610,375 Q630,368 650,372" fill="none" stroke="#909090" stroke-width="1.5" opacity="0.7"/>
  <path d="M640,380 Q655,372 668,382" fill="none" stroke="#909090" stroke-width="1.5" opacity="0.7"/>

  <!-- Eyes - wide and intense -->
  <!-- Left eye -->
  <ellipse cx="420" cy="440" rx="48" ry="32" fill="url(#eyeWhite)" stroke="#8a6a4a" stroke-width="1.5"/>
  <!-- Left iris -->
  <circle cx="425" cy="440" r="20" fill="url(#irisGrad)"/>
  <!-- Left pupil -->
  <circle cx="425" cy="438" r="10" fill="#0a0a15"/>
  <!-- Left eye highlight -->
  <circle cx="432" cy="433" r="5" fill="white" opacity="0.9"/>
  <circle cx="420" cy="445" r="3" fill="white" opacity="0.4"/>
  <!-- Left eyelid lines -->
  <path d="M372,435 Q395,410 420,408 Q445,410 468,435" fill="none" stroke="#8a6a4a" stroke-width="2"/>
  <path d="M375,445 Q395,465 420,468 Q445,465 465,445" fill="none" stroke="#8a6a4a" stroke-width="1.5" opacity="0.6"/>
  <!-- Left eye creases -->
  <path d="M370,425 Q390,405 420,400 Q450,405 470,425" fill="none" stroke="#b08860" stroke-width="1" opacity="0.5"/>

  <!-- Right eye -->
  <ellipse cx="604" cy="440" rx="48" ry="32" fill="url(#eyeWhite)" stroke="#8a6a4a" stroke-width="1.5"/>
  <!-- Right iris -->
  <circle cx="599" cy="440" r="20" fill="url(#irisGrad)"/>
  <!-- Right pupil -->
  <circle cx="599" cy="438" r="10" fill="#0a0a15"/>
  <!-- Right eye highlight -->
  <circle cx="606" cy="433" r="5" fill="white" opacity="0.9"/>
  <circle cx="594" cy="445" r="3" fill="white" opacity="0.4"/>
  <!-- Right eyelid lines -->
  <path d="M556,435 Q579,410 604,408 Q629,410 652,435" fill="none" stroke="#8a6a4a" stroke-width="2"/>
  <path d="M559,445 Q579,465 604,468 Q629,465 649,445" fill="none" stroke="#8a6a4a" stroke-width="1.5" opacity="0.6"/>
  <!-- Right eye creases -->
  <path d="M554,425 Q574,405 604,400 Q634,405 654,425" fill="none" stroke="#b08860" stroke-width="1" opacity="0.5"/>

  <!-- Crow's feet wrinkles -->
  <path d="M365,430 L350,420" fill="none" stroke="#b08860" stroke-width="1" opacity="0.4"/>
  <path d="M365,440 L348,440" fill="none" stroke="#b08860" stroke-width="1" opacity="0.4"/>
  <path d="M365,450 L350,458" fill="none" stroke="#b08860" stroke-width="1" opacity="0.4"/>
  <path d="M659,430 L674,420" fill="none" stroke="#b08860" stroke-width="1" opacity="0.4"/>
  <path d="M659,440 L676,440" fill="none" stroke="#b08860" stroke-width="1" opacity="0.4"/>
  <path d="M659,450 L674,458" fill="none" stroke="#b08860" stroke-width="1" opacity="0.4"/>

  <!-- Nose -->
  <path d="M500,420 Q498,460 495,500 Q490,530 480,550 Q490,560 512,565 Q534,560 544,550 Q534,530 529,500 Q526,460 524,420" fill="url(#noseShade)" stroke="#b08050" stroke-width="1.5" opacity="0.8"/>
  <!-- Nose bridge highlight -->
  <path d="M505,425 Q510,460 508,510" fill="none" stroke="#f0d0b0" stroke-width="3" opacity="0.4" stroke-linecap="round"/>
  <!-- Nostrils -->
  <ellipse cx="492" cy="555" rx="14" ry="10" fill="#8a5a3a" opacity="0.6"/>
  <ellipse cx="532" cy="555" rx="14" ry="10" fill="#8a5a3a" opacity="0.6"/>
  <!-- Nose tip -->
  <ellipse cx="512" cy="548" rx="22" ry="15" fill="#e0a878" opacity="0.5"/>
  <!-- Nose shadow -->
  <path d="M485,558 Q512,570 539,558" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.5"/>

  <!-- MOUTH - Wide open showing teeth (Gary Busey's signature) -->
  <!-- Mouth opening -->
  <path d="M380,680 Q420,660 512,665 Q604,660 644,680 Q635,735 512,745 Q389,735 380,680Z" fill="#3a1515"/>

  <!-- Upper lip -->
  <path d="M375,678 Q420,658 470,662 Q490,655 512,652 Q534,655 554,662 Q604,658 649,678 Q604,665 554,668 Q534,662 512,660 Q490,662 470,668 Q420,665 375,678Z" fill="url(#lipGrad)" stroke="#804030" stroke-width="1"/>

  <!-- Lower lip -->
  <path d="M385,720 Q420,745 512,750 Q604,745 639,720 Q620,740 512,748 Q404,740 385,720Z" fill="#b05545" stroke="#804030" stroke-width="1"/>
  <!-- Lower lip highlight -->
  <path d="M430,735 Q470,742 512,744 Q554,742 594,735" fill="none" stroke="#d08070" stroke-width="2" opacity="0.5" stroke-linecap="round"/>

  <!-- TEETH - Large, prominent (Gary Busey's most recognizable feature) -->
  <!-- Upper teeth row -->
  <g clip-path="url(#mouthClip)">
    <!-- Upper teeth -->
    <rect x="408" y="668" width="24" height="32" rx="3" fill="url(#teethGrad)" stroke="#d0c8b0" stroke-width="0.8"/>
    <rect x="434" y="666" width="24" height="34" rx="3" fill="url(#teethGrad)" stroke="#d0c8b0" stroke-width="0.8"/>
    <rect x="460" y="664" width="25" height="36" rx="3" fill="url(#teethGrad)" stroke="#d0c8b0" stroke-width="0.8"/>
    <rect x="487" y="663" width="25" height="37" rx="3" fill="url(#teethGrad)" stroke="#d0c8b0" stroke-width="0.8"/>
    <rect x="514" y="663" width="25" height="37" rx="3" fill="url(#teethGrad)" stroke="#d0c8b0" stroke-width="0.8"/>
    <rect x="541" y="664" width="25" height="36" rx="3" fill="url(#teethGrad)" stroke="#d0c8b0" stroke-width="0.8"/>
    <rect x="568" y="666" width="24" height="34" rx="3" fill="url(#teethGrad)" stroke="#d0c8b0" stroke-width="0.8"/>
    <rect x="594" y="668" width="24" height="32" rx="3" fill="url(#teethGrad)" stroke="#d0c8b0" stroke-width="0.8"/>

    <!-- Lower teeth -->
    <rect x="415" y="710" width="22" height="28" rx="3" fill="url(#teethGrad)" stroke="#d0c8b0" stroke-width="0.8"/>
    <rect x="439" y="708" width="23" height="30" rx="3" fill="url(#teethGrad)" stroke="#d0c8b0" stroke-width="0.8"/>
    <rect x="464" y="706" width="24" height="32" rx="3" fill="url(#teethGrad)" stroke="#d0c8b0" stroke-width="0.8"/>
    <rect x="490" y="705" width="24" height="33" rx="3" fill="url(#teethGrad)" stroke="#d0c8b0" stroke-width="0.8"/>
    <rect x="516" y="705" width="24" height="33" rx="3" fill="url(#teethGrad)" stroke="#d0c8b0" stroke-width="0.8"/>
    <rect x="542" y="706" width="24" height="32" rx="3" fill="url(#teethGrad)" stroke="#d0c8b0" stroke-width="0.8"/>
    <rect x="568" y="708" width="23" height="30" rx="3" fill="url(#teethGrad)" stroke="#d0c8b0" stroke-width="0.8"/>
    <rect x="593" y="710" width="22" height="28" rx="3" fill="url(#teethGrad)" stroke="#d0c8b0" stroke-width="0.8"/>

    <!-- Teeth highlights -->
    <rect x="462" y="666" width="8" height="20" rx="2" fill="white" opacity="0.3"/>
    <rect x="489" y="665" width="8" height="20" rx="2" fill="white" opacity="0.3"/>
    <rect x="516" y="665" width="8" height="20" rx="2" fill="white" opacity="0.3"/>
    <rect x="543" y="666" width="8" height="20" rx="2" fill="white" opacity="0.3"/>

    <!-- Gum line -->
    <path d="M405,668 Q450,662 512,660 Q574,662 619,668" fill="none" stroke="#c06050" stroke-width="2" opacity="0.6"/>
    <path d="M412,738 Q450,742 512,744 Q574,742 612,738" fill="none" stroke="#c06050" stroke-width="2" opacity="0.4"/>
  </g>

  <!-- Chin -->
  <path d="M460,770 Q480,785 512,790 Q544,785 564,770" fill="none" stroke="#b08050" stroke-width="1.5" opacity="0.4"/>
  <ellipse cx="512" cy="775" rx="30" ry="12" fill="#e8b890" opacity="0.3"/>

  <!-- Chin dimple/crease -->
  <path d="M505,780 Q512,788 519,780" fill="none" stroke="#b08050" stroke-width="1.5" opacity="0.4"/>

  <!-- HAIR - Wild, messy, gray/white (Gary Busey signature) -->
  <!-- Main hair mass -->
  <path d="M280,350 Q270,280 290,220 Q310,160 370,130 Q430,100 512,95 Q594,100 654,130 Q714,160 734,220 Q754,280 744,350 Q740,300 720,260 Q700,220 660,195 Q620,175 512,170 Q404,175 364,195 Q324,220 304,260 Q284,300 280,350Z" fill="url(#hairGrad)" stroke="#808080" stroke-width="1"/>

  <!-- Hair top volume -->
  <path d="M300,300 Q290,230 320,170 Q350,120 420,100 Q480,85 512,83 Q544,85 604,100 Q674,120 704,170 Q734,230 724,300 Q720,250 700,210 Q680,170 640,145 Q600,125 512,120 Q424,125 384,145 Q344,170 324,210 Q304,250 300,300Z" fill="url(#hairGrad2)" opacity="0.8"/>

  <!-- Wild hair strands - left side -->
  <path d="M280,350 Q260,320 250,280 Q245,240 260,200 Q270,170 290,150" fill="none" stroke="#b0b0b0" stroke-width="4" stroke-linecap="round" opacity="0.8"/>
  <path d="M285,340 Q265,300 258,260 Q255,220 268,185" fill="none" stroke="#c8c8c8" stroke-width="3" stroke-linecap="round" opacity="0.7"/>
  <path d="M290,330 Q275,290 272,250 Q270,210 280,175" fill="none" stroke="#a0a0a0" stroke-width="3.5" stroke-linecap="round" opacity="0.7"/>
  <path d="M275,360 Q250,330 240,290 Q235,250 245,210 Q255,180 275,155" fill="none" stroke="#909090" stroke-width="3" stroke-linecap="round" opacity="0.6"/>
  <path d="M270,370 Q245,340 235,300 Q230,260 240,220" fill="none" stroke="#b8b8b8" stroke-width="2.5" stroke-linecap="round" opacity="0.6"/>

  <!-- Wild hair strands - right side -->
  <path d="M744,350 Q764,320 774,280 Q779,240 764,200 Q754,170 734,150" fill="none" stroke="#b0b0b0" stroke-width="4" stroke-linecap="round" opacity="0.8"/>
  <path d="M739,340 Q759,300 766,260 Q769,220 756,185" fill="none" stroke="#c8c8c8" stroke-width="3" stroke-linecap="round" opacity="0.7"/>
  <path d="M734,330 Q749,290 752,250 Q754,210 744,175" fill="none" stroke="#a0a0a0" stroke-width="3.5" stroke-linecap="round" opacity="0.7"/>
  <path d="M749,360 Q774,330 784,290 Q789,250 779,210 Q769,180 749,155" fill="none" stroke="#909090" stroke-width="3" stroke-linecap="round" opacity="0.6"/>
  <path d="M754,370 Q779,340 789,300 Q794,260 784,220" fill="none" stroke="#b8b8b8" stroke-width="2.5" stroke-linecap="round" opacity="0.6"/>

  <!-- Wild hair strands - top -->
  <path d="M380,130 Q370,100 365,75 Q362,55 370,40" fill="none" stroke="#c0c0c0" stroke-width="3" stroke-linecap="round" opacity="0.7"/>
  <path d="M420,110 Q415,80 418,55 Q420,35 430,25" fill="none" stroke="#b0b0b0" stroke-width="3.5" stroke-linecap="round" opacity="0.7"/>
  <path d="M460,100 Q458,70 462,45 Q465,25 475,15" fill="none" stroke="#d0d0d0" stroke-width="3" stroke-linecap="round" opacity="0.7"/>
  <path d="M512,95 Q510,60 515,35 Q518,18 525,10" fill="none" stroke="#c8c8c8" stroke-width="3.5" stroke-linecap="round" opacity="0.8"/>
  <path d="M560,100 Q565,70 562,45 Q560,25 550,15" fill="none" stroke="#b8b8b8" stroke-width="3" stroke-linecap="round" opacity="0.7"/>
  <path d="M600,110 Q608,80 605,55 Q603,35 595,25" fill="none" stroke="#c0c0c0" stroke-width="3.5" stroke-linecap="round" opacity="0.7"/>
  <path d="M644,130 Q654,100 659,75 Q662,55 654,40" fill="none" stroke="#b0b0b0" stroke-width="3" stroke-linecap="round" opacity="0.7"/>

  <!-- Additional wild strands sticking out -->
  <path d="M260,250 Q240,230 225,200 Q215,175 220,155" fill="none" stroke="#a8a8a8" stroke-width="2.5" stroke-linecap="round" opacity="0.6"/>
  <path d="M764,250 Q784,230 799,200 Q809,175 804,155" fill="none" stroke="#a8a8a8" stroke-width="2.5" stroke-linecap="round" opacity="0.6"/>
  <path d="M340,140 Q325,115 315,90 Q310,70 318,55" fill="none" stroke="#b8b8b8" stroke-width="2.5" stroke-linecap="round" opacity="0.6"/>
  <path d="M684,140 Q699,115 709,90 Q714,70 706,55" fill="none" stroke="#b8b8b8" stroke-width="2.5" stroke-linecap="round" opacity="0.6"/>

  <!-- Hair texture lines on main mass -->
  <path d="M350,200 Q400,180 450,175 Q500,172 512,172" fill="none" stroke="#909090" stroke-width="1.5" opacity="0.4"/>
  <path d="M674,200 Q624,180 574,175 Q524,172 512,172" fill="none" stroke="#909090" stroke-width="1.5" opacity="0.4"/>
  <path d="M330,240 Q380,215 440,200 Q500,192 512,192" fill="none" stroke="#a0a0a0" stroke-width="1.5" opacity="0.3"/>
  <path d="M694,240 Q644,215 584,200 Q524,192 512,192" fill="none" stroke="#a0a0a0" stroke-width="1.5" opacity="0.3"/>

  <!-- Sideburns -->
  <path d="M310,400 Q305,440 308,480 Q310,510 315,530 Q318,510 316,480 Q314,440 318,400Z" fill="#a0a0a0" opacity="0.7"/>
  <path d="M714,400 Q719,440 716,480 Q714,510 709,530 Q706,510 708,480 Q710,440 706,400Z" fill="#a0a0a0" opacity="0.7"/>

  <!-- Temple hair wisps -->
  <path d="M320,380 Q310,370 305,355 Q302,340 308,325" fill="none" stroke="#b0b0b0" stroke-width="2" opacity="0.5"/>
  <path d="M704,380 Q714,370 719,355 Q722,340 716,325" fill="none" stroke="#b0b0b0" stroke-width="2" opacity="0.5"/>

  <!-- Under-eye bags -->
  <path d="M380,460 Q400,470 420,472 Q440,470 460,460" fill="none" stroke="#b08860" stroke-width="1.5" opacity="0.4"/>
  <path d="M564,460 Q584,470 604,472 Q624,470 644,460" fill="none" stroke="#b08860" stroke-width="1.5" opacity="0.4"/>

  <!-- Jaw line definition -->
  <path d="M320,600 Q330,660 350,710 Q380,750 430,770" fill="none" stroke="#b08050" stroke-width="1.5" opacity="0.3"/>
  <path d="M704,600 Q694,660 674,710 Q644,750 594,770" fill="none" stroke="#b08050" stroke-width="1.5" opacity="0.3"/>

  <!-- Stubble dots on chin/jaw area -->
  <g opacity="0.15" fill="#606060">
    <circle cx="460" cy="760" r="1.5"/>
    <circle cx="475" cy="765" r="1.5"/>
    <circle cx="490" cy="768" r="1.5"/>
    <circle cx="505" cy="770" r="1.5"/>
    <circle cx="520" cy="770" r="1.5"/>
    <circle cx="535" cy="768" r="1.5"/>
    <circle cx="550" cy="765" r="1.5"/>
    <circle cx="565" cy="760" r="1.5"/>
    <circle cx="445" cy="750" r="1.5"/>
    <circle cx="580" cy="750" r="1.5"/>
    <circle cx="430" cy="740" r="1.5"/>
    <circle cx="595" cy="740" r="1.5"/>
    <circle cx="470" cy="755" r="1"/>
    <circle cx="555" cy="755" r="1"/>
    <circle cx="512" cy="775" r="1"/>
  </g>

  <!-- Highlight on forehead -->
  <ellipse cx="512" cy="280" rx="60" ry="30" fill="white" opacity="0.08"/>

  <!-- Highlight on nose bridge -->
  <ellipse cx="510" cy="480" rx="8" ry="30" fill="white" opacity="0.1"/>

  <!-- Cheek highlights -->
  <ellipse cx="400" cy="550" rx="25" ry="15" fill="white" opacity="0.06"/>
  <ellipse cx="624" cy="550" rx="25" ry="15" fill="white" opacity="0.06"/>

  <!-- Between-brow furrow (intense expression) -->
  <path d="M490,380 Q495,370 500,380" fill="none" stroke="#b08050" stroke-width="2" opacity="0.5"/>
  <path d="M524,380 Q529,370 534,380" fill="none" stroke="#b08050" stroke-width="2" opacity="0.5"/>

  <!-- Additional expression lines around mouth -->
  <path d="M370,660 Q375,670 378,680" fill="none" stroke="#b08050" stroke-width="1.5" opacity="0.4"/>
  <path d="M654,660 Q649,670 646,680" fill="none" stroke="#b08050" stroke-width="1.5" opacity="0.4"/>

  <!-- Subtle vein on temple -->
  <path d="M340,350 Q345,370 342,390" fill="none" stroke="#9080a0" stroke-width="1" opacity="0.2"/>
</svg>