<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ethical Pathways in Cannabis | Humboldt Grace</title>
<style>
:root {
--hg-purple: #351f46;
--hg-purple-dark: #160d22;
--hg-gold: #e6d2a2;
--hg-gold-dark: #8a6a2f;
--cream: #f5ede2;
--sage: #6c7058;
--forest: #173323;
--ink: #211c18;
--muted: #6f665d;
--white: #ffffff;
}
* { box-sizing: border-box; }
body {
margin: 0;
font-family: Georgia, 'Times New Roman', serif;
background: var(--cream);
color: var(--ink);
line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.topbar {
position: sticky;
top: 0;
z-index: 10;
background: rgba(22, 13, 34, 0.96);
color: var(--cream);
border-bottom: 1px solid rgba(230, 210, 162, 0.25);
}
.nav {
max-width: 1180px;
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 24px;
gap: 24px;
}
.brand {
display: flex;
align-items: center;
gap: 14px;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.brand-mark {
width: 50px;
height: 50px;
border: 1px solid var(--hg-gold);
border-radius: 50%;
display: grid;
place-items: center;
color: var(--hg-gold);
font-size: 26px;
}
.brand small {
display: block;
color: var(--hg-gold);
font-size: 10px;
margin-top: 2px;
letter-spacing: 0.18em;
}
.navlinks {
display: flex;
gap: 22px;
align-items: center;
font-family: Arial, sans-serif;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.08em;
}
.button {
display: inline-block;
padding: 12px 22px;
border-radius: 999px;
background: var(--sage);
color: white;
font-family: Arial, sans-serif;
font-weight: 700;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.08em;
border: 1px solid rgba(255,255,255,0.3);
}
.button.gold {
background: transparent;
color: var(--hg-gold);
border-color: var(--hg-gold);
}
.hero {
min-height: 620px;
display: flex;
align-items: center;
background:
linear-gradient(90deg, rgba(22,13,34,0.94) 0%, rgba(53,31,70,0.72) 42%, rgba(53,31,70,0.1) 100%),
url('REPLACE-WITH-REAL-SKUNK-1-BUD-HERO.jpg') center/cover no-repeat;
color: var(--cream);
position: relative;
}
.hero::after {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(circle at 72% 35%, rgba(230,210,162,0.18), transparent 34%);
pointer-events: none;
}
.hero-content {
max-width: 1180px;
width: 100%;
margin: auto;
padding: 70px 24px;
position: relative;
z-index: 1;
}
.eyebrow {
color: var(--hg-gold);
font-family: Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
font-size: 13px;
letter-spacing: 0.16em;
margin-bottom: 18px;
}
h1, h2, h3 {
line-height: 1.05;
margin: 0;
color: inherit;
}
h1 {
font-size: clamp(50px, 7vw, 94px);
max-width: 780px;
text-shadow: 0 2px 0 var(--hg-gold-dark);
}
.hero p {
max-width: 620px;
font-size: 22px;
margin: 22px 0 30px;
}
.values {
background: #fffaf3;
border-bottom: 1px solid rgba(53,31,70,0.12);
}
.values-grid {
max-width: 1180px;
margin: auto;
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.value-card {
padding: 28px 26px;
border-right: 1px solid rgba(53,31,70,0.16);
display: grid;
grid-template-columns: 46px 1fr;
gap: 16px;
align-items: start;
}
.value-card:last-child { border-right: none; }
.icon { color: var(--hg-gold-dark); font-size: 34px; line-height: 1; }
.value-card h3 { font-size: 16px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--hg-purple); }
.value-card p { margin: 8px 0 0; font-size: 15px; }
.section {
max-width: 1180px;
margin: auto;
padding: 78px 24px;
}
.split {
display: grid;
grid-template-columns: 0.9fr 1.1fr;
gap: 48px;
align-items: center;
}
.section h2 {
font-size: clamp(38px, 4vw, 62px);
color: var(--hg-purple);
margin-bottom: 22px;
}
.section p { font-size: 19px; color: #2b2521; }
.image-panel {
min-height: 480px;
border-radius: 26px;
overflow: hidden;
background: url('REPLACE-WITH-REAL-HUMBOLDT-FARM-OR-MOUNTAIN.jpg') center/cover no-repeat;
box-shadow: 0 24px 70px rgba(53,31,70,0.25);
position: relative;
}
.image-panel::after {
content: 'REAL HUMBOLDT FARM / MOUNTAIN IMAGE';
position: absolute;
left: 22px;
bottom: 22px;
font-family: Arial, sans-serif;
font-size: 11px;
color: var(--cream);
background: rgba(22,13,34,0.68);
padding: 9px 12px;
border-radius: 999px;
letter-spacing: 0.1em;
}
.proof {
background: #fffaf3;
border-top: 1px solid rgba(53,31,70,0.1);
border-bottom: 1px solid rgba(53,31,70,0.1);
}
.proof-grid {
max-width: 1180px;
margin: auto;
padding: 72px 24px;
display: grid;
grid-template-columns: 0.75fr 1fr 0.75fr;
gap: 34px;
align-items: stretch;
}
.proof-card {
background: white;
padding: 34px;
border-radius: 22px;
box-shadow: 0 12px 40px rgba(53,31,70,0.11);
border: 1px solid rgba(53,31,70,0.09);
}
.proof-card h3 {
color: var(--hg-purple);
font-size: 32px;
margin-bottom: 12px;
}
.bud-feature {
min-height: 560px;
border-radius: 26px;
background: url('REPLACE-WITH-REAL-SKUNK-1-FULL-PLANT-OR-BUD.jpg') center/cover no-repeat;
box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25), 0 20px 70px rgba(53,31,70,0.18);
}
.stats-list {
list-style: none;
padding: 0;
margin: 22px 0 0;
font-family: Arial, sans-serif;
font-size: 14px;
line-height: 1.45;
}
.stats-list li {
padding: 14px 0;
border-top: 1px solid rgba(53,31,70,0.12);
}
.gallery {
padding: 76px 0;
background: var(--hg-purple);
color: var(--cream);
overflow: hidden;
}
.gallery-inner {
max-width: 1180px;
margin: auto;
padding: 0 24px;
}
.gallery h2 { color: var(--hg-gold); font-size: clamp(38px,4vw,58px); margin-bottom: 26px; }
.gallery-row {
display: grid;
grid-template-columns: repeat(5, minmax(180px, 1fr));
gap: 18px;
}
.gallery-img {
min-height: 285px;
border-radius: 22px;
background-size: cover;
background-position: center;
position: relative;
overflow: hidden;
border: 1px solid rgba(230,210,162,0.28);
}
.gallery-img::after {
content: attr(data-label);
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 45px 16px 16px;
font-family: Arial, sans-serif;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
background: linear-gradient(transparent, rgba(0,0,0,0.76));
}
.g1 { background-image: url('REPLACE-WITH-REAL-SKUNK-BUD-1.jpg'); }
.g2 { background-image: url('REPLACE-WITH-REAL-SKUNK-BUD-2.jpg'); }
.g3 { background-image: url('REPLACE-WITH-REAL-SKUNK-FARM.jpg'); }
.g4 { background-image: url('REPLACE-WITH-REAL-HUMBOLDT-MOUNTAIN.jpg'); }
.g5 { background-image: url('REPLACE-WITH-REAL-HARVEST-OR-PLANT.jpg'); }
.pathway {
background: #fffaf3;
}
.pathway h2 { text-align: center; color: var(--hg-purple); }
.pathway .intro { max-width: 780px; margin: 0 auto 42px; text-align: center; }
.steps {
display: grid;
grid-template-columns: repeat(8, 1fr);
gap: 10px;
max-width: 1180px;
margin: auto;
}
.step {
text-align: center;
padding: 20px 10px;
border-left: 1px solid rgba(53,31,70,0.12);
}
.step:first-child { border-left: none; }
.step .circle {
width: 64px;
height: 64px;
margin: 0 auto 14px;
border: 1.5px solid var(--sage);
border-radius: 50%;
display: grid;
place-items: center;
color: var(--hg-purple);
font-size: 27px;
background: white;
}
.step h3 {
color: var(--hg-purple);
font-size: 13px;
font-family: Arial, sans-serif;
text-transform: uppercase;
line-height: 1.25;
margin-bottom: 8px;
}
.step p {
font-size: 13px;
margin: 0;
color: var(--muted);
}
.statement {
background:
linear-gradient(rgba(22,13,34,0.92), rgba(22,13,34,0.92)),
url('REPLACE-WITH-REAL-HUMBOLDT-FOREST.jpg') center/cover no-repeat;
color: var(--cream);
padding: 90px 24px;
text-align: center;
}
.statement h2 {
font-size: clamp(42px,5vw,76px);
color: var(--hg-gold);
max-width: 920px;
margin: auto;
}
.statement p {
font-size: 22px;
max-width: 780px;
margin: 26px auto 0;
}
.cta {
max-width: 1180px;
margin: auto;
padding: 72px 24px;
display: grid;
grid-template-columns: 0.7fr 1fr 0.9fr;
gap: 28px;
align-items: stretch;
}
.leaf-image {
border-radius: 22px;
background: url('REPLACE-WITH-REAL-PLANT-OR-LEAF.jpg') center/cover no-repeat;
min-height: 310px;
}
.cta-card {
background: white;
border-radius: 22px;
padding: 34px;
box-shadow: 0 10px 36px rgba(53,31,70,0.1);
}
.cta-card.dark {
background: var(--forest);
color: var(--cream);
}
.cta-card h3 {
color: var(--hg-purple);
font-size: 34px;
margin-bottom: 14px;
}
.cta-card.dark h3 { color: var(--hg-gold); }
.footer {
background: var(--hg-purple-dark);
color: var(--cream);
padding: 42px 24px;
font-family: Arial, sans-serif;
font-size: 13px;
}
.footer-grid {
max-width: 1180px;
margin: auto;
display: grid;
grid-template-columns: 1.2fr 1fr 1fr 1fr;
gap: 34px;
}
.footer h4 { color: var(--hg-gold); text-transform: uppercase; letter-spacing: 0.12em; font-size: 12px; }
@media (max-width: 900px) {
.navlinks { display: none; }
.values-grid, .proof-grid, .split, .cta, .footer-grid { grid-template-columns: 1fr; }
.value-card { border-right: none; border-bottom: 1px solid rgba(53,31,70,0.14); }
.gallery-row { grid-template-columns: 1fr 1fr; }
.steps { grid-template-columns: 1fr 1fr; }
.hero { min-height: 560px; }
}
</style>
</head>
<body>
<!-- WORDPRESS SECTION 1: HEADER / NAV -->
<header class="topbar">
<nav class="nav">
<a class="brand" href="https://www.humboldtgrace.org">
<span class="brand-mark">✺</span>
<span>Humboldt Grace<small>Humboldt Legacy Project</small></span>
</a>
<div class="navlinks">
<a href="#pathway">Pathway</a>
<a href="#skunk">Skunk #1</a>
<a href="#data">Data</a>
<a href="#prospectus">Prospectus</a>
<a class="button gold" href="#cta">Support Our Work</a>
</div>
</nav>
</header>
<!-- WORDPRESS SECTION 2: HERO -->
<section class="hero">
<div class="hero-content">
<div class="eyebrow">Love & Grace • Science & Culture • Ethics & Equity</div>
<h1>Ethical Pathways in Cannabis</h1>
<p>A new path forward rooted in Love & Grace — preserving, authenticating, and valuing cannabis genetics through community, science, and cultural stewardship.</p>
<a class="button" href="#pathway">Explore the Pathway</a>
</div>
</section>
<!-- WORDPRESS SECTION 3: VALUES STRIP -->
<section class="values">
<div class="values-grid">
<div class="value-card"><div class="icon">♡</div><div><h3>Love</h3><p>The willingness to listen, include, and collaborate.</p></div></div>
<div class="value-card"><div class="icon">☘</div><div><h3>Grace</h3><p>The commitment to act with care, fairness, and accountability.</p></div></div>
<div class="value-card"><div class="icon">●</div><div><h3>Community</h3><p>Built together through shared time, resources, and knowledge.</p></div></div>
<div class="value-card"><div class="icon">⚚</div><div><h3>Integrity</h3><p>Protecting the plant, our stories, and our future.</p></div></div>
</div>
</section>
<!-- WORDPRESS SECTION 4: FOUNDATION -->
<section class="section split">
<div>
<div class="eyebrow">The Foundation</div>
<h2>Built the Way This Culture Built Itself.</h2>
<p>The Humboldt Legacy Project was built on the plant’s values of Love and Grace — where collaboration replaced competition, and shared resources became the foundation of innovation.</p>
<p>This work was not built as extraction. It was built by farmers, scientists, breeders, advocates, and community members contributing time, knowledge, genetics, data, and belief in a better system.</p>
</div>
<div class="image-panel"></div>
</section>
<!-- WORDPRESS SECTION 5: PROOF OF CONCEPT -->
<section class="proof" id="skunk">
<div class="proof-grid">
<div class="proof-card">
<div class="eyebrow">Our Proof of Concept</div>
<h3>The Skunk #1 Case Study</h3>
<p>Skunk #1 was chosen as the beta cultivar because it is globally recognized, deeply documented, foundational to modern cannabis genetics, and rooted in legacy culture.</p>
<a class="button gold" href="#prospectus">Explore the Prospectus</a>
</div>
<div class="bud-feature" aria-label="Real Skunk #1 photo placeholder"></div>
<div class="proof-card" id="data">
<h3>Data Verified Lineage</h3>
<ul class="stats-list">
<li><strong>DNA:</strong> p. Ala250Asp and p. Ile63Leu markers identified.</li>
<li><strong>Grow-Off:</strong> 9 cultivators across Emerald Triangle conditions.</li>
<li><strong>THC:</strong> 8.88% – 25.35%.</li>
<li><strong>Terpenes:</strong> 0.58% – 1.78%, dominant terpene myrcene.</li>
<li><strong>Consumer:</strong> sensory and emotional experience over THC % alone.</li>
</ul>
</div>
</div>
</section>
<!-- WORDPRESS SECTION 6: REAL PHOTO GALLERY -->
<section class="gallery">
<div class="gallery-inner">
<div class="eyebrow">Visual Archive</div>
<h2>Real Skunk #1 + Humboldt Terroir</h2>
<div class="gallery-row">
<div class="gallery-img g1" data-label="Real Skunk #1 Bud Macro"></div>
<div class="gallery-img g2" data-label="HLPS#1 Plant Detail"></div>
<div class="gallery-img g3" data-label="Farm / Cultivation Context"></div>
<div class="gallery-img g4" data-label="Humboldt Mountain Terroir"></div>
<div class="gallery-img g5" data-label="Harvest / Stewardship Moment"></div>
</div>
</div>
</section>
<!-- WORDPRESS SECTION 7: ETHICAL PATHWAY -->
<section class="section pathway" id="pathway">
<div class="eyebrow" style="text-align:center;">The Ethical Pathway</div>
<h2>A Framework for Integrity & Value</h2>
<p class="intro">The pathway discovered through the Skunk #1 research model gives the cannabis industry a practical way to protect the plant, authenticate genetics, and return value to legacy culture.</p>
<div class="steps">
<div class="step"><div class="circle">🌱</div><h3>1. Preserve</h3><p>Protect cultivars, stories, and cultural knowledge.</p></div>
<div class="step"><div class="circle">🧬</div><h3>2. Authenticate</h3><p>Verify genetics through science and sequencing.</p></div>
<div class="step"><div class="circle">🔒</div><h3>3. Anchor</h3><p>Secure identity with ledger-based records.</p></div>
<div class="step"><div class="circle">⛰</div><h3>4. Contextualize</h3><p>Study place, climate, method, and terroir.</p></div>
<div class="step"><div class="circle">⚗</div><h3>5. Validate</h3><p>Use chemistry, COAs, thiols, and analytics.</p></div>
<div class="step"><div class="circle">👥</div><h3>6. Listen</h3><p>Capture consumer feedback and lived experience.</p></div>
<div class="step"><div class="circle">📖</div><h3>7. Integrate</h3><p>Combine science, story, culture, and history.</p></div>
<div class="step"><div class="circle">$</div><h3>8. Create Value</h3><p>Enable licensing, valuation, and fair opportunity.</p></div>
</div>
</section>
<!-- WORDPRESS SECTION 8: BIG STATEMENT -->
<section class="statement">
<h2>Culture Defines Ethics.<br />Ethics Protect Culture.</h2>
<p>When science is aligned with community values, we create systems that protect both the plant and the people who steward it.</p>
</section>
<!-- WORDPRESS SECTION 9: CTA / PROSPECTUS -->
<section class="cta" id="cta">
<div class="leaf-image"></div>
<div class="cta-card">
<h3>Join the Movement</h3>
<p>We invite cultivators, researchers, brands, and consumers to help build a future where cannabis is transparent, ethical, and rooted in Love & Grace.</p>
<a class="button" href="https://www.humboldtgrace.org">Get Involved</a>
</div>
<div class="cta-card dark" id="prospectus">
<h3>Explore the Skunk #1 Prospectus</h3>
<p>Full cultivar documentation, data, history, and research from the Humboldt Legacy Project Skunk #1 initiative.</p>
<a class="button gold" href="#">View Prospectus</a>
</div>
</section>
<!-- WORDPRESS SECTION 10: FOOTER -->
<footer class="footer">
<div class="footer-grid">
<div><h4>Humboldt Grace</h4><p>Rooted in Love & Grace. Growing a legacy for generations.</p></div>
<div><h4>Quick Links</h4><p>About<br>Research<br>Resources<br>Get Involved</p></div>
<div><h4>Connect</h4><p>info@humboldtgrace.org<br>@humboldtgracelegacy<br>Humboldt County, California</p></div>
<div><h4>Stay Connected</h4><p>Subscribe for updates on research, events, and impact.</p></div>
</div>
</footer>
</body>
</html>
Recent Comments