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

:root {
  --bg:          #0b0715;
  --bg2:         #110d20;
  --bg3:         #1a1230;
  --purple-deep: #2d1f4e;
  --purple-mid:  #5c3d8f;
  --purple-soft: #9b6bc4;
  --purple-pale: #c4a0e0;
  --rose:        #d4849e;
  --rose-light:  #eac0cf;
  --rose-pale:   #f5dfe8;
  --gold:        #c9a84c;
  --gold-soft:   #e8cc8a;
  --text-primary:#f0eaf8;
  --text-muted:  rgba(240,234,248,0.55);
  --text-faint:  rgba(240,234,248,0.3);
  --border:      rgba(180,130,200,0.15);
  --border-soft: rgba(180,130,200,0.08);
  --serif:       'Playfair Display', Georgia, serif;
  --serif2:      'Cormorant Garamond', Georgia, serif;
  --sans:        'DM Sans', sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text-primary);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

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

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 48px;
  background: rgba(11,7,21,0.85);
  backdrop-filter: blur(12px);
  border-bottom: 0.5px solid var(--border);
}
.nav-logo {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--rose-light);
  letter-spacing: 1px;
}
.nav-logo span { color: var(--gold-soft); font-style: italic; }
.nav-links { display: flex; gap: 32px; }
.nav-links a {
  font-size: 13px; font-weight: 400; letter-spacing: 0.8px;
  color: var(--text-muted); transition: color 0.2s;
}
.nav-links a:hover { color: var(--rose-light); }
.nav-cta {
  font-size: 12px; letter-spacing: 1px;
  border: 0.5px solid rgba(212,132,158,0.4);
  padding: 8px 20px; border-radius: 20px;
  color: var(--rose);
  transition: all 0.2s;
}
.nav-cta:hover { background: rgba(212,132,158,0.1); border-color: var(--rose); }

.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.nav-hamburger span { display: block; width: 22px; height: 1.5px; background: var(--text-muted); transition: all 0.3s; }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 120px 24px 80px;
  position: relative;
  overflow: hidden;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  animation: pulse 8s ease-in-out infinite;
}
.orb1 { width: 500px; height: 500px; background: rgba(92,61,143,0.18); top: -100px; left: -150px; }
.orb2 { width: 400px; height: 400px; background: rgba(212,132,158,0.12); bottom: -80px; right: -100px; animation-delay: -4s; }
.orb3 { width: 300px; height: 300px; background: rgba(201,168,76,0.08); top: 40%; left: 50%; transform: translateX(-50%); animation-delay: -2s; }

@keyframes pulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

.hero-eyebrow {
  font-family: var(--serif2);
  font-size: 13px; letter-spacing: 4px;
  color: var(--purple-pale);
  margin-bottom: 24px;
  opacity: 0;
  animation: fadeUp 0.8s 0.2s forwards;
}
.hero-name {
  font-family: var(--serif);
  font-size: clamp(72px, 12vw, 110px);
  font-weight: 700;
  line-height: 0.95;
  color: var(--text-primary);
  margin-bottom: 12px;
  opacity: 0;
  animation: fadeUp 0.8s 0.4s forwards;
}
.hero-name .accent { color: var(--rose); font-style: italic; }
.hero-tagline {
  font-family: var(--serif2);
  font-size: clamp(14px, 2vw, 17px);
  font-style: italic;
  color: var(--text-muted);
  letter-spacing: 1px;
  margin-bottom: 36px;
  opacity: 0;
  animation: fadeUp 0.8s 0.6s forwards;
}
.hero-pills {
  display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;
  margin-bottom: 56px;
  opacity: 0;
  animation: fadeUp 0.8s 0.8s forwards;
}
.pill {
  background: rgba(180,120,200,0.1);
  border: 0.5px solid rgba(180,120,200,0.25);
  border-radius: 20px; padding: 6px 18px;
  font-size: 12px; letter-spacing: 0.8px; color: var(--purple-pale);
}
.pill.gold {
  background: rgba(201,168,76,0.08);
  border-color: rgba(201,168,76,0.25);
  color: var(--gold-soft);
}

