BuseyBench SVG Test
Generated by Qwen on Jul 2, 2026 using prompt svg-v1-no-web.
4.2/10 overall
Scored by 3 vision models (claude-sonnet-4.6, gpt-5.2, gemini-3.1-pro-preview), 3 samples each, rubric rubric-v1. Overall = likeness 35% + face 25% + aesthetics 25% + prompt 15%.
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.
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
<defs>
<radialGradient id="bgGrad" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#2a2a2a"/>
<stop offset="100%" stop-color="#0a0a0a"/>
</radialGradient>
<radialGradient id="skinBase" cx="50%" cy="45%" r="55%">
<stop offset="0%" stop-color="#e8c4a0"/>
<stop offset="60%" stop-color="#d4a574"/>
<stop offset="100%" stop-color="#b8895a"/>
</radialGradient>
<radialGradient id="skinHighlight" cx="45%" cy="35%" r="30%">
<stop offset="0%" stop-color="#f5dcc0" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#f5dcc0" stop-opacity="0"/>
</radialGradient>
<radialGradient id="skinShadow" cx="55%" cy="60%" r="40%">
<stop offset="0%" stop-color="#8b6340" stop-opacity="0.3"/>
<stop offset="100%" stop-color="#8b6340" stop-opacity="0"/>
</radialGradient>
<linearGradient id="hairGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#1a1208"/>
<stop offset="40%" stop-color="#2a1f10"/>
<stop offset="100%" stop-color="#1a1208"/>
</linearGradient>
<linearGradient id="hairHighlight" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#3d2e1a" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#1a1208" stop-opacity="0"/>
</linearGradient>
<radialGradient id="eyeWhite" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#f0ece4"/>
<stop offset="100%" stop-color="#d8d0c4"/>
</radialGradient>
<radialGradient id="irisLeft" cx="45%" cy="45%" r="50%">
<stop offset="0%" stop-color="#5a8a6a"/>
<stop offset="40%" stop-color="#3d6b4f"/>
<stop offset="80%" stop-color="#2a4a35"/>
<stop offset="100%" stop-color="#1a3020"/>
</radialGradient>
<radialGradient id="irisRight" cx="45%" cy="45%" r="50%">
<stop offset="0%" stop-color="#5a8a6a"/>
<stop offset="40%" stop-color="#3d6b4f"/>
<stop offset="80%" stop-color="#2a4a35"/>
<stop offset="100%" stop-color="#1a3020"/>
</radialGradient>
<radialGradient id="pupilGrad" cx="40%" cy="40%" r="50%">
<stop offset="0%" stop-color="#0a0a0a"/>
<stop offset="100%" stop-color="#000000"/>
</radialGradient>
<linearGradient id="lipGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#c47a5a"/>
<stop offset="50%" stop-color="#a85a3a"/>
<stop offset="100%" stop-color="#8a4428"/>
</linearGradient>
<linearGradient id="upperLipGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#a85a3a"/>
<stop offset="100%" stop-color="#8a4428"/>
</linearGradient>
<linearGradient id="toothGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#f5f0e8"/>
<stop offset="100%" stop-color="#e8e0d0"/>
</linearGradient>
<linearGradient id="neckGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#d4a574"/>
<stop offset="100%" stop-color="#b8895a"/>
</linearGradient>
<filter id="softBlur" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="3"/>
</filter>
<filter id="mediumBlur" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="6"/>
</filter>
<filter id="hardShadow" x="-10%" y="-10%" width="120%" height="120%">
<feGaussianBlur stdDeviation="2"/>
</filter>
<filter id="hairTexture" x="-10%" y="-10%" width="120%" height="120%">
<feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="4" result="noise"/>
<feDisplacementMap in="SourceGraphic" in2="noise" scale="3" xChannelSelector="R" yChannelSelector="G"/>
</filter>
<clipPath id="faceClip">
<path d="M380,200 Q400,120 512,110 Q624,120 644,200 Q660,300 650,400 Q640,500 600,580 Q560,660 512,700 Q464,660 424,580 Q384,500 374,400 Q364,300 380,200Z"/>
</clipPath>
<clipPath id="mouthClip">
<path d="M420,560 Q460,540 512,545 Q564,540 604,560 Q580,600 512,610 Q444,600 420,560Z"/>
</clipPath>
<linearGradient id="earGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#d4a574"/>
<stop offset="100%" stop-color="#b8895a"/>
</linearGradient>
<radialGradient id="wrinkleGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#8b6340" stop-opacity="0.4"/>
<stop offset="100%" stop-color="#8b6340" stop-opacity="0"/>
</radialGradient>
</defs>
<!-- Background -->
<rect width="1024" height="1024" fill="url(#bgGrad)"/>
<!-- Neck -->
<path d="M420,650 Q430,720 440,800 L584,800 Q594,720 604,650 Q580,680 512,690 Q444,680 420,650Z" fill="url(#neckGrad)"/>
<path d="M440,680 Q460,700 512,705 Q564,700 584,680 Q560,720 512,730 Q464,720 440,680Z" fill="#8b6340" opacity="0.3"/>
<!-- Shoulders hint -->
<path d="M300,850 Q350,800 440,780 L584,780 Q674,800 724,850 L724,1024 L300,1024Z" fill="#1a1208" opacity="0.8"/>
<path d="M320,850 Q370,810 440,790 L584,790 Q654,810 704,850 L704,1024 L320,1024Z" fill="#2a1f10" opacity="0.6"/>
<!-- Ears -->
<path d="M370,350 Q340,340 330,380 Q320,420 335,460 Q350,500 370,490 Q380,480 375,440 Q370,400 370,350Z" fill="url(#earGrad)" stroke="#a07050" stroke-width="1"/>
<path d="M355,390 Q345,400 348,420 Q352,440 360,445" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.6"/>
<path d="M360,400 Q355,410 358,425" fill="none" stroke="#a07050" stroke-width="1" opacity="0.4"/>
<path d="M654,350 Q684,340 694,380 Q704,420 689,460 Q674,500 654,490 Q644,480 649,440 Q654,400 654,350Z" fill="url(#earGrad)" stroke="#a07050" stroke-width="1"/>
<path d="M669,390 Q679,400 676,420 Q672,440 664,445" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.6"/>
<path d="M664,400 Q669,410 666,425" fill="none" stroke="#a07050" stroke-width="1" opacity="0.4"/>
<!-- Face base -->
<path d="M380,200 Q400,120 512,110 Q624,120 644,200 Q660,300 650,400 Q640,500 600,580 Q560,660 512,700 Q464,660 424,580 Q384,500 374,400 Q364,300 380,200Z" fill="url(#skinBase)"/>
<!-- Skin highlights -->
<ellipse cx="480" cy="280" rx="120" ry="80" fill="url(#skinHighlight)"/>
<ellipse cx="540" cy="300" rx="60" ry="40" fill="url(#skinHighlight)" opacity="0.5"/>
<!-- Skin shadows -->
<ellipse cx="520" cy="500" rx="100" ry="80" fill="url(#skinShadow)"/>
<ellipse cx="400" cy="450" rx="40" ry="60" fill="#8b6340" opacity="0.15"/>
<ellipse cx="624" cy="450" rx="40" ry="60" fill="#8b6340" opacity="0.15"/>
<!-- Jaw definition -->
<path d="M424,580 Q464,660 512,700 Q560,660 600,580" fill="none" stroke="#a07050" stroke-width="2" opacity="0.3"/>
<!-- Cheekbone shadows -->
<path d="M400,400 Q420,430 440,420 Q420,400 400,400Z" fill="#8b6340" opacity="0.2"/>
<path d="M624,400 Q604,430 584,420 Q604,400 624,400Z" fill="#8b6340" opacity="0.2"/>
<!-- Forehead wrinkles -->
<path d="M420,200 Q512,190 604,200" fill="none" stroke="#a07050" stroke-width="1" opacity="0.3"/>
<path d="M430,220 Q512,210 594,220" fill="none" stroke="#a07050" stroke-width="1" opacity="0.25"/>
<path d="M440,240 Q512,230 584,240" fill="none" stroke="#a07050" stroke-width="1" opacity="0.2"/>
<!-- Nose -->
<path d="M500,340 Q490,380 485,420 Q480,440 490,450 Q500,455 512,455 Q524,455 534,450 Q544,440 539,420 Q534,380 524,340" fill="#d4a574" stroke="#b8895a" stroke-width="1"/>
<!-- Nose highlight -->
<path d="M505,340 Q500,380 498,420 Q496,440 500,450" fill="none" stroke="#f0dcc0" stroke-width="3" opacity="0.4"/>
<!-- Nostrils -->
<ellipse cx="490" cy="452" rx="12" ry="8" fill="#8b6340" opacity="0.6"/>
<ellipse cx="534" cy="452" rx="12" ry="8" fill="#8b6340" opacity="0.6"/>
<path d="M485,450 Q490,458 498,455" fill="none" stroke="#8b6340" stroke-width="1.5" opacity="0.5"/>
<path d="M539,450 Q534,458 526,455" fill="none" stroke="#8b6340" stroke-width="1.5" opacity="0.5"/>
<!-- Nose bridge shadow -->
<path d="M500,340 Q512,335 524,340 Q520,360 512,365 Q504,360 500,340Z" fill="#8b6340" opacity="0.15"/>
<!-- Left Eye (more intense, slightly different) -->
<g>
<!-- Eye socket shadow -->
<ellipse cx="440" cy="370" rx="55" ry="35" fill="#8b6340" opacity="0.2"/>
<!-- Eye white -->
<path d="M395,370 Q410,350 440,348 Q470,350 485,370 Q470,390 440,392 Q410,390 395,370Z" fill="url(#eyeWhite)"/>
<!-- Iris -->
<circle cx="440" cy="370" r="18" fill="url(#irisLeft)"/>
<!-- Pupil -->
<circle cx="440" cy="370" r="9" fill="url(#pupilGrad)"/>
<!-- Eye shine -->
<circle cx="446" cy="364" r="4" fill="white" opacity="0.7"/>
<circle cx="436" cy="374" r="2" fill="white" opacity="0.4"/>
<!-- Upper eyelid -->
<path d="M395,370 Q410,345 440,342 Q470,345 485,370" fill="none" stroke="#5a3a20" stroke-width="3"/>
<!-- Lower eyelid -->
<path d="M395,370 Q410,392 440,394 Q470,392 485,370" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.5"/>
<!-- Eyelid crease -->
<path d="M400,340 Q420,325 440,322 Q460,325 480,340" fill="none" stroke="#8b6340" stroke-width="2" opacity="0.4"/>
<!-- Crow's feet -->
<path d="M390,365 Q380,360 375,365" fill="none" stroke="#a07050" stroke-width="1" opacity="0.4"/>
<path d="M388,372 Q378,370 374,376" fill="none" stroke="#a07050" stroke-width="1" opacity="0.3"/>
<path d="M490,365 Q500,360 505,365" fill="none" stroke="#a07050" stroke-width="1" opacity="0.4"/>
<path d="M492,372 Q502,370 506,376" fill="none" stroke="#a07050" stroke-width="1" opacity="0.3"/>
</g>
<!-- Right Eye -->
<g>
<!-- Eye socket shadow -->
<ellipse cx="584" cy="370" rx="55" ry="35" fill="#8b6340" opacity="0.2"/>
<!-- Eye white -->
<path d="M539,370 Q554,350 584,348 Q614,350 629,370 Q614,390 584,392 Q554,390 539,370Z" fill="url(#eyeWhite)"/>
<!-- Iris -->
<circle cx="584" cy="370" r="18" fill="url(#irisRight)"/>
<!-- Pupil -->
<circle cx="584" cy="370" r="9" fill="url(#pupilGrad)"/>
<!-- Eye shine -->
<circle cx="590" cy="364" r="4" fill="white" opacity="0.7"/>
<circle cx="580" cy="374" r="2" fill="white" opacity="0.4"/>
<!-- Upper eyelid -->
<path d="M539,370 Q554,345 584,342 Q614,345 629,370" fill="none" stroke="#5a3a20" stroke-width="3"/>
<!-- Lower eyelid -->
<path d="M539,370 Q554,392 584,394 Q614,392 629,370" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.5"/>
<!-- Eyelid crease -->
<path d="M544,340 Q564,325 584,322 Q604,325 624,340" fill="none" stroke="#8b6340" stroke-width="2" opacity="0.4"/>
<!-- Crow's feet -->
<path d="M534,365 Q524,360 519,365" fill="none" stroke="#a07050" stroke-width="1" opacity="0.4"/>
<path d="M532,372 Q522,370 518,376" fill="none" stroke="#a07050" stroke-width="1" opacity="0.3"/>
<path d="M634,365 Q644,360 649,365" fill="none" stroke="#a07050" stroke-width="1" opacity="0.4"/>
<path d="M636,372 Q646,370 650,376" fill="none" stroke="#a07050" stroke-width="1" opacity="0.3"/>
</g>
<!-- Left Eyebrow - thick, slightly raised -->
<path d="M380,320 Q400,300 430,295 Q460,292 480,300 Q470,305 450,308 Q420,310 395,318 Z" fill="#2a1f10"/>
<path d="M385,318 Q405,300 430,296 Q455,293 475,300" fill="none" stroke="#1a1208" stroke-width="2"/>
<!-- Eyebrow hairs -->
<path d="M390,315 Q385,308 382,305" fill="none" stroke="#2a1f10" stroke-width="1.5"/>
<path d="M400,310 Q395,302 392,298" fill="none" stroke="#2a1f10" stroke-width="1.5"/>
<path d="M415,306 Q410,298 408,294" fill="none" stroke="#2a1f10" stroke-width="1.5"/>
<path d="M430,304 Q428,296 426,292" fill="none" stroke="#2a1f10" stroke-width="1.5"/>
<path d="M445,304 Q445,296 444,292" fill="none" stroke="#2a1f10" stroke-width="1.5"/>
<path d="M460,306 Q462,298 463,294" fill="none" stroke="#2a1f10" stroke-width="1.5"/>
<!-- Right Eyebrow - thick, slightly furrowed -->
<path d="M544,300 Q564,292 594,295 Q624,300 644,320 Q635,318 615,315 Q585,312 560,310 Q540,308 544,300Z" fill="#2a1f10"/>
<path d="M548,300 Q568,293 594,296 Q620,300 640,315" fill="none" stroke="#1a1208" stroke-width="2"/>
<!-- Eyebrow hairs -->
<path d="M550,305 Q548,298 546,294" fill="none" stroke="#2a1f10" stroke-width="1.5"/>
<path d="M565,302 Q563,294 562,290" fill="none" stroke="#2a1f10" stroke-width="1.5"/>
<path d="M580,300 Q579,292 578,288" fill="none" stroke="#2a1f10" stroke-width="1.5"/>
<path d="M595,299 Q595,291 595,287" fill="none" stroke="#2a1f10" stroke-width="1.5"/>
<path d="M610,300 Q612,292 614,288" fill="none" stroke="#2a1f10" stroke-width="1.5"/>
<path d="M625,304 Q628,296 631,292" fill="none" stroke="#2a1f10" stroke-width="1.5"/>
<!-- Mouth - wide, expressive grin -->
<g>
<!-- Mouth opening -->
<path d="M420,560 Q460,540 512,545 Q564,540 604,560 Q580,600 512,610 Q444,600 420,560Z" fill="#2a1010"/>
<!-- Upper lip -->
<path d="M420,560 Q440,545 465,540 Q490,536 512,538 Q534,536 559,540 Q584,545 604,560 Q580,555 555,550 Q530,546 512,548 Q494,546 469,550 Q444,555 420,560Z" fill="url(#upperLipGrad)"/>
<!-- Cupid's bow -->
<path d="M490,540 Q500,535 512,538 Q524,535 534,540" fill="none" stroke="#8a4428" stroke-width="1.5"/>
<!-- Lower lip -->
<path d="M420,560 Q444,600 512,610 Q580,600 604,560 Q580,590 512,598 Q444,590 420,560Z" fill="url(#lipGrad)"/>
<!-- Lower lip highlight -->
<path d="M460,585 Q490,595 512,598 Q534,595 564,585" fill="none" stroke="#d4a574" stroke-width="2" opacity="0.4"/>
<!-- Teeth -->
<g clip-path="url(#mouthClip)">
<!-- Upper teeth row -->
<rect x="440" y="548" width="14" height="18" rx="2" fill="url(#toothGrad)" stroke="#d8d0c0" stroke-width="0.5"/>
<rect x="456" y="546" width="14" height="19" rx="2" fill="url(#toothGrad)" stroke="#d8d0c0" stroke-width="0.5"/>
<rect x="472" y="545" width="14" height="20" rx="2" fill="url(#toothGrad)" stroke="#d8d0c0" stroke-width="0.5"/>
<rect x="488" y="544" width="14" height="20" rx="2" fill="url(#toothGrad)" stroke="#d8d0c0" stroke-width="0.5"/>
<rect x="504" y="544" width="14" height="20" rx="2" fill="url(#toothGrad)" stroke="#d8d0c0" stroke-width="0.5"/>
<rect x="520" y="544" width="14" height="20" rx="2" fill="url(#toothGrad)" stroke="#d8d0c0" stroke-width="0.5"/>
<rect x="536" y="545" width="14" height="20" rx="2" fill="url(#toothGrad)" stroke="#d8d0c0" stroke-width="0.5"/>
<rect x="552" y="546" width="14" height="19" rx="2" fill="url(#toothGrad)" stroke="#d8d0c0" stroke-width="0.5"/>
<rect x="568" y="548" width="14" height="18" rx="2" fill="url(#toothGrad)" stroke="#d8d0c0" stroke-width="0.5"/>
<!-- Lower teeth row -->
<rect x="455" y="585" width="12" height="16" rx="2" fill="url(#toothGrad)" stroke="#d8d0c0" stroke-width="0.5"/>
<rect x="470" y="587" width="12" height="17" rx="2" fill="url(#toothGrad)" stroke="#d8d0c0" stroke-width="0.5"/>
<rect x="485" y="588" width="12" height="17" rx="2" fill="url(#toothGrad)" stroke="#d8d0c0" stroke-width="0.5"/>
<rect x="500" y="588" width="12" height="17" rx="2" fill="url(#toothGrad)" stroke="#d8d0c0" stroke-width="0.5"/>
<rect x="515" y="588" width="12" height="17" rx="2" fill="url(#toothGrad)" stroke="#d8d0c0" stroke-width="0.5"/>
<rect x="530" y="587" width="12" height="17" rx="2" fill="url(#toothGrad)" stroke="#d8d0c0" stroke-width="0.5"/>
<rect x="545" y="585" width="12" height="16" rx="2" fill="url(#toothGrad)" stroke="#d8d0c0" stroke-width="0.5"/>
<!-- Tooth gaps -->
<line x1="454" y1="548" x2="454" y2="565" stroke="#d8d0c0" stroke-width="0.5" opacity="0.5"/>
<line x1="470" y1="546" x2="470" y2="565" stroke="#d8d0c0" stroke-width="0.5" opacity="0.5"/>
<line x1="486" y1="545" x2="486" y2="565" stroke="#d8d0c0" stroke-width="0.5" opacity="0.5"/>
<line x1="502" y1="544" x2="502" y2="565" stroke="#d8d0c0" stroke-width="0.5" opacity="0.5"/>
<line x1="518" y1="544" x2="518" y2="565" stroke="#d8d0c0" stroke-width="0.5" opacity="0.5"/>
<line x1="534" y1="545" x2="534" y2="565" stroke="#d8d0c0" stroke-width="0.5" opacity="0.5"/>
<line x1="550" y1="546" x2="550" y2="565" stroke="#d8d0c0" stroke-width="0.5" opacity="0.5"/>
<line x1="566" y1="548" x2="566" y2="565" stroke="#d8d0c0" stroke-width="0.5" opacity="0.5"/>
</g>
<!-- Mouth corners - deep lines -->
<path d="M418,558 Q410,565 408,575" fill="none" stroke="#8b6340" stroke-width="2" opacity="0.5"/>
<path d="M606,558 Q614,565 616,575" fill="none" stroke="#8b6340" stroke-width="2" opacity="0.5"/>
<!-- Smile lines (nasolabial folds) -->
<path d="M460,460 Q450,500 440,540 Q435,555 430,565" fill="none" stroke="#8b6340" stroke-width="2" opacity="0.35"/>
<path d="M564,460 Q574,500 584,540 Q589,555 594,565" fill="none" stroke="#8b6340" stroke-width="2" opacity="0.35"/>
</g>
<!-- Chin detail -->
<path d="M490,660 Q512,670 534,660" fill="none" stroke="#a07050" stroke-width="1" opacity="0.3"/>
<ellipse cx="512" cy="670" rx="20" ry="12" fill="#d4a574" opacity="0.3"/>
<!-- Forehead detail -->
<path d="M460,180 Q512,170 564,180" fill="none" stroke="#a07050" stroke-width="1" opacity="0.2"/>
<!-- Hair - wild, textured style -->
<g>
<!-- Base hair shape -->
<path d="M360,250 Q350,180 380,130 Q400,90 440,70 Q480,55 512,52 Q544,55 584,70 Q624,90 644,130 Q674,180 664,250 Q660,220 650,200 Q640,180 620,160 Q600,140 580,130 Q560,120 540,115 Q520,112 512,112 Q504,112 484,115 Q464,120 444,130 Q424,140 404,160 Q384,180 374,200 Q364,220 360,250Z" fill="url(#hairGrad)"/>
<!-- Hair volume - top -->
<path d="M370,200 Q360,140 390,100 Q420,65 460,50 Q500,40 512,38 Q524,40 564,50 Q604,65 634,100 Q664,140 654,200 Q640,170 620,145 Q600,120 570,105 Q540,92 512,88 Q484,92 454,105 Q424,120 404,145 Q384,170 370,200Z" fill="#1a1208"/>
<!-- Hair strands - left side -->
<path d="M360,250 Q340,230 330,260 Q325,280 335,300 Q340,310 350,300 Q345,280 350,260 Q355,245 360,250Z" fill="#1a1208"/>
<path d="M355,260 Q335,245 325,270 Q320,290 330,310 Q335,320 345,310 Q340,290 345,270 Q350,258 355,260Z" fill="#2a1f10"/>
<path d="M350,280 Q330,270 320,295 Q315,315 325,335 Q330,345 340,335 Q335,315 340,295 Q345,282 350,280Z" fill="#1a1208"/>
<path d="M345,300 Q325,295 315,315 Q310,335 320,355 Q325,365 335,355 Q330,335 335,315 Q340,305 345,300Z" fill="#2a1f10"/>
<path d="M340,320 Q320,318 310,335 Q305,355 315,375 Q320,385 330,375 Q325,355 330,335 Q335,325 340,320Z" fill="#1a1208"/>
<!-- Hair strands - right side -->
<path d="M664,250 Q684,230 694,260 Q700,280 690,300 Q685,310 675,300 Q680,280 675,260 Q670,245 664,250Z" fill="#1a1208"/>
<path d="M669,260 Q689,245 699,270 Q704,290 694,310 Q689,320 679,310 Q684,290 679,270 Q674,258 669,260Z" fill="#2a1f10"/>
<path d="M674,280 Q694,270 704,295 Q709,315 699,335 Q694,345 684,335 Q689,315 684,295 Q679,282 674,280Z" fill="#1a1208"/>
<path d="M679,300 Q699,295 709,315 Q714,335 704,355 Q699,365 689,355 Q694,335 689,315 Q684,305 679,300Z" fill="#2a1f10"/>
<path d="M684,320 Q704,318 714,335 Q719,355 709,375 Q704,385 694,375 Q699,355 694,335 Q689,325 684,320Z" fill="#1a1208"/>
<!-- Top hair texture - messy strands -->
<path d="M400,100 Q395,70 410,50 Q420,35 440,30 Q430,50 425,70 Q420,90 400,100Z" fill="#1a1208"/>
<path d="M430,85 Q425,55 440,35 Q450,20 470,15 Q460,35 455,55 Q450,75 430,85Z" fill="#2a1f10"/>
<path d="M460,70 Q458,40 470,20 Q480,8 500,5 Q490,20 485,40 Q480,60 460,70Z" fill="#1a1208"/>
<path d="M490,60 Q490,30 500,10 Q510,0 530,2 Q520,15 515,35 Q510,55 490,60Z" fill="#2a1f10"/>
<path d="M520,60 Q522,30 535,10 Q545,0 565,5 Q555,18 550,38 Q545,58 520,60Z" fill="#1a1208"/>
<path d="M550,75 Q555,45 570,25 Q580,12 600,15 Q590,28 585,48 Q580,68 550,75Z" fill="#2a1f10"/>
<path d="M580,95 Q588,65 605,45 Q615,30 635,35 Q625,50 620,70 Q615,90 580,95Z" fill="#1a1208"/>
<path d="M610,115 Q620,85 640,65 Q650,50 670,55 Q660,70 655,90 Q650,110 610,115Z" fill="#2a1f10"/>
<!-- Additional messy strands -->
<path d="M380,150 Q370,120 385,95 Q395,80 415,75 Q405,95 400,115 Q395,135 380,150Z" fill="#1a1208"/>
<path d="M644,150 Q654,120 639,95 Q629,80 609,75 Q619,95 624,115 Q629,135 644,150Z" fill="#1a1208"/>
<!-- Hair highlights -->
<path d="M420,80 Q440,60 470,55 Q450,70 430,85Z" fill="#3d2e1a" opacity="0.5"/>
<path d="M500,50 Q520,45 540,50 Q525,58 505,60Z" fill="#3d2e1a" opacity="0.4"/>
<path d="M580,70 Q600,55 620,60 Q605,72 585,78Z" fill="#3d2e1a" opacity="0.4"/>
<path d="M450,100 Q470,85 490,80 Q475,92 455,100Z" fill="#3d2e1a" opacity="0.3"/>
<path d="M530,90 Q550,75 570,80 Q555,92 535,98Z" fill="#3d2e1a" opacity="0.3"/>
<!-- Sideburns -->
<path d="M370,250 Q365,270 360,300 Q358,320 365,340 Q370,350 375,340 Q372,320 375,300 Q378,280 380,260Z" fill="#1a1208"/>
<path d="M654,250 Q659,270 664,300 Q666,320 659,340 Q654,350 649,340 Q652,320 649,300 Q646,280 644,260Z" fill="#1a1208"/>
<!-- Hair over forehead - wispy strands -->
<path d="M400,180 Q395,160 405,145 Q410,138 420,140 Q415,150 410,165 Q405,175 400,180Z" fill="#1a1208" opacity="0.8"/>
<path d="M430,170 Q428,150 435,135 Q440,128 450,130 Q445,140 440,155 Q435,165 430,170Z" fill="#2a1f10" opacity="0.7"/>
<path d="M594,170 Q596,150 589,135 Q584,128 574,130 Q579,140 584,155 Q589,165 594,170Z" fill="#1a1208" opacity="0.8"/>
<path d="M564,170 Q566,150 559,135 Q554,128 544,130 Q549,140 554,155 Q559,165 564,170Z" fill="#2a1f10" opacity="0.7"/>
</g>
<!-- Hair shadow on face -->
<path d="M380,200 Q400,180 440,170 Q420,190 400,210 Q385,220 380,200Z" fill="#1a1208" opacity="0.15"/>
<path d="M644,200 Q624,180 584,170 Q604,190 624,210 Q639,220 644,200Z" fill="#1a1208" opacity="0.15"/>
<!-- Skin texture - subtle pores and imperfections -->
<g opacity="0.15">
<circle cx="450" cy="300" r="1" fill="#8b6340"/>
<circle cx="460" cy="310" r="0.8" fill="#8b6340"/>
<circle cx="470" cy="295" r="1.2" fill="#8b6340"/>
<circle cx="550" cy="300" r="1" fill="#8b6340"/>
<circle cx="540" cy="310" r="0.8" fill="#8b6340"/>
<circle cx="530" cy="295" r="1.2" fill="#8b6340"/>
<circle cx="480" cy="450" r="1" fill="#8b6340"/>
<circle cx="500" cy="460" r="0.8" fill="#8b6340"/>
<circle cx="520" cy="455" r="1.2" fill="#8b6340"/>
<circle cx="460" cy="480" r="1" fill="#8b6340"/>
<circle cx="560" cy="480" r="1" fill="#8b6340"/>
</g>
<!-- Subtle skin tone variation -->
<ellipse cx="440" cy="420" rx="30" ry="20" fill="#c49464" opacity="0.1"/>
<ellipse cx="584" cy="420" rx="30" ry="20" fill="#c49464" opacity="0.1"/>
<ellipse cx="512" cy="250" rx="40" ry="25" fill="#e8c4a0" opacity="0.15"/>
<!-- Brow ridge shadow -->
<path d="M400,340 Q420,330 440,328 Q460,330 480,340 Q460,335 440,333 Q420,335 400,340Z" fill="#8b6340" opacity="0.2"/>
<path d="M544,340 Q564,330 584,328 Q604,330 624,340 Q604,335 584,333 Q564,335 544,340Z" fill="#8b6340" opacity="0.2"/>
<!-- Under eye detail -->
<path d="M400,395 Q420,400 440,402 Q460,400 480,395" fill="none" stroke="#a07050" stroke-width="1" opacity="0.3"/>
<path d="M544,395 Q564,400 584,402 Q604,400 624,395" fill="none" stroke="#a07050" stroke-width="1" opacity="0.3"/>
<!-- Under eye bags -->
<ellipse cx="440" cy="405" rx="30" ry="8" fill="#8b6340" opacity="0.1"/>
<ellipse cx="584" cy="405" rx="30" ry="8" fill="#8b6340" opacity="0.1"/>
<!-- Temple area shadow -->
<path d="M380,280 Q370,300 365,330 Q370,310 380,290Z" fill="#8b6340" opacity="0.15"/>
<path d="M644,280 Q654,300 659,330 Q654,310 644,290Z" fill="#8b6340" opacity="0.15"/>
<!-- Chin shadow -->
<path d="M480,680 Q512,690 544,680 Q520,695 512,698 Q504,695 480,680Z" fill="#8b6340" opacity="0.2"/>
<!-- Overall face outline refinement -->
<path d="M380,200 Q400,120 512,110 Q624,120 644,200 Q660,300 650,400 Q640,500 600,580 Q560,660 512,700 Q464,660 424,580 Q384,500 374,400 Q364,300 380,200Z" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.3"/>
<!-- Intense expression lines around eyes -->
<path d="M430,355 Q425,350 420,352" fill="none" stroke="#8b6340" stroke-width="1" opacity="0.4"/>
<path d="M594,355 Q599,350 604,352" fill="none" stroke="#8b6340" stroke-width="1" opacity="0.4"/>
<!-- Forehead expression line -->
<path d="M480,195 Q512,190 544,195" fill="none" stroke="#8b6340" stroke-width="1.5" opacity="0.25"/>
<!-- Subtle overall vignette -->
<rect width="1024" height="1024" fill="url(#bgGrad)" opacity="0.3" style="mix-blend-mode: multiply;"/>
</svg>