Remove trademark exposure from Anduril products page

D David Veksler · 3 months ago 5a5db5eec76bb6a029867f8c8f210a3f132f6538
Parent: 2b0a5c63d
Rename anduril-products.html to defense-autonomy-platforms.html and reframe as independent research to address C&D concerns. Remove Anduril logo/SVG, brand fonts, and --anduril-* CSS variables. Add prominent disclaimer, source attribution block, and nominative fair use framing. Retitle sections with "(Anduril Industries)" attribution, rename "Anduril's Edge" subsections, and remove all ™/® symbols. Co-Authored-By: Claude Opus 4.6 <[email protected]>

2 files changed +120 −101

Diff

diff --git a/anduril-products.html b/defense-autonomy-platforms.html
similarity index 95%
rename from anduril-products.html
rename to defense-autonomy-platforms.html
index f4c99f6..a40157c 100644
--- a/anduril-products.html
+++ b/defense-autonomy-platforms.html
@@ -3,55 +3,55 @@
   <meta charset="utf-8"/>
   <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
   <title>
-   Anduril Industries Product Cheatsheet: Autonomous Defense Systems &amp; AI
+   Independent Analysis: Defense Autonomy Products &amp; Platforms
   </title>
   <link href="data:image/svg+xml,&lt;svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22&gt;&lt;text y=%22.9em%22 font-size=%2290%22&gt;🛡️&lt;/text&gt;&lt;/svg&gt;" rel="icon"/>
   <link href="data:image/svg+xml,&lt;svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22&gt;&lt;text y=%22.9em%22 font-size=%2290%22&gt;🛡️&lt;/text&gt;&lt;/svg&gt;" rel="apple-touch-icon"/>
-  <meta content="Explore Anduril Industries' products: Lattice OS, Arsenal OS, Altius, Ghost, Anvil, Dive AUVs &amp; more. This cheatsheet details their advanced AI-powered autonomous systems for modern defense." name="description"/>
-  <meta content="Anduril, Lattice OS, Arsenal OS, Altius, Ghost, Anvil, Dive AUV, autonomous systems, defense technology, AI, counter UAS, military drones, force protection, hyperscale manufacturing, cheatsheet" name="keywords"/>
-  <link href="https://cheatsheets.davidveksler.com/anduril-products.html" rel="canonical"/>
+  <meta content="Independent research notes on defense autonomy platforms including Lattice OS, Arsenal OS, Altius, Ghost, Anvil, Dive AUVs, and related systems. Compiled from publicly available sources." name="description"/>
+  <meta content="defense autonomy, autonomous systems, defense technology, AI, counter UAS, military drones, force protection, hyperscale manufacturing, independent analysis, product landscape" name="keywords"/>
+  <link href="https://cheatsheets.davidveksler.com/defense-autonomy-platforms.html" rel="canonical"/>
   <meta content="website" property="og:type"/>
-  <meta content="https://cheatsheets.davidveksler.com/anduril-products.html" property="og:url"/>
-  <meta content="Anduril Industries Product Cheatsheet: Autonomous Defense Systems &amp; AI" property="og:title"/>
-  <meta content="Explore Anduril Industries' products: Lattice OS, Arsenal OS, Altius, Ghost, Anvil, Dive AUVs &amp; more. This cheatsheet details their advanced AI-powered autonomous systems for modern defense." property="og:description"/>
-  <meta content="David Veksler Cheatsheets" property="og:site_name"/>
+  <meta content="https://cheatsheets.davidveksler.com/defense-autonomy-platforms.html" property="og:url"/>
+  <meta content="Independent Analysis: Defense Autonomy Products &amp; Platforms" property="og:title"/>
+  <meta content="Independent research notes on defense autonomy platforms including Lattice OS, Arsenal OS, Altius, Ghost, Anvil, Dive AUVs, and related systems. Compiled from publicly available sources." property="og:description"/>
+  <meta content="David Veksler Research Notes" property="og:site_name"/>
   <meta content="summary_large_image" name="twitter:card"/>
