/* ---------- Base Theme ---------- */

:root {
  --bg: #020617;
  --bg-elevated: #050816;
  --bg-elevated-soft: #050818;
  --border-subtle: rgba(148, 163, 184, 0.18);
  --text: #e5e7eb;
  --text-muted: #9ca3af;
  --accent: #f97316; /* Echo Global Records orange */
  --accent-soft: rgba(249, 115, 22, 0.14);
  --shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.65);
  --radius-lg: 18px;
  --radius-pill: 999px;
  --font-main: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
    "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: radial-gradient(circle at top, #020617 0%, #020617 40%, #020314 100%);
  color: var(--text);
  font-family: var(--font-main);
  -webkit-font-smoothing: antialiased;
}

/* ---------- Layout ---------- */

.page {
  max-width: 980px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 3.5rem;
}

.section {
  padding: 2.75rem 0 2.5rem;
  border-top: 1px solid rgba(15, 23, 42, 0.9);
}

.section:first-of-type {
  border-top: none;
}

.section-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--accent);
  margin-bottom: 0.35rem;
}

.section h2 {
  font-size: clamp(1.6rem, 3vw, 1.9rem);
  margin: 0 0 0.9rem;
}

.section-body {
  max-width: 720px;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.section-intro {
  color: var(--text-muted);
}

/* ---------- Header / Hero ---------- */

.site-header {
  border-bottom: 1px solid rgba(15, 23, 42, 0.9);
  background:
    radial-gradient(circle at 0% 0%, rgba(249, 115, 22, 0.25), transparent 55%),
    radial-gradient(circle at 100% 0%, rgba(56, 189, 248, 0.12), transparent 55%),
    linear-gradient(to bottom, #020617 0%, #020617 50%, #020314 100%);
}

.header-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 1.9rem 1.5rem 2.3rem;
  display: flex;
  gap: 1.8rem;
  align-items: center;
}

.logo-mark {
  display: inline-flex;
  gap: 4px;
  padding: 0.9rem 0.55rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(249, 115, 22, 0.5);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.75);
}

.logo-mark .bar {
  display: inline-block;
  width: 4px;
  border-radius: 999px;
  background: var(--accent);
}

.bar-1 { height: 12px; align-self: flex-end; }
.bar-2 { height: 18px; align-self: center; }
.bar-3 { height: 26px; align-self: flex-start; }
.bar-4 { height: 32px; align-self: center; }
.bar-5 { height: 24px; align-self: flex-start; }
.bar-6 { height: 16px; align-self: center; }
.bar-7 { height: 10px; align-self: flex-end; }

.header-text {
  flex: 1;
}

.site-title {
  margin: 0 0 0.4rem;
  font-size: clamp(1.9rem, 3.4vw, 2.4rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-tagline {
  margin: 0 0 0.8rem;
  font-size: 0.98rem;
  color: var(--text-muted);
  max-width: 520px;
}

.header-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

/* ---------- Pills & small UI ---------- */

.pill {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.8rem;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(148, 163, 184, 0.25);
}

.pill-ghost {
  background: rgba(15, 23, 42, 0.9);
}

/* ---------- Cards (What We Do & Roster) ---------- */

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.1rem;
  margin-top: 1.4rem;
}

.info-card {
  background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.9), #020617);
  border-radius: var(--radius-lg);
  padding: 1.3rem 1.25rem 1.25rem;
  border: 1px solid rgba(31, 41, 55, 0.95);
  box-shadow: var(--shadow-soft);
  font-size: 0.93rem;
}

.info-card h3 {
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-size: 1rem;
}

.info-card p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.bullet-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.bullet-list li {
  margin-bottom: 0.2rem;
}

/* ---------- Mission Callout ---------- */

.mission-callout {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(249, 115, 22, 0.55);
  background: radial-gradient(circle at top left, rgba(249, 115, 22, 0.12), #020617);
  font-size: 0.94rem;
}

/* ---------- Roster ---------- */

.roster-body {
  margin-top: 0.3rem;
}

.roster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.05rem;
  margin-top: 1.3rem;
}

