/* ══════════════════════════════════════
   SECTIONS
══════════════════════════════════════ */
#landing {
  position: relative; z-index: 1;
  min-height: 100dvh;
  justify-content: space-between;
  display: flex; flex-direction: column;
}

/* ══════════════════════════════════════
   NAV
══════════════════════════════════════ */
.nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 24px; flex-shrink: 0;
}
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; user-select: none;
}
.nav-logo-mark,
.feed-logo-mark {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.nav-logo-mark  { width: 30px; height: 30px; }
.feed-logo-mark { width: 22px; height: 22px; }
.nav-logo-mark .logo-circle {
  position: relative; z-index: 2;
  width: 26px; height: 26px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; flex-shrink: 0;
  filter: drop-shadow(0 0 8px rgba(232,197,71,0.8));
  animation: core-breathe 3.4s ease-in-out infinite;
}
.feed-logo-mark .logo-circle {
  position: relative; z-index: 2;
  width: 20px; height: 20px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; flex-shrink: 0;
  filter: drop-shadow(0 0 6px rgba(232,197,71,0.8));
  animation: core-breathe 3.4s ease-in-out infinite;
}
.nav-logo-mark .logo-circle svg,
.feed-logo-mark .logo-circle svg { width: 100%; height: 100%; display: block; }

@keyframes core-breathe {
  0%,100% { filter: drop-shadow(0 0 6px rgba(232,197,71,0.6));  }
  50%      { filter: drop-shadow(0 0 18px rgba(232,197,71,1.0)); }
}

.nav-logo-mark .logo-ring {
  position: absolute; border-radius: 50%;
  border: 1.5px solid rgba(232,197,71,0.65);
  width: 26px; height: 26px;
  animation: nav-ripple 3.4s ease-out infinite;
}
.feed-logo-mark .logo-ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(232,197,71,0.65);
  width: 20px; height: 20px;
  animation: nav-ripple 3.4s ease-out infinite;
}
.nav-logo-mark  .logo-ring:nth-child(1),
.feed-logo-mark .logo-ring:nth-child(1) { animation-delay: 0s;   }
.nav-logo-mark  .logo-ring:nth-child(2),
.feed-logo-mark .logo-ring:nth-child(2) { animation-delay: 1.1s; }
.nav-logo-mark  .logo-ring:nth-child(3),
.feed-logo-mark .logo-ring:nth-child(3) { animation-delay: 2.2s; }

@keyframes nav-ripple {
  0%   { transform: scale(0.55); opacity: 1; border-color: rgba(232,197,71,0.7); }
  100% { transform: scale(2.8);  opacity: 0; border-color: rgba(232,197,71,0);   }
}

.nav-logo-text {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 4px;
  color: var(--gold);
  text-transform: uppercase;
  line-height: 1;
}

.nav-pill {
  background: var(--surface-2);
  border: 1px solid var(--border-hi);
  color: var(--text-2);
  padding: 9px 18px; border-radius: 50px;
  font-family: 'Lora', serif; font-size: 0.95rem; font-weight: 500;
  cursor: pointer; transition: all 0.22s var(--ease-out);
  letter-spacing: 0.02em;
}
.nav-pill:hover {
  border-color: var(--gold-border);
  color: var(--text);
  background: var(--surface-3);
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  transform: translateY(-1px);
}
.nav-pill:active { transform: scale(0.97); }

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.hero {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 8px 22px 0; text-align: center; gap: 0;
}

.status-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--surface); border: 1px solid var(--border-hi);
  border-radius: 50px; padding: 7px 14px 7px 10px;
  margin-bottom: 16px; cursor: default;
  animation: fadeDown 0.5s ease both;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.status-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 8px rgba(232,197,71,0.8);
  animation: blink 2.4s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.2} }
.status-text  { font-size: 0.82rem; color: var(--text-2); font-weight: 500; }
.status-count { color: var(--text); font-weight: 700; }