-  <meta content="https://cheatsheets.davidveksler.com/anduril-products.html" name="twitter:url"/>
-  <meta content="Anduril Industries Product Cheatsheet: Autonomous Defense Systems &amp; AI" name="twitter:title"/>
-  <meta content="Explore Anduril Industries' products: Lattice OS, Arsenal OS, Altius, Ghost, Anvil, Dive AUVs &amp; more. This cheatsheet details their advanced AI-powered autonomous systems for modern defense." name="twitter:description"/>
+  <meta content="https://cheatsheets.davidveksler.com/defense-autonomy-platforms.html" name="twitter:url"/>
+  <meta content="Independent Analysis: Defense Autonomy Products &amp; Platforms" name="twitter:title"/>
+  <meta content="Independent research notes on defense autonomy platforms including Lattice OS, Arsenal OS, Altius, Ghost, Anvil, Dive AUVs, and related systems. Compiled from publicly available sources." name="twitter:description"/>
   <meta content="@heroiclife" name="twitter:creator"/>
   <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"/>
   <link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" rel="stylesheet"/>
   <style>
    :root {
-        --anduril-bg-primary: #0a0a0a;
-        --anduril-bg-secondary: #141414;
-        --anduril-text-primary: #eaeaea;
-        --anduril-text-secondary: #a0a0a0;
-        --anduril-border-color: #2a2a2a;
-        --anduril-accent-hover: #333333;
-        --anduril-font-family: "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
+        --da-bg-primary: #0a0a0a;
+        --da-bg-secondary: #141414;
+        --da-text-primary: #eaeaea;
+        --da-text-secondary: #a0a0a0;
+        --da-border-color: #2a2a2a;
+        --da-accent-hover: #333333;
+        --da-font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
         --category-color-platform: #4a90e2;
         --category-color-force-protection: #50e3c2;
         --category-color-air: #4a90e2;
         --category-color-underwater: #277bda;
         --category-color-ground: #f5a623;
         --category-color-rockets: #d0021b;
-        --anduril-category-color: var(--anduril-text-secondary);
+        --da-category-color: var(--da-text-secondary);
       }
 
       html {
         /* Ensures the html element itself also has the dark background if body is transparent */
-        background-color: var(--anduril-bg-primary, 0.85);
+        background-color: var(--da-bg-primary, 0.85);
       }
 
       body {
         /* UPDATED: Body background is removed or transparent. The #tsparticles-background will provide the visual base. */
-        /* background-color: var(--anduril-bg-primary); */ /* REMOVED or set to transparent */
+        /* background-color: var(--da-bg-primary); */ /* REMOVED or set to transparent */
         background-color: transparent; /* Explicitly transparent */
-        font-family: var(--anduril-font-family);
+        font-family: var(--da-font-family);
         padding-bottom: 3rem;
-        color: var(--anduril-text-primary);
+        color: var(--da-text-primary);
         font-size: 15px;
         line-height: 1.6;
         overflow-x: hidden;
@@ -83,36 +83,26 @@
       /* For brevity, I'm only showing the critical changes around body, html, #tsparticles-background, and main content wrappers */
 
       .page-header {
-        /* background-color: var(--anduril-bg-primary); -- Handled by the rule above */
+        /* background-color: var(--da-bg-primary); -- Handled by the rule above */
         padding: 2.5rem 1.5rem;
         text-align: left;
-        border-bottom: 1px solid var(--anduril-border-color);
+        border-bottom: 1px solid var(--da-border-color);
         margin-bottom: 2.5rem;
         display: flex;
         align-items: center;
       }
 
-      .anduril-logo-container {
-        width: 180px;
-        height: auto;
-        margin-right: 1.5rem;
-      }
-
-      .anduril-logo-container svg {
-        width: 100%;
-        height: auto;
-        fill: var(--anduril-text-primary);
-      }
+      /* Logo container removed — independent research page */
 
       .page-header-text h1 {
-        color: var(--anduril-text-primary);
+        color: var(--da-text-primary);
         font-weight: 500;
         font-size: 1.8rem;
         margin-bottom: 0.25rem;
         letter-spacing: -0.5px;
       }
       .page-header-text .lead {
-        color: var(--anduril-text-secondary);
+        color: var(--da-text-secondary);
         font-size: 1rem;
         max-width: 100%;
         margin: 0;
@@ -120,7 +110,7 @@
       }
 
       .container#main-container {
-        /* background-color: var(--anduril-bg-primary); -- Handled by the rule above */
+        /* background-color: var(--da-bg-primary); -- Handled by the rule above */
       }
 
       .schema-container {
@@ -132,7 +122,7 @@
       }
 
       .section-title {
-        color: var(--anduril-text-primary);
+        color: var(--da-text-primary);
         background-color: transparent;
         margin: 0 0 1.8rem 0;
         font-weight: 500;
@@ -141,13 +131,13 @@
         font-size: 1.5rem;
         padding: 0;
         display: block;
-        border-bottom: 1px solid var(--anduril-border-color);
+        border-bottom: 1px solid var(--da-border-color);
         padding-bottom: 0.8rem;
       }
 
       .info-card {
         background: rgba(20, 20, 20, 0.9); /* Semi-transparent for cards too */
-        border: 1px solid var(--anduril-border-color);
+        border: 1px solid var(--da-border-color);
         border-radius: 6px;
         box-shadow: none;
         transition: background-color 0.2s ease;
@@ -167,14 +157,14 @@
         flex-grow: 1;
       }
       .info-card h5 {
-        color: var(--anduril-text-primary);
+        color: var(--da-text-primary);
         background-color: transparent;
         font-size: 1.1rem;
         text-align: left;
         margin: 0;
         padding: 1.2rem 1.3rem;
         font-weight: 500;
-        border-bottom: 1px solid var(--anduril-border-color);
+        border-bottom: 1px solid var(--da-border-color);
         border-radius: 5px 5px 0 0;
         letter-spacing: -0.2px;
       }
