/* National Core Council Meeting */

.nccm-page-header {
  background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
    url(../../images/national-core-council-meeting/national-core-council-meeting-13.webp) !important;
  background-size: cover !important;
  background-position: center !important;
}

/* Hero — Timeline Header */
.nccm-hero {
  padding: 50px 0 60px;
  background: linear-gradient(160deg, #f4f6fb 0%, #eef1f8 40%, #f8f9fa 100%);
  overflow: hidden;
}

/* Date Pill */
.nccm-date-block { margin-bottom: 40px; }

.nccm-date-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  border: 2px solid rgba(242,101,34,0.15);
}

.nccm-day {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nccm-num {
  font-size: 2.2rem;
  font-weight: 800;
  color: #f26522;
  line-height: 1;
}

.nccm-month {
  font-size: 0.75rem;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nccm-date-sep {
  font-size: 1.4rem;
  font-weight: 300;
  color: #ccc;
}

.nccm-date-year {
  font-size: 1rem;
  font-weight: 800;
  color: #1a1b2e;
  padding-left: 12px;
  border-left: 2px solid #eee;
}

.nccm-hero-row { min-height: 60vh; }

/* Content */
.nccm-content { padding-right: 20px; }

.nccm-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #f26522, #ff8c42);
  color: #fff;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 8px 25px rgba(242,101,34,0.3);
}

.nccm-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #0d0e14;
  line-height: 1.2;
  margin-bottom: 16px;
}

.nccm-gradient {
  background: linear-gradient(135deg, #f26522, #ff8c42);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nccm-desc {
  color: #666;
  font-size: 0.92rem;
  line-height: 1.85;
  margin-bottom: 22px;
}

/* Agenda */
.nccm-agenda {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 25px;
}

.nccm-agenda-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 3px 14px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.04);
  transition: all 0.3s;
}

.nccm-agenda-item:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(242,101,34,0.1);
}

.nccm-agenda-dot {
  width: 12px;
  height: 12px;
  background: #f26522;
  border-radius: 50%;
  margin-top: 5px;
  flex-shrink: 0;
  box-shadow: 0 0 0 4px rgba(242,101,34,0.15);
}

.nccm-agenda-item strong {
  color: #1a1b2e;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 2px;
}

.nccm-agenda-item span {
  color: #888;
  font-size: 0.78rem;
}

/* Stats */
.nccm-stats {
  display: flex;
  gap: 14px;
}

.nccm-st {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 14px 16px;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.04);
  flex: 1;
  text-align: center;
  transition: all 0.3s;
}

.nccm-st:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(242,101,34,0.1);
}

.nccm-st strong {
  font-size: 1.6rem;
  font-weight: 800;
  color: #f26522;
  line-height: 1;
}

.nccm-st span {
  font-size: 0.68rem;
  color: #888;
  font-weight: 600;
  margin-top: 4px;
}

/* Image Grid */
.nccm-img-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  height: 440px;
}

.nccm-img-grid > div {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(0,0,0,0.08);
}

.nccm-img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}

.nccm-img-grid > div:hover img { transform: scale(1.05); }

.nccm-ig-large {
  grid-row: 1 / 3;
}

.nccm-ig-sm1 { grid-column: 2; grid-row: 1; }
.nccm-ig-sm2 { grid-column: 2; grid-row: 2; }

/* Gallery */
.nccm-gallery-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, rgba(242,101,34,0.02) 100%);
}

.nccm-section-header { margin-bottom: 50px; }

.nccm-section-badge {
  display: inline-block;
  background: linear-gradient(135deg, #f26522, #ff8c42);
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nccm-section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #0d0e14;
  line-height: 1.2;
}

.nccm-section-desc {
  font-size: 1.05rem;
  color: #666;
  max-width: 750px;
  margin: 0 auto;
}

/* Responsive */
@media (max-width: 992px) {
  .nccm-content { padding-right: 0; margin-bottom: 30px; }
  .nccm-img-grid { height: 350px; }
  .nccm-gallery-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 768px) {
  .nccm-hero { padding: 40px 0 50px; }
  .nccm-hero-row { min-height: auto; }
  .nccm-title { font-size: 1.5rem; }
  .nccm-date-pill { padding: 10px 20px; gap: 8px; }
  .nccm-num { font-size: 1.6rem; }
  .nccm-img-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    height: auto;
  }
  .nccm-ig-large { grid-row: auto; height: 200px; }
  .nccm-ig-sm1, .nccm-ig-sm2 { height: 150px; }
  .nccm-stats { flex-wrap: wrap; gap: 10px; }
  .nccm-st { min-width: 45%; }
  .nccm-gallery-grid { grid-template-columns: 1fr !important; }
}
