<?xml version="1.0" encoding="UTF-8"?>
<ginxml format="GinXML" version="1.1" record_type="recipe">
  <metadata>
    <exported_at>2026-06-02T14:20:00.000Z</exported_at>
    <app_name>Gin Creation Tracking App</app_name>
    <record_id>recipe-record-id</record_id>
    <user_id>user-id</user_id>
    <created_at>2026-06-01T10:00:00.000Z</created_at>
    <updated_at>2026-06-02T14:15:00.000Z</updated_at>
  </metadata>
  <recipe>
    <recipe_name>House London Dry</recipe_name>
    <recipe_family>London Dry</recipe_family>
    <base_spirit>Neutral grain spirit</base_spirit>
    <intended_serve_goal>Gin and tonic</intended_serve_goal>
    <notes>Bright citrus, classic juniper lead.</notes>
  </recipe>
  <base_charge>
    <charge_volume unit="L">1.5</charge_volume>
    <charge_abv_percent>40</charge_abv_percent>
    <target_final_abv_percent>42</target_final_abv_percent>
    <resting_time_days>7</resting_time_days>
    <auto_scale_botanicals>true</auto_scale_botanicals>
  </base_charge>
  <botanicals>
    <botanical id="juniper">
      <name>Juniper</name>
      <weight unit="g">20</weight>
      <grams_per_litre_aa>33.33</grams_per_litre_aa>
      <scale_locked>true</scale_locked>
      <form>whole</form>
      <preparation>lightly crushed</preparation>
      <method>macerated</method>
      <timing_notes>Overnight</timing_notes>
    </botanical>
  </botanicals>
  <distillation_log>
    <entry>
      <time>10:30</time>
      <stage_action>Hearts collection started</stage_action>
      <temperature unit="C">78.4</temperature>
      <output_volume unit="ml">250</output_volume>
      <distillate_abv_percent>78</distillate_abv_percent>
      <notes>Clean and bright.</notes>
    </entry>
  </distillation_log>
  <sensory>
    <aroma>
      <juniper>
        <score_1_to_10>8</score_1_to_10>
        <notes>Fresh pine and resin.</notes>
      </juniper>
      <notes>Clean aromatic profile.</notes>
    </aroma>
    <structure>
      <balance>
        <score_1_to_10>7</score_1_to_10>
        <notes>Juniper-forward but integrated.</notes>
      </balance>
      <notes>Good structure.</notes>
    </structure>
    <serve>
      <gin_and_tonic_performance>
        <score_1_to_10>8</score_1_to_10>
        <notes>Opens well with tonic.</notes>
      </gin_and_tonic_performance>
      <notes>Best in long serves.</notes>
    </serve>
  </sensory>
</ginxml>
