/* --- GLOBALS --- */
:root {
  --bg-void: #051413;
  --bg-surface: #0f2826;
  --gold-primary: #d4af37;
  --gold-light: #f2d06b;
  --gold-glow: rgba(212, 175, 55, 0.4);
  --text-main: #f4f6f5;
  --text-muted: rgba(244, 246, 245, 0.7);
  --glass-bg: rgba(15, 40, 38, 0.6);
  --glass-border: rgba(255, 255, 255, 0.08);
}

.programs-page {
  margin: 0;
  font-family: "Inter", sans-serif;
  background-color: var(--bg-void);
  background-image: radial-gradient(circle at 50% 0%, #0f2826 0%, #051413 80%);
  color: var(--text-main);
  min-height: 100vh;
  overflow-x: hidden;
}

.programs-page a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
.programs-page ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.programs-page img {
  max-width: 100%;
  display: block;
}
.programs-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
.programs-page .heading-serif {
  font-family: "Playfair Display", serif;
}
.programs-page .text-gradient-gold {
  background: linear-gradient(
    135deg,
    var(--gold-light) 0%,
    var(--gold-primary) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.programs-page .text-center {
  text-align: center;
}
.programs-page .section-label {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: var(--gold-primary);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}

/* ==========================================
   LUMINA LITE (Section 1)
=========================================== */
.programs-lite {
  padding: 0 0 3rem 0;
  background-color: var(--bg-void);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.programs-lite .lite-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.programs-lite .lite-title {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.programs-lite .lite-desc {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.programs-lite .lite-truth-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}
.programs-lite .truth-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--glass-border);
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-size: 0.95rem;
}
.programs-lite .truth-item svg {
  width: 18px;
  height: 18px;
  color: var(--gold-primary);
}
.programs-lite .truth-item.negative svg {
  color: #e74c3c;
}

.programs-lite .lite-features {
  background: var(--glass-bg);
  padding: 2.5rem;
  border-radius: 16px;
  border: 1px solid var(--glass-border);
  margin-bottom: 2rem;
}
.programs-lite .lite-features h3 {
  font-size: 1.4rem;
  color: var(--text-main);
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.programs-lite .lite-features ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
.programs-lite .lite-features li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--text-muted);
  font-size: 1rem;
}
.programs-lite .lite-features svg {
  width: 22px;
  height: 22px;
  color: var(--gold-light);
  flex-shrink: 0;
}

.programs-lite .lite-attendance {
  font-size: 0.95rem;
  color: var(--gold-light);
  border-left: 3px solid var(--gold-primary);
  padding-left: 1rem;
}
.programs-lite .lite-attendance strong {
  color: var(--text-main);
}

.programs-lite .lite-image-col {
  position: relative;
}
.programs-lite .main-img {
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

/* ==========================================
   LITTLE GROWERS CLUB (Section 2)
=========================================== */
.programs-growers {
  padding: 3rem 0 6rem 0;
  background: linear-gradient(
    180deg,
    rgba(212, 175, 55, 0.02) 0%,
    transparent 100%
  );
}
.programs-growers .growers-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 5rem;
  align-items: center;
}
.programs-growers .growers-image {
  position: relative;
}
.programs-growers .growers-image img {
  border-radius: 24px;
  border: 1px solid rgba(212, 175, 55, 0.3);
}
.programs-growers .integrated-badge {
  position: absolute;
  top: 30px;
  right: -20px;
  background: var(--bg-void);
  border: 1px solid var(--gold-primary);
  padding: 1rem 1.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
.programs-growers .integrated-badge svg {
  width: 24px;
  height: 24px;
  color: var(--gold-primary);
}
.programs-growers .integrated-badge span {
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--gold-light);
}

.programs-growers .growers-title {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.programs-growers .growers-desc {
  font-size: 1.15rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 3rem;
}

.programs-growers .growers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.programs-growers .grower-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--glass-bg);
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid var(--glass-border);
}
.programs-growers .grower-item svg {
  width: 28px;
  height: 28px;
  color: var(--gold-primary);
  flex-shrink: 0;
}
.programs-growers .grower-item span {
  font-size: 1.05rem;
  font-weight: 500;
}

.programs-growers .growers-mandate {
  background: rgba(231, 76, 60, 0.1);
  border-left: 4px solid #e74c3c;
  padding: 1.5rem;
  border-radius: 0 12px 12px 0;
  color: var(--text-main);
  font-size: 1rem;
  line-height: 1.6;
}
.programs-growers .growers-mandate strong {
  color: #e74c3c;
  font-size: 1.1rem;
}

/* ==========================================
   EXTRA-CURRICULAR CLUBS (Section 3)
=========================================== */
.programs-extracurricular {
  padding: 0 0 6rem 0;
}
.programs-extracurricular .extra-header {
  margin-bottom: 4rem;
}
.programs-extracurricular .extra-title {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.programs-extracurricular .extra-subtitle {
  font-size: 1.1rem;
  color: var(--text-muted);
}

.programs-extracurricular .extra-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
.programs-extracurricular .extra-card {
  background: var(--bg-surface);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 3rem 2rem;
  transition: all 0.4s ease;
  text-align: center;
}
.programs-extracurricular .extra-card:hover {
  border-color: var(--gold-primary);
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}
.programs-extracurricular .extra-icon {
  width: 60px;
  height: 60px;
  background: rgba(212, 175, 55, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--gold-primary);
}
.programs-extracurricular .extra-icon svg {
  width: 30px;
  height: 30px;
}
.programs-extracurricular h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--text-main);
}
.programs-extracurricular .extra-tag {
  display: inline-block;
  font-size: 0.8rem;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
.programs-extracurricular .extra-list {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.programs-extracurricular .extra-list li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}
.programs-extracurricular .extra-list svg {
  width: 18px;
  height: 18px;
  color: var(--gold-primary);
  flex-shrink: 0;
}

.programs-extracurricular .showcase-banner {
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.1) 0%,
    rgba(15, 40, 38, 0.6) 100%
  );
  border: 1px solid var(--gold-primary);
  border-radius: 16px;
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.programs-extracurricular .showcase-content h3 {
  font-size: 2rem;
  color: var(--gold-light);
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.programs-extracurricular .showcase-content p {
  margin: 0;
  color: var(--text-main);
  font-size: 1.1rem;
  line-height: 1.6;
}
.programs-extracurricular .showcase-icon {
  width: 80px;
  height: 80px;
  color: var(--gold-primary);
  opacity: 0.3;
}

/* ==========================================
   HOLIDAY ENRICHMENT CLUB (Section 4)
=========================================== */
.programs-holiday {
  padding: 6rem 0 8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.programs-holiday .holiday-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.programs-holiday .holiday-title {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.programs-holiday .holiday-desc {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 3rem;
}

.programs-holiday .holiday-subheading {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  color: var(--text-main);
}
.programs-holiday .holiday-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}
.programs-holiday .theme-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--bg-surface);
  border: 1px solid var(--glass-border);
  padding: 0.8rem 1.2rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: 0.3s;
}
.programs-holiday .theme-pill:hover {
  border-color: var(--gold-primary);
  color: var(--gold-light);
}
.programs-holiday .theme-pill svg {
  width: 18px;
  height: 18px;
  color: var(--gold-primary);
}

.programs-holiday .holiday-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  color: var(--gold-light);
  font-style: italic;
}
.programs-holiday .holiday-footer .dot {
  color: var(--text-muted);
  font-size: 1rem;
  font-style: normal;
}

.programs-holiday .holiday-image img {
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  border: 1px solid var(--glass-border);
}

/* ==========================================
   IMAGE CONSTRAINTS (Add these to fix the giant images)
=========================================== */
.programs-lite .main-img {
  width: 100%;
  aspect-ratio: 4/3; /* Forces a perfect, predictable rectangle */
  object-fit: cover; /* Ensures the image fills the shape without stretching */
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.programs-growers .growers-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.programs-holiday .holiday-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  border: 1px solid var(--glass-border);
}

/* Ensure the image column containers don't collapse weirdly */
.programs-lite .lite-image-col,
.programs-growers .growers-image,
.programs-holiday .holiday-image {
  width: 100%;
  position: relative;
}