.roster-card {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), #020617);
  border-radius: var(--radius-lg);
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(31, 41, 55, 0.95);
  box-shadow: var(--shadow-soft);
  font-size: 0.93rem;
}

.roster-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.roster-card p {
  margin: 0;
  color: var(--text-muted);
}

.roster-card--empty {
  border-style: dashed;
  border-color: rgba(148, 163, 184, 0.45);
  background: radial-gradient(circle at bottom, rgba(148, 163, 184, 0.16), #020617);
}

/* Artist links in roster */
.artist-link {
  color: #e5e7eb;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.artist-link:hover {
  color: var(--accent);
  border-color: rgba(249, 115, 22, 0.6);
}

/* "Listen on Spotify" pill */
.artist-spotify {
  display: inline-flex;
  margin-top: 0.55rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.28rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  color: var(--accent);
  text-decoration: none;
  background: rgba(15, 23, 42, 0.85);
}

.artist-spotify:hover {
  border-color: var(--accent);
  background: rgba(249, 115, 22, 0.12);
}


/* ---------- Contact / Cards layout ---------- */

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.15rem;
  margin-top: 1.4rem;
}

.contact-cards {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.contact-card {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 1), #020617);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.3rem 1.3rem;
  border: 1px solid rgba(31, 41, 55, 1);
  box-shadow: var(--shadow-soft);
  font-size: 0.94rem;
}

.contact-card-title {
  margin: 0 0 0.25rem;
  font-size: 1.02rem;
}

.contact-card-subtitle {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.contact-card-body {
  margin-top: 0.85rem;
}

.contact-email-row {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: 0.6rem;
}

.contact-email-label {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.contact-email-link {
  font-size: 0.93rem;
  color: var(--accent);
  text-decoration: none;
}

.contact-email-link:hover {
  text-decoration: underline;
}

.contact-location {
  margin-top: 0.4rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* ---------- Social buttons ---------- */

.social-row {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 0.75rem;
}

.social-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.65rem;
  border-radius: 12px;
  border: 1px solid rgba(31, 41, 55, 0.95);
  background: radial-gradient(circle at top left, rgba(15, 23, 42, 1), #020617);
  color: var(--text);
  cursor: default;
  font-size: 0.86rem;
}

.social-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--accent-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.5;
}

.social-icon svg rect,
.social-icon svg circle,
.social-icon svg path,
.social-icon svg polygon {
  stroke: var(--accent);
  fill: none;
}

/* YouTube play button inside rect */
.social-btn:nth-child(3) .social-icon svg rect {
  fill: none;
}
.social-btn:nth-child(3) .social-icon svg polygon {
  fill: var(--accent);
  stroke: none;
}

.social-label {
  font-weight: 500;
}

.social-status {
  margin-left: auto;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.social-bullets {
  padding-left: 1.1rem;
  font-size: 0.86rem;
}

/* ---------- Demo submission ---------- */

.demo-card {
  border-image: linear-gradient(135deg, var(--accent), transparent) 1;
  border-width: 1px;
}

.demo-intro {
  margin: 0.35rem 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.demo-checklist {
  margin-top: 0.8rem;
}

.demo-checklist-title {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-bottom: 0.35rem;
}

.demo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.3rem;
}

.demo-list li {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.demo-check {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(249, 115, 22, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: var(--accent);
}

.demo-note {
  margin-top: 0.8rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ---------- Footer ---------- */

.site-footer {
  margin-top: 3rem;
  border-top: 1px solid rgba(15, 23, 42, 0.9);
  background: radial-gradient(circle at top, #020617, #010313);
}

.footer-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0.85rem 1.5rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  justify-content: center;
  font-size: 0.8rem;
  color: #9ca3af;
}

.footer-logo-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
}

.footer-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
}

.footer-bar {
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: var(--accent);
}

.footer-text {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}

/* ---------- Responsive tweaks ---------- */

@media (max-width: 720px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-mark {
    margin-bottom: 0.4rem;
  }

  .page {
    padding-inline: 1.1rem;
  }

  .contact-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}
