# Tnaash

Internal working folder for turning the shared `Tnaash` Drive package into a usable sales packet.

## What is in this folder

- `project-summary.md` - concise project, positioning, and outreach notes
- `materials-catalog.md` - grouped catalog of the available Drive assets
- `delivery-gap-analysis.md` - comparison between the current package and the earlier MBC-style delivery benchmark
- `tnaash-acquisitions-brief.typ` - Typst source for the acquisitions brief
- `tnaash-acquisitions-brief.pdf` - compiled compressed PDF for review and sharing
- `source/` - copied source docs and key art used to build from a stable local path

## Source package

Primary Drive folder:
`https://drive.google.com/drive/u/0/folders/1q9y60HV6NiMwXDA4uPcygsa1I0BorX5Q`

## Fast read

- The current package is strong for acquisitions review, curation, editorial planning, and partner outreach.
- It contains a trailer, posters, stills, BTS images, press materials, synopsis, technical sheet, director bio, and festival/award assets.
- It does **not** yet read as a platform master-delivery package against the MBC-style benchmark: no visible feature master, no MXF, no standalone subtitle files, and no layered poster source.

## Build

From this directory:

```bash
typst compile tnaash-acquisitions-brief.typ
```

To use the bundled Space Grotesk fonts (no warnings):

```bash
TYPST_FONT_PATHS="../../src/assets/lib/fonts" typst compile tnaash-acquisitions-brief.typ
```

`make tnaash-one-pager` remains as a back-compat alias, but the canonical target and filename are now `tnaash-acquisitions-brief`.

## Source asset policy

Binary files in `source/` are vendored upstream materials. They are Git LFS tracked and should be treated as read-only snapshots. If a source file needs to change, replace it with a fresh import instead of editing it in place.
