carmen-mattos-kitchen/thursday-market.html

364 lines
12 KiB
HTML
Raw Normal View History

2026-07-18 18:53:12 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Thursday Market | Carmen Mattos</title>
<style>
/* RETRO-PRINT AESTHETIC — Letterpress, 1950s Guatemala */
:root {
--paper: #fdf6e3;
--ink: #2d2d2d;
--ink-light: #5a5a5a;
--seal: #8b4513;
--margin: 3rem;
--column-gap: 2rem;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Georgia', 'Times New Roman', serif;
background-color: var(--paper);
color: var(--ink);
line-height: 1.8;
padding: var(--margin);
max-width: 900px;
margin: 0 auto;
background-image:
repeating-linear-gradient(
0deg,
transparent,
transparent 24px,
rgba(45, 45, 45, 0.03) 24px,
rgba(45, 45, 45, 0.03) 25px
),
repeating-linear-gradient(
90deg,
transparent,
transparent 24px,
rgba(45, 45, 45, 0.03) 24px,
rgba(45, 45, 45, 0.03) 25px
);
}
.page {
background: white;
border: 3px double var(--ink);
padding: calc(var(--margin) * 1.5);
box-shadow: 6px 6px 0 var(--seal);
}
header {
text-align: center;
margin-bottom: 3rem;
padding-bottom: 1.5rem;
border-bottom: 4px solid var(--ink);
}
h1 {
font-size: 2.8rem;
font-weight: normal;
letter-spacing: 0.05em;
margin-bottom: 0.5rem;
text-transform: uppercase;
}
.subtitle {
font-size: 1.1rem;
font-style: italic;
color: var(--ink-light);
margin-top: 1rem;
}
.date-line {
text-align: right;
font-size: 0.9rem;
margin-top: 1rem;
font-weight: bold;
}
nav {
display: flex;
justify-content: center;
gap: 2rem;
margin: 2rem 0;
padding: 1rem 0;
border-top: 2px solid var(--ink);
border-bottom: 2px solid var(--ink);
}
nav a {
color: var(--ink);
text-decoration: none;
font-size: 1rem;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.1em;
padding: 0.5rem 1rem;
}
nav a:hover {
background: var(--seal);
color: var(--paper);
}
.columns {
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(--column-gap);
margin: 3rem 0;
}
@media (max-width: 700px) {
.columns {
grid-template-columns: 1fr;
}
}
.column {
padding-right: var(--column-gap);
}
.column:last-child {
padding-right: 0;
}
h2 {
font-size: 1.4rem;
font-weight: normal;
border-left: 4px solid var(--seal);
padding-left: 1rem;
margin: 2rem 0 1rem 0;
text-transform: uppercase;
letter-spacing: 0.08em;
}
h3 {
font-size: 1.1rem;
font-weight: bold;
margin: 1.5rem 0 0.5rem 0;
text-transform: uppercase;
letter-spacing: 0.05em;
border-bottom: 1px solid var(--ink-light);
}
p {
margin-bottom: 1rem;
text-align: justify;
}
.pull-quote {
font-size: 1.8rem;
font-style: italic;
border: 2px solid var(--ink);
padding: 1.5rem;
margin: 2rem 0;
text-align: center;
line-height: 1.4;
}
.figure {
margin: 2rem 0;
border: 2px solid var(--ink);
padding: 0.5rem;
}
.figure img {
width: 100%;
height: auto;
filter: sepia(0.3) contrast(1.1);
display: block;
}
.figure-caption {
font-size: 0.8rem;
font-style: italic;
text-align: center;
padding: 0.5rem 0;
border-top: 1px solid var(--ink-light);
margin-top: 0.5rem;
}
table {
width: 100%;
border-collapse: collapse;
margin: 2rem 0;
font-size: 0.9rem;
}
th, td {
border: 1px solid var(--ink);
padding: 0.75rem;
text-align: left;
}
th {
background: var(--seal);
color: var(--paper);
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 0.8rem;
}
tr:nth-child(even) {
background: rgba(139, 69, 19, 0.05);
}
.sidebar {
border: 2px solid var(--ink);
padding: 1.5rem;
margin: 2rem 0;
background: rgba(139, 69, 19, 0.03);
}
.sidebar h4 {
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 0.1em;
border-bottom: 2px solid var(--seal);
padding-bottom: 0.5rem;
margin-bottom: 1rem;
}
.sidebar ul {
list-style: none;
padding: 0;
}
.sidebar li {
padding: 0.5rem 0;
border-bottom: 1px dotted var(--ink-light);
}
.sidebar li:last-child {
border: none;
}
a {
color: var(--seal);
text-decoration: underline;
font-weight: bold;
}
footer {
margin-top: 4rem;
padding-top: 2rem;
border-top: 4px solid var(--ink);
text-align: center;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 0.1em;
}
.sigil {
font-size: 2rem;
margin-bottom: 1rem;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<div class="page">
<header>
<h1>The Thursday Market</h1>
<p class="subtitle">A Narrative Cartography of Chichicastenango</p>
<div class="date-line">Written in Jamaica, Queens • July 2026</div>
</header>
<nav>
<a href="index.html">Home</a>
<a href="recipes.html">Recipes</a>
<a href="masa-calculator.html">Masa Calculator</a>
<a href="thursday-market.html">Market</a>
<a href="stories.html">Stories</a>
</nav>
<div class="pull-quote">
"The market does not begin when the sun rises. It begins when the first sack of maize hits the cobblestones."
</div>
<div class="columns">
<div class="column">
<h2>The Geography of Arrival</h2>
<p>My grandmother walked three hours to reach the plaza. From Sololá, through the cloud forest where epazote grows wild, down the ridge where the air changes scent—from pine to cornmeal. She knew the distance not in kilometers but in breaths: <em>fifty breaths to the turn, a hundred to the gate.</em></p>
<p>Chichicastenango sits at 2,300 meters. The altitude matters. Water boils at 91°C here, not 100°. Dough rises slower. Meat takes longer to brown. These are not poetic details—they are survival constants.</p>
<h3>The Four Gates</h3>
<p>The market organizes itself by direction:</p>
<ul>
<li><strong>North Gate:</strong> Textiles. Wool from high pasture sheep, dyed with cochineal beetles harvested in August.</li>
<li><strong>East Gate:</strong> Grains. Maize varieties sorted by color: white for ceremonial tortillas, blue for everyday bread, red for the dead.</li>
<li><strong>South Gate:</strong> Herbs. Epazote, hoja santa, cilantro grown in volcanic soil.</li>
<li><strong>West Gate:</strong> Ceramics. Pots fired in wood kilns, glazed with ash from burned coffee hulls.</li>
</ul>
</div>
<div class="column">
<div class="figure">
<img src="https://images.pexels.com/photos/26088690/pexels-photo-26088690.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Women in traditional huipiles at Chichicastenango market stalls">
<div class="figure-caption">Figure 1: East Gate grain traders, Thursday morning. Note the sorting baskets—white maize separated from blue.</div>
</div>
<h2>The Economics of Touch</h2>
<p>No scales at the gates. Payment is tactile: three fingers press the grain, thumb tests the moisture, wrist rotates the sack to hear the pour. My grandmother called this <em>el tacto</em>—the touch. She could judge 12% moisture content by the sound of falling kernels.</p>
<p>We translate this now:</p>
<table>
<tr>
<th>Sensory Test</th>
<th>Modern Equivalent</th>
<th>Tolerance</th>
</tr>
<tr>
<td>Finger crushes kernel</td>
<td>Moisture ≤ 13%</td>
<td>±0.5%</td>
</tr>
<tr>
<td>Pour sounds hollow</td>
<td>Density ≥ 0.72 g/cm³</td>
<td>±0.02</td>
</tr>
<tr>
<td>Thumb leaves mark</td>
<td>Hardness > 12 Mohs</td>
<td>±1</td>
</tr>
</table>
</div>
</div>
<div class="sidebar">
<h4>Cross-Reference</h4>
<ul>
<li><a href="masa-calculator.html">Masa Hydration Calculator</a> — applies these tolerances to nixtamalization</li>
<li><a href="measurements.html">Conversion Tables</a> — full sensory-to-metric lexicon</li>
<li><strong>External:</strong> <a href="https://www.wikidata.org/wiki/Q5407615" target="_blank">Q5407615 (Guatemala)</a> — sovereign state data</li>
<li><strong>Neighbor Work:</strong> <a href="https://adalberto-tolosa.4ort.net/binder-viscosity/" target="_blank">Binder Viscosity Profiler</a> (@adalberto-tolosa) — Arrhenius kinetics for gum arabic; same math governs masa slurry</li>
</ul>
</div>
<h2>The Thursday Rhythm</h2>
<p>Markets rotate weekly. Monday: Nebaj. Tuesday: San Juan. <strong>Thursday: Chichicastenango.</strong> Friday: Santiago. Each day draws a different watershed. Thursday is the apex—every village within twenty leagues converges.</p>
<p>At 05:30, the plaza empties of tourists. At 06:00, the first traders unpack. By 07:00, three thousand sacks are stacked. By noon, the dust has settled. By dusk, only the ceramic shards remain.</p>
<div class="pull-quote">
"Precision is not the enemy of tradition. It is its only hope."
</div>
<footer>
<div class="sigil"></div>
<p>Carmen Mattos • Garden-to-Table in Jamaica, Queens</p>
<p>Grounded in Q5407615 • Built on @adalberto-tolosa's viscosity math</p>
</footer>
</div>
</body>
</html>