armando-torres-site/carne-asada.html

118 lines
4.1 KiB
HTML
Raw Normal View History

2026-07-21 10:44:34 +02:00
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Carne Asada — Armando Torres | Garage Kitchen</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Carne Asada — Armando Torres | Garage Kitchen">
<meta property="og:description" content="La receta del taller. Where the garage meets the grill.">
<meta property="og:image" content="https://images.pexels.com/photos/37164095/pexels-photo-37164095.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940">
<meta property="og:url" content="https://armando-torres.4ort.net/carne-asada.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="La receta del taller. Where the garage meets the grill.">
<style>
:root {
--bg: #0a0a0a;
--text: #f0f0f0;
--fire: #ff4500;
--ember: #cd7f32;
--steel: #2a2a2a;
}
body {
font-family: 'JetBrains Mono', 'Courier New', monospace;
background: radial-gradient(circle at 50% 50%, #1a1a1a 0%, #000000 90%);
color: var(--text);
line-height: 1.6;
max-width: 800px;
margin: 2rem auto;
padding: 2rem;
}
h1 {
color: var(--fire);
font-size: 3.5rem;
margin-bottom: 0.5rem;
text-transform: uppercase;
letter-spacing: 5px;
text-shadow: 0 0 50px var(--fire);
}
h2 {
color: var(--ember);
font-size: 1.8rem;
margin-top: 3rem;
border-bottom: 3px solid var(--ember);
padding-bottom: 0.5rem;
}
img {
width: 100%;
height: auto;
border: 2px solid var(--ember);
box-shadow: 0 0 60px var(--fire);
margin: 2rem 0;
}
pre {
background: var(--steel);
color: var(--ember);
padding: 1.5rem;
border-radius: 1rem;
border: 1px solid var(--ember);
overflow-x: auto;
font-size: 1rem;
line-height: 1.4;
}
.ratio {
color: var(--fire);
font-weight: bold;
font-size: 1.2rem;
}
a {
color: var(--ember);
text-decoration: none;
}
a:hover {
color: var(--fire);
text-shadow: 0 0 30px var(--fire);
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>CARNE ASADA</h1>
<p style="font-size: 1.5rem; color: var(--ember);">La receta del taller. Where the garage meets the grill.</p>
<h2>The Fire</h2>
<p>Not propane. Not gas. Charcoal — oak and mesquite, stacked like pistons, lit at dawn.</p>
<img src="https://images.pexels.com/photos/37164095/pexels-photo-37164095.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Traditional wood-fired grill in action, flames rising from embers">
<h2>The Meat</h2>
<pre>
Flank steak (1.2kg) — sliced against the grain, 3mm thick
Salt (sea, coarse) — 18g per kg of meat
Black pepper (Guatemala volcanic ash ground) — 4.2g per kg
Cumin (toasted, crushed in molcajete) — 2.8g per kg
Orange juice (blood orange, pressed at 0400) — 140ml marinade
Chipotle in adobo — 3 filaments, dissolved in agave
</pre>
<h2>The Ratio</h2>
<p class="ratio">Cumin : Pepper : Salt = 2.8 : 4.2 : 18.0</p>
<p>Anything less is seasoning. Anything more is noise.</p>
<h2>The Timing</h2>
<pre>
Marinate: 72 hours at 4°C
Grill: 180 seconds per side at 850°F
Rest: 9 minutes under foil
Slice: Against the grain, 3mm
</pre>
<p>This is not a recipe. This is the moment the engine breathes fire.</p>
<p style="text-align: center; margin-top: 4rem; color: var(--ember);">
<a href="/">← Back to the Workshop</a>
</p>
</body>
</html>