@charset "UTF-8";

/* J Hip Hop Net Top page */
.jhhn-front-page-view #content-in {
  display: block;
}

.jhhn-front-page-view #main {
  width: 100%;
  max-width: none;
  padding: 0;
  border-top: 0;
  background: #fff;
}

.jhhn-front-page-view #sidebar {
  display: none;
}

.jhhn-home {
  color: #4b4b4b;
}

.jhhn-home a {
  text-decoration: none;
}

.jhhn-home a:focus-visible,
.jhhn-home button:focus-visible,
.jhhn-home input:focus-visible {
  outline: 3px solid rgba(219, 112, 147, 0.45);
  outline-offset: 3px;
}

.jhhn-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 3rem;
  align-items: center;
  padding: clamp(3.2rem, 7vw, 6.8rem) clamp(1.5rem, 6vw, 5rem);
  background:
    radial-gradient(circle at 90% 15%, rgba(219, 112, 147, 0.19), transparent 36%),
    linear-gradient(135deg, #faf8f8 0%, #f3eeee 100%);
  border-top: 0.5rem solid #db7093;
}

.jhhn-eyebrow,
.jhhn-section-kicker {
  margin: 0 0 0.7rem;
  color: #b84f72;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.jhhn-hero h1 {
  margin: 0;
  padding: 0;
  border: 0;
  color: #2f2f2f;
  font-size: clamp(1.7rem, 4vw, 3.2rem);
  line-height: 1.22;
  letter-spacing: -0.035em;
}

.jhhn-hero-lead {
  max-width: 46rem;
  margin: 1.5rem 0 0;
  font-size: 1rem;
  line-height: 1.9;
}

.jhhn-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.jhhn-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.4rem;
  border: 1px solid #db7093;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.jhhn-button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.jhhn-button-primary {
  color: #fff;
  background: #c95d80;
}

.jhhn-button-primary:hover {
  color: #fff;
  background: #a94264;
}

.jhhn-button-secondary {
  color: #803149;
  background: #fff;
}

.jhhn-button-secondary:hover {
  color: #672238;
  background: #fff4f7;
}

.jhhn-search-panel {
  padding: 2rem;
  border: 1px solid rgba(128, 49, 73, 0.14);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 1.2rem 3rem rgba(62, 43, 49, 0.08);
}

.jhhn-release-count {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin: 0 0 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #eadde1;
}

.jhhn-release-count strong {
  color: #803149;
  font-size: 2.6rem;
  line-height: 1;
}

.jhhn-release-count span {
  font-size: 0.9rem;
}

.jhhn-search-form label {
  display: block;
  margin-bottom: 0.55rem;
  color: #3a3a3a;
  font-size: 0.85rem;
  font-weight: 700;
}

.jhhn-search-controls {
  display: flex;
}

.jhhn-search-controls input {
  min-width: 0;
  flex: 1;
  min-height: 3.1rem;
  margin: 0;
  padding: 0.7rem 0.9rem;
  border: 1px solid #cfc3c7;
  border-right: 0;
  border-radius: 0;
  background: #fff;
}

.jhhn-search-controls button {
  flex: 0 0 auto;
  min-height: 3.1rem;
  padding: 0.7rem 1rem;
  border: 1px solid #803149;
  border-radius: 0;
  color: #fff;
  background: #803149;
  cursor: pointer;
}

.jhhn-search-controls button:hover {
  background: #642338;
}

.jhhn-home-section {
  padding: clamp(3.2rem, 7vw, 6rem) clamp(1.5rem, 6vw, 5rem);
}

.jhhn-home-section-tinted {
  background: #f6f3f3;
}

.jhhn-section-heading {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.jhhn-home .jhhn-section-title {
  margin: 0;
  padding: 0;
  border: 0;
  color: #2f2f2f;
  background: transparent;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.4;
}

#jhhn-recent-title,
#jhhn-years-title,
#jhhn-tags-title,
#jhhn-guide-title {
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
}

.jhhn-section-description {
  max-width: 31rem;
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.7;
}

.jhhn-text-link {
  flex: 0 0 auto;
  color: #803149;
  font-size: 0.88rem;
  font-weight: 700;
}

.jhhn-text-link:hover {
  color: #b84f72;
}

.jhhn-release-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.jhhn-release-card {
  min-width: 0;
  border: 1px solid #e4dddd;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jhhn-release-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.9rem 2rem rgba(58, 42, 47, 0.1);
}

.jhhn-release-card-link {
  display: block;
  height: 100%;
  color: inherit;
}

