<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dharma STARS — Artha Path Elective Guide</title>
<style>
  @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Open+Sans:wght@300;400;600&display=swap');

  :root {
    --midnight: #1A1040;
    --gold: #C9A040;
    --gold-light: #E8C870;
    --qt: #2D0B5E;
    --qt-light: #7B4DB5;
    --qt-pale: #F3EDFF;
    --hla: #6B4A00;
    --hla-light: #C89B2A;
    --hla-pale: #FFF8E8;
    --sek: #1A3A4A;
    --sek-light: #4A8A9A;
    --sek-pale: #EAF4F8;
    --ew: #1A3D2B;
    --ew-light: #5A9A6A;
    --ew-pale: #EBF5EE;
    --text: #2A2A35;
    --light-text: #666680;
    --bg: #FAFAF8;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }

  body {
    font-family: 'Open Sans', sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.7;
  }

  /* HERO */
  .hero {
    background: linear-gradient(160deg, var(--midnight) 0%, #2D1060 50%, #1A3A50 100%);
    color: white;
    text-align: center;
    padding: 60px 24px 50px;
  }
  .hero-eyebrow {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 16px;
  }
  .hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .hero h1 span { color: var(--gold-light); }
  .hero-sub {
    font-size: 15px;
    color: rgba(255,255,255,0.75);
    max-width: 560px;
    margin: 0 auto 32px;
    font-weight: 300;
  }
  .four-dots {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 8px;
  }
  .dot-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 24px;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .dot-badge .dot { width: 8px; height: 8px; border-radius: 50%; }

  /* NAV TABS */
  .tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    background: white;
    border-bottom: 1px solid #E8E8E0;
    flex-wrap: wrap;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  }
  .tab {
    padding: 14px 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    color: var(--light-text);
    transition: all 0.2s;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .tab:hover { color: var(--text); }
  .tab.active { border-bottom-color: currentColor; }
  .tab.qt { color: var(--qt-light); }
  .tab.hla { color: var(--hla-light); }
  .tab.sek { color: var(--sek-light); }
  .tab.ew { color: var(--ew-light); }
  .tab.compare { color: var(--gold); }

  /* SECTIONS */
  .section { display: none; }
  .section.active { display: block; }

  /* ELECTIVE PAGES */
  .elective-page {
    max-width: 840px;
    margin: 0 auto;
    padding: 48px 24px 64px;
  }

  .elective-header {
    border-left: 6px solid var(--accent);
    padding: 24px 28px;
    margin-bottom: 36px;
    border-radius: 0 12px 12px 0;
    background: var(--accent-pale);
  }
  .elective-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 600;
    margin-bottom: 8px;
  }
  .elective-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 600;
    color: var(--accent);
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .elective-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-style: italic;
    color: var(--accent);
    opacity: 0.8;
  }

  .section-block {
    margin-bottom: 32px;
  }
  .section-block h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--accent-pale);
  }
  .section-block p {
    font-size: 14.5px;
    color: var(--text);
    margin-bottom: 12px;
    line-height: 1.75;
  }

  /* BULLET LISTS */
  .bullet-list { list-style: none; }
  .bullet-list li {
    padding: 7px 0 7px 24px;
    font-size: 14px;
    color: var(--text);
    border-bottom: 1px solid rgba(0,0,0,0.04);
    position: relative;
    line-height: 1.6;
  }
  .bullet-list li::before {
    content: "◆";
    position: absolute;
    left: 0;
    color: var(--accent);
    font-size: 8px;
    top: 12px;
  }

  /* QUESTION CARDS */
  .questions-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .q-card {
    background: var(--accent-pale);
    border-left: 4px solid var(--accent);
    border-radius: 0 8px 8px 0;
    padding: 12px 16px;
    font-size: 13.5px;
    font-style: italic;
    color: var(--accent);
    line-height: 1.5;
  }

  /* CALLING YOU CARDS */
  .calling-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  @media (max-width: 600px) { .calling-grid { grid-template-columns: 1fr; } }
  .calling-item {
    background: white;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--text);
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  }
  .calling-item::before {
    content: "✓ ";
    color: var(--accent);
    font-weight: 700;
  }

  /* COMPARE PAGE */
  .compare-page {
    max-width: 920px;
    margin: 0 auto;
    padding: 48px 24px 64px;
  }
  .compare-page h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.9rem;
    font-weight: 400;
    color: var(--midnight);
    margin-bottom: 8px;
  }
  .compare-page .intro {
    font-size: 14.5px;
    color: var(--light-text);
    margin-bottom: 36px;
    max-width: 620px;
  }

  /* COMPARISON CARDS */
  .compare-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 48px;
  }
  @media (max-width: 680px) { .compare-cards { grid-template-columns: 1fr; } }

  .compare-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
  }
  .compare-card-header {
    padding: 20px 20px 14px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .compare-card-number {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .compare-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  .compare-card-tagline {
    font-size: 12px;
    font-style: italic;
    opacity: 0.7;
  }
  .compare-card-body {
    padding: 16px 20px;
  }
  .compare-row {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5;
  }
  .compare-label {
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    min-width: 80px;
    padding-top: 2px;
    flex-shrink: 0;
  }
  .compare-value { color: var(--text); }

  /* CROSSOVER SECTION */
  .crossover-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.7rem;
    font-weight: 400;
    color: var(--midnight);
    margin-bottom: 20px;
  }
  .crossover-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  @media (max-width: 680px) { .crossover-grid { grid-template-columns: 1fr; } }

  .crossover-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.05);
  }
  .crossover-badge {
    display: inline-flex;
    gap: 8px;
    margin-bottom: 12px;
  }
  .cb-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 2px;
    flex-shrink: 0;
  }
  .crossover-name {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 8px;
  }
  .crossover-desc {
    font-size: 13px;
    color: var(--light-text);
    line-height: 1.6;
  }

  /* CLOSING */
  .closing {
    background: linear-gradient(135deg, var(--midnight) 0%, #2D1060 100%);
    color: white;
    text-align: center;
    padding: 48px 24px;
    margin-top: 0;
  }
  .closing h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 12px;
  }
  .closing p {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    max-width: 500px;
    margin: 0 auto 20px;
  }
  .closing a {
    color: var(--gold-light);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
  }