@@ -182,7 +172,7 @@
         font-size: 1.2em;
         opacity: 0.8;
         margin-right: 0.6rem;
-        color: var(--anduril-text-secondary);
+        color: var(--da-text-secondary);
         vertical-align: -0.125em;
       }
       .card-content-wrapper {
@@ -193,7 +183,7 @@
       }
       .info-card p.summary {
         font-size: 0.9rem;
-        color: var(--anduril-text-secondary);
+        color: var(--da-text-secondary);
         margin-bottom: 1rem;
         line-height: 1.55;
         flex-grow: 1;
@@ -201,15 +191,15 @@
 
       .collapse-content {
         font-size: 0.88rem;
-        border-top: 1px solid var(--anduril-border-color);
+        border-top: 1px solid var(--da-border-color);
         padding: 1.3rem;
         background-color: rgba(20, 20, 20, 0.9); /* Semi-transparent */
         border-radius: 0 0 5px 5px;
-        color: var(--anduril-text-secondary);
+        color: var(--da-text-secondary);
       }
       .collapse-content h6 {
         font-weight: 500;
-        color: var(--anduril-text-primary);
+        color: var(--da-text-primary);
         margin-top: 1rem;
         margin-bottom: 0.4rem;
         font-size: 0.95rem;
@@ -222,7 +212,7 @@
         margin-bottom: 0.6rem;
         padding-bottom: 0.6rem;
         line-height: 1.5;
-        border-bottom: 1px solid var(--anduril-border-color);
+        border-bottom: 1px solid var(--da-border-color);
         position: relative;
         padding-left: 1.5rem;
       }
@@ -236,16 +226,16 @@
         position: absolute;
         left: 0;
         top: 3px;
-        color: var(--anduril-text-secondary);
+        color: var(--da-text-secondary);
         font-size: 1em;
       }
       .collapse-content li strong {
-        color: var(--anduril-text-primary);
+        color: var(--da-text-primary);
         font-weight: 500;
       }
       .term {
         font-weight: 500;
-        color: var(--anduril-text-primary);
+        color: var(--da-text-primary);
         background-color: #282828;
         padding: 0.1em 0.3em;
         border-radius: 3px;
@@ -256,8 +246,8 @@
         margin-top: auto;
         align-self: flex-start;
         padding: 0.4rem 0.8rem;
-        color: var(--anduril-text-secondary);
-        border: 1px solid var(--anduril-border-color);
+        color: var(--da-text-secondary);
+        border: 1px solid var(--da-border-color);
         background-color: transparent;
         transition: background-color 0.2s ease, color 0.2s ease;
         border-radius: 4px;
@@ -265,9 +255,9 @@
       }
       .details-toggle:hover,
       .details-toggle:focus {
-        background-color: var(--anduril-accent-hover);
-        color: var(--anduril-text-primary);
-        border-color: var(--anduril-text-secondary);
+        background-color: var(--da-accent-hover);
+        color: var(--da-text-primary);
+        border-color: var(--da-text-secondary);
       }
       .details-toggle .bi-plus-lg,
       .details-toggle .bi-dash-lg {
@@ -284,18 +274,18 @@
         padding-top: 2.5rem;
         padding-bottom: 2rem;
         font-size: 0.85em;
-        color: var(--anduril-text-secondary);
+        color: var(--da-text-secondary);
         text-align: center;
-        border-top: 1px solid var(--anduril-border-color);
+        border-top: 1px solid var(--da-border-color);
       }
 
       footer a {
-        color: var(--anduril-text-secondary);
+        color: var(--da-text-secondary);
         font-weight: 400;
         text-decoration: none;
       }
       footer a:hover {
-        color: var(--anduril-text-primary);
+        color: var(--da-text-primary);
         text-decoration: underline;
       }
 