.hero-poem {
  max-width: 520px; width: 100%;
  background: rgba(255,255,255,0.025);
  border: 0.5px solid var(--border);
  border-radius: 20px; padding: 40px 48px;
  margin-bottom: 48px; position: relative;
  opacity: 0;
  animation: fadeUp 0.8s 1s forwards;
}
.hero-poem::before {
  content: '\201C';
  font-family: var(--serif);
  font-size: 80px; line-height: 1;
  color: rgba(212,132,158,0.2);
  position: absolute; top: 16px; left: 24px;
}
.hero-poem-label {
  font-size: 10px; letter-spacing: 3px;
  text-transform: uppercase; color: var(--rose);
  margin-bottom: 20px; opacity: 0.8;
}
.hero-poem-text {
  font-family: var(--serif);
  font-size: 22px; line-height: 1.9;
  color: var(--text-primary);
  font-style: italic;
}
.hero-poem-devanagari {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 2;
}
.hero-poem-attr {
  margin-top: 20px;
  font-size: 11px; letter-spacing: 2px;
  color: var(--text-faint);
}

.hero-cta {
  display: flex; gap: 14px; flex-wrap: wrap; justify-content: center;
  margin-bottom: 56px;
  opacity: 0;
  animation: fadeUp 0.8s 1.1s forwards;
}
.btn-primary {
  background: var(--purple-mid);
  border: 0.5px solid rgba(155,107,196,0.5);
  color: var(--text-primary); padding: 13px 32px;
  border-radius: 8px; font-size: 13px; font-weight: 500;
  letter-spacing: 0.5px; cursor: pointer;
  transition: all 0.2s; font-family: var(--sans);
}
.btn-primary:hover { background: #6e4aa0; }
.btn-ghost {
  background: transparent;
  border: 0.5px solid var(--border);
  color: var(--text-muted); padding: 13px 32px;
  border-radius: 8px; font-size: 13px; cursor: pointer;
  transition: all 0.2s; font-family: var(--sans); letter-spacing: 0.5px;
}
.btn-ghost:hover { border-color: rgba(212,132,158,0.4); color: var(--rose-light); }

.hero-socials {
  display: flex; gap: 24px; justify-content: center; flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.8s 1.2s forwards;
}
.hero-socials a {
  font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--text-faint); transition: color 0.2s;
}
.hero-socials a:hover { color: var(--rose); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── DIVIDER ── */
.section-divider {
  display: flex; align-items: center; gap: 16px;
  padding: 0 48px; margin: 12px 0;
  opacity: 0.35;
}
.section-divider::before, .section-divider::after {
  content: ''; flex: 1; height: 0.5px;
  background: var(--border);
}
.divider-ornament {
  font-family: var(--serif); font-size: 18px;
  color: var(--rose); letter-spacing: 6px;
}

/* ── SECTION BASE ── */
section { padding: 80px 48px; }
.section-label {
  font-size: 10px; letter-spacing: 3.5px; text-transform: uppercase;
  color: var(--rose); margin-bottom: 12px; display: block;
}
.section-title {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 600; line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 16px;
}
.section-title em { color: var(--rose); font-style: italic; }
.section-sub {
  font-size: 15px; color: var(--text-muted);
  max-width: 480px; line-height: 1.75;
  margin-bottom: 48px;
}

/* ── CONTENT TYPES STRIP ── */
.content-strip {
  background: var(--bg2);
  border-top: 0.5px solid var(--border);
  border-bottom: 0.5px solid var(--border);
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.strip-item {
  padding: 28px 24px; text-align: center;
  border-right: 0.5px solid var(--border);
  transition: background 0.2s;
}
.strip-item:last-child { border-right: none; }
.strip-item:hover { background: rgba(255,255,255,0.02); }
.strip-icon {
  font-family: var(--serif);
  font-size: 22px; color: var(--rose);
  margin-bottom: 8px;
}
.strip-title {
  font-size: 13px; font-weight: 500; letter-spacing: 0.5px;
  color: var(--text-primary); margin-bottom: 4px;
}
.strip-desc { font-size: 11px; color: var(--text-faint); letter-spacing: 0.5px; }

/* ── POEMS SECTION ── */
.poems-section { background: var(--bg); }
.poems-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px; margin-bottom: 40px;
}
.poem-card {
  background: var(--bg2);
  border: 0.5px solid var(--border);
  border-radius: 16px; padding: 32px 28px;
  cursor: pointer; transition: all 0.25s;
  position: relative; overflow: hidden;
}
.poem-card::after {
  content: ''; position: absolute; inset: 0; border-radius: 16px;
  background: rgba(155,107,196,0.04); opacity: 0; transition: opacity 0.25s;
}
.poem-card:hover { border-color: rgba(212,132,158,0.3); transform: translateY(-3px); }
.poem-card:hover::after { opacity: 1; }
.poem-card-lang {
  font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--rose); margin-bottom: 16px; opacity: 0.8;
}
.poem-card-text {
  font-family: var(--serif);
  font-size: 18px; line-height: 1.9;
  color: var(--text-primary); margin-bottom: 20px;
  font-style: italic;
}
.poem-card-meta {
  font-size: 11px; color: var(--text-faint);
  letter-spacing: 1px; display: flex; gap: 12px; align-items: center;
}
.poem-card-tag {
  background: rgba(155,107,196,0.12);
  border: 0.5px solid rgba(155,107,196,0.2);
  border-radius: 10px; padding: 3px 10px;
  font-size: 10px; color: var(--purple-pale); letter-spacing: 0.5px;
}
.poem-card.featured {
  border-color: rgba(212,132,158,0.3);
  background: rgba(212,132,158,0.04);
}
.poem-card.featured .poem-card-lang::before {
  content: '★  '; color: var(--gold);
}

