/* ============================================================
   DENNIS NICKENS — SPIRITUAL ROMEO
   Global Stylesheet | 2026
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&family=Inter:wght@300;400;500;600;700&display=swap');

/* ── TOKENS ── */
:root {
  --bg:           #0F172A;
  --bg2:          #1E1B4B;
  --purple:       #7C3AED;
  --purple-mid:   #6D28D9;
  --purple-light: #A78BFA;
  --blue:         #3B82F6;
  --blue-dark:    #1D4ED8;
  --gold:         #FFD700;
  --gold-dim:     #C9A84C;
  --gold-pale:    rgba(255,215,0,0.12);
  --white:        #FFFFFF;
  --muted:        rgba(255,255,255,0.68);
  --border:       rgba(124,58,237,0.25);
  --card-bg:      rgba(255,255,255,0.04);
  --glow-p:       rgba(124,58,237,0.4);
  --glow-b:       rgba(59,130,246,0.3);
  --glow-g:       rgba(255,215,0,0.35);
  --radius:       18px;
  --transition:   0.25s ease;
}

/* ── RESET ── */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ── CANVAS PARTICLE BG ── */
#particles-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 999;
  background: rgba(15,23,42,0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  transition: background var(--transition);
}
nav.scrolled { background: rgba(15,23,42,0.98); }

.nav-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}
.nav-logo {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--blue));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 18px; font-weight: 900;
  color: var(--gold);
  box-shadow: 0 0 18px var(--glow-p);
  flex-shrink: 0;
}
.nav-brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.nav-name {
  font-family: 'Playfair Display', serif;
  font-size: 15px; font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.5px;
}
.nav-sub {
  font-size: 10px; color: var(--muted);
  letter-spacing: 2px; text-transform: uppercase;
}

.nav-links {
  display: flex; align-items: center; gap: 4px;
}
.nav-links a {
  color: rgba(255,255,255,0.78);
  font-size: 14px; font-weight: 500;
  padding: 7px 14px; border-radius: 8px;
  transition: all var(--transition);
}
.nav-links a:hover, .nav-links a.active {
  color: var(--gold);
  background: rgba(255,215,0,0.07);
}
.nav-cta {
  background: linear-gradient(135deg, var(--purple), var(--blue)) !important;
  color: var(--white) !important;
  padding: 9px 22px !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 18px var(--glow-p);
  transition: all var(--transition) !important;
}
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px var(--glow-p) !important;
}

.nav-hamburger {
  display: none;
  flex-direction: column; gap: 5px;
  cursor: pointer; padding: 4px;
}
.nav-hamburger span {
  width: 24px; height: 2px;
  background: var(--white); border-radius: 2px;
  transition: all var(--transition);
}

/* ── BUTTONS ── */
.btn {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 700; font-size: 15px;
  padding: 15px 34px;
  border-radius: 50px; border: none;
  cursor: pointer; transition: all var(--transition);
  letter-spacing: 0.3px;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold-dim), var(--gold));
  color: #0F172A;
  box-shadow: 0 6px 22px var(--glow-g);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px var(--glow-g);
}
.btn-purple {
  background: linear-gradient(135deg, var(--purple), var(--blue));
  color: var(--white);
  box-shadow: 0 6px 22px var(--glow-p);
}
.btn-purple:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px var(--glow-p);
}
.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.25);
}
.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

/* ── SECTION SHARED ── */
.section {
  position: relative; z-index: 1;
  padding: 100px 48px;
}
.section-inner {
  max-width: 1140px;
  margin: 0 auto;
}
.section-tag {
  font-size: 11px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
  display: block;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 900; line-height: 1.15;
  margin-bottom: 16px;
}
.section-sub {
  font-size: 17px; color: var(--muted);
  line-height: 1.8; max-width: 560px;
  margin-bottom: 52px;
}

/* ── CARDS ── */
.card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 30px;
  transition: all var(--transition);
}
.card:hover {
  border-color: rgba(124,58,237,0.5);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

/* ── DIVIDER ── */
.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
  margin: 0 48px;
}

/* ── FOOTER ── */
footer {
  position: relative; z-index: 1;
  background: rgba(8,10,20,0.98);
  border-top: 1px solid var(--border);
  padding: 48px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
}
.footer-brand .nav-logo { margin-bottom: 16px; }
.footer-brand p { font-size: 14px; color: var(--muted); line-height: 1.75; max-width: 280px; }
.footer-col h4 {
  font-family: 'Playfair Display', serif;
  font-size: 14px; font-weight: 700;
  color: var(--gold); margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.footer-col a, .footer-col p {
  display: block; font-size: 13px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 10px; transition: color var(--transition);
}
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  position: relative; z-index: 1;
  background: rgba(8,10,20,0.98);
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 20px 48px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; color: rgba(255,255,255,0.3);
}
.footer-bottom a { color: var(--gold); }

/* ── ANIMATIONS ── */
@keyframes fadeInUp {
  from { opacity:0; transform:translateY(28px); }
  to   { opacity:1; transform:translateY(0); }
}
@keyframes fadeInLeft {
  from { opacity:0; transform:translateX(-28px); }
  to   { opacity:1; transform:translateX(0); }
}
@keyframes fadeInRight {
  from { opacity:0; transform:translateX(28px); }
  to   { opacity:1; transform:translateX(0); }
}
@keyframes float {
  0%,100% { transform:translateY(0); }
  50%      { transform:translateY(-10px); }
}
@keyframes glowPulse {
  0%,100% { box-shadow: 0 0 30px var(--glow-p), 0 0 60px var(--glow-b); }
  50%      { box-shadow: 0 0 50px var(--glow-p), 0 0 100px var(--glow-b); }
}
@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}

.animate-fadeup   { animation: fadeInUp   0.7s ease both; }
.animate-fadeleft { animation: fadeInLeft  0.7s ease both; }
.animate-faderight{ animation: fadeInRight 0.7s ease both; }
.delay-1 { animation-delay: 0.15s; }
.delay-2 { animation-delay: 0.30s; }
.delay-3 { animation-delay: 0.45s; }
.delay-4 { animation-delay: 0.60s; }

/* ── MOBILE ── */
@media (max-width: 900px) {
  nav { padding: 0 24px; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: fixed; top: 70px; left: 0; right: 0;
    background: rgba(15,23,42,0.98);
    padding: 24px; gap: 8px;
    border-bottom: 1px solid var(--border);
  }
  .nav-hamburger { display: flex; }
  .section { padding: 70px 24px; }
  footer { grid-template-columns: 1fr; gap: 32px; padding: 40px 24px; }
  .footer-bottom { padding: 16px 24px; flex-direction: column; gap: 8px; text-align: center; }
}