@@ -336,28 +326,47 @@
         position: relative;
         z-index: 0;
       }
+
+      .disclaimer-banner {
+        background-color: rgba(30, 40, 60, 0.95);
+        border: 1px solid #3a5a8a;
+        border-radius: 6px;
+        padding: 1.2rem 1.5rem;
+        margin: 1.5rem auto;
+        max-width: 960px;
+        font-size: 0.88rem;
+        line-height: 1.6;
+        color: #b0c4de;
+        position: relative;
+        z-index: 1;
+      }
+      .disclaimer-banner strong {
+        color: #dce8f5;
+      }
+      .source-note {
+        font-size: 0.82rem;
+        color: var(--da-text-secondary);
+        font-style: italic;
+        margin-top: 0.5rem;
+      }
   </style>
-  <meta content="images/anduril.png" property="og:image"/>
-  <meta content="images/anduril.png" name="twitter:image"/>
+  <meta content="images/defense-autonomy-platforms.png" property="og:image"/>
+  <meta content="images/defense-autonomy-platforms.png" name="twitter:image"/>
  </head>
  <body>
   <div id="tsparticles-background">
   </div>
   <!-- PARTICLES DIV -->
+  <div class="disclaimer-banner">
+   <strong>Disclaimer:</strong> This page is independent research compiled from publicly available sources. It is not affiliated with, endorsed by, authorized by, or associated with Anduril Industries, Inc. All product names referenced are trademarks of their respective owners and are used here solely for purposes of identification and commentary under nominative fair use.
+  </div>
   <header class="page-header">
