<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PINA CLAN | Luna Gathering</title>
<link rel="stylesheet" href="style.css">
</head>
<body>

<div class="starfield"></div>

<header class="hero">
    <div class="logo-container">
        <h1 class="logo">PINA CLAN</h1>
        <div class="glow-ring"></div>
    </div>

    <div class="content">
        <h2 id="phase-title"></h2>
        <p id="phase-subtitle"></p>
        <div id="countdown" class="countdown"></div>
    </div>
</header>

<section class="about">
    <h3>The Luna Gathering Series</h3>
    <p>
        A 12-month ancestral electronic ritual aligned with the lunar cycle.
        Each New Moon invokes a clan. Each season carries intention.
    </p>
    <p class="ubuntu">"Ubuntu — I am because we are."</p>
</section>

<script src="script.js"></script>
</body>
</html>