/* ============================================================
   PDT SINGERS — Main Styles
   Base typography, nav, footer, and placeholder page styles.
   ============================================================ */

/* ── Base ──────────────────────────────────────────────────── */
body {
  font-family: var(--font-body);
  background: #f7f3ee;
  color: #2a2a2a;
  font-size: var(--text-base);
  color-scheme: light dark;
}

/* ── Nav ───────────────────────────────────────────────────── */
.site-nav {
  background: var(--white);
  border-bottom: 1px solid var(--rule);
  padding: 0 var(--space-lg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-height);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow-sm);
}

.nav-brand {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--forest);
  letter-spacing: 0.01em;
}

.nav-brand .accent {
  color: var(--sky-deep);
}

.nav-links {
  display: flex;
  gap: 1.8rem;
  align-items: center;
}

.nav-links a {
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  color: var(--muted);
  letter-spacing: 0.02em;
  transition: color var(--transition);
}

.nav-links a:hover {
  color: var(--text);
}

.nav-cta {
  background: #1a1a1a !important;
  color: #ffffff !important;
  padding: 0.38rem 1rem;
  border-radius: 3px;
  font-size: var(--text-xs) !important;
  letter-spacing: 0.04em !important;
  transition: background 0.2s !important;
}

.nav-cta:hover { background: #6a9ab8 !important; }

/* ── Footer ────────────────────────────────────────────────── */
.site-footer {
  background: var(--forest);
  color: rgba(255, 255, 255, 0.75);
  padding: var(--space-xl) var(--space-lg) var(--space-lg);
}

.footer-grid {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: var(--space-xl);
  padding-bottom: var(--space-xl);
}

.footer-brand {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  color: var(--white);
  margin-bottom: 0.3rem;
}

.footer-tagline {
  font-family: var(--font-ui);
  font-size: var(--text-xs);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-sm);
}

.footer-desc {
  font-size: var(--text-sm);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
}

.footer-col-label {
  font-family: var(--font-ui);
  font-size: var(--text-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.75rem;
}

.footer-col-label.sub { margin-top: var(--space-md); }

.footer-col ul li {
  margin-bottom: 0.45rem;
}

.footer-col ul li a {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.65);
  transition: color var(--transition);
}

.footer-col ul li a:hover {
  color: var(--white);
}

.footer-rule {
  max-width: var(--max-width);
  margin: 0 auto var(--space-md);
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-sm);
  font-family: var(--font-ui);
  font-size: var(--text-xs);
  color: rgba(255, 255, 255, 0.35);
}

.footer-badges {
  display: flex;
  gap: var(--space-sm);
}

.footer-badge {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--border-radius);
  padding: 0.3rem 0.75rem;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.footer-badge strong {
  display: block;
  color: rgba(255, 255, 255, 0.55);
}

/* ── Hero (split-logo layered design) ──────────────────────── */
.site-hero {
  position: relative;
  background: linear-gradient(180deg,
    #b8d0e0 0%, #cddee8 25%, #dde9f0 55%, #edf3f7 78%, #f7f3ee 100%);
  text-align: center;
  overflow: hidden;
  padding: 0;
}

/* Inner column — all content except cityscape */
.hero-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: var(--space-xl) var(--space-lg) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Words + notes — top logo piece */
.hero-words {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
  margin-bottom: var(--space-sm);
}

/* Eyebrow */
.hero-eyebrow {
  font-family: var(--font-ui);
  font-size: var(--text-xs);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sky-deep);
  margin-bottom: var(--space-xs);
}

/* Subhead */
.hero-subhead {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.4vw, 1.4rem);
  font-style: italic;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: var(--space-md);
}

/* Tagline pill */
.tagline-pill {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: var(--text-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage);
  border: 1px solid var(--sage);
  padding: 0.38rem 1.2rem;
  border-radius: 2px;
  margin-bottom: var(--space-md);
}

/* CTAs */
.hero-ctas {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-sm);
  flex-wrap: wrap;
  margin-bottom: var(--space-lg);
}

.hero-cta-ghost {
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  color: var(--muted);
  letter-spacing: 0.02em;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 1px;
  transition: color var(--transition);
}

.hero-cta-ghost:hover {
  color: var(--text);
}

/* Cityscape — bottom logo piece, full bleed */
.hero-cityscape {
  display: block;
  width: 70%;
  max-width: 70%;
  height: auto;
  mix-blend-mode: multiply;
  margin: 0 auto -4px;
}