-   <!-- Header content -->
-   <div class="anduril-logo-container">
-    <svg viewbox="0 0 1135.53 207.8" xmlns="http://www.w3.org/2000/svg">
-     <path d="M419.4 100.5l54.8 146h-30.3l-11.6-31.3H372l-11.6 31.4h-29.7l54.5-146zm-38 89.3h41.3L402 133.7zM611.6 246.6h-26l-68.3-100.7v100.7h-28.7v-146h30.3l64.1 95.7v-95.8h28.7zM637.2 100.5h50.3c46 0 74 28.5 74 73s-28 73-74 73h-50.3zM687.5 221c28.2 0 44.5-18.7 44.5-47.3 0-29-16.3-47.4-44.7-47.4h-20.8v94.7zM777.8 188.2v-87.6h30v86.6c0 24.6 12 35.2 30.2 35.2 18.3 0 30.3-10.6 30.3-35.2v-86.6h29.9v87.6c0 40.3-24.3 60.4-60.3 60.4s-60.1-20.1-60.1-60.4zM951.4 246.6h-29.9v-146h59.8c33.6 0 54.5 15.8 54.5 46 0 22.1-12 37-32.5 42.9l36.4 57.1h-34.2l-33.7-54.3h-20.4zm28.3-79.3c17.5 0 26.4-7.6 26.4-20.6 0-13.2-9-20.7-26.4-20.7h-28.3v41.3zM1085.6 246.6h-29.9v-146h30zM1111 100.5h30v120.2h67.1v25.9h-97zM294.3 205c-2.9-1.4-5.7-3-8.5-4.6a145.3 145.3 0 01-25.8-19.3c-2.7-2.5-5.4-5.1-7.9-7.9A145.2 145.2 0 01214 83.6l-.3-8.7v-.8a1.5 1.5 0 00-1.5-1.6h-57.6a1.5 1.5 0 00-1.5 1.6v.8l-.3 8.7a145.4 145.4 0 01-37.3 88.7c-2.5 2.8-5.2 5.5-7.9 8A147 147 0 0181.8 200a146 146 0 01-8.5 4.6 1.5 1.5 0 00-.7 2c1.3 3 2.6 5.8 4 8.4a120.3 120.3 0 0018.9 26.8c2.2 2.4 4.6 4.7 7 7a120.5 120.5 0 00162.5.3c2.5-2.3 4.8-4.6 7-6.9a120.5 120.5 0 0019-26.7 102 102 0 004-8.5 1.5 1.5 0 00-.7-2zm-173.5 39.1a1.5 1.5 0 01-2.4 1.3q-2.7-2-5.2-4.2c-2.6-2.2-4.8-4.4-6.9-6.5a108 108 0 01-17.1-23.3 1.5 1.5 0 01.5-2 158.8 158.8 0 0023.4-17.4c2.6-2.3 5.2-4.8 7.6-7.3a156 156 0 0040-72 1.5 1.5 0 013 0 196.4 196.4 0 0012.7 41 1.5 1.5 0 010 1.3 186.5 186.5 0 01-39.4 54.5 85.3 85.3 0 00-7 7 38.6 38.6 0 00-8.7 18.5 37.4 37.4 0 00-.6 6.7v2.4zm97.3-29a1.5 1.5 0 01-.3 2.4 67 67 0 01-33.6 9.3h-.3a66.7 66.7 0 01-34.6-9.7 1.5 1.5 0 01-.3-2.3c3-3 6-6.2 8.7-9.4a199.1 199.1 0 0024.4-34.7 1.5 1.5 0 012.6 0 199.2 199.2 0 0033.4 44.5zm-80.4 11.4a1.5 1.5 0 012.1-.4 79.2 79.2 0 0044.1 13.4l3.6-.1a76.4 76.4 0 009.4-1 79.8 79.8 0 0031.3-12.4 1.5 1.5 0 011.8.1 199.2 199.2 0 0020.9 15.6 1.5 1.5 0 010 2.5 107.8 107.8 0 01-66 23.4h-.9a113 113 0 01-14.7-1 106.3 106.3 0 01-30.7-9 1.5 1.5 0 01-.6-.5 26.5 26.5 0 01-.2-30.6zm99.8-10l-7.2-6.5a186.6 186.6 0 01-40.5-56.3 166 166 0 01-5-11.8 184.8 184.8 0 01-12-55 1.5 1.5 0 011.5-1.7h26a1.5 1.5 0 011.6 1.4l.8 8.5a158 158 0 0044.2 90.4c2.4 2.5 5 4.9 7.6 7.2a157.1 157.1 0 0023.4 17.2 1.5 1.5 0 01.5 2 107.5 107.5 0 01-15.6 21.4 1.5 1.5 0 01-1.9.3 187.1 187.1 0 01-23.4-17.1z" transform="translate(-72.5 -72.5)">
-     </path>
-    </svg>
-   </div>
    <div class="page-header-text">
     <h1>
