/* =========================================
   The Backroad Bandits – Band Site Styles
   ========================================= */

@import url("./tokens.css");
@import url("./base.css");

.hero-band {
  padding: 7rem 0 5.5rem;
  text-align: center;
  background: radial-gradient(ellipse at 50% 0%, rgba(196, 122, 58, 0.09) 0%, transparent 55%);
}

.hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent);
  margin-bottom: 1.3rem;
}

.hero-title {
  font-size: clamp(2.2rem, 6vw, 3.6rem);
  font-weight: 800;
  margin-bottom: 1.1rem;
  letter-spacing: -0.03em;
}

.hero-title span {
  color: var(--accent);
}

.hero-tagline {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 500px;
  margin: 0 auto 2.2rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.section-title {
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 700;
}

.section-title span {
  color: var(--accent);
}

.featured-card {
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.featured-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 0.5rem;
}

.featured-title {
  font-size: 1.45rem;
  margin-bottom: 0.35rem;
}

.featured-meta {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 1.4rem;
}

.about-teaser {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}

.about-teaser p {
  color: var(--text-muted);
  margin-bottom: 1.6rem;
  line-height: 1.6;
}
