<!DOCTYPE html>
<html class="dark" lang="en"><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>NERDWORKS | The Digital Archives</title>
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
"colors": {
"secondary": "#c0c9c0",
"primary-container": "#00623c",
"on-primary-fixed": "#002111",
"surface-variant": "#323631",
"on-secondary-fixed": "#161d18",
"surface-bright": "#363a36",
"primary": "#80d8a5",
"outline": "#8a9389",
"on-secondary-container": "#afb7af",
"on-primary-container": "#84dca8",
"on-error-container": "#ffdad6",
"on-primary-fixed-variant": "#005231",
"surface-container-highest": "#323631",
"inverse-surface": "#e0e3dd",
"primary-fixed": "#9cf5bf",
"on-surface-variant": "#c0c9be",
"on-tertiary": "#223429",
"error": "#ffb4ab",
"surface-container-lowest": "#0b0f0c",
"surface-dim": "#101411",
"on-error": "#690005",
"surface-container-high": "#272b27",
"background": "#101411",
"secondary-fixed-dim": "#c0c9c0",
"surface-container-low": "#191d19",
"on-tertiary-fixed": "#0d1f15",
"on-secondary-fixed-variant": "#404942",
"secondary-fixed": "#dce5dc",
"secondary-container": "#404942",
"tertiary-fixed-dim": "#b6ccbc",
"on-background": "#e0e3dd",
"tertiary-fixed": "#d2e8d7",
"on-secondary": "#2a322c",
"inverse-primary": "#006d42",
"tertiary": "#b6ccbc",
"on-surface": "#e0e3dd",
"on-primary": "#003920",
"surface": "#101411",
"on-tertiary-container": "#bad0c0",
"outline-variant": "#414941",
"inverse-on-surface": "#2d312d",
"primary-fixed-dim": "#80d8a5",
"tertiary-container": "#465a4d",
"surface-container": "#1d211d",
"surface-tint": "#80d8a5",
"error-container": "#93000a",
"on-tertiary-fixed-variant": "#384b3f"
},
"borderRadius": {
"DEFAULT": "0.125rem",
"lg": "0.25rem",
"xl": "0.5rem",
"full": "0.75rem"
},
"fontFamily": {
"headline": ["Plus Jakarta Sans"],
"body": ["Plus Jakarta Sans"],
"label": ["Plus Jakarta Sans"]
}
},
},
}
</script>
<style>
body { font-family: 'Plus Jakarta Sans', sans-serif; }
.material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
.specimen-badge { background-color: #022C22; color: #D4EAD9; border-radius: 4px; padding: 2px 8px; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
</style>
</head>
<body class="bg-surface text-on-surface selection:bg-primary selection:text-on-primary">
<!-- TopNavBar -->
<nav class="fixed top-0 w-full z-50 bg-[#1A1E1A]/70 backdrop-blur-md border-b border-[#28302A]">
<div class="flex justify-between items-center px-8 py-4 w-full max-w-[1440px] mx-auto">
<div class="text-xl font-bold tracking-tighter text-[#F8F9F8]">NERDWORKS</div>
<div class="hidden md:flex gap-8 items-center">
<a class="text-[#F8F9F8] font-bold border-b-2 border-[#217E52] pb-1 text-[14px] tracking-tight" href="#">The Vault</a>
<a class="text-[#9AA49A] hover:text-[#F8F9F8] transition-colors text-[14px] tracking-tight" href="#">Archives</a>
<a class="text-[#9AA49A] hover:text-[#F8F9F8] transition-colors text-[14px] tracking-tight" href="#">Curations</a>
<a class="text-[#9AA49A] hover:text-[#F8F9F8] transition-colors text-[14px] tracking-tight" href="#">Collections</a>
</div>
<div class="flex items-center gap-6">
<span class="material-symbols-outlined text-[#80d8a5] cursor-pointer hover:opacity-80 transition-opacity">search</span>
<span class="material-symbols-outlined text-[#80d8a5] cursor-pointer hover:opacity-80 transition-opacity">account_circle</span>
<div class="relative">
<span class="material-symbols-outlined text-[#80d8a5] cursor-pointer hover:opacity-80 transition-opacity">shopping_bag</span>
<span class="absolute -top-1 -right-1 bg-primary-container text-white text-[10px] w-4 h-4 rounded-full flex items-center justify-center font-bold">2</span>
</div>
</div>
</div>
</nav>
<main>
<!-- Hero Section -->
<section class="pt-32 pb-24 px-8 bg-[#1A1E1A] min-h-screen flex items-center">
<div class="max-w-[1440px] mx-auto w-full grid grid-cols-1 md:grid-cols-10 gap-16 items-center">
<div class="md:col-span-6 space-y-8">
<span class="text-[#217E52] font-bold tracking-[0.2em] text-sm">THE OBSIDIAN SELECTION</span>
<h1 class="text-[#F8F9F8] text-[72px] md:text-[112px] font-extrabold leading-[0.95] tracking-[-0.04em]">
Curated for collectors
</h1>
<p class="text-[#9AA49A] text-xl max-w-xl leading-relaxed">
A sanctuary for high-grade artifacts and rare specimens. From mythic legacy cards to limited edition board games, we house the items that define an era.
</p>
<div class="flex flex-wrap gap-4 pt-4">
<button class="bg-[#217E52] text-white px-10 py-4 rounded-[8px] font-bold hover:opacity-90 transition-all active:scale-95 duration-200">
Enter the Vault
</button>
<button class="border border-[#217E52] text-[#80d8a5] px-10 py-4 rounded-[8px] font-bold hover:bg-[#217E52]/10 transition-all active:scale-95 duration-200">
Browse the Archive
</button>
</div>
</div>
<div class="md:col-span-4 flex justify-center">
<div class="relative w-full aspect-[3/4] max-w-[420px] rounded-[16px] overflow-hidden shadow-2xl group">
<img class="w-full h-full object-cover transform transition-transform duration-700 group-hover:scale-110" data-alt="high-end rare holographic trading card in a protective sleeve with dramatic rim lighting and sharp focus on intricate textures" src="https://lh3.googleusercontent.com/aida-public/AB6AXuDFDkpH1rY5uxiKwzkA-OeE8rDgB01D6VL36gJyzjIP6SfpOGwWx7QQYFd9znTQobj94wAuKKGgYT_JHkuOLd4MGK4dn6zQUrD_4juuRTILkthB9FbrQsi4yIGX4Y8YSbE-yI5NjQvkPZ_A8PLK1UVINm63ELmkB9DmmuFoWeLp_zCjQvEayl26MBq6_ArDTvj0xIbSQDU2Y1VANX0Y_nRzzxyXYsmOz9cTsOfxZoxaCE7zUs2zMbtWfwk-8k8TvbfoSrFpUWw7"/>
<div class="absolute inset-0 bg-gradient-to-t from-[#1A1E1A] via-transparent to-transparent opacity-40"></div>
</div>
</div>
</div>
</section>
<!-- Editorial Feature -->
<section class="py-32 px-8 bg-[#28302A]">
<div class="max-w-[1440px] mx-auto grid grid-cols-1 md:grid-cols-2 gap-24 items-center">
<div class="rounded-[16px] overflow-hidden shadow-2xl">
<img class="w-full aspect-[4/3] object-cover" data-alt="top-down artistic view of an open leather-bound curator notebook with handwritten notes, fountain pen, and rare gaming pieces on dark wood" src="https://lh3.googleusercontent.com/aida-public/AB6AXuDMH_araaIJj8Wc-nPINSa62_a5dWr12Gb930HkN0CgkNOutWq3RfQpt8WiAOPHGgaJCGt_nlL4zHQEfLJjg3mBvrr55gNYqLj9HimjIOI6rcyHuQTtZ2HfryxAtrbFvq2fwaeuxU3_0gH9ciM68qoSaL9DC2oCh4PqEnK3GvgBqIISOM61_h_vADa2YfYZ2TRnYHgQmMKG-jcCU_vkQI62PwW-oRNNPY4ja8Ja0KqEcJuOja3Es6JteiYNCpcWAIj1lk7wL_XT"/>
</div>
<div class="space-y-6">
<span class="text-[#80d8a5] font-bold tracking-[0.2em] text-xs">EDITORIAL FEATURE</span>
<h2 class="text-[#F8F9F8] text-[56px] md:text-[72px] font-bold leading-tight">The curator's notebook</h2>
<p class="text-[#9AA49A] text-lg leading-relaxed">
This month, we delve into the provenance of the 1996 World Championship variants. Our head archivist explores why these particular specimens hold a unique gravitas in the modern collecting landscape.
</p>
<a class="inline-block text-primary font-bold text-lg border-b-2 border-primary/30 hover:border-primary pb-1 transition-all" href="#">
Read the full archive
</a>
</div>
</div>
</section>
<!-- Latest Acquisitions -->
<section class="py-32 px-8 bg-[#1A1E1A]">
<div class="max-w-[1440px] mx-auto">
<div class="flex justify-between items-end mb-16">
<div>
<span class="text-[#217E52] font-bold tracking-[0.2em] text-xs">THE GALLERY</span>
<h2 class="text-[#F8F9F8] text-[40px] font-bold mt-2">Latest acquisitions</h2>
</div>
<a class="text-[#80d8a5] font-bold tracking-tighter hover:underline underline-offset-8 transition-all" href="#">BROWSE ALL ITEMS →</a>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-5 gap-6">
<!-- Product Card 1 -->
<div class="bg-[#28302A] rounded-[12px] p-4 flex flex-col group transition-all hover:-translate-y-2">
<div class="relative mb-6 rounded-[8px] overflow-hidden aspect-[4/5] bg-surface">
<img class="w-full h-full object-cover" data-alt="close-up of a Charizard ex trading card with vibrant fiery artwork and holographic sheen" src="https://lh3.googleusercontent.com/aida-public/AB6AXuAnPHbl5oKDlyMQ69OsP09HRX16eP0rKGzPHXkHPN_vR20HOVeIFOFOcD0jHKGcBaL1fXNire4r7AfEjcrOe1mGjLcLdkAaX_4jWFJlZD0hvkW6XIEHgwhf1T1RiM75hfXUSPbj4ZIB7Q_SL1_vAonc-SZdcaF_ijoxYGbQfGLexxoh0UsB-whdYLlUgHlPaEWu--9grLvtXnMcTjHjulQL8Bb7kxJRyVWsUtwXy3tVDZjezFAd-OaHJL3-o2SVQUqQ466KoqVx"/>
<div class="absolute top-2 left-2 specimen-badge">STAFF PICK</div>
</div>
<h3 class="text-[#F8F9F8] font-bold mb-1">Charizard ex</h3>
<p class="text-[#9AA49A] text-sm mb-4">Paldean Fates #234</p>
<p class="text-[#80d8a5] font-bold mt-auto">£145.00</p>
</div>
<!-- Product Card 2 -->
<div class="bg-[#28302A] rounded-[12px] p-4 flex flex-col group transition-all hover:-translate-y-2">
<div class="relative mb-6 rounded-[8px] overflow-hidden aspect-[4/5] bg-surface">
<img class="w-full h-full object-cover" data-alt="Magic The Gathering Mox Opal card featuring detailed mechanical artifact illustration with metallic reflections" src="https://lh3.googleusercontent.com/aida-public/AB6AXuAuZ-2tL7AAOW5axYZMX6KkmmfOGj2X7EKp2tH7hv7ZuQoKkYNgBetWvpIFRqZ885Vli_N7wQWk6cK3kicmt-0smwWnNecriHlIzEhEhA7_MKSWZubTotAM59AQrkMMCLOj4IIVU-LKQdaaju2dw-MSVyNBcLoKQab0ccvGXEYRkMuzfEm5aOfBswcyVGRHJGsoF6-hT3cGQEmh2mY6UkZgdEGKaX0s6wBdP8RsNGOmfPf1qFZeht4onoC7vrFzfJG63YyMp0UJ"/>
</div>
<h3 class="text-[#F8F9F8] font-bold mb-1">Mox Opal</h3>
<p class="text-[#9AA49A] text-sm mb-4">Scars of Mirrodin</p>
<p class="text-[#80d8a5] font-bold mt-auto">£85.50</p>
</div>
<!-- Product Card 3 -->
<div class="bg-[#28302A] rounded-[12px] p-4 flex flex-col group transition-all hover:-translate-y-2">
<div class="relative mb-6 rounded-[8px] overflow-hidden aspect-[4/5] bg-surface">
<img class="w-full h-full object-cover" data-alt="Lorcana Ursula's Quest card with beautiful Disney inspired hand-drawn illustration style" src="https://lh3.googleusercontent.com/aida-public/AB6AXuDkuQ6H7wr1glrdC-AJvkeCZ8E_KmZKzpPub7GNQipTG9WJnyZcYCQxCWFh4eXxOeRxlaKcHBLp12JrU6x67_Yg0-tYFIJnVMo_nrL7dBKwBvoLLrPTGHhvoqYQfiejBQF9y2lvQountC5H9dt8HiGD3j4HQddTMvLIjlE57fDy80jaXCdScGibtrY0e0o1c9wDSbZroF6kC7hueHXI7I81Ee6VZJF4rmBbhxW3P9jnbT27_LfNeCIQq3v1wTf03BhlxEomD8cm"/>
<div class="absolute top-2 left-2 specimen-badge">SALE</div>
</div>
<h3 class="text-[#F8F9F8] font-bold mb-1">Ursula's Quest</h3>
<p class="text-[#9AA49A] text-sm mb-4">Rise of the Floodborn</p>
<p class="text-[#80d8a5] font-bold mt-auto">£24.99 <span class="text-[#9AA49A] line-through font-normal text-xs ml-2">£32.00</span></p>
</div>
<!-- Product Card 4 -->
<div class="bg-[#28302A] rounded-[12px] p-4 flex flex-col group transition-all hover:-translate-y-2">
<div class="relative mb-6 rounded-[8px] overflow-hidden aspect-[4/5] bg-surface">
<img class="w-full h-full object-cover" data-alt="Magic the Gathering Phyrexian Tower land card with dark gothic architecture and bio-mechanical details" src="https://lh3.googleusercontent.com/aida-public/AB6AXuAcvEV4h0WMzRDTiBdkgbqqmgKa5glEn64Cgas7fzVJRwB6jmUaDD-bSGU9G7GKfxw4lw_X9Q5cpos3N4ce-2KTjpn2Y1sXgcjH8lBImTqEC71WTV_XKs09e8BQhTQ3Of2tNrATbip37VJvOWMR2N60P-ufiguhLtsaQBNm5tXSRV2ZtmrrU77R2SdxQPPTFLmOm9luogyyAwOmPwxQwRsi0GwAf8xDs8zxsCNJLiRNRVBZafL6p28UW_0k00COt8IXVnxOweH-"/>
</div>
<h3 class="text-[#F8F9F8] font-bold mb-1">Phyrexian Tower</h3>
<p class="text-[#9AA49A] text-sm mb-4">The List Variant</p>
<p class="text-[#80d8a5] font-bold mt-auto">£42.00</p>
</div>
<!-- Product Card 5 -->
<div class="bg-[#28302A] rounded-[12px] p-4 flex flex-col group transition-all hover:-translate-y-2">
<div class="relative mb-6 rounded-[8px] overflow-hidden aspect-[4/5] bg-surface">
<img class="w-full h-full object-cover" data-alt="Elspeth Tirel planeswalker card showing a heroic female knight with glowing white armor" src="https://lh3.googleusercontent.com/aida-public/AB6AXuD1OLSguFux1Jn6wIIqbXu4-WOW7KgAmjKueUi1oCiHttDozVVuLs37vzrlcx6QfhfaTuC95poOd2IoKnQ50cKUcnKc6BTg0NLh6ZVocvCwmF6m7_RNkbTB3kQZqrHbpPWpA5h8HJK5CVCULtSvh9z7ueTPgWrsy7jXREvpGQiYFIoGfIALEtMFUm-QORE0M4x1SBvNcuL8FcJaHtTJSCjDY7VEpg4u_lCaAC1o4rcOso7nlrloYZvQoqK26Dpi42CRakdmvNeJ"/>
<div class="absolute top-2 left-2 specimen-badge">NEW</div>
</div>
<h3 class="text-[#F8F9F8] font-bold mb-1">Elspeth Tirel</h3>
<p class="text-[#9AA49A] text-sm mb-4">Scars of Mirrodin</p>
<p class="text-[#80d8a5] font-bold mt-auto">£18.50</p>
</div>
</div>
</div>
</section>
<!-- The Curator's Vault (Testimonials) -->
<section class="py-32 px-8 bg-[#266038]">
<div class="max-w-[1440px] mx-auto text-center mb-20">
<h2 class="text-[#F8F9F8] text-[72px] font-bold leading-none tracking-tighter">The Curator's Vault</h2>
<p class="text-[#D4EAD9] text-xl mt-4 italic font-medium">Voices from the Inner Circle of collectors.</p>
</div>
<div class="max-w-[1440px] mx-auto grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-[#1F4F2E] p-10 rounded-[12px] flex flex-col items-center text-center">
<span class="material-symbols-outlined text-[#80d8a5] mb-6 scale-150">format_quote</span>
<p class="text-[#F8F9F8] text-lg leading-relaxed mb-8">"The curation here is unparalleled. Every acquisition feels like adding a piece of history to my collection."</p>
<div class="mt-auto">
<p class="text-[#80d8a5] font-bold">Marcus Thorne</p>
<p class="text-[#D4EAD9]/60 text-sm">Legacy TCG Archivist</p>
</div>
</div>
<div class="bg-[#1F4F2E] p-10 rounded-[12px] flex flex-col items-center text-center">
<span class="material-symbols-outlined text-[#80d8a5] mb-6 scale-150">format_quote</span>
<p class="text-[#F8F9F8] text-lg leading-relaxed mb-8">"NERDWORKS is more than a shop; it's a museum where you can actually buy the artifacts."</p>
<div class="mt-auto">
<p class="text-[#80d8a5] font-bold">Elena Voss</p>
<p class="text-[#D4EAD9]/60 text-sm">Grandmaster Collector</p>
</div>
</div>
<div class="bg-[#1F4F2E] p-10 rounded-[12px] flex flex-col items-center text-center">
<span class="material-symbols-outlined text-[#80d8a5] mb-6 scale-150">format_quote</span>
<p class="text-[#F8F9F8] text-lg leading-relaxed mb-8">"The attention to detail in packaging and provenance documentation is exactly what a high-end collector needs."</p>
<div class="mt-auto">
<p class="text-[#80d8a5] font-bold">Jordan Chen</p>
<p class="text-[#D4EAD9]/60 text-sm">Board Game Historian</p>
</div>
</div>
</div>
</section>
<!-- Explore the Archive -->
<section class="py-32 px-8 bg-[#28302A]">
<div class="max-w-[1440px] mx-auto">
<div class="mb-16">
<h2 class="text-[#F8F9F8] text-[72px] font-bold tracking-tighter">Explore the archive</h2>
<div class="h-1 w-[60px] bg-[#217E52] mt-4"></div>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<!-- Pokémon -->
<div class="relative group h-[400px] rounded-[12px] overflow-hidden cursor-pointer">
<img class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-105" data-alt="artistic atmospheric close up of various pokemon trading cards spread out with soft glowing green light" src="https://lh3.googleusercontent.com/aida-public/AB6AXuAf-bEualVS5G_wLWzBwLsdZekGECnwV0nkibOzYtpXgb1w_ddWToHcMuTdDIgh6kWxG3_g6eVgQaJY7yV5On_ghchv8kKWHlKcV4N_5juSch1SmVOOP71LzE4zusNagiwHxtUPWMBecjlkba3XuBKWhZsJagpnx0PL1edNIwdnedvCI9BqZHuKzKAZ5jUwX6kfQe53iouecguZ2KwpV8fdTbCAnfgIbEi7hsGxIrLEX5irSEtEPfXfZVE_eIk1iZfIvdxfGeXD"/>
<div class="absolute inset-0 bg-gradient-to-t from-[#101411] via-transparent to-transparent opacity-80"></div>
<div class="absolute bottom-8 left-8">
<p class="text-[#80d8a5] font-bold text-lg tracking-tight">Pokémon</p>
<p class="text-[#9AA49A] text-sm uppercase tracking-widest mt-1">2,450 ITEMS</p>
</div>
</div>
<!-- Magic -->
<div class="relative group h-[400px] rounded-[12px] overflow-hidden cursor-pointer">
<img class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-105" data-alt="close up of ancient mtg artifacts and land cards on a dark mossy stone surface" src="https://lh3.googleusercontent.com/aida-public/AB6AXuAC9q9St7s1DA677Oeqxu_BHFuOBpxifbqgIw6d4XdanF1SrZSa1A4eyKrR85cFKA8VtFGS1suCqrlkXvMyQvuOa8m954LZi3nqPLdSPsG0WaqrB0VjBqJYyzPs8X3R4uqmJEN5AaxCaFZOUUzuDchtdJOl3xTg_P6i0SLduDvEU1iGOGPsztA_gnBuWtNI5z2pggVr5ShrBLPqSRZ-yl3Ru0Ku2Rg3jdI02SUMrxKmgFuRfn3VFVYo3h-ynYG0TgPL6FSBJff4"/>
<div class="absolute inset-0 bg-gradient-to-t from-[#101411] via-transparent to-transparent opacity-80"></div>
<div class="absolute bottom-8 left-8">
<p class="text-[#80d8a5] font-bold text-lg tracking-tight">Magic</p>
<p class="text-[#9AA49A] text-sm uppercase tracking-widest mt-1">1,820 ITEMS</p>
</div>
</div>
<!-- Lorcana -->
<div class="relative group h-[400px] rounded-[12px] overflow-hidden cursor-pointer">
<img class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-105" data-alt="magical shimmering lorcana cards with ink splashes and Disney style whimsical illustrations" src="https://lh3.googleusercontent.com/aida-public/AB6AXuA-hzD9Wi6lfHmm7hasmU2Q5gHLy8BxZdnH6bkDvw1a5xlxCGCdKn72PUGRKkmIWkQKyquT1k_EW25ETMxhTifIh5EwsuHiWTS-xgNTEByAVeZhnLKRMADJLXYsKwTDMknjHxgnUJiSepAo6sgIdYTy21Dn2mmkEAPPP7Fs5qEox6B2V1ZOuaI4wJXGx_nmHSlyK6oe3Oe-hlBMzwO1Ej2MaejY8NnwC1-OpyGUXppKSLIYXItjllTO8eTHUV8OG2eWAZwlupMt"/>
<div class="absolute inset-0 bg-gradient-to-t from-[#101411] via-transparent to-transparent opacity-80"></div>
<div class="absolute bottom-8 left-8">
<p class="text-[#80d8a5] font-bold text-lg tracking-tight">Lorcana</p>
<p class="text-[#9AA49A] text-sm uppercase tracking-widest mt-1">640 ITEMS</p>
</div>
</div>
<!-- Board games -->
<div class="relative group h-[400px] rounded-[12px] overflow-hidden cursor-pointer">
<img class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-105" data-alt="highly detailed premium board game miniatures and components arranged neatly in a shadow box" src="https://lh3.googleusercontent.com/aida-public/AB6AXuC9tVhIlwyt8YAmvwGUNMtNeGRiocA90jtTqeu109oO3P_vjH2phpbZE3OJPkN9v84hVkGgz3fSvf85ZGRK9qrGpNB4_flAcijKs_otZuXvjXI4DBVCDF8Az7WR1WfN665ui5r-0kVzMKkwPPB0W670HHz0RV_C7Kx_caCCRgrLaBkJEZOjeXwRghJBYWLVwYDM9KUDTzDg6Z1ftg4tRWoTX8L8_29NBc7gxOMOuDUsYabwErF2LV1MrCDV45RA_mqVkTYBscPj"/>
<div class="absolute inset-0 bg-gradient-to-t from-[#101411] via-transparent to-transparent opacity-80"></div>
<div class="absolute bottom-8 left-8">
<p class="text-[#80d8a5] font-bold text-lg tracking-tight">Board games</p>
<p class="text-[#9AA49A] text-sm uppercase tracking-widest mt-1">420 ITEMS</p>
</div>
</div>
<!-- Warhammer -->
<div class="relative group h-[400px] rounded-[12px] overflow-hidden cursor-pointer">
<img class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-105" data-alt="expertly painted warhammer miniatures in a dramatic battle pose with smoky dark background" src="https://lh3.googleusercontent.com/aida-public/AB6AXuAxbxZjx2KDasjlsmcFflqpwn3DDfeV80ZdvSXUTcQOoJ0AjHKnXeFkIoakS1qF-_lVw10g5VHvq1QM4miPmW83-VwXeV33SfKSE4UrKNTs62lpIq8oxMNIVkDh7G5E1GDvwnT84RfxoSsh98ayFzAcJsNsz0VEOPXVOW5DfQEl__gVv7wbzSSiJokIN8G80g7fLDoKQVFnW6pdRmCkht7dE9h3rqIlzgKmYgZiHw3TFC9nF7uBUY3R84p2NXybXbBh1RQzmZht"/>
<div class="absolute inset-0 bg-gradient-to-t from-[#101411] via-transparent to-transparent opacity-80"></div>
<div class="absolute bottom-8 left-8">
<p class="text-[#80d8a5] font-bold text-lg tracking-tight">Warhammer</p>
<p class="text-[#9AA49A] text-sm uppercase tracking-widest mt-1">915 ITEMS</p>
</div>
</div>
<!-- Accessories -->
<div class="relative group h-[400px] rounded-[12px] overflow-hidden cursor-pointer">
<img class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-105" data-alt="luxury leather deck boxes and custom heavy-weight polyhedral dice in a moody setting" src="https://lh3.googleusercontent.com/aida-public/AB6AXuBJ5sAWFZxqB8K9sC7KJ1wqnSY_GxNhz_ACSIRGfsSfcOaRyKYOTppMI1tw-PfdIY75Nn1SytFWjKM31vPmbqXHDIaG7jUd5WEbNycwAsglsMdegbXUSZLhmYHi9xkkG_k-fU5vzGTo7wTuSZOco8xR4yO5_WWGeeqfTZLu7UaxYHdEYqSFc0RDan6em4I__RH1uEByv1RU4ozfyiyBxQMOJ6gnAyZps9ImHE0SMP4Jb_vouuxoaAoCXyECe2sjQMpVkTRiY9KP"/>
<div class="absolute inset-0 bg-gradient-to-t from-[#101411] via-transparent to-transparent opacity-80"></div>
<div class="absolute bottom-8 left-8">
<p class="text-[#80d8a5] font-bold text-lg tracking-tight">Accessories</p>
<p class="text-[#9AA49A] text-sm uppercase tracking-widest mt-1">150 ITEMS</p>
</div>
</div>
</div>
</div>
</section>
<!-- Social Hub -->
<section class="py-32 px-8 bg-[#F8F9F8]">
<div class="max-w-[1440px] mx-auto">
<div class="flex flex-col md:flex-row justify-between items-start md:items-end mb-16 gap-6">
<div>
<span class="text-[#101411] font-bold tracking-[0.2em] text-xs">SOCIAL HUB</span>
<h2 class="text-[#101411] text-[72px] font-extrabold leading-none tracking-tighter mt-4">This week at the shop.</h2>
</div>
<button class="bg-[#101411] text-white px-8 py-4 rounded-[8px] font-bold text-sm tracking-tight hover:opacity-90 transition-opacity">
FULL CALENDAR →
</button>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Event 1 -->
<div class="bg-white p-8 rounded-[12px] shadow-sm border border-neutral-100 flex flex-col">
<div class="flex justify-between items-start mb-12">
<div class="bg-[#101411] text-white p-3 rounded-[8px] text-center min-w-[70px]">
<p class="text-xs font-bold opacity-70">FRI</p>
<p class="text-2xl font-black">12</p>
</div>
<span class="material-symbols-outlined text-[#101411]/20">event</span>
</div>
<h3 class="text-[#101411] text-2xl font-bold mb-2">Friday Night Magic</h3>
<p class="text-neutral-500 mb-8">Standard format tournament. Prizes for Top 4 finishers.</p>
<a class="mt-auto text-[#217E52] font-black text-sm tracking-widest hover:opacity-70 transition-opacity" href="#">JOIN EVENT →</a>
</div>
<!-- Event 2 -->
<div class="bg-white p-8 rounded-[12px] shadow-sm border border-neutral-100 flex flex-col">
<div class="flex justify-between items-start mb-12">
<div class="bg-[#101411] text-white p-3 rounded-[8px] text-center min-w-[70px]">
<p class="text-xs font-bold opacity-70">SAT</p>
<p class="text-2xl font-black">13</p>
</div>
<span class="material-symbols-outlined text-[#101411]/20">event</span>
</div>
<h3 class="text-[#101411] text-2xl font-bold mb-2">Pokémon League</h3>
<p class="text-neutral-500 mb-8">Casual play and deck-building workshop for all ages.</p>
<a class="mt-auto text-[#217E52] font-black text-sm tracking-widest hover:opacity-70 transition-opacity" href="#">JOIN EVENT →</a>
</div>
<!-- Event 3 -->
<div class="bg-white p-8 rounded-[12px] shadow-sm border border-neutral-100 flex flex-col">
<div class="flex justify-between items-start mb-12">
<div class="bg-[#101411] text-white p-3 rounded-[8px] text-center min-w-[70px]">
<p class="text-xs font-bold opacity-70">SUN</p>
<p class="text-2xl font-black">14</p>
</div>
<span class="material-symbols-outlined text-[#101411]/20">event</span>
</div>
<h3 class="text-[#101411] text-2xl font-bold mb-2">Lorcana Draft Night</h3>
<p class="text-neutral-500 mb-8">Draft play from the latest set. Limited to 16 seats.</p>
<a class="mt-auto text-[#217E52] font-black text-sm tracking-widest hover:opacity-70 transition-opacity" href="#">JOIN EVENT →</a>
</div>
</div>
</div>
</section>
<!-- Inner Circle (Newsletter) -->
<section class="py-32 px-8 bg-[#266038]">
<div class="max-w-[800px] mx-auto text-center">
<h2 class="text-[#F8F9F8] text-[56px] md:text-[72px] font-bold leading-none tracking-tighter mb-6">Join the Inner Circle</h2>
<p class="text-[#D4EAD9] text-xl mb-12 max-w-xl mx-auto">Early access to limited editions, market insights, and collection care guides delivered once a week.</p>
<form class="flex flex-col sm:flex-row gap-4">
<input class="flex-grow bg-[#1F4F2E] border-none rounded-[8px] px-6 py-4 text-[#F8F9F8] placeholder:text-[#D4EAD9]/30 focus:ring-2 focus:ring-[#80d8a5]/40 transition-all outline-none" placeholder="curator@example.com" type="email"/>
<button class="bg-[#F8F9F8] text-[#101411] px-12 py-4 rounded-[8px] font-bold hover:opacity-90 transition-opacity" type="submit">
SUBSCRIBE
</button>
</form>
</div>
</section>
<!-- From the Archive (Editorial Stack) -->
<section class="py-32 px-8 bg-[#28302A]">
<div class="max-w-[1440px] mx-auto">
<div class="flex justify-between items-end mb-16">
<div>
<span class="text-[#80d8a5] font-bold tracking-[0.2em] text-xs">EDITORIAL</span>
<h2 class="text-[#F8F9F8] text-[40px] font-bold mt-2">From the archive</h2>
</div>
<a class="text-[#80d8a5] font-bold tracking-tighter hover:underline underline-offset-8 transition-all" href="#">VIEW INSIGHTS →</a>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-12">
<div class="group cursor-pointer">
<div class="aspect-[16/10] rounded-[12px] overflow-hidden mb-6">
<img class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-105" data-alt="graphs and data visualizations of TCG market trends overlayed on images of vintage cards" src="https://lh3.googleusercontent.com/aida-public/AB6AXuB8zK0gwcqetcpm60bwGoxb0RdMo27SemgIRurkx5DyjM18tvplByyQ7IC174I1DKxChZjVm8yXTHSTTV5y0kYmcb-5iHbP7H5MD1BS3LZP2BREDeIMM6pmakXvapiw1Jh7AwWLpwqY5fzMlvUjLXsdR7SX7SF41HXrLEdt75PikvMUxQgN7beyJK6Rru8nQOUJuAJH1waMWyz9rNG5IAnXq0ML40Yn8NObyVSTuJeNGhx9o_wD3k8y4SE4yR49vPqlyyQI2JMW"/>
</div>
<span class="text-[#80d8a5] font-bold text-xs tracking-widest uppercase">Market Trends</span>
<h3 class="text-[#F8F9F8] text-2xl font-bold mt-3 group-hover:text-primary transition-colors">The rise of Neo-Vintage.</h3>
<p class="text-[#9AA49A] mt-4 leading-relaxed">Why early 2000s sets are becoming the new blue-chip investment for modern collectors.</p>
</div>
<div class="group cursor-pointer">
<div class="aspect-[16/10] rounded-[12px] overflow-hidden mb-6">
<img class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-105" data-alt="professional hands cleaning a card with archival grade tools and wearing white gloves" src="https://lh3.googleusercontent.com/aida-public/AB6AXuAG-UB97ib93ixb71ZIFP4JtIXNq-ZXRMhqsWzDJ9FMCJOVxolC0UWIU_rj-Q874GK2dcR8h4CUOIyC1MYNkxUqyPj9NnHhcdqXxGfG6MZwQvHfLPEiyEYg8y7N2FjHFeeiY9nfvp6TMYpTvw4gJ9Kf398X7beDtBrjKTYLUdi3gT3WTsZd4RbxOTJGqYE925H_rBTk33BrA-RMKMQNY4pLTnmQFeWrLcZRp2_W6tQd3AfEeSkx4oyv4zHeLbo6xxWO6Lac4ZPH"/>
</div>
<span class="text-[#80d8a5] font-bold text-xs tracking-widest uppercase">Care Guide</span>
<h3 class="text-[#F8F9F8] text-2xl font-bold mt-3 group-hover:text-primary transition-colors">Maintaining humidity levels.</h3>
<p class="text-[#9AA49A] mt-4 leading-relaxed">Essential tips for preserving paper integrity and foil lustre in varied climates.</p>
</div>
<div class="group cursor-pointer">
<div class="aspect-[16/10] rounded-[12px] overflow-hidden mb-6">
<img class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-105" data-alt="extreme macro shot of printing dot patterns on a vintage card to detect authenticity" src="https://lh3.googleusercontent.com/aida-public/AB6AXuBcl2DlazTnPKRVe1DfU2bDUeFnju_F1Fzx7jrLfizPi5eepvGWh9QFxBYg9OWV6PWZeaIFNMYEaLA7N1D3DQP23v26KyJy79yyHspyZzMY_fBvF6czg-hKuvxrHCHqCRmpXxFiqKmvaB8cdts7JwPz0Z8LI5PQZH-QeRJvt4wRpKMRFMTSEy6hC_TmuBn8RZFdc5U5yLJ8e-Fqps3QeCCihWts8eJ1zvxlYcyBnGn0pTtqrfkEZC8Ui1dEc0g-_qjUUPARWH_h"/>
</div>
<span class="text-[#80d8a5] font-bold text-xs tracking-widest uppercase">Deep Dive</span>
<h3 class="text-[#F8F9F8] text-2xl font-bold mt-3 group-hover:text-primary transition-colors">The physics of the 'Dot'.</h3>
<p class="text-[#9AA49A] mt-4 leading-relaxed">A technical analysis of printing techniques used to verify the authenticity of 90s artifacts.</p>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="bg-[#022C22] py-24 px-12 border-t border-[#28302A]/30">
<div class="max-w-[1440px] mx-auto grid grid-cols-1 md:grid-cols-4 gap-16">
<div class="md:col-span-1">
<div class="text-3xl font-black tracking-tighter text-[#F8F9F8] mb-8">NERDWORKS</div>
<p class="text-[#9AA49A] text-lg leading-[1.6]">Preserving the digital and physical artifacts of our culture since 2014.</p>
</div>
<div class="space-y-4">
<h4 class="text-[#F8F9F8] font-bold uppercase tracking-widest text-xs">Navigation</h4>
<ul class="space-y-2">
<li><a class="text-[#9AA49A] hover:text-[#F8F9F8] transition-colors" href="#">Shop</a></li>
<li><a class="text-[#9AA49A] hover:text-[#F8F9F8] transition-colors" href="#">About</a></li>
<li><a class="text-[#9AA49A] hover:text-[#F8F9F8] transition-colors" href="#">Support</a></li>
</ul>
</div>
<div class="space-y-4">
<h4 class="text-[#F8F9F8] font-bold uppercase tracking-widest text-xs">Legal</h4>
<ul class="space-y-2">
<li><a class="text-[#9AA49A] hover:text-[#F8F9F8] transition-colors" href="#">Terms</a></li>
<li><a class="text-[#9AA49A] hover:text-[#F8F9F8] transition-colors" href="#">Privacy</a></li>
</ul>
</div>
<div class="space-y-4">
<h4 class="text-[#F8F9F8] font-bold uppercase tracking-widest text-xs">Connect</h4>
<div class="flex gap-4">
<a class="w-10 h-10 rounded-full bg-[#1A1E1A] flex items-center justify-center text-[#80d8a5] hover:bg-[#80d8a5] hover:text-[#1A1E1A] transition-all" href="#">
<span class="material-symbols-outlined text-sm">share</span>
</a>
<a class="w-10 h-10 rounded-full bg-[#1A1E1A] flex items-center justify-center text-[#80d8a5] hover:bg-[#80d8a5] hover:text-[#1A1E1A] transition-all" href="#">
<span class="material-symbols-outlined text-sm">mail</span>
</a>
</div>
</div>
</div>
<div class="max-w-[1440px] mx-auto mt-24 pt-8 border-t border-[#28302A]/20 flex flex-col md:flex-row justify-between items-center gap-4">
<p class="text-[#9AA49A] text-sm">© 2024 NERDWORKS. All rights reserved.</p>
<div class="flex gap-8 text-xs text-[#9AA49A]/50 font-bold uppercase tracking-widest">
<span>London, UK</span>
<span>Established 2014</span>
</div>
</div>
</footer>
</body></html>