-     Product Cheatsheet
+     Independent Analysis: Defense Autonomy Products &amp; Platforms
     </h1>
     <p class="lead">
-     Advanced autonomous systems and defense technology.
+     Research notes on autonomous defense systems and AI-powered platforms by Anduril Industries, compiled from publicly available sources.
     </p>
    </div>
   </header>
@@ -367,7 +376,7 @@
    <!-- I. LATTICE PLATFORM -->
    <div class="schema-container section-platform" data-section-id="section-lattice-platform">
     <h2 class="section-title" id="section-lattice-platform-title">
-     Lattice Platform
+     Lattice Platform (Anduril Industries)
     </h2>
     <div class="row">
      <div class="col-lg-4 col-md-6">
@@ -475,7 +484,7 @@
          </li>
          <li>
           <strong>
-           Anduril's Edge:
+           Key Differentiator (per publicly available information):
           </strong>
           The software-first philosophy is embodied in Lattice OS's modular
                     microservices architecture, which allows for continuous iteration and rapid integration of new
@@ -493,7 +502,7 @@
         <h5>
          <i class="bi bi-diagram-3-fill">
          </i>
-         Lattice Mesh™
+         Lattice Mesh
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
@@ -594,7 +603,7 @@
         <h5>
          <i class="bi bi-code-slash">
          </i>
-         Lattice SDK™
+         Lattice SDK
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
@@ -666,7 +675,7 @@
          </li>
          <li>
           <strong>
-           Anduril's Edge:
+           Key Differentiator (per publicly available information):
           </strong>
           By providing open APIs and developer tools, the Lattice SDK
                     embodies Anduril's commitment to open architecture and rapid capability insertion. This approach
@@ -778,7 +787,7 @@
    <!-- II. FORCE PROTECTION -->
    <div class="schema-container section-force-protection" data-section-id="section-force-protection">
     <h2 class="section-title" id="section-force-protection-title">
-     Force Protection
+     Force Protection Systems (Anduril Industries)
     </h2>
     <div class="row">
      <div class="col-lg-4 col-md-6">
@@ -1051,9 +1060,9 @@
          <svg class="bi" fill="currentColor" height="1em" viewbox="0 0 16 16" width="1em" xmlns="http://www.w3.org/2000/svg">
           <path d="M5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.777 11.777 0 0 1-2.517 2.453 7.009 7.009 0 0 1-1.048.605c-.26.132-.52.25-.75.354a.933.933 0 0 1-.524 0c-.23-.104-.49-.222-.75-.354a7.007 7.007 0 0 1-1.048-.605 11.772 11.772 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z">
           </path>
-          <path d="M3 7.75c.5 0 1 .25 1.5.75S5.5 9.25 6 9.25s1-.25 1.5-.75S8.5 7.75 9 7.75s1 .25 1.5.75S11.5 9.25 12 9.25s1-.25 1.5-.75" fill="none" stroke="var(--anduril-bg-secondary)" stroke-linecap="round" stroke-width="1.2">
+          <path d="M3 7.75c.5 0 1 .25 1.5.75S5.5 9.25 6 9.25s1-.25 1.5-.75S8.5 7.75 9 7.75s1 .25 1.5.75S11.5 9.25 12 9.25s1-.25 1.5-.75" fill="none" stroke="var(--da-bg-secondary)" stroke-linecap="round" stroke-width="1.2">
           </path>
-          <path d="M3 10.25c.5 0 1 .25 1.5.75S5.5 11.75 6 11.75s1-.25 1.5-.75S8.5 10.25 9 10.25s1 .25 1.5.75S11.5 11.75 12 11.75s1-.25 1.5-.75" fill="none" stroke="var(--anduril-bg-secondary)" stroke-linecap="round" stroke-width="1.2">
+          <path d="M3 10.25c.5 0 1 .25 1.5.75S5.5 11.75 6 11.75s1-.25 1.5-.75S8.5 10.25 9 10.25s1 .25 1.5.75S11.5 11.75 12 11.75s1-.25 1.5-.75" fill="none" stroke="var(--da-bg-secondary)" stroke-linecap="round" stroke-width="1.2">
           </path>
          </svg>
          Maritime Counter Intrusion