</style>
</head>
<body>

<!-- HERO -->
<div class="hero">
  <div class="hero-eyebrow">Dharma STARS · Artha Path Certification</div>
  <h1>Finding Your <span>Elective Path</span></h1>
  <p class="hero-sub">Which of the four Artha Path electives is calling you? This guide helps you recognise your natural pull.</p>
  <div class="four-dots">
    <div class="dot-badge" style="color:#B090E0">
      <span class="dot" style="background:#7B4DB5"></span> QT & Consciousness
    </div>
    <div class="dot-badge" style="color:#E8C870">
      <span class="dot" style="background:#C89B2A"></span> Astrology
    </div>
    <div class="dot-badge" style="color:#8ABFC8">
      <span class="dot" style="background:#4A8A9A"></span> Sekhem
    </div>
    <div class="dot-badge" style="color:#8AC89A">
      <span class="dot" style="background:#5A9A6A"></span> Earth Work
    </div>
  </div>
</div>

<!-- TABS -->
<div class="tabs">
  <button class="tab qt active" onclick="showTab('qt')">✦ QT & Consciousness</button>
  <button class="tab hla" onclick="showTab('hla')">✦ Astrology</button>
  <button class="tab sek" onclick="showTab('sek')">✦ Sekhem</button>
  <button class="tab ew" onclick="showTab('ew')">✦ Earth Work</button>
  <button class="tab compare" onclick="showTab('compare')">◈ Compare All</button>
</div>

