/* ============================================================
   CULTURE & RELIGION PAGE — page-specific styles
   ============================================================ */

/* ------ 3-photo Mosaic Hero ------ */
.cul-mosaic-hero {
  position: relative;
  background: linear-gradient(150deg, #1c0404 0%, #7f1d1d 55%, #2a0808 100%);
  height: 42vh;
  min-height: 280px;
  max-height: 400px;
  overflow: hidden;
}

.cul-mosaic-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  text-align: center;
  color: #fff;
}

.cul-mosaic-back {
  position: absolute;
  top: 24px;
  left: 32px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s;
}
.cul-mosaic-back:hover { color: #fff; }

.cul-mosaic-eyebrow {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 14px;
}

.cul-mosaic-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 14px;
}

.cul-mosaic-sub {
  font-size: 0.86rem;
  color: rgba(255,255,255,0.68);
  letter-spacing: 0.05em;
  margin: 0;
}

/* ------ Crimson opening strip ------ */
.cul-opening-strip {
  background: #7f1d1d;
  padding: 26px 24px;
  text-align: center;
}

.cul-opening-text {
  color: rgba(255,255,255,0.86);
  font-size: 1rem;
  line-height: 1.78;
  max-width: 680px;
  margin: 0 auto;
  font-style: italic;
}

/* ------ Faith panels (Hindu + Buddhist) ------ */
.cul-faith-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 18px;
}

.cul-faith-panel {
  border-radius: 12px;
  padding: 28px 24px;
  color: #fff;
}

.cul-faith-panel--hindu    { background: linear-gradient(135deg, #c2410c 0%, #ea580c 100%); }
.cul-faith-panel--buddhist { background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); }

.cul-faith-pct {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.3;
  margin-bottom: 8px;
}

.cul-faith-panel h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}

.cul-faith-panel p {
  font-size: 0.86rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
  margin: 0 0 14px;
}

.cul-faith-facts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cul-faith-facts li {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.7);
  padding-left: 14px;
  position: relative;
  line-height: 1.45;
}

.cul-faith-facts li::before {
  content: '–';
  position: absolute;
  left: 0;
  opacity: 0.55;
}

.cul-harmony-note {
  font-size: 0.88rem;
  font-style: italic;
  color: #666;
  border-left: 3px solid #DC143C;
  padding-left: 16px;
  line-height: 1.68;
  margin: 0;
}

/* ------ Sacred places — photo-overlay cards ------ */
.cul-places-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.cul-place-card {
  position: relative;
  height: 240px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  display: block;
  transition: transform 0.3s ease;
}

.cul-place-card:hover { transform: scale(1.02); }

.cul-place-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0.1) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px 18px 20px;
}

.cul-place-badge {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 10px;
  font-size: 0.67rem;
  font-weight: 600;
  margin-bottom: 8px;
  align-self: flex-start;
}

.cul-place-badge--hindu    { background: rgba(220,80,20,0.25); color: #fca789; border: 1px solid rgba(220,80,20,0.3); }
.cul-place-badge--buddhist { background: rgba(80,110,255,0.22); color: #a5b4fc; border: 1px solid rgba(80,110,255,0.3); }

.cul-place-overlay h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.08rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
}

.cul-place-overlay p {
  font-size: 0.79rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
  margin: 0;
}

/* ------ Festival timeline ------ */
.cul-festival-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cul-festival {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}

.cul-festival:last-child { border-bottom: none; }

.cul-festival-month {
  flex-shrink: 0;
  width: 72px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding-top: 4px;
  text-align: right;
}

.cul-festival-body { flex: 1; min-width: 0; }

.cul-festival-faith {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.cul-festival-faith--hindu    { background: #ffe5d0; color: #c45000; }
.cul-festival-faith--buddhist { background: #e0e7ff; color: #4338ca; }

.cul-festival-body h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px;
}

.cul-festival-body p {
  font-size: 0.87rem;
  color: #555;
  line-height: 1.65;
  margin: 0;
}

/* ------ People cards (replaces table) ------ */
.cul-people-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

.cul-people-card {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: transform 0.2s, box-shadow 0.2s;
}

.cul-people-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.09);
}

.cul-people-header {
  background: var(--pcolor, #333);
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 16px;
}

.cul-people-body {
  padding: 14px 16px 16px;
  background: #fff;
}

.cul-people-region {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.cul-people-body p {
  font-size: 0.82rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* ------ Arts grid (4 cards) ------ */
.cul-arts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cul-art-card {
  background: #f8f9fc;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 22px;
  transition: transform .2s, box-shadow .2s;
}

.cul-art-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
}

.cul-art-icon {
  font-size: 1.8rem;
  margin-bottom: 12px;
  line-height: 1;
}

.cul-art-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px;
}

.cul-art-card p {
  font-size: 0.83rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* ------ Sidebar: festival calendar ------ */
.cul-cal-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cul-cal-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.82rem;
}

.cul-cal-list li:last-child { border-bottom: none; }

.cul-cal-month {
  flex-shrink: 0;
  font-weight: 600;
  color: #DC143C;
  font-size: 0.78rem;
  width: 56px;
  padding-top: 1px;
}

.cul-cal-fest { color: #444; line-height: 1.4; }

/* ------ Responsive ------ */
@media (max-width: 900px) {
  .cul-people-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .cul-mosaic-hero   { height: 42vh; min-height: 280px; }
  .cul-faith-panels  { grid-template-columns: 1fr; }
  .cul-places-grid   { grid-template-columns: 1fr; }
  .cul-arts-grid     { grid-template-columns: 1fr; }
  .cul-people-grid   { grid-template-columns: 1fr 1fr; }
  .cul-festival-month { width: 52px; font-size: 0.7rem; }
}

@media (max-width: 480px) {
  .cul-people-grid { grid-template-columns: 1fr; }
}