@@ -1193,7 +1202,7 @@
    <!-- III. AIR SYSTEMS -->
    <div class="schema-container section-air" data-section-id="section-air-systems">
     <h2 class="section-title" id="section-air-systems-title">
-     Air Systems
+     Air Systems (Anduril Industries)
     </h2>
     <div class="row">
      <div class="col-lg-4 col-md-6">
@@ -1310,7 +1319,7 @@
          </li>
          <li>
           <strong>
-           Anduril's Edge:
+           Key Differentiator (per publicly available information):
           </strong>
           Embodies software-defined hardware principles with its modular
                     payloads and open architecture, enabling rapid mission adaptation and integration of new
@@ -1583,7 +1592,7 @@
          </li>
          <li>
           <strong>
-           Anduril's Edge:
+           Key Differentiator (per publicly available information):
           </strong>
           Purpose-built to bring affordable mass to the fight, enabling new
                     operational concepts like distributed fires and overwhelming adversary defenses. Rapid iteration and
@@ -1712,7 +1721,7 @@
          </li>
          <li>
           <strong>
-           Anduril's Edge:
+           Key Differentiator (per publicly available information):
           </strong>
           Delivers organic, immediate ISR and precision strike capability
                     directly to the tactical edge, empowering small units with capabilities previously requiring larger
@@ -1997,7 +2006,7 @@
          </li>
          <li>
           <strong>
-           Anduril's Edge:
+           Key Differentiator (per publicly available information):
           </strong>
           Embodies the software-first approach with continuous updates and
                     new AI capabilities delivered through Lattice OS. Extremely low acoustic signature provides a
@@ -2134,7 +2143,7 @@
          </li>
          <li>
           <strong>
