{
  "brand": "Husqvarna",
  "interval": "Every 5,000 km or 6 months",
  "services": [
    {
      "id": "husky-oil",
      "name": "Oil & Filter Change",
      "description": "Replace oil, filters, and clean oil screens.",
      "time": "0.8 hr",
      "price": "$140"
    },
    {
      "id": "husky-5k",
      "name": "5,000 km Service",
      "description": "Oil, filters, brake inspection, chain tension, and safety inspection.",
      "time": "2.0 hr",
      "price": "$260"
    },
    {
      "id": "husky-valve",
      "name": "Valve Clearance Inspection",
      "description": "Inspect valve clearances per Husqvarna specifications.",
      "time": "3.0 hr",
      "price": "$340"
    }
  ],
  "maintenance": [
    { "item": "Oil Type", "value": "10W-50 Full Synthetic (Husqvarna/KTM-approved)" },
    { "item": "Coolant Type", "value": "Motorex M3.0 or equivalent" },
    { "item": "Spark Plug", "value": "NGK as per model spec" }
  ],
  "tires": {
    "front": "90/90-21 or 120/70ZR17 (model dependent)",
    "rear": "140/80-18 or 160/60ZR17",
    "pressure_front": "26–36 psi",
    "pressure_rear": "28–42 psi"
  },
  "drive": {
    "type": "Chain",
    "spec": "520/525 O-ring chain",
    "tension": "35–45 mm slack (off-road) / per spec"
  },
  "torque": [
    { "component": "Front Axle", "value": "60–65 Nm" },
    { "component": "Rear Axle", "value": "90–110 Nm" }
  ],
  "recalls": [
    {
      "title": "Front Brake Hose Routing",
      "description": "Inspection of front brake hose routing for potential contact with fork.",
      "date": "2020-01-22"
    }
  ],
  "bulletins": [
    {
      "title": "Clutch Slave Cylinder Update",
      "description": "Updated clutch slave cylinder for improved reliability.",
      "date": "2022-02-16"
    }
  ]
}