{
  "_readme": {
    "what": "Five Twigs — bonsai pottery. This single file configures the entire site: name, Instagram link, colorway, about text, and the gallery.",
    "where": "Lives in public/ and is served as a static file at /site.config.json. The front end fetches it on every page load, so edits take effect on refresh — no rebuild.",
    "howTo": {
      "siteName": "Displayed as the page title and menu heading.",
      "instagramUrl": "Full URL to the Instagram profile. The first menu button links here.",
      "colorway": "Set to one of the keys in 'colorways' (sumi-ink, moss-ink, kiln-clay, night-indigo). Each defines bg (page background), line (text and line art), and accent (hover states and active gallery filters). Add your own colorway by adding a key.",
      "about": "Edit 'about.paragraphs' — an array of strings rendered as paragraphs, in order.",
      "gallery": "Each entry in 'gallery.items' needs: image (path under /images/gallery/ — put the file in public/images/gallery/), description (text shown under the image), finish (glazed | unglazed | accent), shape (round | oval | square | rectangle | polygon), style (structured | freeform). The three gallery filter toggles match on those last three fields.",
      "contact": "The contact form posts to /api/contact. The server appends each submission to data/submissions.json as an array of {subject, phone, email, body, receivedAt}."
    }
  },
  "siteName": "Five Twigs",
  "instagramUrl": "https://instagram.com/five.twigs",
  "colorway": "moss-ink",
  "colorways": {
    "sumi-ink": {
      "bg": "#0A0A0A",
      "line": "#F5F2EA",
      "accent": "#F5F2EA"
    },
    "moss-ink": {
      "bg": "#0B0D0A",
      "line": "#F2EFE6",
      "accent": "#8A9A6B"
    },
    "kiln-clay": {
      "bg": "#131110",
      "line": "#EFE9DF",
      "accent": "#C4744A"
    },
    "night-indigo": {
      "bg": "#0A0D14",
      "line": "#EDF0F5",
      "accent": "#6B7C9E"
    }
  },
  "about": {
    "heading": "About",
    "paragraphs": [
      "Five Twigs is a small bonsai pottery studio in Colorado. Every pot is fired to cone 10 in a gas reduction kiln — the same high-fire tradition behind the classical glazes of Japanese bonsai pottery.\n\nGlazes are developed in the studio. Some reinterpret traditional types — Shino, Oribe, Celadon, Ki-Seto, and ash glazes — while others are original, like FT Ocean, a soft matte turquoise somewhere between weathered copper and glacial water.\n\nClay bodies are chosen to suit the unique needs of building a bonsai pot, whether hand built or thrown."
    ]
  },
  "gallery": {
    "items": [
      {
        "image": "/images/gallery/img-7397.jpg",
        "description": "FT Five Cent Amber",
        "finish": "glazed",
        "shape": "rectangle",
        "style": "structured"
      },
      {
        "image": "/images/gallery/img-7399.jpg",
        "description": "FT Ocean Glaze",
        "finish": "glazed",
        "shape": "oval",
        "style": "structured"
      },
      {
        "image": "/images/gallery/img-7409.jpg",
        "description": "FT Jaded Green",
        "finish": "glazed",
        "shape": "rectangle",
        "style": "structured"
      },
      {
        "image": "/images/gallery/img-7345.jpg",
        "description": "FT Celadon Green",
        "finish": "glazed",
        "shape": "oval",
        "style": "structured"
      },
      {
        "image": "/images/gallery/img-7335.jpg",
        "description": "FT Bonsai Iron Wash",
        "finish": "glazed",
        "shape": "rectangle",
        "style": "structured"
      },
      {
        "image": "/images/gallery/img-7321.jpg",
        "description": "Shino with Iron Wash spray",
        "finish": "glazed",
        "shape": "rectangle",
        "style": "structured"
      },
      {
        "image": "/images/gallery/img-7331.jpg",
        "description": "Shino with FT Celadon Green or was it Bonsai Iron wash???",
        "finish": "glazed",
        "shape": "oval",
        "style": "structured"
      },
      {
        "image": "/images/gallery/img-7312.jpg",
        "description": "FT Med Blue Semi matt",
        "finish": "glazed",
        "shape": "oval",
        "style": "structured"
      },
      {
        "image": "/images/gallery/img-7249.jpg",
        "description": "R.V. body",
        "finish": "unglazed",
        "shape": "rectangle",
        "style": "structured"
      },
      {
        "image": "/images/gallery/img-6942.jpg",
        "description": "M body w/feldspar inclusions",
        "finish": "unglazed",
        "shape": "rectangle",
        "style": "structured"
      },
      {
        "image": "/images/gallery/img-6879.jpg",
        "description": "Wood Fired w/ MD Shino",
        "finish": "glazed",
        "shape": "rectangle",
        "style": "structured"
      }
    ]
  }
}
