/*
Theme Name: Natalie Prass Music Notes Tier1
Theme URI: https://natalieprassmusic.com
Author: Linkgujodae
Author URI: https://example.com
Description: Black signal music resource station theme for natalieprassmusic.com with broad category archives and post-ready publishing.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: natalieprassmusic-com
*/

:root {
  --np-ink: #b8ffca;
  --np-paper: #effff1;
  --np-bg: #020704;
  --np-line: rgba(184, 255, 202, 0.2);
  --np-green: #22c55e;
  --np-green-deep: #0f3a22;
  --np-panel: #07120c;
  --np-panel-2: #0b2012;
  --np-muted: #a5b7aa;
  --np-soft: #7df1a4;
}

* {
  box-sizing: border-box;
}

body.np-theme-body {
  margin: 0;
  min-height: 100vh;
  color: var(--np-paper);
  background:
    linear-gradient(90deg, rgba(125, 241, 164, 0.055) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(0deg, rgba(125, 241, 164, 0.04) 1px, transparent 1px) 0 0 / 28px 28px,
    var(--np-bg);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body.np-theme-body a {
  color: inherit;
  text-decoration: none;
}

body.np-theme-body img {
  max-width: 100%;
  height: auto;
}

.np-shell {
  min-height: 100vh;
}

.np-status {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(220px, 1.3fr) minmax(160px, 1fr);
  gap: 12px;
  padding: 9px clamp(16px, 3vw, 36px);
  border-bottom: 1px solid var(--np-line);
  background: #020704;
  color: var(--np-paper);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.np-status span:nth-child(2) {
  color: var(--np-soft);
  text-align: center;
}

.np-status span:last-child {
  text-align: right;
}

.np-header {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  padding: clamp(16px, 3vw, 34px);
  border-bottom: 2px solid var(--np-ink);
  background: rgba(2, 7, 4, 0.94);
}

.np-brand {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 86px;
}

.np-brand img {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: contain;
  filter: drop-shadow(7px 7px 0 #0b2f1a);
}

.np-brand strong {
  display: block;
  color: var(--np-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 0.95;
}

.np-brand small {
  display: block;
  margin-top: 7px;
  color: var(--np-muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.np-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 2px solid var(--np-ink);
  background: var(--np-panel);
}

.np-nav a {
  display: grid;
  align-content: space-between;
  min-height: 86px;
  padding: 12px 10px;
  border-right: 1px solid var(--np-ink);
  color: var(--np-paper);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.np-nav a:last-child {
  border-right: 0;
}

.np-nav a:nth-child(1) {
  background: #08160d;
}

.np-nav a:nth-child(2) {
  background: #0b2012;
}

.np-nav a:nth-child(3) {
  background: #0f2c1a;
}

.np-nav a:nth-child(4) {
  background: #07120c;
}

.np-nav a:nth-child(5) {
  background: #123823;
}

.np-nav a:nth-child(6) {
  background: #031008;
}

.np-nav em {
  display: block;
  color: var(--np-muted);
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
}

.np-main {
  padding: clamp(18px, 4vw, 42px);
}

.np-inner-main {
  display: grid;
  align-content: start;
  gap: 22px;
}

.np-hero {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr) minmax(260px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.np-cover,
.np-copy,
.np-dial {
  border: 2px solid var(--np-ink);
  background: var(--np-panel);
}

.np-cover {
  display: grid;
  place-items: center;
  min-height: 430px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(2, 7, 4, 0.9), rgba(22, 163, 74, 0.55)),
    #08130d;
}

.np-record {
  position: relative;
  width: min(340px, 80vw);
  aspect-ratio: 1;
  border: 3px solid var(--np-ink);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, var(--np-paper) 0 8%, var(--np-ink) 9% 17%, #020704 18% 21%, #0e1f14 22% 48%, #020704 49% 51%, #0a1810 52% 100%);
  box-shadow: 12px 12px 0 rgba(125, 241, 164, 0.16);
}

.np-record::before,
.np-record::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(239, 255, 241, 0.18);
  border-radius: 50%;
}

.np-record::before {
  inset: 34px;
}

.np-record::after {
  inset: 74px;
}

.np-copy {
  display: grid;
  align-content: space-between;
  min-height: 430px;
  padding: clamp(24px, 4vw, 42px);
  background: #0b1610;
}

.np-kicker {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 7px 9px;
  border: 1px solid var(--np-ink);
  background: var(--np-soft);
  color: #020704;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.np-title {
  margin: 18px 0 0;
  color: var(--np-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 90px);
  line-height: 0.88;
  font-weight: 700;
}

.np-lead {
  max-width: 690px;
  margin: 20px 0 0;
  color: var(--np-muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.62;
}

.np-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.np-action {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  max-width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--np-ink);
  background: var(--np-soft);
  color: #020704;
  font-size: 13px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.np-action.secondary {
  background: #06140c;
  color: var(--np-paper);
}

.np-dial {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 430px;
  background: #07120c;
}

.np-dial-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-bottom: 2px solid var(--np-ink);
  background: #06140c;
  color: var(--np-paper);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.np-meter {
  display: grid;
  align-content: end;
  gap: 11px;
  padding: 20px;
}

.np-meter span {
  display: block;
  height: 22px;
  border: 1px solid var(--np-ink);
  background: var(--np-panel);
}

.np-meter span:nth-child(1) {
  width: 72%;
  background: #16a34a;
}

.np-meter span:nth-child(2) {
  width: 54%;
  background: #7df1a4;
}

.np-meter span:nth-child(3) {
  width: 88%;
  background: #b8ffca;
}

.np-meter span:nth-child(4) {
  width: 63%;
  background: #0f7c36;
}

.np-meter p {
  margin: 14px 0 0;
  color: var(--np-muted);
  font-size: 14px;
  line-height: 1.55;
}

.np-section {
  margin-top: 22px;
}

.np-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 460px);
  gap: 18px;
  align-items: end;
  margin-bottom: 14px;
}

.np-section-head h2,
.np-content-card h1,
.np-related h2,
.np-empty h2 {
  margin: 0;
  color: var(--np-paper);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.95;
}

.np-section-head h2 {
  font-size: clamp(34px, 5vw, 62px);
}

.np-section-head p {
  margin: 0;
  color: var(--np-muted);
  font-size: 15px;
  line-height: 1.6;
}

.np-board {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  border: 2px solid var(--np-ink);
  background: #07120c;
}

.np-tracklist {
  display: grid;
  border-right: 2px solid var(--np-ink);
}

.np-track {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  min-height: 94px;
  border-bottom: 1px solid var(--np-ink);
  overflow-wrap: anywhere;
}

.np-track:last-child {
  border-bottom: 0;
}

.np-track b {
  display: grid;
  place-items: center;
  border-right: 1px solid var(--np-ink);
  background: #06140c;
  color: var(--np-paper);
  font-size: 13px;
}

.np-track div {
  padding: 14px;
}

.np-track h3 {
  margin: 0;
  color: var(--np-paper);
  font-size: 18px;
  line-height: 1.15;
}

.np-track p {
  margin: 7px 0 0;
  color: var(--np-muted);
  font-size: 13px;
  line-height: 1.45;
}

.np-schedule {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.np-schedule article {
  min-height: 188px;
  padding: 16px;
  border-right: 1px solid var(--np-ink);
  border-bottom: 1px solid var(--np-ink);
  overflow-wrap: anywhere;
}

.np-schedule article:nth-child(3n) {
  border-right: 0;
}

.np-schedule article:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.np-schedule article:nth-child(1),
.np-schedule article:nth-child(6) {
  background: #08160d;
}

.np-schedule article:nth-child(2) {
  background: #0b2012;
}

.np-schedule article:nth-child(3) {
  background: #0f2c1a;
}

.np-schedule article:nth-child(4) {
  background: #07120c;
}

.np-schedule article:nth-child(5) {
  background: #123823;
}

.np-schedule small {
  display: block;
  margin-bottom: 14px;
  color: var(--np-muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.np-schedule h3 {
  margin: 0;
  color: var(--np-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
}

.np-schedule p {
  margin: 10px 0 0;
  color: var(--np-muted);
  font-size: 13px;
  line-height: 1.5;
}

.np-post-links {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--np-line);
}

.np-post-links a {
  color: var(--np-soft);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.np-content-card,
.np-empty {
  max-width: 980px;
  padding: clamp(22px, 4vw, 42px);
  border: 2px solid var(--np-ink);
  background: #0b1610;
  box-shadow: 10px 10px 0 rgba(125, 241, 164, 0.16);
  overflow-wrap: anywhere;
}

.np-content-card h1 {
  max-width: 880px;
  margin-top: 18px;
  font-size: clamp(42px, 6vw, 78px);
}

.np-entry {
  margin-top: 22px;
  color: var(--np-paper);
  font-size: 17px;
  line-height: 1.78;
}

.np-entry p,
.np-entry ul,
.np-entry ol {
  max-width: 780px;
}

.np-entry h2 {
  margin-top: 34px;
  color: var(--np-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
}

.np-entry a,
.np-single-meta a {
  color: var(--np-soft);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.np-archive-description {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--np-muted);
  font-size: 17px;
  line-height: 1.65;
}

.np-archive-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
}

.np-archive-list article {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--np-ink);
  background: #07120c;
  overflow-wrap: anywhere;
}

.np-archive-list time,
.np-single-meta {
  color: var(--np-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.np-archive-list h2,
.np-archive-list h3 {
  margin: 0;
  color: var(--np-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
}

.np-archive-list p,
.np-empty p {
  max-width: 740px;
  margin: 0;
  color: var(--np-muted);
  font-size: 15px;
  line-height: 1.65;
}

.np-pagination {
  max-width: 980px;
  padding: 18px;
  border: 1px solid var(--np-ink);
  background: #06140c;
  color: var(--np-soft);
  font-size: 14px;
  font-weight: 900;
}

.np-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 16px;
}

.np-featured-image {
  margin-top: 22px;
  border: 1px solid var(--np-ink);
  overflow: hidden;
}

.np-featured-image img {
  display: block;
  width: 100%;
}

.np-related {
  display: grid;
  gap: 12px;
}

.np-related h2,
.np-empty h2 {
  font-size: clamp(26px, 3vw, 38px);
}

.np-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  padding: 14px 0 0;
  border-top: 2px solid var(--np-ink);
  color: var(--np-muted);
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .np-hero,
  .np-board {
    grid-template-columns: 1fr;
  }

  .np-tracklist {
    border-right: 0;
    border-bottom: 2px solid var(--np-ink);
  }
}

@media (max-width: 860px) {
  .np-header,
  .np-section-head {
    grid-template-columns: 1fr;
  }

  .np-nav,
  .np-schedule {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .np-nav a:nth-child(2n),
  .np-schedule article:nth-child(2n) {
    border-right: 0;
  }

  .np-nav a:nth-child(3),
  .np-schedule article:nth-child(3) {
    border-right: 1px solid var(--np-ink);
  }

  .np-schedule article:nth-last-child(-n + 3) {
    border-bottom: 1px solid var(--np-ink);
  }

  .np-schedule article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  .np-status {
    grid-template-columns: 1fr;
  }

  .np-status span:nth-child(2),
  .np-status span:last-child {
    text-align: left;
  }

  .np-header,
  .np-main {
    padding: 16px;
  }

  .np-brand {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .np-brand img {
    width: 64px;
    height: 64px;
  }

  .np-nav,
  .np-schedule,
  .np-track {
    grid-template-columns: 1fr;
  }

  .np-nav a,
  .np-nav a:nth-child(2n),
  .np-nav a:nth-child(3),
  .np-schedule article,
  .np-schedule article:nth-child(2n),
  .np-schedule article:nth-child(3) {
    border-right: 0;
  }

  .np-nav a {
    min-height: 64px;
    border-bottom: 1px solid var(--np-ink);
  }

  .np-nav a:last-child {
    border-bottom: 0;
  }

  .np-track b {
    min-height: 44px;
    border-right: 0;
    border-bottom: 1px solid var(--np-ink);
  }

  .np-schedule article:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--np-ink);
  }

  .np-schedule article:last-child {
    border-bottom: 0;
  }
}