-           Anduril's Edge:
+           Key Differentiator (per publicly available information):
           </strong>
           CPI technology represents a fundamental shift from traditional
                     electro-optical sensor architectures (which typically digitize raw data then send it to a separate,
@@ -2297,7 +2306,7 @@
          </li>
          <li>
           <strong>
-           Anduril's Edge:
+           Key Differentiator (per publicly available information):
           </strong>
           The software-defined nature, coupled with AI at the edge, allows
                     for exceptionally rapid updates to threat libraries, jamming techniques, and AI models (potentially
@@ -2449,7 +2458,7 @@
          </li>
          <li>
           <strong>
-           Anduril's Edge:
+           Key Differentiator (per publicly available information):
           </strong>
           Offers a disruptive, software-defined approach to air defense and
                     multi-role aerial operations by combining jet-powered performance with VTOL reusability, advanced
@@ -2466,7 +2475,7 @@
    <!-- IV. UNDERWATER SYSTEMS -->
    <div class="schema-container section-underwater" data-section-id="section-underwater-systems">
     <h2 class="section-title" id="section-underwater-systems-title">
-     Underwater Systems
+     Underwater Systems (Anduril Industries)
     </h2>
     <div class="row">
      <div class="col-lg-4 col-md-6">
@@ -2588,7 +2597,7 @@
          </li>
          <li>
           <strong>
-           Anduril's Edge:
+           Key Differentiator (per publicly available information):
           </strong>
           Provides affordable, high-speed, autonomous underwater capabilities
                     for ISR, mine countermeasures (MCM), anti-submarine warfare (ASW), and interdiction. Designed for
@@ -3005,7 +3014,7 @@
    <!-- V. GROUND SYSTEMS & SENSORS -->
    <div class="schema-container section-ground" data-section-id="section-ground-systems">
     <h2 class="section-title" id="section-ground-systems-title">
-     Ground Systems &amp; Sensors
+     Ground Systems &amp; Sensors (Anduril Industries)
     </h2>
     <div class="row">
      <div class="col-lg-4 col-md-6">
@@ -3122,7 +3131,7 @@
          </li>
          <li>
           <strong>
-           Anduril's Edge:
+           Key Differentiator (per publicly available information):
           </strong>
           Menace embodies Anduril's commitment to delivering advanced C4I
                     capabilities directly to the tactical edge in rapidly deployable, resilient, and easy-to-use
@@ -3262,7 +3271,7 @@
          </li>
          <li>
           <strong>
-           Anduril's Edge:
+           Key Differentiator (per publicly available information):
           </strong>
           Provides persistent, 24/7 autonomous surveillance, significantly
                     reducing manpower requirements for monitoring and patrol (e.g., reports suggest up to 90% reduction
@@ -3417,7 +3426,7 @@
          </li>
          <li>
           <strong>
-           Anduril's Edge:
+           Key Differentiator (per publicly available information):
           </strong>
           Wisp offers a unique, persistent, passive wide-area surveillance
                     capability that is extremely difficult to counter due to its lack of emissions. The sophisticated AI
@@ -3434,7 +3443,7 @@
    <!-- VI. ROCKET MOTORS -->
    <div class="schema-container section-rockets" data-section-id="section-rocket-motors">
     <h2 class="section-title" id="section-rocket-motors-title">
-     Rocket Motors
+     Rocket Motors (Anduril Industries)
     </h2>
     <div class="row">
      <div class="col-lg-4 col-md-6">
@@ -3529,7 +3538,7 @@
          </li>
          <li>
           <strong>
-           Anduril's Edge:
+           Key Differentiator (per publicly available information):
           </strong>
           Aims to revitalize and diversify the US SRM industrial base by
                     providing a modern, agile, and cost-effective alternative to incumbent suppliers. Focuses on rapid
@@ -3805,7 +3814,7 @@
          </li>
          <li>
           <strong>
-           Anduril's Edge:
+           Key Differentiator (per publicly available information):
           </strong>
           Denali uniquely combines cutting-edge propellant technology
                     (ALITEC) with innovative manufacturing processes (bladeless speedmixing, automated single-piece
@@ -3906,6 +3915,16 @@
         }
       });
   </script>
+   <div class="disclaimer-banner" style="margin-top: 2rem;">
+    <strong>Sources &amp; Attribution:</strong> Information on this page was compiled from the following publicly available sources:
+    <a href="https://www.anduril.com/products/" target="_blank" rel="noopener noreferrer" style="color: #8ab4f8;">Anduril Industries product pages</a>,
+    <a href="https://www.anduril.com/newsroom/" target="_blank" rel="noopener noreferrer" style="color: #8ab4f8;">Anduril press releases</a>,
+    U.S. Department of Defense contract announcements,
+    Congressional Research Service reports,
+    defense industry publications (e.g., <em>Defense News</em>, <em>Breaking Defense</em>, <em>The War Zone</em>, <em>Janes</em>),
+    and public filings. Where specifications are estimated or inferred, this is noted in the text.
+    All product names are trademarks of their respective owners. This page is not affiliated with or endorsed by Anduril Industries, Inc.
+   </div>
    <footer class="container text-center pb-3">
   <div class="mb-3">
     <a class="mx-2" href="automotive-innovation-timeline.html" rel="noopener noreferrer" target="_blank" title="Automotive Innovation Timeline">
@@ -3918,16 +3937,16 @@
     </a>
   </div>
   <p class="mb-2">
-    © 2025 David Veksler · Compiled &amp; expanded based on publicly available product specifications and defense industry reporting.
+    © 2025 David Veksler · Independent research compiled from publicly available product specifications, defense industry reporting, and government sources. Not affiliated with Anduril Industries, Inc.
   </p>
   <div>
     <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
       <i class="bi bi-linkedin"></i>
       LinkedIn
     </a>
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Research Notes">
       <i class="bi bi-collection"></i>
-      All Cheatsheets
+      All Research Notes
     </a>
   </div>
   </footer>
diff --git a/images/defense-autonomy-platforms.png b/images/defense-autonomy-platforms.png
new file mode 100644
index 0000000..98212cc
Binary files /dev/null and b/images/defense-autonomy-platforms.png differ