| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720"> |
| 2 | <rect width="1280" height="720" fill="#F5F1E8"/> |
| 3 | |
| 4 | <!-- Subtle ink wash decorative — a single tall tree silhouette on right --> |
| 5 | <g transform="translate(960, 80)" fill="#1A1A1A" fill-opacity="0.07"> |
| 6 | <!-- Trunk --> |
| 7 | <rect x="80" y="60" width="14" height="520"/> |
| 8 | <!-- Foliage strokes — sparse ink-wash dabs --> |
| 9 | <ellipse cx="87" cy="80" rx="60" ry="22"/> |
| 10 | <ellipse cx="60" cy="140" rx="80" ry="26"/> |
| 11 | <ellipse cx="110" cy="200" rx="76" ry="22"/> |
| 12 | <ellipse cx="55" cy="260" rx="90" ry="28"/> |
| 13 | <ellipse cx="120" cy="320" rx="70" ry="24"/> |
| 14 | <ellipse cx="65" cy="380" rx="85" ry="26"/> |
| 15 | <ellipse cx="115" cy="440" rx="65" ry="22"/> |
| 16 | </g> |
| 17 | |
| 18 | <!-- Wind lines bending leftward --> |
| 19 | <g stroke="#8B8680" stroke-width="1" fill="none" stroke-opacity="0.4"> |
| 20 | <path d="M 920 200 Q 850 210 780 230"/> |
| 21 | <path d="M 920 280 Q 840 290 760 320"/> |
| 22 | <path d="M 920 360 Q 830 370 740 400"/> |
| 23 | <path d="M 920 440 Q 850 450 770 470"/> |
| 24 | </g> |
| 25 | |
| 26 | <!-- Section marker --> |
| 27 | <text x="120" y="100" font-family="KaiTi, Georgia, serif" font-size="18" fill="#8B8680" letter-spacing="12">— 古 训 —</text> |
| 28 | |
| 29 | <!-- Source --> |
| 30 | <text x="120" y="200" font-family=""Microsoft YaHei", "PingFang SC", Arial, sans-serif" font-size="18" fill="#5C5852" letter-spacing="3">《增广贤文》</text> |
| 31 | |
| 32 | <!-- Huge quote — vertical KaiTi, primary impact element --> |
| 33 | <text x="120" y="330" font-family="KaiTi, Georgia, serif" font-size="96" font-weight="700" fill="#1A1A1A" letter-spacing="12">木秀于林</text> |
| 34 | <text x="120" y="460" font-family="KaiTi, Georgia, serif" font-size="96" font-weight="700" fill="#1A1A1A" letter-spacing="12">风必摧之</text> |
| 35 | |
| 36 | <!-- Seal mark — vermilion --> |
| 37 | <g transform="translate(780, 330)"> |
| 38 | <rect x="0" y="0" width="60" height="60" fill="#A52A2A"/> |
| 39 | <text x="30" y="46" text-anchor="middle" font-family="KaiTi, Georgia, serif" font-size="32" font-weight="700" fill="#F5F1E8">摧</text> |
| 40 | </g> |
| 41 | |
| 42 | <!-- Interpretation --> |
| 43 | <line x1="120" y1="540" x2="180" y2="540" stroke="#A52A2A" stroke-width="2"/> |
| 44 | <text x="120" y="580" font-family="KaiTi, Georgia, serif" font-size="26" fill="#1A1A1A" letter-spacing="3">实力没强到能自保时</text> |
| 45 | <text x="120" y="618" font-family="KaiTi, Georgia, serif" font-size="26" fill="#1A1A1A" letter-spacing="3">锋芒就是风险</text> |
| 46 | |
| 47 | <!-- Footer --> |
| 48 | <text x="60" y="690" font-family=""Microsoft YaHei", "PingFang SC", Arial, sans-serif" font-size="14" fill="#8B8680">藏拙 · 三</text> |
| 49 | <text x="1220" y="690" text-anchor="end" font-family=""Microsoft YaHei", "PingFang SC", Arial, sans-serif" font-size="14" fill="#8B8680">05</text> |
| 50 | </svg> |
| 51 |