<!-- QT SECTION -->
<div id="tab-qt" class="section active" style="--accent: var(--qt); --accent-pale: var(--qt-pale);">
  <div class="elective-page">
    <div class="elective-header">
      <div class="elective-eyebrow">Elective One</div>
      <div class="elective-title">Quantum Transfiguration<br>& Consciousness Studies</div>
      <div class="elective-tagline">The Path of the Consciousness Pioneer</div>
    </div>

    <div class="section-block">
      <h3>Who is Drawn to This Path</h3>
      <p>QT students are deep-thinkers and pattern-seers — people who want to understand not just how to heal, but what healing actually is at the quantum, karmic, and ancestral level. They have often done significant personal work and are seeking a framework that can hold the full complexity of their experience, including dimensions that standard psychology has no language for.</p>
      <p>They tend to have a strong intellectual and intuitive relationship with science — wanting the research and the mechanism — while simultaneously holding a knowing that reality is vastly more than current science maps. They are often the person in any room who sees the systemic patterns beneath the surface.</p>
    </div>

    <div class="section-block">
      <h3>Common Life Experiences</h3>
      <ul class="bullet-list">
        <li>Significant personal healing journey — often having tried many approaches before finding what truly shifted the pattern</li>
        <li>Recurring patterns that feel ancestral or karmic rather than purely personal</li>
        <li>Previous exposure to IFS, theta healing, or energy work that opened doors without full framework</li>
        <li>Strong sense of carrying patterns from ancestors or past lives</li>
        <li>Natural capacity for non-verbal knowing — sensing information about people beyond logical explanation</li>
        <li>A dharmic urgency — feeling called to something specific that hasn't yet found its container</li>
      </ul>
    </div>

    <div class="section-block">
      <h3>Questions You're Probably Asking</h3>
      <div class="questions-grid">
        <div class="q-card">Why do the same patterns keep returning even after years of work — in myself and in my clients?</div>
        <div class="q-card">How do I access the deeper layers — ancestral, karmic, pre-verbal — that my current tools can't reach?</div>
        <div class="q-card">What is actually happening in a healing session at the energetic and quantum level?</div>
        <div class="q-card">How do I hold space for someone's full multidimensional experience without getting lost?</div>
      </div>
    </div>

    <div class="section-block">
      <h3>Gifts You'll Develop</h3>
      <ul class="bullet-list">
        <li>Holding expanded states of consciousness whilst remaining grounded and professionally present</li>
        <li>Fluency in working across five fields: psychological, ancestral, karmic, morphogenetic, and transpersonal</li>
        <li>A coherent framework that holds science and spirit, ancient and modern, in one integrated whole</li>
        <li>Precision in discernment — knowing when a pattern is fixed versus available to shift right now</li>
        <li>The capacity to work non-verbally — facilitating healing without requiring story</li>
        <li>Gene Keys and epigenetic literacy that enriches every aspect of practice</li>
      </ul>
    </div>

    <div class="section-block">
      <h3>This Might Be Your Path If...</h3>
      <div class="calling-grid">
        <div class="calling-item">You are drawn to the question of consciousness itself — not as philosophy but as lived experience</div>
        <div class="calling-item">You naturally see patterns, fractals, and the bigger picture in sessions and conversations</div>
        <div class="calling-item">You feel the limitation of purely talk-based or physically-focused approaches</div>
        <div class="calling-item">You have a working relationship with karma and want to integrate it into your practice</div>
        <div class="calling-item">Your own development as practitioner feels like your primary instrument of healing</div>
        <div class="calling-item">"Morphogenetic field," "ancestral burden," "karmic pattern" feel like home, not abstractions</div>
      </div>
    </div>
  </div>
</div>

