/* ============================================================
   THE HIGHER COUNCIL — shared stylesheet
   Palette:  bg #08080c / bg-alt #0e0d13
             purple deep #4b3861 / purple #6f5088 / purple light #a688c4
             teal deep #17352c / teal #2f6353 / teal light #6bb79a
             cream #e3d8c4 / cream dim #b6a98f
   Type:     display "Rye" (carved poster serif)
             body "Cormorant Garamond"
             label "Cinzel"
   ============================================================ */

:root{
  --bg: #08080c;
  --bg-alt: #0e0d13;
  --purple-deep: #3d2e4f;
  --purple: #6f5088;
  --purple-light: #a688c4;
  --teal-deep: #17352c;
  --teal: #2f6353;
  --teal-light: #6bb79a;
  --cream: #e6dcc9;
  --cream-dim: #b6a98f;
  --line: rgba(230,220,201,0.16);
}

*{ box-sizing: border-box; }

html{ scroll-behavior: smooth; }

body{
  margin:0;
  background: var(--bg);
  color: var(--cream);
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  line-height: 1.6;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

/* ---------- ambient star canvas ---------- */
#stars{
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* soft vignette + fog glow */
body::before{
  content:"";
  position: fixed;
  inset:0;
  z-index: 1;
  pointer-events:none;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(111,80,136,0.16), transparent 60%),
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(47,99,83,0.14), transparent 60%),
    radial-gradient(ellipse 120% 90% at 50% 50%, transparent 40%, rgba(0,0,0,0.55) 100%);
}

a{ color: inherit; text-decoration: none; }

.wrap{
  position: relative;
  z-index: 2;
}

/* ---------- typography ---------- */
h1,h2,h3, .display{
  font-family: 'Rye', serif;
  font-weight: 400;
  color: var(--cream);
  letter-spacing: 0.5px;
  text-shadow: 0 0 22px rgba(166,136,196,0.25);
}

.label{
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 12.5px;
  color: var(--teal-light);
}

/* ---------- nav ---------- */
header.site-header{
  position: relative;
  z-index: 10;
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding: 26px 5vw;
  gap: 20px;
}

.brand{
  display:flex;
  align-items:center;
  gap: 12px;
}
.brand img{
  height: 46px;
  width: 46px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(107,183,154,0.35));
}
.brand span{
  font-family:'Rye', serif;
  font-size: 17px;
  color: var(--cream);
  letter-spacing: 0.5px;
  line-height:1.1;
}

nav.main-nav{
  display:flex;
  gap: 34px;
  align-items:center;
}
nav.main-nav a{
  font-family:'Cinzel', serif;
  font-size: 12.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream-dim);
  position: relative;
  padding-bottom: 6px;
  transition: color .3s ease;
}
nav.main-nav a::after{
  content:"";
  position:absolute;
  left:50%; right:50%;
  bottom:0;
  height:1px;
  background: var(--teal-light);
  transition: left .3s ease, right .3s ease;
}
nav.main-nav a:hover,
nav.main-nav a.active{
  color: var(--cream);
}
nav.main-nav a:hover::after,
nav.main-nav a.active::after{
  left:0; right:0;
}

.nav-toggle{
  display:none;
  background:none;
  border: 1px solid var(--line);
  color: var(--cream);
  width: 40px; height: 40px;
  border-radius: 50%;
  font-size: 18px;
  cursor:pointer;
}

/* ---------- ornamental divider ---------- */
.divider{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 14px;
  margin: 28px auto;
  width: min(320px, 70%);
  color: var(--purple-light);
  opacity: .8;
}
.divider::before,
.divider::after{
  content:"";
  flex:1;
  height:1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.divider svg{ width:22px; height:22px; flex-shrink:0; }

/* ---------- hero ---------- */
main.hero{
  min-height: 82vh;
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding: 40px 6vw 90px;
  position: relative;
}

.hero-logo{
  width: min(300px, 55vw);
  filter: drop-shadow(0 0 40px rgba(107,183,154,0.18));
  margin-bottom: 6px;
  animation: float 7s ease-in-out infinite;
}
@keyframes float{
  0%,100%{ transform: translateY(0px); }
  50%{ transform: translateY(-10px); }
}

.eyebrow{
  margin-top: 6px;
}

.hero h1{
  font-size: clamp(48px, 9vw, 108px);
  margin: 6px 0 2px;
  line-height: 0.96;
}

.hero .tagline{
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(16px, 2.1vw, 21px);
  color: var(--cream-dim);
  max-width: 560px;
  margin: 14px auto 30px;
}

/* ribbon banner, echoing the logo's bottom banner */
.ribbon{
  position: relative;
  display:inline-block;
  padding: 14px 46px;
  margin-top: 6px;
  background: linear-gradient(180deg, var(--purple) 0%, var(--purple-deep) 100%);
  color: var(--cream);
  font-family:'Cinzel', serif;
  letter-spacing: 0.3em;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(0,0,0,0.45);
  clip-path: polygon(0% 0%, 100% 0%, 100% 78%, 96% 100%, 92% 78%, 8% 78%, 4% 100%, 0% 78%);
}

/* pulsing eye — signature motif echoing the mic-stand eye in the logo */
.eye{
  width: 54px;
  height: 54px;
  margin: 38px auto 0;
  position: relative;
  opacity: .9;
}
.eye svg{ width:100%; height:100%; }
.eye .iris{
  animation: blink 6s ease-in-out infinite;
  transform-origin: center;
}
@keyframes blink{
  0%, 92%, 100% { transform: scaleY(1); }
  95% { transform: scaleY(0.08); }
}
.eye .glow{
  animation: pulse 4.5s ease-in-out infinite;
}
@keyframes pulse{
  0%,100%{ opacity:.35; }
  50%{ opacity: .9; }
}

/* ---------- coming soon status line ---------- */
.status{
  margin-top: 40px;
  font-family:'Cinzel', serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream-dim);
  display:flex;
  align-items:center;
  gap: 10px;
}
.status .dot{
  width:7px; height:7px;
  border-radius:50%;
  background: var(--teal-light);
  box-shadow: 0 0 10px var(--teal-light);
  animation: dotpulse 2.2s ease-in-out infinite;
}
@keyframes dotpulse{
  0%,100%{ opacity:.4; transform:scale(0.85);}
  50%{ opacity:1; transform:scale(1.15);}
}