/* ── ABOUT SECTION ── */
.about-section {
  background: var(--bg2);
  border-top: 0.5px solid var(--border);
  border-bottom: 0.5px solid var(--border);
}
.about-inner {
  max-width: 760px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 2fr; gap: 64px; align-items: start;
}
.about-left { text-align: center; }
.about-avatar {
  width: 140px; height: 140px; border-radius: 50%;
  border: 1px solid rgba(212,132,158,0.3);
  background: var(--bg3); margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 48px; color: var(--rose);
  font-style: italic; font-weight: 600;
}
.about-handle {
  font-size: 12px; letter-spacing: 2px; color: var(--text-faint);
  text-transform: uppercase;
}
.about-text {
  font-family: var(--serif2);
  font-size: 17px; line-height: 1.9;
  color: rgba(240,234,248,0.75);
}
.about-text p { margin-bottom: 20px; }
.about-text strong { color: var(--rose-light); font-weight: 500; }

/* ── PLATFORMS SECTION ── */
.platforms-section { background: var(--bg); }
.platforms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}
.platform-card {
  background: var(--bg2);
  border: 0.5px solid var(--border);
  border-radius: 14px; padding: 24px 20px;
  text-align: center; cursor: pointer;
  transition: all 0.2s; text-decoration: none; display: block;
}
.platform-card:hover {
  border-color: rgba(212,132,158,0.35);
  background: rgba(255,255,255,0.025);
  transform: translateY(-2px);
}
.platform-name {
  font-size: 14px; font-weight: 500; letter-spacing: 0.5px;
  color: var(--text-primary); margin-bottom: 6px;
}
.platform-handle { font-size: 12px; color: var(--text-faint); letter-spacing: 0.5px; }
.platform-type {
  font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--rose); margin-top: 10px; opacity: 0.7;
}

/* ── FOOTER ── */
footer {
  background: var(--bg2);
  border-top: 0.5px solid var(--border);
  padding: 48px;
  text-align: center;
}
.footer-logo {
  font-family: var(--serif);
  font-size: 28px; color: var(--rose-light); margin-bottom: 8px;
}
.footer-logo span { color: var(--gold-soft); font-style: italic; }
.footer-meaning {
  font-family: var(--serif2);
  font-size: 14px; font-style: italic;
  color: var(--text-faint); margin-bottom: 32px; letter-spacing: 1px;
}
.footer-links {
  display: flex; gap: 28px; justify-content: center;
  flex-wrap: wrap; margin-bottom: 32px;
}
.footer-links a {
  font-size: 12px; letter-spacing: 1px; color: var(--text-faint);
  text-transform: uppercase; transition: color 0.2s;
}
.footer-links a:hover { color: var(--rose); }
.footer-copy {
  font-size: 11px; color: rgba(240,234,248,0.2); letter-spacing: 0.5px;
}
.footer-copy span { color: var(--rose); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .nav { padding: 16px 20px; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: absolute; top: 60px; left: 0; right: 0;
    background: rgba(11,7,21,0.97);
    border-bottom: 0.5px solid var(--border);
    padding: 20px; gap: 20px;
  }
  .nav-hamburger { display: flex; }
  .nav-cta { display: none; }
  section { padding: 60px 20px; }
  .hero { padding: 100px 20px 60px; }
  .hero-poem { padding: 28px 24px; }
  .hero-poem-devanagari { font-size: 20px; }
  .hero-name { font-size: clamp(58px, 18vw, 90px); }
  .content-strip { grid-template-columns: repeat(2, 1fr); }
  .about-inner { grid-template-columns: 1fr; gap: 32px; }
  .about-left { display: none; }
  footer { padding: 40px 20px; }
  .section-divider { padding: 0 20px; }
}
