.home-main {
  max-width: 80rem;
  margin: 0 auto;
  padding: 5rem 1.5rem 4rem;
  color: var(--color-text);
}

/* === SECTION LABEL BAR ===
   Heavy top rule + small-caps label, used to open every section. */
.home-section-bar {
  border-top: 2px solid var(--color-black);
  padding-top: 0.6rem;
  margin: 3.5rem 0 1.5rem;
}

.home-section-bar span {
  font-family: var(--font-content);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--color-heading-text);
}

/* Small-caps label above individual pieces of content */
.home-kicker {
  font-family: var(--font-content);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-heading-muted);
  margin: 0 0 0.5rem;
}

/* === HERO / MASTHEAD MOTTO === */
.home-hero {
  text-align: center;
  padding: 2.5rem 1rem 1rem;
  max-width: 46rem;
  margin: 0 auto;
}

.home-hero-headline {
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.15;
  margin: 0 0 0.75rem;
}

.home-hero-deck {
  font-style: italic;
  color: var(--color-subtle-text);
  font-size: 1.1rem;
  margin: 0 0 1.5rem;
}

/* === ARTIST SPOTLIGHT === */
.artist-feature-name {
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  line-height: 1.1;
  margin: 0 0 1.75rem;
}

.artist-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 2.5rem;
  align-items: start;
}

.artist-feature-grid--no-text {
  grid-template-columns: minmax(0, 32rem);
  justify-content: center;
}

.artist-feature-image {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.artist-feature-gateway {
  margin-top: 1.75rem;
}

.playlist-embed--flat {
  max-width: none;
  margin: 0;
  border-radius: 0;
}

.artist-feature-body {
  border-left: 1px solid var(--color-light-gray);
  padding-left: 2.5rem;
  font-size: 1.05rem;
  line-height: 1.75;
}

.artist-feature-body p:first-child {
  margin-top: 0;
}

.artist-feature-network {
  margin-top: 2.5rem;
}

/* === READING & LISTENING (lede + rail) === */
.lede-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
}

.lede-rail {
  border-left: 1px solid var(--color-light-gray);
  padding-left: 2.5rem;
}

.lede-image-link {
  display: block;
}

.lede-image {
  width: auto;
  max-width: 100%;
  max-height: 30rem;
  display: block;
  margin-bottom: 1rem;
}

.lede-headline {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  line-height: 1.15;
  margin: 0.25rem 0 0.75rem;
}

.lede-deck {
  font-style: italic;
  font-size: 1.1rem;
  color: var(--color-gray-text);
  margin: 0 0 0.75rem;
}

.lede-byline {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-subtle-text);
  margin: 0 0 1rem;
}

.lede-main > p:last-child,
.rail-feature > p:last-child {
  margin-bottom: 0;
}

/* Rail: spotlight music */
.rail-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin-bottom: 0.75rem;
}

.rail-headline {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}

.rail-deck {
  font-size: 0.95rem;
  color: var(--color-heading-muted);
  margin: 0 0 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Rail: latest essays */
.rail-latest {
  margin-top: 2.5rem;
  border-top: 1px solid var(--color-light-gray);
  padding-top: 1.25rem;
}

.rail-latest-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rail-latest-item {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--color-divider);
}

.rail-latest-link {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.3;
  color: var(--color-heading);
  text-decoration: none;
}

.rail-latest-link:hover {
  text-decoration: underline;
  color: var(--color-accent);
}

.rail-latest-date {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-subtle-text);
  margin-top: 0.3rem;
}

/* === MEMBERSHIP === */
.membership-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}

.membership-item {
  padding: 0 2rem;
  border-left: 1px solid var(--color-light-gray);
}

.membership-item:first-child {
  padding-left: 0;
  border-left: none;
}

.membership-heading {
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
}

.membership-copy {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--color-heading-muted);
  margin: 0;
}

.membership-cta {
  text-align: center;
  margin-top: 2.25rem;
}

.membership-thanks {
  color: var(--color-subtle-text);
}

/* === RESPONSIVE === */
@media (max-width: 54rem) {
  .home-main {
    padding: 2rem 1rem 3rem;
  }

  .home-hero {
    padding-top: 1.5rem;
  }

  .home-section-bar {
    margin: 2.5rem 0 1.25rem;
  }

  .artist-feature-grid,
  .lede-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .artist-feature-body,
  .lede-rail {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid var(--color-light-gray);
    padding-top: 1.75rem;
  }

  .membership-grid {
    grid-template-columns: 1fr;
  }

  .membership-item {
    padding: 1.25rem 0;
    border-left: none;
    border-top: 1px solid var(--color-divider);
  }

  .membership-item:first-child {
    padding-top: 0;
    border-top: none;
  }
}
