BuseyBench SVG Test
Generated by OpenAI on Jul 2, 2026 using prompt svg-v1-no-web.
3.2/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" width="1024" height="1024" viewBox="0 0 1024 1024">
<defs>
<!-- Backplate subtle grain -->
<filter id="grain" x="-20%" y="-20%" width="140%" height="140%">
<feTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="3" stitchTiles="stitch" result="n"/>
<feColorMatrix type="matrix" values="
1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 0.22 0" result="na"/>
<feBlend in="SourceGraphic" in2="na" mode="overlay"/>
</filter>
<!-- Soft spotlight -->
<radialGradient id="spot" cx="52%" cy="35%" r="65%">
<stop offset="0%" stop-color="#fff7ea" stop-opacity="0.95"/>
<stop offset="45%" stop-color="#f2d6b4" stop-opacity="0.35"/>
<stop offset="100%" stop-color="#0b0b0f" stop-opacity="0"/>
</radialGradient>
<!-- Skin gradients -->
<linearGradient id="skinGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ffd9b8"/>
<stop offset="35%" stop-color="#f3b88f"/>
<stop offset="70%" stop-color="#e79f76"/>
<stop offset="100%" stop-color="#c9835e"/>
</linearGradient>
<radialGradient id="cheekGlow" cx="34%" cy="45%" r="45%">
<stop offset="0%" stop-color="#ffd7b8" stop-opacity="0.85"/>
<stop offset="60%" stop-color="#f1b087" stop-opacity="0.25"/>
<stop offset="100%" stop-color="#000000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="noseGrad" cx="50%" cy="35%" r="55%">
<stop offset="0%" stop-color="#ffd5b2" stop-opacity="0.95"/>
<stop offset="55%" stop-color="#f0ad84" stop-opacity="0.28"/>
<stop offset="100%" stop-color="#000" stop-opacity="0"/>
</radialGradient>
<!-- Hair gradients -->
<linearGradient id="hairGrad" x1="20%" y1="0%" x2="80%" y2="100%">
<stop offset="0%" stop-color="#2b1a18"/>
<stop offset="35%" stop-color="#5b3a2f"/>
<stop offset="70%" stop-color="#261412"/>
<stop offset="100%" stop-color="#120c0b"/>
</linearGradient>
<linearGradient id="hairHi" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#9b6b54" stop-opacity="0"/>
<stop offset="45%" stop-color="#9b6b54" stop-opacity="0.45"/>
<stop offset="70%" stop-color="#d7a27a" stop-opacity="0.25"/>
<stop offset="100%" stop-color="#d7a27a" stop-opacity="0"/>
</linearGradient>
<!-- Eye gradients -->
<radialGradient id="irisGradLeft" cx="45%" cy="40%" r="65%">
<stop offset="0%" stop-color="#e7c14f"/>
<stop offset="38%" stop-color="#b98528"/>
<stop offset="70%" stop-color="#6d3a12"/>
<stop offset="100%" stop-color="#2b1406"/>
</radialGradient>
<radialGradient id="irisGradRight" cx="45%" cy="40%" r="65%">
<stop offset="0%" stop-color="#f0c960"/>
<stop offset="38%" stop-color="#c08a2d"/>
<stop offset="70%" stop-color="#6a3610"/>
<stop offset="100%" stop-color="#220f05"/>
</radialGradient>
<linearGradient id="eyeWhiteGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#fff"/>
<stop offset="55%" stop-color="#f2f2f2"/>
<stop offset="100%" stop-color="#d7d7d7"/>
</linearGradient>
<!-- Mouth gradients -->
<linearGradient id="lipGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#a83a2f"/>
<stop offset="55%" stop-color="#7f1f22"/>
<stop offset="100%" stop-color="#4b0f14"/>
</linearGradient>
<linearGradient id="toothGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="50%" stop-color="#f0f0f0"/>
<stop offset="100%" stop-color="#d9d9d9"/>
</linearGradient>
<filter id="softShadow" x="-30%" y="-30%" width="160%" height="160%">
<feGaussianBlur in="SourceAlpha" stdDeviation="8" result="b"/>
<feOffset dx="0" dy="10" result="o"/>
<feColorMatrix in="o" type="matrix" values="
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 .35 0" result="s"/>
<feBlend in="SourceGraphic" in2="s" mode="normal"/>
</filter>
<filter id="eyeGlow" x="-40%" y="-40%" width="180%" height="180%">
<feGaussianBlur stdDeviation="2.2" result="b"/>
<feColorMatrix type="matrix" values="
1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 0.35 0" in="b" result="bb"/>
<feBlend in="SourceGraphic" in2="bb" mode="screen"/>
</filter>
<filter id="blur10" x="-30%" y="-30%" width="160%" height="160%">
<feGaussianBlur stdDeviation="10"/>
</filter>
<filter id="blur3" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="3"/>
</filter>
<!-- Clip for face -->
<clipPath id="faceClip">
<path d="M 512 128
C 642 128 732 230 744 338
C 754 432 765 520 735 602
C 706 680 646 742 582 778
C 552 795 524 804 512 804
C 500 804 472 795 442 778
C 378 742 318 680 289 602
C 259 520 270 432 280 338
C 292 230 382 128 512 128 Z"/>
</clipPath>
<!-- Hair clip to shape hair over forehead -->
<clipPath id="hairClip">
<path d="M 420 120
C 468 85 555 78 610 110
C 707 170 752 268 770 360
C 784 433 781 470 770 520
C 755 450 730 400 670 360
C 620 326 600 292 595 262
C 588 221 538 197 500 206
C 445 219 425 255 417 293
C 405 350 362 391 330 422
C 300 451 289 490 284 520
C 265 430 270 350 290 285
C 315 202 362 150 420 120 Z"/>
</clipPath>
</defs>
<!-- Background -->
<rect x="0" y="0" width="1024" height="1024" fill="#0b0c10"/>
<rect x="0" y="0" width="1024" height="1024" fill="url(#spot)" opacity="0.9"/>
<!-- Subtle vignette -->
<radialGradient id="vig" cx="50%" cy="40%" r="70%">
<stop offset="55%" stop-color="#000" stop-opacity="0"/>
<stop offset="100%" stop-color="#000" stop-opacity="0.65"/>
</radialGradient>
<rect x="0" y="0" width="1024" height="1024" fill="url(#vig)"/>
<!-- Portrait group with shadow -->
<g filter="url(#softShadow)">
<!-- Neck hint -->
<path d="M 430 785
C 450 840 470 870 512 870
C 554 870 574 840 594 785
C 604 760 592 738 569 728
C 535 712 489 712 455 728
C 432 738 420 760 430 785 Z"
fill="url(#skinGrad)" opacity="0.96"/>
<!-- Face base -->
<path d="M 512 128
C 642 128 732 230 744 338
C 754 432 765 520 735 602
C 706 680 646 742 582 778
C 552 795 524 804 512 804
C 500 804 472 795 442 778
C 378 742 318 680 289 602
C 259 520 270 432 280 338
C 292 230 382 128 512 128 Z"
fill="url(#skinGrad)"/>
<!-- Face shading & highlights -->
<g clip-path="url(#faceClip)">
<rect x="0" y="0" width="1024" height="1024" fill="url(#cheekGlow)" opacity="0.75"/>
<!-- forehead highlight -->
<path d="M 405 255
C 430 205 475 172 520 164
C 580 154 640 190 668 252
C 640 240 612 236 576 246
C 538 256 506 246 476 240
C 450 235 427 240 405 255 Z"
fill="#ffe7cc" opacity="0.26"/>
<!-- under-eye tone -->
<path d="M 350 430
C 392 385 460 370 505 382
C 530 389 540 408 542 426
C 510 412 468 425 440 438
C 403 455 375 474 350 500
C 342 470 338 454 350 430 Z"
fill="#000" opacity="0.08"/>
<path d="M 674 430
C 632 385 564 370 519 382
C 494 389 484 408 482 426
C 514 412 556 425 584 438
C 621 455 649 474 674 500
C 682 470 686 454 674 430 Z"
fill="#000" opacity="0.06"/>
<!-- nose highlight -->
<path d="M 495 380
C 478 430 480 506 495 547
C 505 573 517 586 528 592
C 510 583 499 567 494 548
C 485 506 486 430 500 392
C 499 385 498 381 495 380 Z"
fill="url(#noseGrad)" opacity="0.8"/>
<!-- side burn/contour -->
<path d="M 295 560
C 275 500 280 430 300 372
C 315 408 328 440 340 470
C 355 510 355 575 340 625
C 327 660 305 676 290 676
C 300 645 308 595 295 560 Z"
fill="#6a2c1b" opacity="0.09"/>
<path d="M 729 560
C 749 500 744 430 724 372
C 709 408 696 440 684 470
C 669 510 669 575 684 625
C 697 660 719 676 734 676
C 724 645 716 595 729 560 Z"
fill="#6a2c1b" opacity="0.07"/>
<!-- subtle wrinkles around eyes & smile -->
<path d="M 360 468
C 392 442 430 430 470 435"
fill="none" stroke="#5b2016" stroke-opacity="0.12" stroke-width="4" stroke-linecap="round"/>
<path d="M 664 468
C 632 442 594 430 554 435"
fill="none" stroke="#5b2016" stroke-opacity="0.10" stroke-width="4" stroke-linecap="round"/>
<path d="M 410 650
C 440 620 480 610 512 610
C 544 610 584 620 614 650"
fill="none" stroke="#4a130f" stroke-opacity="0.14" stroke-width="5" stroke-linecap="round"/>
<!-- jaw contour -->
<path d="M 350 690
C 390 755 445 795 512 810
C 579 795 634 755 674 690
C 646 744 595 793 512 816
C 429 793 378 744 350 690 Z"
fill="#2b0f0c" opacity="0.10"/>
</g>
<!-- Hair (back) -->
<g clip-path="url(#hairClip)">
<rect x="0" y="0" width="1024" height="1024" fill="url(#hairGrad)"/>
<!-- top hair bulk -->
<path d="M 345 260
C 380 150 470 85 565 110
C 705 145 770 275 760 430
C 715 355 660 320 605 295
C 550 270 515 255 470 275
C 430 293 385 330 345 380
C 330 350 330 310 345 260 Z"
fill="url(#hairGrad)" opacity="0.98"/>
<!-- hair strands highlight sweep -->
<path d="M 330 360
C 400 315 460 295 520 305
C 590 317 650 350 720 430
C 700 375 662 320 612 280
C 560 240 510 250 470 275
C 420 305 375 345 330 360 Z"
fill="url(#hairHi)" opacity="0.55"/>
<!-- side darker masses -->
<path d="M 270 445
C 265 360 305 305 350 280
C 315 365 320 445 340 540
C 300 520 280 505 270 445 Z"
fill="#0b0707" opacity="0.35"/>
<path d="M 780 445
C 785 360 745 305 700 280
C 735 365 730 445 710 540
C 750 520 770 505 780 445 Z"
fill="#0b0707" opacity="0.32"/>
<!-- hairline wisps -->
<path d="M 362 300
C 410 250 455 230 510 226
C 580 220 640 250 682 305"
fill="none" stroke="#000" stroke-opacity="0.25" stroke-width="16" stroke-linecap="round"/>
<path d="M 370 325
C 420 285 470 270 515 268
C 585 264 640 290 675 330"
fill="none" stroke="#1b0f0f" stroke-opacity="0.35" stroke-width="10" stroke-linecap="round"/>
</g>
<!-- Forehead hair cap edge -->
<path d="M 394 165
C 445 124 510 112 565 122
C 635 135 690 184 720 255
C 690 238 660 240 624 250
C 582 262 550 256 515 248
C 480 240 445 240 394 255
C 372 262 354 275 335 296
C 350 245 368 195 394 165 Z"
fill="url(#hairGrad)" opacity="0.98"/>
<!-- Eyebrows -->
<g opacity="0.98">
<path d="M 375 430
C 410 372 480 350 545 360
C 510 375 482 392 462 416
C 440 444 410 456 378 460
C 365 458 360 446 375 430 Z"
fill="#2b1715"/>
<path d="M 370 432
C 410 386 480 366 540 374"
fill="none" stroke="#000" stroke-opacity="0.35" stroke-width="6" stroke-linecap="round"/>
<path d="M 649 430
C 614 372 544 350 479 360
C 514 375 542 392 562 416
C 584 444 614 456 646 460
C 659 458 664 446 649 430 Z"
fill="#2b1715"/>
<path d="M 654 432
C 614 386 544 366 484 374"
fill="none" stroke="#000" stroke-opacity="0.35" stroke-width="6" stroke-linecap="round"/>
</g>
<!-- Eyes -->
<g>
<!-- Left eye socket -->
<path d="M 392 450
C 425 410 465 392 513 402
C 538 407 552 420 559 432
C 530 426 502 435 479 450
C 454 468 430 482 398 484
C 385 484 377 472 392 450 Z"
fill="#2b0f0c" opacity="0.16"/>
<!-- Right eye socket -->
<path d="M 632 450
C 599 410 559 392 511 402
C 486 407 472 420 465 432
C 494 426 522 435 545 450
C 570 468 594 482 626 484
C 639 484 647 472 632 450 Z"
fill="#2b0f0c" opacity="0.14"/>
<!-- Left eye white -->
<path d="M 415 468
C 448 430 492 420 518 430
C 548 442 555 472 544 497
C 532 525 497 540 465 529
C 430 518 405 495 415 468 Z"
fill="url(#eyeWhiteGrad)" stroke="#3a1a14" stroke-opacity="0.35" stroke-width="3" stroke-linecap="round"/>
<!-- Right eye white -->
<path d="M 609 468
C 576 430 532 420 506 430
C 476 442 469 472 480 497
C 492 525 527 540 559 529
C 594 518 619 495 609 468 Z"
fill="url(#eyeWhiteGrad)" stroke="#3a1a14" stroke-opacity="0.35" stroke-width="3" stroke-linecap="round"/>
<!-- Left iris -->
<g filter="url(#eyeGlow)">
<ellipse cx="490" cy="485" rx="32" ry="40" fill="url(#irisGradLeft)"/>
<ellipse cx="490" cy="487" rx="12" ry="12" fill="#120804" opacity="0.95"/>
<circle cx="479" cy="471" r="7" fill="#fff" opacity="0.85"/>
<path d="M 460 500 C 475 520 505 524 520 505" fill="none" stroke="#000" stroke-opacity="0.18" stroke-width="5" stroke-linecap="round"/>
<!-- lower lash shadow -->
<path d="M 445 520 C 470 530 510 530 535 510" fill="none" stroke="#000" stroke-opacity="0.22" stroke-width="8" stroke-linecap="round"/>
</g>
<!-- Right iris -->
<g filter="url(#eyeGlow)">
<ellipse cx="534" cy="485" rx="34" ry="42" fill="url(#irisGradRight)"/>
<ellipse cx="534" cy="487" rx="12" ry="12" fill="#120804" opacity="0.95"/>
<circle cx="525" cy="471" r="7" fill="#fff" opacity="0.85"/>
<path d="M 504 500 C 520 522 548 524 564 505" fill="none" stroke="#000" stroke-opacity="0.18" stroke-width="5" stroke-linecap="round"/>
<path d="M 510 520 C 532 532 575 530 596 510" fill="none" stroke="#000" stroke-opacity="0.22" stroke-width="8" stroke-linecap="round"/>
</g>
<!-- Eyelids (arched) -->
<path d="M 412 468
C 445 408 503 400 548 420
C 523 420 498 430 478 450
C 450 476 420 496 402 500
C 394 485 401 478 412 468 Z"
fill="#140a09" opacity="0.20" filter="url(#blur3)"/>
<path d="M 612 468
C 579 408 521 400 476 420
C 501 420 526 430 546 450
C 574 476 604 496 622 500
C 630 485 623 478 612 468 Z"
fill="#140a09" opacity="0.20" filter="url(#blur3)"/>
<!-- Under-eye lines -->
<path d="M 430 540 C 465 560 510 560 550 540" fill="none" stroke="#5b2016" stroke-opacity="0.16" stroke-width="5" stroke-linecap="round"/>
<path d="M 474 560 C 502 565 525 565 553 560" fill="none" stroke="#5b2016" stroke-opacity="0.10" stroke-width="4" stroke-linecap="round"/>
</g>
<!-- Nose -->
<g>
<!-- bridge shadow -->
<path d="M 505 385
C 492 436 487 490 494 540
C 498 568 508 595 523 605
C 501 585 495 560 494 540
C 487 488 493 435 510 385
C 508 384 506 384 505 385 Z"
fill="#1b0a08" opacity="0.12"/>
<!-- nose highlight -->
<path d="M 510 400
C 504 445 503 505 512 540
C 520 570 535 585 552 590
C 529 593 515 570 510 540
C 502 500 504 445 513 405
C 512 402 511 401 510 400 Z"
fill="url(#noseGrad)" opacity="0.7"/>
<!-- nostril wings -->
<path d="M 507 548
C 472 562 459 585 470 612
C 480 636 516 642 536 622
C 522 612 514 594 514 575
C 514 564 512 555 507 548 Z"
fill="#2a0f0c" opacity="0.12"/>
<path d="M 536 552
C 572 561 586 583 577 612
C 569 637 533 648 512 625
C 526 612 534 595 533 578
C 532 564 530 558 536 552 Z"
fill="#2a0f0c" opacity="0.10"/>
<!-- nose tip -->
<path d="M 512 585
C 500 598 492 614 500 628
C 508 642 525 646 538 638
C 552 630 554 612 544 598
C 536 587 522 578 512 585 Z"
fill="#e09a73" opacity="0.85" stroke="#4a170f" stroke-opacity="0.18" stroke-width="3"/>
<!-- nostril dots -->
<path d="M 512 608
C 506 616 506 623 513 628
C 521 634 532 630 535 622
C 538 614 531 606 522 606
C 518 606 514 607 512 608 Z"
fill="#1a0a08" opacity="0.55"/>
<path d="M 531 607
C 538 614 538 623 530 628
C 522 634 512 631 510 622
C 507 614 514 606 523 606
C 526 606 529 606 531 607 Z"
fill="#1a0a08" opacity="0.48"/>
<!-- slight nose wrinkles -->
<path d="M 494 468 C 505 490 505 515 498 538" fill="none" stroke="#4a170f" stroke-opacity="0.18" stroke-width="4" stroke-linecap="round"/>
<path d="M 530 470 C 520 490 520 515 527 538" fill="none" stroke="#4a170f" stroke-opacity="0.14" stroke-width="4" stroke-linecap="round"/>
</g>
<!-- Mouth -->
<g>
<!-- Smile shadow -->
<path d="M 390 682
C 424 640 475 622 512 622
C 549 622 600 640 634 682
C 600 670 565 670 512 670
C 459 670 424 670 390 682 Z"
fill="#2b0f0c" opacity="0.10"/>
<!-- Upper lip -->
<path d="M 410 695
C 442 654 475 645 512 645
C 549 645 582 654 614 695
C 598 718 565 730 512 730
C 459 730 426 718 410 695 Z"
fill="url(#lipGrad)" opacity="0.92" stroke="#3a0f14" stroke-opacity="0.35" stroke-width="4" stroke-linejoin="round"/>
<!-- Lower lip -->
<path d="M 420 710
C 458 760 487 770 512 770
C 537 770 566 760 604 710
C 608 740 585 788 512 793
C 439 788 416 740 420 710 Z"
fill="#6d1b22" opacity="0.92" stroke="#2a0a10" stroke-opacity="0.35" stroke-width="4" stroke-linejoin="round"/>
<!-- Mouth opening (teeth region) -->
<path d="M 428 706
C 460 676 487 668 512 668
C 537 668 564 676 596 706
C 585 732 554 750 512 750
C 470 750 439 732 428 706 Z"
fill="#0f0707" opacity="0.55"/>
<!-- Teeth -->
<g>
<path d="M 446 702
C 472 685 492 680 512 680
C 532 680 552 685 578 702
C 566 716 542 728 512 728
C 482 728 458 716 446 702 Z"
fill="url(#toothGrad)" opacity="0.98" stroke="#c7c7c7" stroke-opacity="0.35" stroke-width="3" stroke-linejoin="round"/>
<!-- Tooth separators -->
<g opacity="0.65">
<path d="M 500 682
C 502 700 502 716 500 728" fill="none" stroke="#bdbdbd" stroke-width="3" stroke-linecap="round"/>
<path d="M 524 682
C 522 700 522 716 524 728" fill="none" stroke="#bdbdbd" stroke-width="3" stroke-linecap="round"/>
<path d="M 472 689
C 476 702 476 716 472 728" fill="none" stroke="#bdbdbd" stroke-width="2.5" stroke-linecap="round"/>
<path d="M 552 689
C 548 702 548 716 552 728" fill="none" stroke="#bdbdbd" stroke-width="2.5" stroke-linecap="round"/>
</g>
<!-- Gums highlight -->
<path d="M 448 702
C 470 693 493 690 512 690
C 531 690 554 693 576 702
C 565 711 545 718 512 718
C 479 718 459 711 448 702 Z"
fill="#b24b43" opacity="0.25"/>
</g>
<!-- Corners and lines -->
<path d="M 406 706
C 390 718 388 736 405 752
C 405 732 415 715 430 705
C 420 702 414 703 406 706 Z"
fill="#2a0a10" opacity="0.18"/>
<path d="M 618 706
C 634 718 636 736 619 752
C 619 732 609 715 594 705
C 604 702 610 703 618 706 Z"
fill="#2a0a10" opacity="0.16"/>
<!-- Smile crease -->
<path d="M 450 735
C 475 760 492 764 512 764
C 532 764 549 760 574 735"
fill="none" stroke="#2b0f0c" stroke-opacity="0.18" stroke-width="5" stroke-linecap="round"/>
</g>
<!-- Cheeks and nasolabial folds -->
<g clip-path="url(#faceClip)" opacity="0.95">
<path d="M 392 600
C 410 628 430 655 460 670
C 430 672 400 663 376 636
C 360 619 365 592 392 600 Z"
fill="#7b3a22" opacity="0.08"/>
<path d="M 632 600
C 614 628 594 655 564 670
C 594 672 624 663 648 636
C 664 619 659 592 632 600 Z"
fill="#7b3a22" opacity="0.07"/>
<path d="M 420 612
C 446 634 452 665 445 698"
fill="none" stroke="#3e1411" stroke-opacity="0.14" stroke-width="5" stroke-linecap="round"/>
<path d="M 604 612
C 578 634 572 665 579 698"
fill="none" stroke="#3e1411" stroke-opacity="0.12" stroke-width="5" stroke-linecap="round"/>
</g>
<!-- Ears (stylized) -->
<g opacity="0.95">
<path d="M 275 460
C 250 505 246 560 258 605
C 268 642 290 675 316 675
C 300 642 293 610 295 575
C 298 532 305 500 310 470
C 298 450 287 447 275 460 Z"
fill="#d69a76" opacity="0.9" stroke="#4a170f" stroke-opacity="0.14" stroke-width="3"/>
<path d="M 316 665
C 295 632 292 595 302 555
C 312 516 312 496 296 478
C 334 490 349 520 345 565
C 341 614 335 648 316 665 Z"
fill="#c78863" opacity="0.55"/>
<path d="M 749 460
C 774 505 778 560 766 605
C 756 642 734 675 708 675
C 724 642 731 610 729 575
C 726 532 719 500 714 470
C 726 450 737 447 749 460 Z"
fill="#d69a76" opacity="0.9" stroke="#4a170f" stroke-opacity="0.14" stroke-width="3"/>
<path d="M 708 665
C 729 632 732 595 722 555
C 712 516 712 496 728 478
C 690 490 675 520 679 565
C 683 614 689 648 708 665 Z"
fill="#c78863" opacity="0.55"/>
</g>
<!-- Wrinkled expressive forehead lines -->
<g opacity="0.28" clip-path="url(#faceClip)">
<path d="M 420 310 C 455 290 490 280 535 282" fill="none" stroke="#3b1410" stroke-opacity="0.65" stroke-width="6" stroke-linecap="round"/>
<path d="M 388 345 C 425 325 470 314 520 318" fill="none" stroke="#3b1410" stroke-opacity="0.55" stroke-width="6" stroke-linecap="round"/>
<path d="M 405 382 C 440 365 480 358 515 362" fill="none" stroke="#3b1410" stroke-opacity="0.45" stroke-width="5" stroke-linecap="round"/>
<path d="M 560 318 C 610 316 655 330 690 352" fill="none" stroke="#3b1410" stroke-opacity="0.45" stroke-width="5" stroke-linecap="round"/>
<path d="M 530 370 C 575 362 625 372 670 395" fill="none" stroke="#3b1410" stroke-opacity="0.35" stroke-width="5" stroke-linecap="round"/>
</g>
<!-- Eye area brow ridge and skin texture -->
<g clip-path="url(#faceClip)" opacity="0.18">
<path d="M 355 450 C 405 410 455 400 495 410" fill="none" stroke="#000" stroke-opacity="0.35" stroke-width="8" stroke-linecap="round"/>
<path d="M 665 450 C 615 410 565 400 525 410" fill="none" stroke="#000" stroke-opacity="0.35" stroke-width="8" stroke-linecap="round"/>
</g>
<!-- Final overlay: subtle grain -->
<g filter="url(#grain)" opacity="0.95">
<path d="M 512 128
C 642 128 732 230 744 338
C 754 432 765 520 735 602
C 706 680 646 742 582 778
C 552 795 524 804 512 804
C 500 804 472 795 442 778
C 378 742 318 680 289 602
C 259 520 270 432 280 338
C 292 230 382 128 512 128 Z"
fill="url(#spot)" opacity="0.12"/>
</g>
</g>
<!-- Foreground stylized hair wisps & flyaways -->
<g opacity="0.95">
<path d="M 340 265
C 355 220 385 185 430 160
C 400 170 370 195 350 230
C 325 273 318 315 320 350
C 330 315 332 292 340 265 Z"
fill="#110a09" opacity="0.6" filter="url(#blur3)"/>
<path d="M 690 160
C 735 185 765 220 780 265
C 788 292 790 315 800 350
C 802 315 795 273 770 230
C 750 195 720 170 690 160 Z"
fill="#110a09" opacity="0.55" filter="url(#blur3)"/>
<!-- tiny highlights -->
<path d="M 410 205
C 430 195 460 188 485 190"
fill="none" stroke="#d8a27b" stroke-opacity="0.25" stroke-width="6" stroke-linecap="round"/>
<path d="M 535 190
C 560 188 590 195 610 205"
fill="none" stroke="#d8a27b" stroke-opacity="0.22" stroke-width="6" stroke-linecap="round"/>
</g>
</svg>