.headline { margin-bottom: 14px; animation: fadeUp 0.6s ease 0.08s both; }
.headline-word {
  display: block;
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: clamp(3rem, 10vw, 6.5rem);
  line-height: 0.88;
  letter-spacing: 3px;
  color: var(--text);
}
.headline-word.accent {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(3.6rem, 13vw, 7.8rem);
  color: var(--gold);
  line-height: 1.0;
  letter-spacing: -1px;
  text-shadow: 0 0 80px rgba(232,197,71,0.25);
}

.tagline {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: clamp(0.88rem, 2.4vw, 1.02rem);
  color: var(--text-2);
  font-weight: 400;
  max-width: 320px;
  line-height: 1.7;
  margin-bottom: 32px;
  animation: fadeUp 0.6s ease 0.22s both;
}

.cta-group {
  display: flex; flex-direction: column; gap: 10px;
  width: 100%; max-width: 290px;
  animation: fadeUp 0.6s ease 0.3s both;
  margin-bottom: 40px;
  align-items: center;
}

.btn-primary {
  position: relative; overflow: hidden;
  padding: 17px 28px; border-radius: 50px;
  background: var(--gold); color: var(--bg);
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: none; cursor: pointer;
  width: 100%;
  transition: all 0.22s var(--ease-out);
  box-shadow: 0 6px 28px rgba(232,197,71,0.28), inset 0 1px 0 rgba(255,255,255,0.22);
}
.btn-primary::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.18) 0%, transparent 55%);
  pointer-events: none;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(232,197,71,0.42), inset 0 1px 0 rgba(255,255,255,0.28);
  background: var(--gold-warm);
}
.btn-primary:active { transform: scale(0.97); }

/* v6.2 — ghost secondary CTA: clearly subordinate, text-link feel */
.btn-ghost {
  background: transparent;
  border: none;
  color: var(--text-3);
  font-family: 'Lora', serif;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  padding: 6px 12px;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
  text-decoration: none;
}
.btn-ghost:hover { color: var(--text-2); }
.btn-ghost:active { opacity: 0.7; }

.btn-secondary {
  padding: 15px 28px; border-radius: 50px;
  background: transparent; color: var(--text-2);
  font-family: 'Lora', serif; font-weight: 400; font-size: 0.95rem;
  border: 1px solid var(--border-hi); cursor: pointer;
  transition: all 0.22s var(--ease-out);
  letter-spacing: 0.01em;
}
.btn-secondary:hover {
  border-color: var(--gold-border);
  color: var(--text);
  background: rgba(232,197,71,0.05);
  transform: translateY(-1px);
}
.btn-secondary:active { transform: scale(0.97); }

.full-btn { width: 100%; border-radius: var(--radius); }


/* ── Lyric stream ticker ── */
.lyric-stream{position:relative;width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);display:flex;flex-direction:column;gap:10px;padding:16px 0;pointer-events:none}
.lyric-track{display:flex;gap:16px;white-space:nowrap;width:max-content;animation:tickerScroll 45s linear infinite}
.lyric-track:nth-child(2){animation-direction:reverse;animation-duration:60s}
@keyframes tickerScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.lyric-card{display:inline-flex;flex-direction:column;gap:8px;padding:14px 18px;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.07);border-radius:14px;flex-shrink:0;max-width:260px;vertical-align:top;white-space:normal}
.lyric-card.featured{border-color:rgba(232,197,71,0.2);background:rgba(232,197,71,0.04)}
.lyric-card-text{font-family:'Lora', serif;font-style:italic;font-size:0.95rem;color:rgba(255,255,255,0.82);line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.lyric-card-meta{display:flex;align-items:center;gap:6px}
.lyric-card-emotion{font-family:'Lora', serif;font-size: 0.6rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;padding:3px 8px;border-radius:50px;background:rgba(255,255,255,0.06);color:rgba(255,255,255,0.4)}

/* ── Stats bar ── */
.stats-bar-wrap{width:100%;overflow-x:auto;scrollbar-width:none;padding:56px 0 24px;margin-top:16px;border-top:1px solid rgba(255,255,255,0.05)}
.stats-bar-wrap::-webkit-scrollbar{display:none}
.stats-bar{display:flex;align-items:center;justify-content:center;gap:0;min-width:max-content;margin:0 auto;padding:0 24px}
.stat-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:0 18px}
.stat-num{font-family:'Lora',serif;font-weight:700;font-size:1.6rem;color:#fff;line-height:1;letter-spacing:-0.5px}
.stat-num.stat-sm{font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--gold)}
.stat-label{font-family:'Lora', serif;font-size: 0.6rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:rgba(255,255,255,0.3)}
.stat-divider{width:1px;background:rgba(255,255,255,0.08);align-self:stretch;flex-shrink:0;min-height:40px}

