Music to enjoy with: The Orb Featuring David Gilmour - Metallic Spheres
這次 David Gilmour 與 The Orb 合作的作品 Metallic Spheres ,令人想起早期仍有 Syd Barret 的 Pink Floyd,如 Echoes 般帶點迷幻幽玄氛圍。具線條的結他像 Llicorella 板岩的層次,Gilmour 招牌結他 Sustain 像濕礦石般閃礫,節奏簡約,富層次的旋律和結他深入地心,帶你去一趟深度時空旅行。
Ferrer Bobet is a modern legend in Spanish wine. Founded in 2002 by Raül Bobet, former Chief Winemaker at Torres, and pharmaceutical magnate Sergi Ferrer-Salat, the cutting-edge winery in Priorat stands as a bold symbol of innovation and finesse.
Renowned critic Robert Parker praised its wines for “everything in an amazing balance,” and its 2008 flagship was featured as the 11th Apostle inThe Drops of Godmanga.
The estate cultivates Garnacha (Grenache) and Cariñena (Carignan) on steep slopes rich in llicorella slate, benefiting from dramatic day-night temperature shifts. Pedro Ballesteros MW hails Raül Bobet as “a master of Cariñena,” crafting wines of remarkable texture and complexity.
Ferrer Bobet Selecció Especial shines as the flagship wine, celebrated for its elegance and prestige. The 2008 vintage was notably chosen by The Drops of God as the 11th Apostle, earning international acclaim and cementing its reputation as one of Priorat’s most distinguished expressions.
Denomination: DOQ Priorat, Spain
Country of Origin: Spain
Type: Red/Rouge (Still)
Grape Variety: 100-year-old Carignan vines from the best vineyards in Priorat . Grapes exclusively from steep slate hillsides picked by hand into 10kg boxes. Selected berry by berry on a double sorting table and then transferred to tanks by gravity.
Alcohol Content: 14.5%
Volume: 1.5L
Vinification: Fermentation in 15 and 30 Hl wooden tanks.
Ageing: Malolactic conversion and ageing in new fine-grained, medium and lightly toasted French oak barrels for 19 months. Bottled unfined and unfiltered. Bottle aged for minimum of 15 months.
Tasting Notes: (Robert Parker's rating: 96 points) 2019 Selecció Especial Vinyes Velles is not a shy wine, as it comes in at 14.5% alcohol...This is only Cariñena, and the profile is darker and earthier, with a little more of everything—a darker color, a deeper nose, darker fruit and more graphite. It's full-bodied but incredibly balanced, textured, with depth and layers, nuances and very fine tannins. It's a powerful wine for the long haul that is approachable already. 4,897 bottles and 150 magnums were filled in August 2021.
");
return parts.join("");
}
function buildWineProfileHtml(wine, cardComment) {
var profile = resolveWineProfile(wine, cardComment);
var showRadar = shouldShowTastingRadar(wine, profile);
var critics = String(wine.critic_scores || "").trim();
if (!critics && wine.title) critics = criticScoresFromTitle(wine.title);
var html = '
';
if (showRadar) {
html += '
Tasting profile · 品飲印象
';
html += '
' + buildWineProfileBarsHtml(profile) + "
";
}
html += '
';
html += 'Wine Critics';
if (critics) {
html +=
'' + escapeHtml(critics) + "";
} else {
html += 'N/A';
}
html += "
";
return html;
}
function sanitizeCardReason(text) {
var cleaned = String(text || "").trim();
if (!cleaned) return "";
if (isBudgetOnlyComment(cleaned)) return "";
var genericPrefixes = [
/^符合你今次搜尋的風格與條件[。.\s]*/u,
/^紅酒風格符合你今次搜尋[。.\s]*/u,
/^白酒風格符合你今次搜尋[。.\s]*/u,
/^Matches the style and criteria for your search[.:\s]*/i,
/^Red wine style matches what you asked for[.:\s]*/i,
/^White wine style matches what you asked for[.:\s]*/i,
/^At HK\$[\d,]+,?\s*within your budget and fits your search[.:\s]*/i,
/^within your budget and fits your search[.:\s]*/i,
/^HK\$[\d,]+[,,]?\s*在你預算之內[,,]?\s*風格貼合今次搜尋[。.\s]*/u,
];
for (var i = 0; i < genericPrefixes.length; i++) {
cleaned = cleaned.replace(genericPrefixes[i], "");
}
cleaned = cleaned.trim();
if (isBudgetOnlyComment(cleaned)) return "";
return cleaned;
}
function buildWineMetaRowHtml(wine, price) {
if (!price) return "";
return '
' + price + "
";
}
function buildWineGridHtml(wines, wineComments) {
if (!wines || !wines.length) return "";
wineComments = wineComments || {};
var html = '
From our cellar · 酒窖精選
';
wines.forEach(function (wine) {
var title = escapeHtml(wine.title || "Wine");
var url = wineProductUrl(wine);
var price = formatPrice(wine.price != null ? wine.price : wine.price_hkd);
var image = wine.image || "";
var variantId = wineVariantId(wine);
var commentText = cardCommentPreviewFull(wine, wineComments[wine.title]);
var preview = commentText.preview;
var full = commentText.full;
html += '
';
if (image) {
html += '';
} else {
html += '';
}
html += '