/* ===== NO HEART PROFESSIONAL HOMEPAGE ===== */

.nh-home-body {
  background:
    radial-gradient(circle at 20% 20%, rgba(236, 184, 68, 0.10), transparent 32%),
    radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.05), transparent 28%),
    #030303;
  color: #fff;
}

.nh-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.nh-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(3, 3, 3, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nh-nav {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nh-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
}

.nh-brand img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(236,184,68,0.25);
}

.nh-brand strong {
  display: block;
  font-family: Cinzel, serif;
  letter-spacing: 5px;
  font-size: 1.05rem;
}

.nh-brand span {
  display: block;
  color: rgba(255,255,255,0.58);
  letter-spacing: 2px;
  margin-top: 3px;
}

.nh-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nh-menu a {
  color: #fff;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
  font-weight: 700;
}

.nh-menu a:hover {
  border-color: rgba(236,184,68,0.45);
  background: rgba(236,184,68,0.08);
}

.nh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 16px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.12);
  transition: 0.2s ease;
}

.nh-btn-small {
  min-height: 44px;
  padding: 0 20px;
}

.nh-btn-gold {
  background: linear-gradient(135deg, #ffd76a, #e3aa25);
  color: #050505 !important;
  border-color: rgba(255,215,106,0.55);
}

.nh-btn-dark {
  background: rgba(255,255,255,0.06);
  color: #fff;
}

.nh-btn:hover {
  transform: translateY(-2px);
}

.nh-full {
  width: 100%;
}

.nh-hero {
  padding: 96px 0 72px;
  min-height: calc(100vh - 88px);
  display: flex;
  align-items: center;
}

.nh-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.nh-eyebrow {
  color: #f2c14e;
  font-weight: 900;
  letter-spacing: 4px;
  font-size: 0.8rem;
  margin-bottom: 18px;
}

.nh-hero h1 {
  font-family: Cinzel, serif;
  font-size: clamp(4.5rem, 11vw, 9.5rem);
  line-height: 0.78;
  letter-spacing: -5px;
  margin: 0;
}

.nh-lead {
  max-width: 620px;
  margin: 34px 0 0;
  color: rgba(255,255,255,0.74);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.8;
}

.nh-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.nh-hero-card,
.nh-feature-card,
.nh-role-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.095), rgba(255,255,255,0.035));
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.38);
}

.nh-hero-card {
  padding: 34px;
}

.nh-card-label {
  color: #f2c14e;
  font-weight: 900;
  letter-spacing: 3px;
  font-size: 0.8rem;
}

.nh-hero-card h2 {
  font-size: clamp(1.8rem, 4vw, 3.15rem);
  line-height: 1;
  margin: 12px 0 24px;
}

.nh-checks {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.nh-checks span {
  color: rgba(255,255,255,0.78);
  font-weight: 700;
}

.nh-checks span::before {
  content: "✓";
  color: #f2c14e;
  margin-right: 10px;
}

.nh-section {
  padding: 84px 0;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.nh-section-head {
  max-width: 760px;
  margin-bottom: 32px;
}

.nh-section-head h2 {
  font-family: Cinzel, serif;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.95;
  margin: 0;
}

.nh-section-head p:not(.nh-eyebrow) {
  color: rgba(255,255,255,0.62);
  font-size: 1.1rem;
  line-height: 1.7;
}

.nh-card-grid {
  display: grid;
  gap: 22px;
}

.nh-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.nh-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.nh-feature-card,
.nh-role-card {
  padding: 28px;
}

.nh-feature-card {
  color: #fff;
  text-decoration: none;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nh-feature-main {
  border-color: rgba(236,184,68,0.42);
  background:
    linear-gradient(145deg, rgba(236,184,68,0.16), rgba(255,255,255,0.04));
}

.nh-feature-card h3,
.nh-role-card h3 {
  font-size: 1.25rem;
  margin: 0 0 14px;
}

.nh-feature-card p,
.nh-role-card p {
  color: rgba(255,255,255,0.64);
  line-height: 1.7;
}

.nh-feature-card span {
  color: #f2c14e;
  font-weight: 900;
}

.nh-role-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nh-role-card p {
  min-height: 56px;
}

.nh-footer {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 28px 0;
}

.nh-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: rgba(255,255,255,0.68);
}

.nh-footer a {
  color: rgba(255,255,255,0.68);
  text-decoration: none;
  margin-left: 18px;
}

.nh-footer a:hover {
  color: #f2c14e;
}

@media (max-width: 980px) {
  .nh-menu {
    display: none;
  }

  .nh-hero {
    padding: 64px 0;
  }

  .nh-hero-grid,
  .nh-grid-3,
  .nh-grid-4 {
    grid-template-columns: 1fr;
  }

  .nh-hero h1 {
    letter-spacing: -3px;
  }
}

@media (max-width: 560px) {
  .nh-hero h1 {
    font-size: 4.2rem;
  }

  .nh-actions .nh-btn {
    width: 100%;
  }

  .nh-brand strong {
    letter-spacing: 3px;
  }
}

/* ===== ANIMATED HERO ===== */

.nh-hero-copy,
.nh-hero-card,
.nh-feature-card,
.nh-role-card,
.nh-section-head {
  opacity: 0;
  transform: translateY(28px);
  animation: nhFadeSlide 0.8s ease forwards;
}

.nh-hero-card {
  animation-delay: 0.18s;
}

.nh-feature-card:nth-child(1) { animation-delay: 0.08s; }
.nh-feature-card:nth-child(2) { animation-delay: 0.16s; }
.nh-feature-card:nth-child(3) { animation-delay: 0.24s; }

@keyframes nhFadeSlide {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== LIVE BEAT PREVIEW ===== */

.nh-beats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.nh-beat-card {
  background: linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  padding: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

.nh-beat-art {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  object-fit: cover;
  background: #111;
  margin-bottom: 18px;
}

.nh-beat-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.nh-beat-title {
  font-size: 1.05rem;
  margin: 0;
}

.nh-beat-meta {
  color: rgba(255,255,255,.55);
  font-size: .9rem;
  margin-top: 5px;
}

.nh-play-btn {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #ffd76a, #d9a323);
  color: #000;
  font-weight: 900;
  font-size: 1rem;
}

.nh-wave {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 18px 0;
}

.nh-wave span {
  flex: 1;
  height: 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
}

.nh-wave span:nth-child(2n) {
  height: 34px;
}

.nh-wave span:nth-child(3n) {
  height: 46px;
  background: rgba(242,193,78,.65);
}

.nh-beat-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.nh-mini-btn {
  min-height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
}

.nh-mini-gold {
  background: linear-gradient(135deg, #ffd76a, #d9a323);
  color: #000;
}

.nh-mini-dark {
  background: rgba(255,255,255,.07);
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
}

.nh-loading {
  color: rgba(255,255,255,.6);
}

@media (max-width: 980px) {
  .nh-beats-grid {
    grid-template-columns: 1fr;
  }
}