/* WBQA credential badge */
.hero-wbqa-badge {
  position: absolute;
  top: 1.1rem;
  right: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  background: #1a1a2e;
  border: 1px solid rgba(106,154,184,0.35);
  border-radius: var(--border-radius);
  padding: 0.4rem 0.55rem;
  text-decoration: none;
  transition: background var(--transition);
  z-index: 10;
}

.hero-wbqa-badge:hover {
  background: #252540;
}

.hero-wbqa-badge img {
  width: 186px;
  height: 186px;
  object-fit: contain;
  display: block;
}

.coming-soon-band {
  background: var(--forest);
  padding: var(--space-xl) var(--space-lg);
  text-align: center;
}

.coming-soon-band p {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-style: italic;
  color: rgba(255, 255, 255, 0.88);
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.75;
}

.info-section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: var(--space-2xl) var(--space-lg);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  background: #f7f3ee;
  color: #2a2a2a;
}

.info-label {
  font-family: var(--font-ui);
  font-size: var(--text-xs);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sky-deep);
  margin-bottom: 0.5rem;
}

.info-title {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 700;
  color: var(--forest);
  line-height: 1.25;
  margin-bottom: var(--space-sm);
}

.info-body {
  font-size: var(--text-base);
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: var(--space-sm);
}

.rehearsal-card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--border-radius);
  padding: var(--space-md) var(--space-lg);
  margin-bottom: var(--space-sm);
}

.rehearsal-card .detail-label {
  font-family: var(--font-ui);
  font-size: var(--text-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sky-deep);
  margin-bottom: 0.3rem;
}

.rehearsal-card .detail-value {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--forest);
  margin-bottom: 0.25rem;
}

.rehearsal-card .detail-sub {
  font-size: var(--text-sm);
  color: var(--muted);
  line-height: 1.6;
}

/* ── Buttons ───────────────────────────────────────────────── */
.btn-primary {
  display: inline-block;
  background: var(--forest);
  color: var(--white);
  padding: 0.75rem 2rem;
  border-radius: var(--border-radius);
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  letter-spacing: 0.03em;
  transition: background var(--transition);
}

.btn-primary:hover {
  background: var(--sky-deep);
}

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 720px) {
  .nav-links { display: none; }
  .info-section { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: var(--space-lg); }
  .hero-words { max-width: 320px; }
  .hero-wbqa-badge { top: 0.6rem; right: 0.6rem; }
  .hero-wbqa-badge img { width: 34px; height: 34px; }
}

/* ── Dark Mode ─────────────────────────────────────────────── */
@media (prefers-color-scheme: dark) {

  body {
    background: var(--cream);
    color: var(--text);
  }

  /* Hero */
  .site-hero {
    background: linear-gradient(180deg,
      #0d1a24 0%, #112030 25%, #192630 55%, #1a1a12 100%);
  }

  /* multiply doesn't work on dark — screen drops out the whites */
  .hero-words,
  .hero-cityscape {
    mix-blend-mode: screen;
    opacity: 0.88;
  }

  .hero-eyebrow { color: var(--sky-mid); }

  .hero-subhead { color: rgba(255,255,255,0.62); }

  .hero-cta-ghost {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.15);
  }

  .hero-cta-ghost:hover { color: rgba(255,255,255,0.85); }

  /* Nav */
  .site-nav {
    background: #111;
    border-color: rgba(255,255,255,0.06);
  }

  .nav-brand { color: var(--sky-mid); }
  .nav-brand .accent { color: var(--sky-deep); }
  .nav-links a { color: rgba(255,255,255,0.55); }
  .nav-links a:hover { color: rgba(255,255,255,0.9); }

  /* Coming-soon band already dark — fine as-is */

  /* Info section */
  .info-section {
    background: #161410;
    color: rgba(255,255,255,0.87);
  }

  .info-label { color: var(--sky-mid); }
  .info-title { color: rgba(255,255,255,0.92); }
  .info-body  { color: rgba(255,255,255,0.6); }

  .rehearsal-card {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.07);
  }

  .rehearsal-card .detail-label { color: var(--sky-mid); }
  .rehearsal-card .detail-value { color: rgba(255,255,255,0.88); }
  .rehearsal-card .detail-sub   { color: rgba(255,255,255,0.55); }
}
