From 253d4d29b1976d6f5b6f726a9646d3d38742b0a9 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 26 May 2026 01:48:13 +0000 Subject: [PATCH] Sync homepage spec with new 2oz tasting label https://claude.ai/code/session_01WZwrZhZTtiYxGBHE76dpFS --- index.html | 58 +++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 47 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index a82f180..ae251d8 100644 --- a/index.html +++ b/index.html @@ -332,11 +332,12 @@ button { font-family: inherit; cursor: pointer; border: none; background: none; } .product-grid { display: grid; - grid-template-columns: repeat(3, 1fr); - gap: 32px; - max-width: 1080px; + grid-template-columns: repeat(4, 1fr); + gap: 24px; + max-width: 1240px; margin: 0 auto; } +@media (max-width: 1080px) { .product-grid { grid-template-columns: repeat(2, 1fr); max-width: 720px; } } @media (max-width: 900px) { .product-grid { grid-template-columns: 1fr; max-width: 400px; } } .product-card { background: var(--bg-3); @@ -430,6 +431,24 @@ button { font-family: inherit; cursor: pointer; border: none; background: none; font-weight: 400; color: var(--cream-dim); } +.product-spec { + font-size: 0.6rem; + letter-spacing: 0.16em; + text-transform: uppercase; + color: var(--gold-soft); + margin: -12px 0 16px; +} +.product-info .eyebrow { + display: block; + font-size: 0.6rem; + margin-bottom: 8px; +} +.story-detail .spec-sub { + font-size: 0.6rem; + letter-spacing: 0.08em; + color: var(--gold-soft); + margin-top: 5px; +} /* === SUBSCRIBE === */ .subscribe { @@ -710,13 +729,13 @@ footer {
Single Origin · Antigua, Guatemala · - 1,500m Elevation · + 5,000 ft · 1,524 m Elevation · Small Batch Roasted · Free Shipping · Subscribe & Save · Single Origin · Antigua, Guatemala · - 1,500m Elevation · + 5,000 ft · 1,524 m Elevation · Small Batch Roasted · Free Shipping · Subscribe & Save · @@ -735,15 +754,16 @@ footer {

We source directly from Finca La Azotea, a 150-year-old plantation in the Antigua valley, where coffee has been grown at 1,500 meters above sea level since 1883.

-
Altitude
-
1,500m
+
Elevation
+
5,000 ft
-
Region
-
Antigua
+
Grade
+
SHB
+
Strictly Hard Bean
-
Species
+
Variety
Arabica
@@ -760,6 +780,19 @@ footer {

Three expressions, one origin

+
+
+ +
Sampler · 2 oz × 3
+
+
+ Tasting Edition +
Antigua Sampler
+
All Three Roasts · 2 oz Each
+

Strictly Hard Bean from a single estate, 5,000 ft above sea level. Try Bright, Classic, and Bold — the easy way to find your roast.

+
$18 / 3 × 2 oz bags
+
+
@@ -768,6 +801,7 @@ footer {
Antigua Bright
Light Roast
+
SHB · 5,000 ft · Arabica · Light Roast

Citrus brightness, floral aromatics, honey sweetness. For pour-over purists.

$20 / 12oz bag
@@ -780,6 +814,7 @@ footer {
Antigua Classic
Medium Roast
+
SHB · 5,000 ft · Arabica · Medium Roast

Chocolate, caramel, toasted almond. The everyday cup that never gets old.

$20 / 12oz bag
@@ -792,6 +827,7 @@ footer {
Antigua Bold
Dark Roast
+
SHB · 5,000 ft · Arabica · Dark Roast

Dark cocoa, smoky depth, molasses body. Full-throttle espresso fuel.

$20 / 12oz bag
@@ -1033,7 +1069,7 @@ html[lang="ko"] .step-meta-val { letter-spacing: 0.005em; }