<!-- HLA SECTION -->
<div id="tab-hla" class="section" style="--accent: var(--hla); --accent-pale: var(--hla-pale);">
  <div class="elective-page">
    <div class="elective-header">
      <div class="elective-eyebrow">Elective Two</div>
      <div class="elective-title">Holistic Liberatory Astrology</div>
      <div class="elective-tagline">The Path of the Sacred Cartographer</div>
    </div>

    <div class="section-block">
      <h3>Who is Drawn to This Path</h3>
      <p>HLA students are natural synthesisers — people who see connections across systems, cultures, and traditions, and feel a deep frustration with approaches that are too narrow or too deterministic. They are drawn to astrology not as fortune-telling but as a sophisticated map of consciousness and karma — a sacred science that offers precision and liberation when used with skill and integrity.</p>
      <p>Many have been informally reading charts for years and are seeking a framework that does justice to the full depth they already sense. They are often highly intuitive, gifted at holding complexity, and frequently the person others turn to for timing guidance.</p>
    </div>

    <div class="section-block">
      <h3>Common Life Experiences</h3>
      <ul class="bullet-list">
        <li>A deeply accurate or transformative personal astrology experience — a transit or dasha that illuminated everything</li>
        <li>Exposure to multiple systems (Vedic, Western, Mayan) with a growing sense that none alone captures the full picture</li>
        <li>Living by cycles, seasons, and waves rather than linear progress — feeling time as spiralling, not straight</li>
        <li>Strong sensitivity to celestial cycles — knowing a full moon is approaching before looking it up</li>
        <li>Deep reverence for indigenous time-keeping — feeling something essential was lost with linear Gregorian time</li>
        <li>Recurring experiences of karma arriving at precisely timed junctures — Saturn return, nodal returns, Rahu activations</li>
      </ul>
    </div>

    <div class="section-block">
      <h3>Questions You're Probably Asking</h3>
      <div class="questions-grid">
        <div class="q-card">How do I read a chart in a way that liberates rather than limits — opening possibility rather than predicting fixed fate?</div>
        <div class="q-card">How do Vedic, Mayan, and Kalachakra systems triangulate — and what does their convergence reveal?</div>
        <div class="q-card">How do I offer timing guidance with precision and integrity that aligns clients with their natural karmic rhythm?</div>
        <div class="q-card">What does it mean to work with astrology as sacred science rather than entertainment or prediction?</div>
      </div>
    </div>

    <div class="section-block">
      <h3>Gifts You'll Develop</h3>
      <ul class="bullet-list">
        <li>Fluency across three complementary systems: Jyotisha, Dreamspell/Sacred Mayan Calendar, and Kalachakra</li>
        <li>The ability to triangulate across systems to reveal the full karmic and dharmic picture</li>
        <li>A non-deterministic, liberatory approach to chart-reading that empowers clients</li>
        <li>Skill in reading ancestral and collective patterns — not just individual ones</li>
        <li>Precise timing guidance rooted in natural cycles rather than linear logic</li>
        <li>A deepened personal alignment with cosmic time as a spiritual practice in itself</li>
      </ul>
    </div>

    <div class="section-block">
      <h3>This Might Be Your Path If...</h3>
      <div class="calling-grid">
        <div class="calling-item">You have always felt a deep pull towards the sky — through astrology, astronomy, or felt celestial influence</div>
        <div class="calling-item">Standard Western sun-sign astrology feels too shallow — you're hungry for Vedic and Mayan depth</div>
        <div class="calling-item">You're drawn to the interface of time, karma, and consciousness — why things happen when they do</div>
        <div class="calling-item">You naturally synthesise multiple perspectives without losing coherence or becoming confused</div>
        <div class="calling-item">You want to offer clients a dharmic map — not just their wounds — that genuinely empowers them</div>
        <div class="calling-item">"Sacred timing" or "cosmic cartographer" resonates as a description of your vocation</div>
      </div>
    </div>
  </div>
</div>

