/* ============================
   ADULT CLASSES PAGE - OVERRIDES ONLY
   Lighthouse Baptist Church

   NOTE: This file only contains page-specific overrides.
   Common ministry styles are in lbc-ministry-shared.css

   DO NOT redefine :root variables - use lbc-tokens.css
   ============================ */

/* ============================
   HERO VARIANT - Adults specific background
   REMOVED: Non-existent background image
   Base gradient from lbc-ministry-shared.css is used
   ============================ */

/* ============================
   CURRENT STUDY SECTION
   Highlighted when study is set via CMB2
   ============================ */
.study-section {
  padding: 4rem 1rem;
  background: linear-gradient(135deg, var(--lbc-navy) 0%, var(--lbc-navy-soft) 100%);
  text-align: center;
}

.study-section .container {
  max-width: 700px;
  margin: 0 auto;
}

.study-content {
  padding: 2.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-2xl, 1.5rem);
  border: 1px solid rgba(208, 167, 95, 0.3);
}

.study-kicker {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--lbc-gold);
  margin-bottom: 1rem;
  padding: 0.3rem 0.8rem;
  background: rgba(208, 167, 95, 0.2);
  border-radius: 999px;
}

.study-title {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: white;
  margin: 0 0 1rem;
}

.study-content p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}

/* ============================
   WHO GROUPS - 4-column layout for Adults
   Extends the shared .who-groups style
   ============================ */
@media (min-width: 640px) {
  .who-groups {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .who-groups {
    grid-template-columns: repeat(4, 1fr);
  }
}
