<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2400 1200" width="2400" height="1200">
  <title>NNESS Dragonfly Logo</title>
  <desc>Stylized dragonfly with four sweeping wings superimposed over a lowercase rounded 'nness' wordmark. Orange/amber upper wings and 'nn' text, light-blue lower wings and 'ess' text, pale-yellow dragonfly body as the central vertical divider, on a solid black background.</desc>

  <!-- Solid black background -->
  <rect x="0" y="0" width="2400" height="1200" fill="#000000"/>

  <!-- Centered dragonfly + wordmark group -->
  <g transform="translate(1200 600)">

    <!-- ===== UPPER WINGS (orange/amber #E89B3C, sweeping up and out) ===== -->
    <!-- Left upper wing -->
    <path d="M -28 -40
             C -260 -200, -560 -240, -820 -180
             C -960 -150, -980 -70, -880 -20
             C -680 50, -400 40, -200 -5
             C -100 -25, -55 -35, -28 -40 Z"
          fill="#E89B3C"/>
    <!-- Right upper wing (mirror) -->
    <path d="M 28 -40
             C 260 -200, 560 -240, 820 -180
             C 960 -150, 980 -70, 880 -20
             C 680 50, 400 40, 200 -5
             C 100 -25, 55 -35, 28 -40 Z"
          fill="#E89B3C"/>

    <!-- ===== LOWER WINGS (light blue #7FB8D6, sweeping down and out, overlapping wordmark) ===== -->
    <!-- Left lower wing -->
    <path d="M -26 35
             C -200 80, -460 90, -640 150
             C -760 185, -760 250, -640 270
             C -440 295, -220 250, -100 180
             C -55 150, -38 110, -26 35 Z"
          fill="#7FB8D6"/>
    <!-- Right lower wing (mirror) -->
    <path d="M 26 35
             C 200 80, 460 90, 640 150
             C 760 185, 760 250, 640 270
             C 440 295, 220 250, 100 180
             C 55 150, 38 110, 26 35 Z"
          fill="#7FB8D6"/>

    <!-- ===== BODY (pale yellow/cream #F2D06B, vertical axis bisecting 'nn' | 'ess') ===== -->
    <!-- Head: simple circle at top of body -->
    <circle cx="0" cy="-150" r="40" fill="#F2D06B"/>
    <!-- Slender tapering body extending below the text baseline -->
    <path d="M -14 -110
             L 14 -110
             L 12 200
             L 0 240
             L -12 200 Z"
          fill="#F2D06B"/>

    <!-- ===== WORDMARK 'nness' split around the dragonfly body ===== -->
    <!-- 'nn' in orange/amber #E89B3C, anchored to the right edge so it sits left of the body -->
    <text x="-30" y="20"
          font-family="'Varela Round', 'Quicksand', 'Nunito', 'Arial Rounded MT Bold', Arial, sans-serif"
          font-weight="700"
          font-size="360"
          fill="#E89B3C"
          text-anchor="end"
          dominant-baseline="central"
          letter-spacing="-8">nn</text>
    <!-- 'ess' in light blue #7FB8D6, anchored to the left edge so it sits right of the body -->
    <text x="30" y="20"
          font-family="'Varela Round', 'Quicksand', 'Nunito', 'Arial Rounded MT Bold', Arial, sans-serif"
          font-weight="700"
          font-size="360"
          fill="#7FB8D6"
          text-anchor="start"
          dominant-baseline="central"
          letter-spacing="-8">ess</text>

  </g>
</svg>