.jhhn-release-card-link:hover {
  color: inherit;
}

.jhhn-release-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #eee8ea;
}

.jhhn-release-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.jhhn-release-card:hover .jhhn-release-image img {
  transform: scale(1.025);
}

.jhhn-release-no-image {
  display: grid;
  height: 100%;
  place-items: center;
  color: #9d8089;
  font-family: 'Fredericka the Great', cursive;
  font-size: 2rem;
}

.jhhn-release-content {
  padding: 1.2rem;
}

.jhhn-release-date {
  margin: 0 0 0.45rem;
  color: #a44c68;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.jhhn-release-card h3 {
  margin: 0;
  padding: 0;
  border: 0;
  color: #333;
  font-size: 1.02rem;
  line-height: 1.55;
}

.jhhn-release-excerpt {
  margin: 0.8rem 0 0;
  color: #6b6b6b;
  font-size: 0.82rem;
  line-height: 1.7;
}

.jhhn-release-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.jhhn-release-tags li {
  margin: 0;
  padding: 0.28rem 0.55rem;
  color: #705860;
  background: #f4edef;
  font-size: 0.68rem;
}

.jhhn-decade-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.jhhn-decade-card {
  padding: 1.5rem;
  border-left: 0.25rem solid #db7093;
  background: #fff;
}

.jhhn-decade-card h3 {
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
  color: #3a3a3a;
  font-size: 1.05rem;
}

.jhhn-decade-card ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jhhn-decade-card li {
  margin: 0;
}

.jhhn-decade-card a {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: center;
  padding: 0.55rem 0.25rem;
  color: #4a3a3f;
  background: #f6f1f2;
}

.jhhn-decade-card a:hover {
  color: #fff;
  background: #a94264;
}

.jhhn-decade-card small {
  font-size: 0.62rem;
  opacity: 0.75;
}

.jhhn-tag-cloud {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jhhn-tag-cloud li {
  margin: 0;
}

.jhhn-tag-cloud a {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  min-height: 3.2rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid #e2d9dc;
  color: #42383b;
  background: #fff;
}

.jhhn-tag-cloud a:hover {
  border-color: #db7093;
  color: #803149;
  background: #fff7f9;
}

.jhhn-tag-cloud small {
  flex: 0 0 auto;
  color: #9b7d86;
  font-size: 0.68rem;
}

.jhhn-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.jhhn-guide-card {
  display: flex;
  min-width: 0;
  min-height: 16rem;
  flex-direction: column;
  padding: 1.5rem;
  border-top: 0.25rem solid #db7093;
  color: #4b4b4b;
  background: #fff;
}

a.jhhn-guide-card:hover {
  color: #4b4b4b;
  box-shadow: 0 0.8rem 1.8rem rgba(58, 42, 47, 0.08);
}

.jhhn-guide-number {
  color: #c58a9d;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.jhhn-guide-card h3 {
  margin: 2rem 0 0.7rem;
  padding: 0;
  border: 0;
  color: #333;
  font-size: 1.1rem;
}

.jhhn-guide-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.75;
}

.jhhn-guide-link,
.jhhn-guide-links {
  margin-top: auto;
  padding-top: 1.5rem;
  color: #803149;
  font-size: 0.8rem;
  font-weight: 700;
}

.jhhn-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.jhhn-guide-links a {
  color: #803149;
}

@media screen and (max-width: 1023px) {
  .jhhn-hero {
    grid-template-columns: 1fr;
  }

  .jhhn-search-panel {
    max-width: 42rem;
  }

  .jhhn-release-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jhhn-tag-cloud {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 834px) {
  .jhhn-front-page-view #content {
    margin: 0;
  }

  .jhhn-front-page-view #content-in {
    width: 100%;
  }

  .jhhn-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .jhhn-decade-grid,
  .jhhn-guide-grid {
    grid-template-columns: 1fr;
  }

  .jhhn-tag-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jhhn-guide-card {
    min-height: 13rem;
  }
}

@media screen and (max-width: 560px) {
  .jhhn-hero,
  .jhhn-home-section {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }

  .jhhn-hero h1 br {
    display: none;
  }

  .jhhn-search-panel {
    padding: 1.25rem;
  }

  .jhhn-release-grid,
  .jhhn-tag-cloud {
    grid-template-columns: 1fr;
  }

  .jhhn-decade-card {
    padding: 1rem;
  }

  .jhhn-decade-card ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jhhn-hero-actions .jhhn-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jhhn-home *,
  .jhhn-home *::before,
  .jhhn-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