/* Ticker label */
.ticker-label{font-family:'Lora', serif;font-size: 0.6rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:rgba(255,255,255,0.25);text-align:center;margin:0 0 10px;pointer-events:none}

/* Make key text more visible */
.tagline{color:rgba(255,255,255,0.75)!important;font-size:1.1rem!important}
.ticker-label{color:rgba(255,255,255,0.55)!important;font-size: 0.6rem!important}
.btn-ghost{color:rgba(255,255,255,0.7)!important;border:1px solid rgba(255,255,255,0.25)!important;padding:10px 24px!important;border-radius:50px!important;font-size: 0.82rem!important}
.btn-ghost:hover{color:#fff!important;border-color:rgba(255,255,255,0.6)!important}

/* Tagline and ticker label visibility boost */
.tagline{
  font-size:1.15rem!important;
  color:rgba(255,255,255,0.82)!important;
  font-style:italic!important;
  letter-spacing:0.01em!important;
}
.ticker-label{
  font-size: 0.6rem!important;
  color:rgba(255,255,255,0.6)!important;
  letter-spacing:3px!important;
}

/* ── Footer ── */
.site-footer {
  padding: 20px 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-link {
  font-family: 'Lora', serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-link:hover { color: rgba(255,255,255,0.7); }
.footer-copy {
  font-size: 0.6rem;
  color: rgba(255,255,255,0.15);
  text-align: center;
  font-family: 'Lora', serif;
}

/* ── Responsive lyric ticker ── */

/* Mobile - 1 row */
@media (max-width: 479px) {
  #track2 { display: none; }
  .lyric-track { animation-duration: 35s; }
  .lyric-card { max-width: 180px; }
}

/* Tablet - 1 row, bigger cards */
@media (min-width: 480px) and (max-width: 767px) {
  #track2 { display: none; }
  .lyric-track { animation-duration: 45s; }
  .lyric-card { max-width: 220px; }
}

/* Desktop - 2 rows */
@media (min-width: 768px) and (max-width: 1199px) {
  #track2 { display: flex; }
  .lyric-track { animation-duration: 45s; }
}

/* Large desktop - 2 rows, faster */
@media (min-width: 1200px) {
  #track2 { display: flex; }
  .lyric-track { animation-duration: 30s; }
  .lyric-track:nth-child(2) { animation-duration: 40s; }
  .lyric-card { max-width: 280px; }
}

/* Prevent scroll bounce on landing page */
html, body {
  overscroll-behavior: none;
}

/* ── Hero featured lyric quote ── */
.hero-lyric-quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  padding: 20px 24px;
  border-left: 2px solid var(--gold-border);
  border-right: 2px solid var(--gold-border);
  max-width: 480px;
  animation: fadeUp 0.6s ease 0.28s both;
}
.hero-lyric-text {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  color: var(--text);
  line-height: 1.5;
  text-align: center;
}
.hero-lyric-attr {
  font-family: 'Lora', serif;
  font-size: 0.7rem;
  color: var(--gold);
  letter-spacing: 1px;
  opacity: 0.75;
}