<!-- SEKHEM SECTION -->
<div id="tab-sek" class="section" style="--accent: var(--sek); --accent-pale: var(--sek-pale);">
  <div class="elective-page">
    <div class="elective-header">
      <div class="elective-eyebrow">Elective Three</div>
      <div class="elective-title">Sekhem Energetic Medicine</div>
      <div class="elective-tagline">The Path of the Initiated Healer</div>
    </div>

    <div class="section-block">
      <h3>Who is Drawn to This Path</h3>
      <p>Sekhem students tend to be deeply somatic and energetically sensitive — those who feel energy in their hands, sense others' emotional states as physical sensations, and have always known there is more to health than the biochemical. They are often natural empaths who have needed to develop discernment and energetic hygiene to manage the sensitivity they were born with.</p>
      <p>Many come with a background in Reiki or bodywork, seeking an initiation that goes deeper — both in the power of the transmission and the sophistication of the system. There is often a strong Egyptian or Kemetic resonance: a felt recognition of the ancient Egyptian energy field, the Neteru, and the presence of Sekhmet.</p>
    </div>

    <div class="section-block">
      <h3>Common Life Experiences</h3>
      <ul class="bullet-list">
        <li>Natural healer from childhood — the person others seek out when unwell or distressed, without formal training</li>
        <li>Strong energetic sensitivity — feeling other people's physical and emotional states in your own body</li>
        <li>History with Reiki or other energy modalities with a sense that something deeper is available</li>
        <li>Recurring connections to ancient Egypt, the Sirian star system, or Lemurian/Atlantean fields</li>
        <li>A calling to ceremony and initiation — understanding that certain transmissions require sacred rite, not just information</li>
        <li>Physical sensitivity — healing crises experienced as spiritual initiations, emerging with deepened gifts</li>
      </ul>
    </div>

    <div class="section-block">
      <h3>Questions You're Probably Asking</h3>
      <div class="questions-grid">
        <div class="q-card">How do I develop my natural healing capacity into a rigorous, initiated, and ethically grounded practice?</div>
        <div class="q-card">What is the relationship between the subtle body systems and physical health — and how do I work with it intelligently?</div>
        <div class="q-card">How do I develop energetic hygiene practices that allow me to hold space without depleting myself?</div>
        <div class="q-card">What does it mean to work within a lineage — to receive transmission rather than just learn technique?</div>
      </div>
    </div>

    <div class="section-block">
      <h3>Gifts You'll Develop</h3>
      <ul class="bullet-list">
        <li>Initiated connection to the Sekhem-Seichim-Reiki tripartite lineage — a living transmission from the Great Pyramid</li>
        <li>Working knowledge of the subtle body system: etheric, astral, mental, causal, and higher-dimensional bodies</li>
        <li>Fluency with the sacred Sekhem symbol set — each symbol a vibrational key to specific healing frequencies</li>
        <li>Capacity to facilitate distant and group healing through field coherence principles</li>
        <li>Deep personal energetic hygiene — remaining clear and grounded while working with others' energy</li>
        <li>Understanding of the emotion-health interface and skill in working with it</li>
      </ul>
    </div>

    <div class="section-block">
      <h3>This Might Be Your Path If...</h3>
      <div class="calling-grid">
        <div class="calling-item">You feel energy in your hands or body and want to develop this into a trusted healing capacity</div>
        <div class="calling-item">You are drawn to initiatory traditions — transmissions that require rite of passage, not just information</div>
        <div class="calling-item">You feel a resonance with ancient Egypt, the Neteru, or the Sirian stellar lineages</div>
        <div class="calling-item">You are a Reiki practitioner who senses there is a deeper layer available</div>
        <div class="calling-item">You want to work directly with physical and subtle body systems, not just the field level</div>
        <div class="calling-item">The concept of sacred fire, solar healing energy, and the lioness power of Sekhmet speaks deeply to you</div>
      </div>
    </div>
  </div>
</div>

