BuseyBench SVG Test
Generated by inclusionAI on Jul 2, 2026 using prompt svg-v1-no-web.
3.8/10 overall
Scored by 3 vision models (gemini-3.1-pro-preview, claude-sonnet-4.6, gpt-5.2), 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="45%" r="60%">
<stop offset="0%" stop-color="#2a2a4a"/>
<stop offset="100%" stop-color="#0d0d1a"/>
</radialGradient>
<linearGradient id="skinGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#d4a574"/>
<stop offset="50%" stop-color="#c4956a"/>
<stop offset="100%" stop-color="#a67c52"/>
</linearGradient>
<radialGradient id="skinHighlight" cx="45%" cy="35%" r="40%">
<stop offset="0%" stop-color="#f0d0a0" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#c4956a" stop-opacity="0"/>
</radialGradient>
<radialGradient id="noseGrad" cx="50%" cy="30%" r="60%">
<stop offset="0%" stop-color="#e8b080"/>
<stop offset="100%" stop-color="#a07040"/>
</radialGradient>
<linearGradient id="hairGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#e8e0d0"/>
<stop offset="40%" stop-color="#d0c8b0"/>
<stop offset="100%" stop-color="#a09880"/>
</linearGradient>
<radialGradient id="hairGrad2" cx="50%" cy="30%" r="60%">
<stop offset="0%" stop-color="#f0e8d8"/>
<stop offset="100%" stop-color="#908870"/>
</radialGradient>
<linearGradient id="teethGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#fffff0"/>
<stop offset="100%" stop-color="#e8e0c8"/>
</linearGradient>
<linearGradient id="tongueGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#d08080"/>
<stop offset="100%" stop-color="#b05050"/>
</linearGradient>
<radialGradient id="eyeGrad" cx="45%" cy="40%" r="50%">
<stop offset="0%" stop-color="#4a3520"/>
<stop offset="60%" stop-color="#2a1a0a"/>
<stop offset="100%" stop-color="#1a0a00"/>
</radialGradient>
<radialGradient id="irisGrad" cx="45%" cy="40%" r="50%">
<stop offset="0%" stop-color="#6b4c2a"/>
<stop offset="50%" stop-color="#3d2810"/>
<stop offset="100%" stop-color="#1a0f05"/>
</radialGradient>
<radialGradient id="earGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#d4a574"/>
<stop offset="100%" stop-color="#a67c52"/>
</radialGradient>
<radialGradient id="cheekBlush" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#c06040" stop-opacity="0.25"/>
<stop offset="100%" stop-color="#c06040" stop-opacity="0"/>
</radialGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="3" dy="5" stdDeviation="6" flood-color="#00000066"/>
</filter>
<filter id="softBlur" x="-10%" y="-10%" width="120%" height="120%">
<feGaussianBlur stdDeviation="3"/>
</filter>
<filter id="hairBlur" x="-10%" y="-10%" width="120%" height="120%">
<feGaussianBlur stdDeviation="2"/>
</filter>
<filter id="detailBlur" x="-5%" y="-5%" width="110%" height="110%">
<feGaussianBlur stdDeviation="1.5"/>
</filter>
<filter id="wrinkleFilter">
<feGaussianBlur stdDeviation="0.8"/>
</filter>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<clipPath id="faceClip">
<ellipse cx="512" cy="460" rx="185" ry="220"/>
</clipPath>
<clipPath id="headClip">
<path d="M300,350 Q290,200 380,150 Q450,110 512,100 Q574,110 644,150 Q734,200 724,350 Q724,550 512,620 Q300,550 300,350 Z"/>
</clipPath>
<mask id="faceMask">
<ellipse cx="512" cy="460" rx="185" ry="220" fill="white"/>
<ellipse cx="512" cy="460" rx="180" ry="215" fill="black"/>
</mask>
<mask id="hairMask">
<path d="M300,350 Q290,200 380,150 Q450,110 512,100 Q574,110 644,150 Q734,200 724,350 Q724,550 512,620 Q300,550 300,350 Z" fill="white"/>
</mask>
</defs>
<!-- Background -->
<rect width="1024" height="1024" fill="url(#bgGrad)"/>
<!-- Subtle background glow behind head -->
<ellipse cx="512" cy="420" rx="280" ry="320" fill="#3a3020" opacity="0.3" filter="url(#softBlur)"/>
<ellipse cx="512" cy="400" rx="200" ry="240" fill="#4a3a20" opacity="0.2" filter="url(#softBlur)"/>
<!-- Neck -->
<path d="M420,520 Q415,620 430,700 L594,700 Q610,620 604,520 Z" fill="#b88a60" opacity="0.8"/>
<path d="M430,520 Q428,610 440,690 L584,690 Q596,610 594,520 Z" fill="url(#skinGrad)" opacity="0.9"/>
<!-- Neck shadow -->
<path d="M430,520 Q428,610 440,690 L584,690 Q596,610 594,520 Z" fill="#805030" opacity="0.2"/>
<!-- Neck highlights -->
<ellipse cx="512" cy="650" rx="60" ry="30" fill="#e0b888" opacity="0.25" filter="url(#softBlur)"/>
<!-- Shoulders suggestion -->
<path d="M340,680 Q360,750 400,800 L624,800 Q664,750 684,680 Z" fill="#8a6a4a" opacity="0.5"/>
<path d="M360,680 Q375,740 410,780 L614,780 Q650,740 664,680 Z" fill="#9a7a5a" opacity="0.4"/>
<!-- Ears (behind face) -->
<ellipse cx="327" cy="460" rx="28" ry="40" fill="url(#earGrad)" transform="rotate(-10, 327, 460)"/>
<ellipse cx="327" cy="460" rx="20" ry="30" fill="#c4956a" transform="rotate(-10, 327, 460)" opacity="0.5"/>
<ellipse cx="697" cy="460" rx="28" ry="40" fill="url(#earGrad)" transform="rotate(10, 697, 460)"/>
<ellipse cx="697" cy="460" rx="20" ry="30" fill="#c4956a" transform="rotate(10, 697, 460)" opacity="0.5"/>
<!-- Back hair layer (behind face) -->
<path d="M300,350 Q280,250 340,180 Q400,120 480,100 Q512,90 544,100 Q624,120 684,180 Q744,250 724,350 Q730,300 740,240 Q750,170 680,120 Q610,80 512,65 Q414,80 344,120 Q274,170 284,240 Q294,300 300,350 Z" fill="url(#hairGrad)" opacity="0.9"/>
<!-- Face base shape -->
<ellipse cx="512" cy="460" rx="185" ry="220" fill="url(#skinGrad)" filter="url(#shadow)"/>
<!-- Face shadow on sides -->
<ellipse cx="512" cy="460" rx="185" ry="220" fill="#805030" opacity="0.1" clip-path="url(#faceClip)"/>
<path d="M327,400 Q310,420 305,460 Q300,500 310,540 Q320,570 340,590" stroke="#8a6040" stroke-width="3" fill="none" opacity="0.25" stroke-linecap="round"/>
<path d="M697,400 Q710,420 715,460 Q720,500 710,540 Q700,570 680,590" stroke="#8a6040" stroke-width="3" fill="none" opacity="0.25" stroke-linecap="round"/>
<!-- Cheek blush -->
<ellipse cx="380" cy="500" rx="45" ry="30" fill="url(#cheekBlush)" clip-path="url(#faceClip)"/>
<ellipse cx="644" cy="500" rx="45" ry="30" fill="url(#cheekBlush)" clip-path="url(#faceClip)"/>
<!-- Face highlight -->
<ellipse cx="490" cy="400" rx="80" ry="60" fill="white" opacity="0.08" clip-path="url(#faceClip)"/>
<!-- Forehead wrinkles -->
<path d="M460,310 Q512,305 564,310" stroke="#a07850" stroke-width="1.5" fill="none" opacity="0.3" stroke-linecap="round"/>
<path d="M450,320 Q512,313 574,320" stroke="#a07850" stroke-width="1" fill="none" opacity="0.2" stroke-linecap="round"/>
<!-- Eyebrows - thick, wild, expressive -->
<!-- Left eyebrow -->
<path d="M355,340 Q365,320 390,325 Q415,328 430,345 Q440,355 445,350" stroke="#6a5030" stroke-width="8" fill="none" stroke-linecap="round"/>
<path d="M355,340 Q365,320 390,325 Q415,328 430,345 Q440,355 445,350" stroke="#8a7050" stroke-width="5" fill="none" stroke-linecap="round" opacity="0.5"/>
<!-- Left eyebrow hair detail -->
<path d="M360,335 Q370,325 380,328" stroke="#7a5a30" stroke-width="2" fill="none" opacity="0.5" stroke-linecap="round"/>
<path d="M380,326 Q390,322 405,328" stroke="#7a5a30" stroke-width="2" fill="none" opacity="0.5" stroke-linecap="round"/>
<path d="M410,330 Q425,332 440,348" stroke="#7a5a30" stroke-width="2" fill="none" opacity="0.5" stroke-linecap="round"/>
<!-- Right eyebrow -->
<path d="M579,350 Q584,355 594,345 Q610,328 635,325 Q660,320 670,340" stroke="#6a5030" stroke-width="8" fill="none" stroke-linecap="round"/>
<path d="M579,350 Q584,355 594,345 Q610,328 635,325 Q660,320 670,340" stroke="#8a7050" stroke-width="5" fill="none" stroke-linecap="round" opacity="0.5"/>
<!-- Right eyebrow hair detail -->
<path d="M584,350 Q590,342 600,338" stroke="#7a5a30" stroke-width="2" fill="none" opacity="0.5" stroke-linecap="round"/>
<path d="M610,330 Q625,325 640,328" stroke="#7a5a30" stroke-width="2" fill="none" opacity="0.5" stroke-linecap="round"/>
<path d="M645,328 Q655,330 665,342" stroke="#7a5a30" stroke-width="2" fill="none" opacity="0.5" stroke-linecap="round"/>
<!-- Eyes -->
<!-- Left eye white -->
<ellipse cx="410" cy="385" rx="32" ry="20" fill="white"/>
<!-- Left iris -->
<ellipse cx="414" cy="385" rx="16" ry="17" fill="url(#irisGrad)"/>
<!-- Left pupil -->
<ellipse cx="414" cy="385" rx="7" ry="9" fill="#0a0500"/>
<!-- Left eye highlight -->
<ellipse cx="419" cy="380" rx="5" ry="4" fill="white" opacity="0.8"/>
<ellipse cx="408" cy="390" rx="2.5" ry="2" fill="white" opacity="0.4"/>
<!-- Left eyelid line -->
<path d="M378,380 Q410,368 442,380" stroke="#7a5a30" stroke-width="2.5" fill="none" stroke-linecap="round"/>
<path d="M378,380 Q410,374 442,380" stroke="#5a3a10" stroke-width="1.5" fill="none" opacity="0.5" stroke-linecap="round"/>
<!-- Left lower eyelid -->
<path d="M379,392 Q410,398 441,392" stroke="#8a6a40" stroke-width="1.2" fill="none" opacity="0.4" stroke-linecap="round"/>
<!-- Left eyelash -->
<path d="M378,379 Q375,374 372,372" stroke="#3a2a10" stroke-width="1.5" fill="none" stroke-linecap="round"/>
<path d="M385,374 Q383,370 380,368" stroke="#3a2a10" stroke-width="1.5" fill="none" stroke-linecap="round"/>
<path d="M440,376 Q444,372 448,370" stroke="#3a2a10" stroke-width="1.5" fill="none" stroke-linecap="round"/>
<!-- Right eye white -->
<ellipse cx="614" cy="385" rx="32" ry="20" fill="white"/>
<!-- Right iris -->
<ellipse cx="610" cy="385" rx="16" ry="17" fill="url(#irisGrad)"/>
<!-- Right pupil -->
<ellipse cx="610" cy="385" rx="7" ry="9" fill="#0a0500"/>
<!-- Right eye highlight -->
<ellipse cx="615" cy="380" rx="5" ry="4" fill="white" opacity="0.8"/>
<ellipse cx="604" cy="390" rx="2.5" ry="2" fill="white" opacity="0.4"/>
<!-- Right eyelid line -->
<path d="M582,380 Q614,368 646,380" stroke="#7a5a30" stroke-width="2.5" fill="none" stroke-linecap="round"/>
<path d="M582,380 Q614,374 646,380" stroke="#5a3a10" stroke-width="1.5" fill="none" opacity="0.5" stroke-linecap="round"/>
<!-- Right lower eyelid -->
<path d="M583,392 Q614,398 645,392" stroke="#8a6a40" stroke-width="1.2" fill="none" opacity="0.4" stroke-linecap="round"/>
<!-- Right eyelash -->
<path d="M582,379 Q579,374 576,372" stroke="#3a2a10" stroke-width="1.5" fill="none" stroke-linecap="round"/>
<path d="M591,374 Q589,370 586,368" stroke="#3a2a10" stroke-width="1.5" fill="none" stroke-linecap="round"/>
<path d="M644,376 Q648,372 652,370" stroke="#3a2a10" stroke-width="1.5" fill="none" stroke-linecap="round"/>
<!-- Eyebags (characteristic) -->
<path d="M380,395 Q410,402 440,398" stroke="#a08050" stroke-width="1.5" fill="none" opacity="0.25" stroke-linecap="round"/>
<path d="M584,398 Q614,405 644,398" stroke="#a08050" stroke-width="1.5" fill="none" opacity="0.25" stroke-linecap="round"/>
<!-- Nose -->
<path d="M512,390 L505,440 Q500,460 505,475 Q510,485 512,488 Q514,485 519,475 Q524,460 519,440 Z" fill="#d0a878" opacity="0.8"/>
<!-- Nose highlight -->
<path d="M508,400 Q506,430 508,450 Q510,458 512,460" stroke="#e8c8a0" stroke-width="2" fill="none" opacity="0.5"/>
<!-- Nose shadow -->
<path d="M516,400 Q518,430 516,455 Q514,465 512,468" stroke="#906030" stroke-width="2" fill="none" opacity="0.3"/>
<!-- Nose tip -->
<ellipse cx="512" cy="485" rx="6" ry="4" fill="#c49060"/>
<!-- Nostril shadows -->
<ellipse cx="507" cy="482" rx="4" ry="2.5" fill="#805030" opacity="0.3"/>
<ellipse cx="517" cy="482" rx="4" ry="2.5" fill="#805030" opacity="0.3"/>
<!-- Wrinkles on nose bridge -->
<path d="M508,410 Q512,413 516,410" stroke="#a07850" stroke-width="0.8" fill="none" opacity="0.3"/>
<path d="M507,418 Q512,421 517,418" stroke="#a07850" stroke-width="0.8" fill="none" opacity="0.2"/>
<!-- Smile lines / nasolabial folds -->
<path d="M470,440 Q480,460 490,475" stroke="#8a6040" stroke-width="1.5" fill="none" opacity="0.3" stroke-linecap="round"/>
<path d="M554,440 Q544,460 534,475" stroke="#8a6040" stroke-width="1.5" fill="none" opacity="0.3" stroke-linecap="round"/>
<!-- Mouth -->
<!-- Upper lip -->
<path d="M455,520 Q475,505 512,510 Q549,505 569,520 Q560,530 540,535 Q512,540 484,535 Q464,530 455,520 Z" fill="#c05050"/>
<!-- Lower lip -->
<path d="M455,520 Q464,530 484,535 Q512,545 540,535 Q560,530 569,520 Q575,535 565,550 Q540,565 512,568 Q484,565 459,550 Q449,535 455,520 Z" fill="#b04040"/>
<!-- Lip highlight -->
<path d="M470,518 Q512,512 554,518" stroke="#e08080" stroke-width="1.5" fill="none" opacity="0.5"/>
<!-- Lip line -->
<path d="M455,520 Q512,535 569,520" stroke="#8a3030" stroke-width="1" fill="none" opacity="0.5"/>
<!-- Teeth -->
<path d="M462,522 Q512,525 562,522 Q562,545 540,548 Q512,552 484,548 Q462,545 462,522 Z" fill="url(#teethGrad)" stroke="#ccc0a0" stroke-width="0.5"/>
<!-- Tooth gap (midline) -->
<line x1="512" y1="522" x2="512" y2="548" stroke="#c04040" stroke-width="2"/>
<!-- Tooth highlights -->
<line x1="475" y1="524" x2="475" y2="544" stroke="white" stroke-width="1" opacity="0.4"/>
<line x1="490" y1="524" x2="490" y2="544" stroke="white" stroke-width="0.8" opacity="0.3"/>
<line x1="530" y1="524" x2="530" y2="544" stroke="white" stroke-width="0.8" opacity="0.3"/>
<line x1="548" y1="524" x2="548" y2="544" stroke="white" stroke-width="1" opacity="0.4"/>
<!-- Tongue hint -->
<ellipse cx="512" cy="558" rx="20" ry="12" fill="url(#tongueGrad)" opacity="0.7"/>
<!-- Mouth open shape (showing teeth) -->
<path d="M455,520 Q475,505 512,510 Q549,505 569,520" fill="none" stroke="#8a3030" stroke-width="1.5" opacity="0.3"/>
<!-- Wrinkles around mouth -->
<path d="M430,500 Q445,508 460,515" stroke="#a07850" stroke-width="1" fill="none" opacity="0.2" stroke-linecap="round"/>
<path d="M564,515 Q579,508 594,500" stroke="#a07850" stroke-width="1" fill="none" opacity="0.2" stroke-linecap="round"/>
<path d="M440,555 Q460,565 480,570" stroke="#a07850" stroke-width="0.8" fill="none" opacity="0.15" stroke-linecap="round"/>
<path d="M544,570 Q564,565 584,555" stroke="#a07850" stroke-width="0.8" fill="none" opacity="0.15" stroke-linecap="round"/>
<!-- Forehead lines -->
<path d="M420,290 Q512,280 604,290" stroke="#a07850" stroke-width="1.2" fill="none" opacity="0.25" stroke-linecap="round"/>
<path d="M410,300 Q512,288 614,300" stroke="#a07850" stroke-width="1" fill="none" opacity="0.2" stroke-linecap="round"/>
<path d="M430,310 Q512,298 594,310" stroke="#a07850" stroke-width="0.8" fill="none" opacity="0.15" stroke-linecap="round"/>
<!-- Frown lines between brows -->
<path d="M490,340 Q512,348 534,340" stroke="#8a6040" stroke-width="1.5" fill="none" opacity="0.3" stroke-linecap="round"/>
<path d="M495,345 Q512,352 529,345" stroke="#8a6040" stroke-width="1" fill="none" opacity="0.2" stroke-linecap="round"/>
<!-- Crow's feet -->
<path d="M375,375 Q370,370 365,365" stroke="#8a6040" stroke-width="1" fill="none" opacity="0.25" stroke-linecap="round"/>
<path d="M380,370 Q374,364 368,358" stroke="#8a6040" stroke-width="0.8" fill="none" opacity="0.2" stroke-linecap="round"/>
<path d="M648,375 Q653,370 658,365" stroke="#8a6040" stroke-width="1" fill="none" opacity="0.25" stroke-linecap="round"/>
<path d="M642,370 Q648,364 654,358" stroke="#8a6040" stroke-width="0.8" fill="none" opacity="0.2" stroke-linecap="round"/>
<!-- Chin dimple -->
<path d="M512,595 Q505,598 500,602" stroke="#8a6040" stroke-width="1" fill="none" opacity="0.2" stroke-linecap="round"/>
<path d="M512,595 Q519,598 524,602" stroke="#8a6040" stroke-width="1" fill="none" opacity="0.2" stroke-linecap="round"/>
<!-- Jowls / jaw definition -->
<path d="M350,480 Q340,520 345,560 Q350,590 370,610" stroke="#9a7050" stroke-width="1.5" fill="none" opacity="0.2" stroke-linecap="round"/>
<path d="M674,480 Q684,520 679,560 Q674,590 654,610" stroke="#9a7050" stroke-width="1.5" fill="none" opacity="0.2" stroke-linecap="round"/>
<!-- Big wild hair - main mass -->
<path d="M300,350 Q270,280 280,200 Q290,140 350,100 Q420,55 512,45 Q604,55 674,100 Q734,140 744,200 Q754,280 724,350" fill="url(#hairGrad)" clip-path="url(#faceClip)" opacity="0.9"/>
<path d="M300,350 Q270,280 280,200 Q290,140 350,100 Q420,55 512,45 Q604,55 674,100 Q734,140 744,200 Q754,280 724,350" fill="url(#hairGrad2)" clip-path="url(#faceClip)" opacity="0.5"/>
<!-- Hair top volume -->
<path d="M310,340 Q280,250 290,170 Q305,110 380,70 Q440,40 512,30 Q584,40 644,70 Q720,110 734,170 Q744,250 714,340" fill="#e8e0d0" clip-path="url(#faceClip)" opacity="0.9"/>
<path d="M320,335 Q295,260 305,190 Q318,135 390,90 Q450,55 512,45 Q574,55 634,90 Q706,135 719,190 Q729,260 704,335" fill="#f0e8d8" clip-path="url(#faceClip)" opacity="0.4"/>
<!-- Hair curls - left side -->
<path d="M305,330 Q270,300 255,260 Q245,230 260,200 Q275,175 300,180 Q325,185 330,210 Q335,240 320,260 Q305,275 300,295 Q295,315 305,330 Z" fill="#d8d0b8" opacity="0.85"/>
<path d="M310,325 Q280,295 268,258 Q258,230 272,205 Q290,182 315,188 Q335,193 340,218 Q345,245 332,265 Q318,280 312,300 Q306,318 310,325 Z" fill="#e0d8c0" opacity="0.7"/>
<path d="M315,340 Q290,315 280,280 Q272,250 282,225 Q300,198 325,205 Q348,212 350,240 Q352,265 338,285 Q322,305 315,340 Z" fill="#d4ccb4" opacity="0.8"/>
<!-- Hair curls - right side -->
<path d="M719,330 Q754,300 769,260 Q779,230 764,200 Q749,175 724,180 Q699,185 694,210 Q689,240 704,260 Q719,275 724,295 Q729,315 719,330 Z" fill="#d8d0b8" opacity="0.85"/>
<path d="M714,325 Q744,295 756,258 Q766,230 752,205 Q734,182 709,188 Q689,193 684,218 Q679,245 692,265 Q706,280 712,300 Q718,318 714,325 Z" fill="#e0d8c0" opacity="0.7"/>
<path d="M709,340 Q734,315 744,280 Q752,250 742,225 Q724,198 699,205 Q676,212 674,240 Q672,265 686,285 Q702,305 709,340 Z" fill="#d4ccb4" opacity="0.8"/>
<!-- Hair top curls -->
<path d="M360,160 Q340,120 355,80 Q370,45 400,35 Q425,28 440,40 Q420,60 410,90 Q400,120 420,150 Q400,145 360,160 Z" fill="#e8e0d0" opacity="0.8"/>
<path d="M660,160 Q680,120 665,80 Q650,45 620,35 Q595,28 580,40 Q600,60 610,90 Q620,120 600,150 Q620,145 660,160 Z" fill="#e8e0d0" opacity="0.8"/>
<path d="M440,50 Q460,25 490,20 Q524,18 550,30 Q570,45 560,70 Q540,50 520,40 Q500,30 490,45 Q470,40 460,55 Q450,65 440,50 Z" fill="#f0e8d8" opacity="0.7"/>
<!-- Wild hair strands on top -->
<path d="M420,40 Q430,15 450,5 Q460,0 465,15 Q455,25 445,35" stroke="#e0d8c0" stroke-width="3" fill="none" opacity="0.6" stroke-linecap="round"/>
<path d="M460,35 Q470,8 490,0 Q505,-5 515,10 Q510,22 500,35" stroke="#e0d8c0" stroke-width="3" fill="none" opacity="0.6" stroke-linecap="round"/>
<path d="M520,35 Q530,5 550,10 Q565,15 570,30 Q560,38 545,40" stroke="#e0d8c0" stroke-width="2.5" fill="none" opacity="0.5" stroke-linecap="round"/>
<path d="M500,28 Q505,5 520,-5 Q530,-8 535,5" stroke="#d8d0b8" stroke-width="2" fill="none" opacity="0.4" stroke-linecap="round"/>
<!-- Hair curl on top center -->
<path d="M470,55 Q460,25 475,5 Q490,-10 505,10 Q510,25 500,45 Q485,55 470,55 Z" fill="#e8e0d0" opacity="0.7"/>
<path d="M530,50 Q540,20 555,10 Q570,0 580,15 Q575,30 560,45 Q540,52 530,50 Z" fill="#e8e0d0" opacity="0.7"/>
<!-- Hair shadow over forehead -->
<path d="M360,280 Q400,250 460,240 Q512,232 564,240 Q624,250 664,280 Q680,295 680,310 L680,330 Q680,320 660,300 Q630,280 512,275 Q394,280 360,300 Q340,320 340,330 L340,310 Q340,295 360,280 Z" fill="#3a2a10" opacity="0.15" clip-path="url(#faceClip)"/>
<!-- More hair volume - back strands -->
<path d="M290,340 Q255,310 240,270 Q230,240 245,210 Q265,175 310,170 Q340,168 350,190 Q358,215 345,245 Q330,270 320,300 Q310,325 290,340 Z" fill="#c8c0a8" opacity="0.6"/>
<path d="M734,340 Q769,310 784,270 Q794,240 779,210 Q759,175 714,170 Q684,168 674,190 Q666,215 679,245 Q694,270 704,300 Q714,325 734,340 Z" fill="#c8c0a8" opacity="0.6"/>
<!-- Flyaway hair strands -->
<path d="M350,160 Q335,130 340,100 Q345,75 360,65" stroke="#e0d8c0" stroke-width="1.5" fill="none" opacity="0.4" stroke-linecap="round"/>
<path d="M380,145 Q365,110 368,80" stroke="#d8d0b8" stroke-width="1.2" fill="none" opacity="0.35" stroke-linecap="round"/>
<path d="M674,160 Q689,130 684,100 Q679,75 664,65" stroke="#e0d8c0" stroke-width="1.5" fill="none" opacity="0.4" stroke-linecap="round"/>
<path d="M644,145 Q659,110 656,80" stroke="#d8d0b8" stroke-width="1.2" fill="none" opacity="0.35" stroke-linecap="round"/>
<path d="M440,42 Q425,20 430,5 Q440,-5 455,10" stroke="#e0d8c0" stroke-width="1.2" fill="none" opacity="0.35" stroke-linecap="round"/>
<path d="M584,42 Q600,20 595,5 Q585,-5 570,10" stroke="#e0d8c0" stroke-width="1.2" fill="none" opacity="0.35" stroke-linecap="round"/>
<path d="M512,32 Q505,8 510,-5 Q515,-10 522,0" stroke="#e0d8c0" stroke-width="1.2" fill="none" opacity="0.35" stroke-linecap="round"/>
<!-- Hair sideburns / side detail -->
<path d="M340,310 Q330,300 325,285 Q320,270 328,255 Q335,245 340,260 Q345,275 342,295" fill="#c8c0a8" opacity="0.5"/>
<path d="M684,310 Q694,300 699,285 Q704,270 696,255 Q689,245 684,260 Q679,275 682,295" fill="#c8c0a8" opacity="0.5"/>
<!-- Hair curl details left -->
<path d="M315,250 Q305,240 300,225 Q298,210 305,200 Q315,195 320,205 Q325,220 320,240 Q315,255 315,250 Z" fill="#d8d0c0" opacity="0.5"/>
<path d="M335,270 Q325,258 318,245 Q312,232 316,220 Q325,212 330,222 Q336,238 335,255 Q335,265 335,270 Z" fill="#d8d0c0" opacity="0.45"/>
<!-- Hair curl details right -->
<path d="M709,250 Q719,240 724,225 Q726,210 719,200 Q709,195 704,205 Q699,220 704,240 Q709,255 709,250 Z" fill="#d8d0c0" opacity="0.5"/>
<path d="M689,270 Q699,258 706,245 Q712,232 708,220 Q699,212 694,222 Q688,238 689,255 Q689,265 689,270 Z" fill="#d8d0c0" opacity="0.45"/>
<!-- Intense gaze lines / expression lines -->
<path d="M440,360 Q435,368 432,378" stroke="#9a7858" stroke-width="0.8" fill="none" opacity="0.2" stroke-linecap="round"/>
<path d="M584,360 Q589,368 592,378" stroke="#9a7858" stroke-width="0.8" fill="none" opacity="0.2" stroke-linecap="round"/>
<!-- Subtle vein on forehead (characteristic) -->
<path d="M450,300 Q470,290 490,295 Q510,300 530,295 Q550,288 570,295" stroke="#8a6040" stroke-width="0.8" fill="none" opacity="0.15" stroke-linecap="round"/>
<!-- Additional wild hair strands on top -->
<path d="M400,50 Q385,25 395,5 Q410,-10 425,10 Q420,30 410,45" stroke="#e8e0d0" stroke-width="2.5" fill="none" opacity="0.5" stroke-linecap="round"/>
<path d="M624,50 Q639,25 629,5 Q614,-10 599,10 Q604,30 614,45" stroke="#e8e0d0" stroke-width="2.5" fill="none" opacity="0.5" stroke-linecap="round"/>
<!-- Hair shadow on shoulders -->
<path d="M340,360 Q330,380 335,420 Q340,460 360,480" stroke="#3a2a10" stroke-width="8" fill="none" opacity="0.15" stroke-linecap="round"/>
<path d="M684,360 Q694,380 689,420 Q684,460 664,480" stroke="#3a2a10" stroke-width="8" fill="none" opacity="0.15" stroke-linecap="round"/>
</svg>