/* ---------- inner page hero (About / Find Us / Merch) ---------- */
main.page{
  min-height: 76vh;
  padding: 60px 6vw 100px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.page-eyebrow{
  margin-bottom: 10px;
}
main.page h1{
  font-size: clamp(40px, 7vw, 74px);
  margin: 4px 0 0;
}
.page-sigil{
  width: 64px;
  height:64px;
  margin: 22px 0 8px;
  opacity: .85;
}
.page-sigil svg{ width:100%; height:100%; }

.page-body{
  max-width: 620px;
  color: var(--cream-dim);
  font-size: 19px;
}
.page-body p + p{ margin-top: 14px; }
.page-body em{ color: var(--purple-light); font-style: italic; }

.coming-tag{
  display:inline-block;
  margin: 30px 0 8px;
  padding: 8px 24px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family:'Cinzel', serif;
  font-size: 11.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--teal-light);
  background: rgba(47,99,83,0.08);
}

/* teaser grid for Find Us / Merch placeholders */
.teaser-grid{
  display:flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content:center;
  margin-top: 40px;
  max-width: 640px;
}
.teaser-card{
  flex: 1 1 130px;
  max-width: 160px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 12px;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), transparent);
  transition: border-color .3s ease, transform .3s ease;
}
.teaser-card:hover{
  border-color: var(--purple-light);
  transform: translateY(-3px);
}
.teaser-card svg{
  width: 26px; height: 26px;
  color: var(--cream-dim);
  margin-bottom: 10px;
}
.teaser-card .tc-name{
  font-family:'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream);
  display:block;
  margin-bottom: 4px;
}
.teaser-card .tc-status{
  font-size: 14px;
  color: var(--cream-dim);
  font-style: italic;
}

/* ---------- contact button ---------- */
.contact-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
  padding: 13px 30px;
  border: 1px solid var(--purple-light);
  border-radius: 999px;
  background: rgba(111,80,136,0.1);
  color: var(--cream);
  font-family: 'Cinzel', serif;
  font-size: 12.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background .3s ease, transform .3s ease, box-shadow .3s ease;
}
.contact-btn svg{ width: 16px; height: 16px; flex-shrink: 0; }
.contact-btn:hover{
  background: rgba(111,80,136,0.22);
  box-shadow: 0 0 22px rgba(166,136,196,0.3);
  transform: translateY(-2px);
}

/* ---------- footer ---------- */
footer{
  position: relative;
  z-index: 2;
  text-align:center;
  padding: 34px 6vw 40px;
  border-top: 1px solid var(--line);
}
footer .foot-label{
  font-family:'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream-dim);
}
footer .foot-sub{
  margin-top: 6px;
  font-size: 14px;
  color: rgba(182,169,143,0.6);
}

/* ---------- responsive ---------- */
@media (max-width: 720px){
  nav.main-nav{
    position: fixed;
    top: 0; right: 0;
    height: 100vh;
    width: 68vw;
    max-width: 300px;
    background: var(--bg-alt);
    border-left: 1px solid var(--line);
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    transform: translateX(100%);
    transition: transform .35s ease;
    z-index: 30;
  }
  nav.main-nav.open{ transform: translateX(0); }
  .nav-toggle{ display:block; z-index: 31; }
  body.nav-open::after{
    content:"";
    position:fixed; inset:0;
    background: rgba(0,0,0,0.5);
    z-index: 20;
  }
}

@media (prefers-reduced-motion: reduce){
  *{ animation: none !important; transition: none !important; }
}