<!-- EARTH WORK SECTION -->
<div id="tab-ew" class="section" style="--accent: var(--ew); --accent-pale: var(--ew-pale);">
  <div class="elective-page">
    <div class="elective-header">
      <div class="elective-eyebrow">Elective Four</div>
      <div class="elective-title">Earth Work</div>
      <div class="elective-tagline">The Path of the Earthkeeper</div>
    </div>

    <div class="section-block">
      <h3>Who is Drawn to This Path</h3>
      <p>Earth Work students often feel the ecological crisis not as an abstract concern but as a personal grief — a body-level distress, an ancient recognition. Many have spent years in environmental or social justice work before arriving at the understanding that healing the land and healing the psyche are the same work approached from different directions.</p>
      <p>They are frequently people who need regular time outdoors not as preference but as genuine physiological and spiritual necessity. They may have spent significant time in indigenous communities or on pilgrimage, and carry a strong decolonisation impulse — understanding that this must happen inwardly as well as politically.</p>
    </div>

    <div class="section-block">
      <h3>Common Life Experiences</h3>
      <ul class="bullet-list">
        <li>Deep personal resonance with land and nature — experiencing significant healing through time in the natural world</li>
        <li>Experience in indigenous or traditional communities — ceremony, pilgrimage, land restoration, apprenticeship with elders</li>
        <li>Background in permaculture, regenerative agriculture, environmental science, or land stewardship</li>
        <li>Personal experience with plant medicines that opened their relationship with the natural world</li>
        <li>History of eco-grief, climate anxiety, or felt personal responsibility for the state of the Earth</li>
        <li>Sensitivity to earth energies — the ability to feel geomantic fields or the 'aliveness' of specific landscapes</li>
      </ul>
    </div>

    <div class="section-block">
      <h3>Questions You're Probably Asking</h3>
      <div class="questions-grid">
        <div class="q-card">How do I work with the land — not just on it — in a way that honours its consciousness and intelligence?</div>
        <div class="q-card">How do I serve as a bridge between indigenous wisdom and contemporary practice with genuine integrity?</div>
        <div class="q-card">How do my inner landscape and the outer landscape mirror each other — and how do I work with both simultaneously?</div>
        <div class="q-card">How do I bring reciprocity, natural law, and ecological ethics into everything I do?</div>
      </div>
    </div>

    <div class="section-block">
      <h3>Gifts You'll Develop</h3>
      <ul class="bullet-list">
        <li>A rigorous framework for earth-based practice: ecopsychology, geomancy, indigenous science, natural law, permaculture</li>
        <li>Skills of 'multi-realm diplomacy' — communication across human, natural, elemental, and ancestral dimensions</li>
        <li>A decolonised relationship with knowledge — holding empirical science and indigenous wisdom as equally valid</li>
        <li>Deep ecological literacy — reading landscape, seasons, and natural patterns as living texts</li>
        <li>Confidence in working with plant medicines and altered states as sacred technologies</li>
        <li>A personal practice of reciprocity rooted in Ayni, Napaji Napaji, and natural law ethics</li>
      </ul>
    </div>

    <div class="section-block">
      <h3>This Might Be Your Path If...</h3>
      <div class="calling-grid">
        <div class="calling-item">Your healing and spiritual work is inseparable from your relationship with the natural world</div>
        <div class="calling-item">You feel called to work with the land — through ceremony, restoration, geomancy, or community practice</div>
        <div class="calling-item">You carry a deep commitment to decolonisation — as inner spiritual practice as much as outer politics</div>
        <div class="calling-item">You approach indigenous wisdom traditions with genuine humility and desire to learn right protocols</div>
        <div class="calling-item">You want to understand the Earth as a living intelligence that can be communicated with</div>
        <div class="calling-item">"Earthkeeper," "songlines," "ayni," and "natural law" describe how you already orient to the world</div>
      </div>
    </div>
  </div>
</div>

