{
  "$schema_version": "1.0.0",
  "$updated": "2026-02-16",
  "@context": "https://schema.org",
  "publisher": {
    "@type": "Organization",
    "name": "Tankyu Distillery",
    "url": "https://tankyudistillery.jp"
  },
  "products": [
    {
      "@type": "Product",
      "name": "Yuki no Mado Dry Gin",
      "alternateName": "雪ノ窓 ドライジン",
      "category": "Dry Gin",
      "abv": 0.45,
      "volume_ml": 500,
      "price": {
        "priceCurrency": "JPY",
        "price": 4950,
        "priceNote": "tax included"
      },
      "botanicals": 14,
      "botanicalHighlights": ["Juniper", "Rice Koji", "Todomatsu (Hokkaido fir)", "Yuzu", "Lavender"],
      "origin": "Higashikawa, Hokkaido, Japan",
      "water": "Daisetsuzan spring water",
      "availability": ["Japan", "Hong Kong"],
      "shopUrls": {
        "japan": "https://shop.tankyudistillery.jp",
        "hongKong": "https://perfumetreesgin.com/shop"
      },
      "status": "available"
    },
    {
      "@type": "Product",
      "name": "Perfume Trees Gin",
      "category": "Craft Gin",
      "abv": 0.45,
      "volume_ml": 500,
      "botanicals": 13,
      "botanicalHighlights": ["White Champaca", "Indian Sandalwood", "Aged Tangerine Peel", "Longjing Tea", "Chinese Angelica"],
      "origin": "Hong Kong",
      "awards": [
        "SIP Awards Platinum",
        "World Gin Awards Gold",
        "Gin Masters Master Medal",
        "CWSA Double Gold",
        "Great Taste 2 Stars"
      ],
      "availability": ["Hong Kong", "Taiwan", "UK", "Thailand"],
      "shopUrls": {
        "hongKong": "https://perfumetreesgin.com/shop",
        "uk": "https://www.perfumetreesgin.co.uk/"
      },
      "status": "available"
    },
    {
      "@type": "Product",
      "name": "Cathay × Perfume Trees Crafted Gin Set",
      "alternateName": "Dusk & Dawn",
      "category": "Craft Gin Set",
      "volume_ml": 200,
      "volumeNote": "200ml × 2 bottles",
      "availability": ["Hong Kong (Cathay Asia Miles exclusive)"],
      "shopUrls": {
        "cathay": "https://lifestyle.asiamiles.com/en/HK/p/CXO_0212_50001/cathay-x-perfume-trees-crafted-gins"
      },
      "status": "available"
    },
    {
      "@type": "Product",
      "name": "Pale Ink Coffee Liqueur",
      "category": "Coffee Liqueur",
      "abv": 0.25,
      "volume_ml": 500,
      "base": "Perfume Trees Gin",
      "features": ["Sugar-free", "Ethiopian single-origin cold brew", "Under 150 kcal per 100ml"],
      "availability": ["Hong Kong", "UK"],
      "shopUrls": {
        "hongKong": "https://perfumetreesgin.com/shop",
        "uk": "https://www.perfumetreesgin.co.uk/"
      },
      "status": "available"
    },
    {
      "@type": "Product",
      "name": "Thence Botanical Honeyed Elixir",
      "category": "Botanical Honey Liqueur",
      "abv": 0.18,
      "volume_ml": 500,
      "features": ["Seasonal limited edition", "Rotating botanicals", "Local Hong Kong honey"],
      "availability": ["Hong Kong"],
      "shopUrls": {
        "hongKong": "https://perfumetreesgin.com/shop"
      },
      "status": "available"
    },
    {
      "@type": "Product",
      "name": "Tankyu New-Make Spirit",
      "category": "New-Make Spirit",
      "origin": "Higashikawa, Hokkaido, Japan",
      "water": "Daisetsuzan spring water",
      "tastingNotes": ["Malty sweetness", "Fresh citrus", "Clean fruity finish"],
      "status": "coming_soon"
    },
    {
      "@type": "Product",
      "name": "Tankyu Single Malt Hokkaido Whisky",
      "category": "Single Malt Whisky",
      "origin": "Higashikawa, Hokkaido, Japan",
      "water": "Daisetsuzan spring water",
      "maturation": {
        "minimumAge_years": 3,
        "caskTypes": ["Bourbon", "Sherry", "Mizunara", "Octave"],
        "climateNote": "66.3°C annual temperature range accelerates maturation"
      },
      "expectedRelease": "2028",
      "status": "maturing"
    }
  ],

  "privateCaskProgramme": {
    "description": "Own a cask of Hokkaido single malt whisky maturing at Tankyu Distillery",
    "consultationUrl": "https://zoom.us/schedule/tankyudistillery",
    "consultationLanguages": ["en", "ja", "zh-Hant"],
    "options": [
      {
        "caskType": "Mizunara Hogshead",
        "volume_litres": 220,
        "price": { "priceCurrency": "JPY", "price": 4250000, "priceNote": "before tax" },
        "storageIncluded_years": 8,
        "availability": 15,
        "note": "Signature cask — 100% pure Japanese Mizunara oak, 200+ year timber"
      },
      {
        "caskType": "Sherry Hogshead",
        "volume_litres": 220,
        "price": { "priceCurrency": "JPY", "price": 2250000, "priceNote": "before tax" },
        "storageIncluded_years": 3,
        "availability": 7
      },
      {
        "caskType": "Bourbon Standard Barrel",
        "volume_litres": 200,
        "price": { "priceCurrency": "JPY", "price": 1380000, "priceNote": "before tax" },
        "storageIncluded_years": 3,
        "availability": 8
      },
      {
        "caskType": "Sherry Octave",
        "volume_litres": 55,
        "price": { "priceCurrency": "JPY", "price": 448000, "priceNote": "before tax" },
        "storageIncluded_years": 3,
        "availability": 100,
        "note": "Entry-level option for private cask ownership"
      }
    ]
  }
}