<!-- COMPARE SECTION -->
<div id="tab-compare" class="section">
  <div class="compare-page">
    <h2>Compare All Four Electives</h2>
    <p class="intro">A quick-reference overview to support your discernment. Read all four before deciding — sometimes the path we hesitate over is the one most calling us.</p>

    <div class="compare-cards">
      <!-- QT -->
      <div class="compare-card">
        <div class="compare-card-header" style="background: var(--qt-pale); border-left: 5px solid var(--qt);">
          <div class="compare-card-number" style="color: var(--qt)">Elective One</div>
          <div class="compare-card-title" style="color: var(--qt)">QT & Consciousness Studies</div>
          <div class="compare-card-tagline" style="color: var(--qt)">The Consciousness Pioneer</div>
        </div>
        <div class="compare-card-body">
          <div class="compare-row">
            <span class="compare-label" style="color: var(--qt)">Core</span>
            <span class="compare-value">The mechanics of consciousness; quantum, karmic &amp; ancestral healing</span>
          </div>
          <div class="compare-row">
            <span class="compare-label" style="color: var(--qt)">Student</span>
            <span class="compare-value">Deep-thinkers, pattern-seers, practitioners wanting field-level work</span>
          </div>
          <div class="compare-row">
            <span class="compare-label" style="color: var(--qt)">Tools</span>
            <span class="compare-value">IFS, karma, Gene Keys, epigenetics, morphogenetic fields, astrology for timing</span>
          </div>
          <div class="compare-row">
            <span class="compare-label" style="color: var(--qt)">Gift</span>
            <span class="compare-value">Holding the full multidimensional field with precision and compassion</span>
          </div>
        </div>
      </div>

      <!-- HLA -->
      <div class="compare-card">
        <div class="compare-card-header" style="background: var(--hla-pale); border-left: 5px solid var(--hla);">
          <div class="compare-card-number" style="color: var(--hla)">Elective Two</div>
          <div class="compare-card-title" style="color: var(--hla)">Holistic Liberatory Astrology</div>
          <div class="compare-card-tagline" style="color: var(--hla)">The Sacred Cartographer</div>
        </div>
        <div class="compare-card-body">
          <div class="compare-row">
            <span class="compare-label" style="color: var(--hla)">Core</span>
            <span class="compare-value">Cosmic timing; reading karmic maps across Vedic, Mayan &amp; Kalachakra systems</span>
          </div>
          <div class="compare-row">
            <span class="compare-label" style="color: var(--hla)">Student</span>
            <span class="compare-value">Synthesisers, timing-sensitive, drawn to sacred science and non-deterministic reading</span>
          </div>
          <div class="compare-row">
            <span class="compare-label" style="color: var(--hla)">Tools</span>
            <span class="compare-value">Jyotisha, Dreamspell, Kalachakra, nodal axis, dashas, ancestral field</span>
          </div>
          <div class="compare-row">
            <span class="compare-label" style="color: var(--hla)">Gift</span>
            <span class="compare-value">Liberatory timing guidance that empowers rather than limits</span>
          </div>
        </div>
      </div>

      <!-- SEKHEM -->
      <div class="compare-card">
        <div class="compare-card-header" style="background: var(--sek-pale); border-left: 5px solid var(--sek);">
          <div class="compare-card-number" style="color: var(--sek)">Elective Three</div>
          <div class="compare-card-title" style="color: var(--sek)">Sekhem Energetic Medicine</div>
          <div class="compare-card-tagline" style="color: var(--sek)">The Initiated Healer</div>
        </div>
        <div class="compare-card-body">
          <div class="compare-row">
            <span class="compare-label" style="color: var(--sek)">Core</span>
            <span class="compare-value">Initiated transmission; working with biofield and subtle body systems</span>
          </div>
          <div class="compare-row">
            <span class="compare-label" style="color: var(--sek)">Student</span>
            <span class="compare-value">Natural empaths, somatic healers, Reiki practitioners, those drawn to lineage</span>
          </div>
          <div class="compare-row">
            <span class="compare-label" style="color: var(--sek)">Tools</span>
            <span class="compare-value">Sacred symbols, subtle body mapping, distant healing, Egyptian lineage, energetic hygiene</span>
          </div>
          <div class="compare-row">
            <span class="compare-label" style="color: var(--sek)">Gift</span>
            <span class="compare-value">Holding initiated healing space with clarity, groundedness, and sacred fire</span>
          </div>
        </div>
      </div>

      <!-- EARTH WORK -->
      <div class="compare-card">
        <div class="compare-card-header" style="background: var(--ew-pale); border-left: 5px solid var(--ew);">
          <div class="compare-card-number" style="color: var(--ew)">Elective Four</div>
          <div class="compare-card-title" style="color: var(--ew)">Earth Work</div>
          <div class="compare-card-tagline" style="color: var(--ew)">The Earthkeeper</div>
        </div>
        <div class="compare-card-body">
          <div class="compare-row">
            <span class="compare-label" style="color: var(--ew)">Core</span>
            <span class="compare-value">The Earth as living intelligence; reciprocal healing across the human-nature interface</span>
          </div>
          <div class="compare-row">
            <span class="compare-label" style="color: var(--ew)">Student</span>
            <span class="compare-value">Earthkeepers, land-sensitive, ecologically-oriented, decolonisation-committed</span>
          </div>
          <div class="compare-row">
            <span class="compare-label" style="color: var(--ew)">Tools</span>
            <span class="compare-value">Ecopsychology, geomancy, indigenous science, permaculture, plant medicines, natural law</span>
          </div>
          <div class="compare-row">
            <span class="compare-label" style="color: var(--ew)">Gift</span>
            <span class="compare-value">Bridging the human and more-than-human worlds with integrity and reciprocity</span>
          </div>
        </div>
      </div>
    </div>

    <!-- CROSSOVER -->
    <h3 class="crossover-title">When Two Paths Are Calling</h3>
    <div class="crossover-grid">
      <div class="crossover-card">
        <div class="crossover-badge">
          <span class="cb-dot" style="background: var(--qt-light)"></span>
          <span class="cb-dot" style="background: var(--hla-light)"></span>
        </div>
        <div class="crossover-name" style="color: var(--qt)">QT + Astrology</div>
        <p class="crossover-desc">The consciousness pioneer who works with time as a healing dimension — knowing what is in someone's field and precisely when the moment is ripe to address it.</p>
      </div>
      <div class="crossover-card">
        <div class="crossover-badge">
          <span class="cb-dot" style="background: var(--qt-light)"></span>
          <span class="cb-dot" style="background: var(--ew-light)"></span>
        </div>
        <div class="crossover-name" style="color: var(--qt)">QT + Earth Work</div>
        <p class="crossover-desc">The inner-outer healing practitioner — working with the psyche's internal landscape and the land's external landscape as mirror reflections of each other.</p>
      </div>
      <div class="crossover-card">
        <div class="crossover-badge">
          <span class="cb-dot" style="background: var(--sek-light)"></span>
          <span class="cb-dot" style="background: var(--qt-light)"></span>
        </div>
        <div class="crossover-name" style="color: var(--sek)">Sekhem + QT</div>
        <p class="crossover-desc">The initiated consciousness healer — combining direct energetic transmission from an ancient lineage with the sophisticated karmic and field-level framework of QT.</p>
      </div>
      <div class="crossover-card">
        <div class="crossover-badge">
          <span class="cb-dot" style="background: var(--sek-light)"></span>
          <span class="cb-dot" style="background: var(--ew-light)"></span>
        </div>
        <div class="crossover-name" style="color: var(--sek)">Sekhem + Earth Work</div>
        <p class="crossover-desc">The land healer and elemental practitioner — working with healing energies of both the subtle body and the living earth as expressions of the same primordial life force.</p>
      </div>
    </div>
  </div>
</div>

<!-- CLOSING -->
<div class="closing">
  <h2>Trust the Pull</h2>
  <p>The elective that creates a feeling of recognition — even mixed with a little uncertainty — is almost always the right one. You are not choosing your path so much as acknowledging what is already calling you home.</p>
  <a href="https://dharmastars.org">dharmastars.org</a>
</div>

<script>
function showTab(name) {
  document.querySelectorAll('.section').forEach(s => s.classList.remove('active'));
  document.querySelectorAll('.tab').forEach(t => t.classList.remove('active'));
  document.getElementById('tab-' + name).classList.add('active');
  document.querySelectorAll('.tab.' + name).forEach(t => t.classList.add('active'));
  if (name === 'compare') {
    document.querySelectorAll('.tab.compare').forEach(t => t.classList.add('active'));
  }
}
</script>
</body>
</html>