/* ============================================================
   nurturing.css — shared stylesheet for spiritual.php,
   culture.php, sports.php, clubs.php — Namilyango College
   Design tokens: navy #00274c · gold #f2cb3f · gold-dark #d4a800
   Fonts: 'Fira Sans' (body) · 'Raleway' 800 (headings)
   ============================================================ */

/* ─── PAGE BANNER ─────────────────────────────────────────── */

.page-banner {
  min-height: 340px;
  background: linear-gradient(135deg, #051e3e 0%, #00274c 100%);
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.page-banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.14;
}

.page-banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #f2cb3f;
}

.page-banner-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: calc(72px + 2.5rem) 2rem 3.5rem;
  width: 100%;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  font-size: 0.82rem;
}

.breadcrumb-nav li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumb-nav li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb-nav li a:hover {
  color: #f2cb3f;
}

.breadcrumb-nav li.current {
  color: #f2cb3f;
  font-weight: 600;
}

.breadcrumb-nav li:not(:last-child)::after {
  content: '/';
  color: rgba(255, 255, 255, 0.3);
  margin-left: 0.5rem;
}

.page-banner-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.4rem);
  color: #fff;
  margin: 0 0 0.4rem;
  line-height: 1.1;
}

.page-banner-title span {
  color: #f2cb3f;
}

.page-banner-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 520px;
  line-height: 1.65;
  margin: 0;
}

.page-banner-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.2rem;
  flex-wrap: wrap;
}

.banner-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.9rem;
  border: 1.5px solid rgba(242, 203, 63, 0.55);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s;
  letter-spacing: 0.02em;
}

.banner-pill:hover,
.banner-pill.active {
  background: #f2cb3f;
  border-color: #f2cb3f;
  color: #00274c;
}

/* ─── SHARED SECTION STYLES ──────────────────────────────── */

.nt-section {
  padding: 72px 0;
}

.nt-section.alt-bg {
  background: #f4f6f9;
}

.nt-section.dark-bg {
  background: linear-gradient(135deg, #051e3e 0%, #00274c 100%);
  color: #fff;
}

.nt-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.nt-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f2cb3f;
  margin-bottom: 0.5rem;
}

.nt-heading {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #00274c;
  margin: 0 0 1rem;
  line-height: 1.2;
}

.nt-heading.on-dark {
  color: #fff;
}

.nt-subtext {
  font-size: 0.95rem;
  color: #555;
  max-width: 660px;
  line-height: 1.75;
  margin: 0;
}

.nt-subtext.on-dark {
  color: rgba(255, 255, 255, 0.72);
}

.nt-divider {
  width: 48px;
  height: 3px;
  background: #f2cb3f;
  border-radius: 2px;
  margin-bottom: 2rem;
}

/* ─── INTRO 2-COL LAYOUT ─────────────────────────────────── */

.nt-intro-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.nt-intro-text {
  /* container for label, heading, divider, subtext, etc. */
}

.nt-intro-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.nt-intro-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.nt-intro-image .img-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f2cb3f;
  color: #00274c;
  padding: 0.6rem 1rem;
  font-weight: 700;
  font-size: 0.82rem;
  border-radius: 8px 0 0 0;
}

/* ─── FEATURE / PILLAR CARDS (3-col) ─────────────────────── */

.nt-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.nt-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  border-top: 3px solid #f2cb3f;
  transition: transform 0.3s, box-shadow 0.3s;
}

.nt-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.nt-card-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #00274c, #0a3560);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2cb3f;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}

.nt-card h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #00274c;
  margin: 0 0 0.5rem;
}

.nt-card p {
  font-size: 0.86rem;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

/* ─── QUOTE / LEADER SECTION ─────────────────────────────── */

.nt-quote-section {
  background: linear-gradient(135deg, #051e3e, #0a3560);
  padding: 4rem 2rem;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.nt-quote-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(242, 203, 63, 0.05);
  pointer-events: none;
}

.nt-quote-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.nt-quote-portrait {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #f2cb3f;
  display: block;
  margin: 0 auto;
}

.nt-quote-portrait-placeholder {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 4px solid #f2cb3f;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 3rem;
  margin: 0 auto;
}

.nt-quote-text blockquote {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
  font-style: italic;
  position: relative;
  padding-left: 1.5rem;
  border-left: 3px solid #f2cb3f;
  margin: 0;
}

.nt-quote-sig {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.nt-quote-sig strong {
  color: #f2cb3f;
  font-size: 0.95rem;
}

.nt-quote-sig span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
}

/* ─── SOCIETY / CLUB CARDS (4-col) ──────────────────────── */

.nt-society-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.nt-society-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  transition: all 0.3s;
}

.nt-society-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.nt-society-header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.soc-gold {
  background: #f2cb3f;
  color: #00274c;
}

.soc-navy {
  background: linear-gradient(135deg, #00274c, #0a3560);
}

.soc-purple {
  background: linear-gradient(135deg, #6b3fa0, #8e44ad);
}

.soc-red {
  background: linear-gradient(135deg, #c0392b, #e74c3c);
}

.soc-green {
  background: linear-gradient(135deg, #1a7a4a, #27ae60);
}

.soc-blue {
  background: linear-gradient(135deg, #1a6b9a, #2980b9);
}

.nt-society-body {
  padding: 1.25rem;
}

.nt-society-body h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  color: #00274c;
  margin: 0 0 0.35rem;
}

.nt-society-body p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.6;
  margin: 0 0 0.75rem;
}

.nt-society-schedule {
  font-size: 0.76rem;
  color: #00274c;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.6rem;
  background: rgba(242, 203, 63, 0.15);
  border-radius: 6px;
}

/* ─── EVENT LIST ─────────────────────────────────────────── */

.nt-event-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 2rem;
}

.nt-event-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: 1.25rem 0;
  border-bottom: 1px solid #e9ecef;
}

.nt-event-item:last-child {
  border-bottom: none;
}

.nt-event-date {
  text-align: center;
  background: linear-gradient(135deg, #00274c, #0a3560);
  color: #fff;
  border-radius: 10px;
  padding: 0.75rem 0.5rem;
}

.nt-event-date .eday {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  line-height: 1;
}

.nt-event-date .emon {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f2cb3f;
  margin-top: 0.2rem;
}

.nt-event-info h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #00274c;
  margin: 0 0 0.3rem;
}

.nt-event-info p {
  font-size: 0.84rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.nt-event-meta {
  display: flex;
  gap: 1rem;
  margin-top: 0.4rem;
  font-size: 0.78rem;
  color: #888;
  flex-wrap: wrap;
}

.nt-event-meta i {
  color: #f2cb3f;
}

/* ─── GALLERY ────────────────────────────────────────────── */

.nt-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}

.nt-gallery-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.nt-gallery-item.wide {
  grid-column: span 2;
}

.nt-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.nt-gallery-item:hover img {
  transform: scale(1.06);
}

.nt-gallery-cap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  color: #fff;
  padding: 1.5rem 1rem 0.9rem;
  font-size: 0.82rem;
}

.nt-gallery-placeholder {
  background: #e8ecf1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #adb5bd;
  width: 100%;
  height: 100%;
}

.nt-gallery-placeholder i {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.nt-gallery-placeholder span {
  font-size: 0.75rem;
  text-align: center;
  padding: 0 1rem;
}

/* ─── SPORTS TILES (4-col icon grid) ────────────────────── */

.nt-sport-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.nt-sport-tile {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  transition: all 0.3s;
  cursor: default;
}

.nt-sport-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.nt-sport-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.nt-sport-img-placeholder {
  width: 100%;
  height: 160px;
  background: linear-gradient(135deg, #051e3e, #0a3560);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  color: #f2cb3f;
}

.nt-sport-name {
  padding: 1rem 0.75rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #00274c;
}

.nt-sport-name span {
  display: block;
  font-size: 0.75rem;
  color: #888;
  font-weight: 400;
  font-family: 'Fira Sans', sans-serif;
  margin-top: 0.2rem;
}

/* ─── ACHIEVEMENT STATS ──────────────────────────────────── */

.nt-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 2.5rem;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.nt-stat {
  background: linear-gradient(135deg, #051e3e, #00274c);
  padding: 2rem 1.5rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.nt-stat:last-child {
  border-right: none;
}

.nt-stat-num {
  font-family: 'Raleway', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: #f2cb3f;
  display: block;
  line-height: 1;
}

.nt-stat-label {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.4rem;
  display: block;
}

/* ─── MDD SPOTLIGHT (culture) ────────────────────────────── */

.nt-mdd-spotlight {
  background: linear-gradient(135deg, #f9f8f5, #f0ede6);
  border-radius: 16px;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.nt-mdd-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #f2cb3f;
  color: #00274c;
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.82rem;
  margin-bottom: 1.2rem;
}

.nt-mdd-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  color: #00274c;
  margin: 0 0 1rem;
  line-height: 1.25;
}

.nt-mdd-highlights {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.nt-mdd-highlight {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.88rem;
  color: #444;
}

.nt-mdd-highlight-icon {
  width: 32px;
  height: 32px;
  background: #00274c;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2cb3f;
  font-size: 0.9rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.nt-mdd-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.nt-mdd-img-grid .main {
  grid-column: span 2;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}

.nt-mdd-img-grid .sub {
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
}

.nt-mdd-img-grid img,
.nt-mdd-img-grid .nt-gallery-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ─── HOUSE GRID (culture — 6 houses) ───────────────────── */

.nt-house-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  gap: 1.1rem;
  margin-top: 2.5rem;
}

.nt-house-card {
  text-align: center;
  padding: 1.5rem 0.75rem;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  transition: all 0.3s;
}

.nt-house-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.11);
}

.nt-house-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.8rem;
  font-size: 1.5rem;
}

.nt-house-name {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  color: #00274c;
  margin: 0;
}

.nt-house-sub {
  font-size: 0.74rem;
  color: #888;
  margin-top: 0.2rem;
}

/* House supervisor line */
.nt-house-supervisor {
  font-size: 0.75rem;
  color: #555;
  margin: 0.3rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}

.nt-house-supervisor i {
  color: #00274c;
  font-size: 0.7rem;
}

/* MDD podium ranking badge (top-right of card) */
.nt-house-rank {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-bottom: 0.5rem;
}

.gold-rank   { background: #fff3cd; color: #856404; }
.silver-rank { background: #f1f1f1; color: #555; }
.bronze-rank { background: #fde8d8; color: #7a3b00; }

/* Champion card highlight */
.nt-house-card.mdd-champion {
  border: 2px solid #c9a227;
  box-shadow: 0 4px 18px rgba(201, 162, 39, 0.3);
}

.nt-house-card.mdd-silver {
  border: 2px solid #9e9e9e;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.12);
}

.nt-house-card.mdd-bronze {
  border: 2px solid #a0522d;
  box-shadow: 0 3px 14px rgba(160, 82, 45, 0.2);
}

/* MDD Podium strip (above house grid) */
.nt-mdd-podium {
  display: flex;
  gap: 1rem;
  margin: 2rem 0 1.5rem;
  flex-wrap: wrap;
}

.nt-podium-item {
  flex: 1;
  min-width: 200px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  font-size: 0.9rem;
}

.nt-podium-item i {
  font-size: 1.4rem;
  flex-shrink: 0;
}

.nt-podium-item strong {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
}

.nt-podium-item span {
  display: block;
  font-size: 0.78rem;
  opacity: 0.85;
}

.nt-podium-item.gold   { background: #fff8e1; color: #856404; border-left: 5px solid #c9a227; }
.nt-podium-item.silver { background: #f5f5f5; color: #424242; border-left: 5px solid #9e9e9e; }
.nt-podium-item.bronze { background: #fbe9e7; color: #6d2c00; border-left: 5px solid #a0522d; }

/* ─── CLUB LEADERSHIP — Category wrapper ─────────────────── */

.nt-clp-category {
  margin-top: 2.5rem;
}

.nt-clp-cat-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #e9ecef;
}

.nt-clp-cat-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
  flex-shrink: 0;
}

.nt-clp-cat-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: #00274c;
  margin: 0;
}

/* soc-* colour helpers already exist but adding for completeness */
.nt-clp-cat-icon.soc-green { background: #2e7d32; }
.nt-clp-cat-icon.soc-navy  { background: #00274c; }

/* ─── TRADITIONAL ARTS ROW (culture) ────────────────────── */

.nt-arts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.nt-art-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.09);
  position: relative;
}

.nt-art-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.nt-art-card:hover .nt-art-img {
  transform: scale(1.05);
}

.nt-art-body {
  padding: 1.5rem;
  background: #fff;
}

.nt-art-body h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #00274c;
  margin: 0 0 0.4rem;
}

.nt-art-body p {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

/* ─── CLUBS BY CATEGORY ──────────────────────────────────── */

.nt-club-category {
  margin-bottom: 2.5rem;
}

.nt-category-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.nt-category-label h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #00274c;
  margin: 0;
  white-space: nowrap;
}

.nt-category-label .cat-line {
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

.nt-club-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.nt-club-sm {
  background: #fff;
  border-radius: 10px;
  padding: 1.25rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  transition: all 0.25s;
}

.nt-club-sm:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.nt-club-sm-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  color: #fff;
}

.nt-club-sm-text h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #00274c;
  margin: 0 0 0.2rem;
}

.nt-club-sm-text p {
  font-size: 0.78rem;
  color: #777;
  line-height: 1.5;
  margin: 0;
}

/* ─── HOW TO JOIN ────────────────────────────────────────── */

.nt-join-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
  counter-reset: step;
}

.nt-join-step {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  text-align: center;
  position: relative;
}

.nt-join-step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00274c, #0a3560);
  color: #f2cb3f;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.nt-join-step h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #00274c;
  margin: 0 0 0.4rem;
}

.nt-join-step p {
  font-size: 0.84rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ─── CROSS-NAV — Compact centered pill design ───────────── */

.nt-cross-nav {
  position: relative;
  background: linear-gradient(160deg, #0b1e38 0%, #0e2954 50%, #091729 100%);
  overflow: hidden;
  padding: 2.2rem 0 2.4rem;
}
.nt-cross-nav::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 70%, rgba(242,203,63,.06) 0%, transparent 44%),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,.03) 0%, transparent 40%),
    radial-gradient(circle, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 24px 24px;
}

.nt-cross-nav-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative; z-index: 1;
  text-align: center;
}

/* Eyebrow label */
.nt-cross-label {
  display: inline-block;
  font-size: .62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: rgba(255,255,255,.32);
  margin-bottom: .9rem;
}

/* Hide large heading — keep only eyebrow */
.nt-cross-heading { display: none; }

/* Pill row */
.nt-cross-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .6rem;
}

/* Individual pill card */
.nt-cross-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .45rem;
  width: 118px;
  padding: 1rem .7rem .85rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, background .22s ease,
              border-color .22s ease, box-shadow .22s ease;
  backdrop-filter: blur(6px);
}
.nt-cross-link::after {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(160deg, rgba(255,255,255,.05) 0%, transparent 65%);
  border-radius: 16px;
}
.nt-cross-link:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,.11);
  border-color: rgba(255,255,255,.2);
  box-shadow: 0 12px 32px rgba(0,0,0,.3);
  color: #fff;
}
.nt-cross-link.active {
  background: rgba(242,203,63,.11);
  border-color: rgba(242,203,63,.42);
  box-shadow: 0 4px 20px rgba(242,203,63,.12);
}
.nt-cross-link.active:hover {
  background: rgba(242,203,63,.17);
  border-color: rgba(242,203,63,.6);
  box-shadow: 0 12px 32px rgba(242,203,63,.18);
}

/* Icon bubble */
.ncl-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: transform .22s ease;
}
.nt-cross-link:hover .ncl-icon {
  transform: scale(1.12) rotate(-5deg);
}

/* Text */
.ncl-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.ncl-name {
  font-family: 'Raleway', sans-serif;
  font-size: .74rem;
  font-weight: 800;
  color: rgba(255,255,255,.9);
  text-align: center;
  line-height: 1.25;
  letter-spacing: .01em;
}
.nt-cross-link.active .ncl-name { color: #f2cb3f; }

/* Hide desc & arrow at compact size */
.ncl-desc  { display: none; }
.ncl-arrow { display: none; }

/* Active pulse dot */
.ncl-dot {
  position: absolute;
  top: .55rem; right: .55rem;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #f2cb3f;
  box-shadow: 0 0 0 3px rgba(242,203,63,.22);
  animation: ncl-pulse 2.2s ease-in-out infinite;
}
@keyframes ncl-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(242,203,63,.22); }
  50%       { box-shadow: 0 0 0 7px rgba(242,203,63,0); }
}

/* Cross-nav responsive */
@media (max-width: 600px) {
  .nt-cross-nav { padding: 1.8rem 0 2rem; }
  .nt-cross-nav-inner { max-width: 100%; padding: 0 1rem; }
  .nt-cross-link { width: 100px; padding: .85rem .5rem .75rem; }
  .ncl-icon { width: 38px; height: 38px; font-size: .95rem; border-radius: 10px; }
  .ncl-name { font-size: .68rem; }
}
@media (max-width: 380px) {
  .nt-cross-links { gap: .45rem; }
  .nt-cross-link { width: 88px; }
}

/* ─── RESPONSIVE ─────────────────────────────────────────── */

@media (max-width: 1100px) {
  .nt-house-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .nt-sport-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .nt-intro-layout {
    grid-template-columns: 1fr;
  }

  .nt-society-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nt-sport-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nt-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .nt-stat {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nt-stat:nth-child(2n) {
    border-right: none;
  }

  .nt-stat:nth-last-child(-n+2) {
    border-bottom: none;
  }

  /* .nt-cross-links responsive handled by dedicated block above */

  .nt-club-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .nt-mdd-spotlight {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .nt-join-steps {
    grid-template-columns: 1fr;
  }

  .nt-arts-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nt-house-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .nt-cards {
    grid-template-columns: 1fr 1fr;
  }

  .nt-quote-layout {
    grid-template-columns: 160px 1fr;
    gap: 2rem;
  }
}

@media (max-width: 640px) {
  .nt-cards {
    grid-template-columns: 1fr;
  }

  .nt-society-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nt-sport-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nt-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .nt-gallery-item.wide {
    grid-column: span 1;
  }

  .nt-house-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nt-club-row {
    grid-template-columns: 1fr 1fr;
  }

  /* .nt-cross-links responsive handled by dedicated block above */

  .nt-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .nt-quote-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .nt-quote-portrait,
  .nt-quote-portrait-placeholder {
    margin: 0 auto;
  }

  .nt-quote-text blockquote {
    text-align: left;
  }

  .nt-arts-grid {
    grid-template-columns: 1fr;
  }

  .page-banner {
    min-height: 260px;
  }

  .page-banner-meta {
    gap: 0.75rem;
  }

  .nt-section {
    padding: 48px 0;
  }

  .nt-intro-image img {
    height: 280px;
  }

  .nt-mdd-spotlight {
    padding: 1.75rem;
  }

  .nt-mdd-img-grid .main {
    height: 160px;
  }

  .nt-mdd-img-grid .sub {
    height: 110px;
  }
}

/* ============================================================
   ADDITIONS — missing classes + modern design enhancements
   ============================================================ */

/* ─── BREADCRUMB (a/span structure used in culture/sports/clubs) ── */

.breadcrumb-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-size: 0.82rem;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.breadcrumb-nav a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb-nav a:hover {
  color: #f2cb3f;
}

.breadcrumb-nav .sep {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.65rem;
  padding: 0 0.15rem;
}

.breadcrumb-nav .current {
  color: #f2cb3f;
  font-weight: 600;
}

/* ─── GALLERY ALIASES ────────────────────────────────────────── */

/* spiritual.php uses .nt-gallery-wide; culture/sports/clubs use .wide */
.nt-gallery-item.nt-gallery-wide,
.nt-gallery-item.wide {
  grid-column: span 2;
}

/* spiritual.php uses .nt-gallery-caption; CSS had .nt-gallery-cap */
.nt-gallery-caption,
.nt-gallery-cap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  color: #fff;
  padding: 1.5rem 1rem 0.9rem;
  font-size: 0.82rem;
}

/* ─── SUBTEXT MARGIN VARIANT ─────────────────────────────────── */

.nt-subtext--mt {
  margin-top: 1.25rem;
}

/* ─── IMG BADGE (standalone, outside .nt-intro-image) ─────────── */

.img-badge {
  display: inline-block;
  background: #f2cb3f;
  color: #00274c;
  padding: 0.5rem 1rem;
  font-weight: 700;
  font-size: 0.82rem;
  border-radius: 6px;
  margin-top: 0.75rem;
}

/* ─── CALENDAR LAYOUT (culture.php) ─────────────────────────── */

.nt-calendar-layout {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 2.5rem;
  margin-top: 2.5rem;
  align-items: start;
}

.nt-calendar-sidebar {
  position: sticky;
  top: 90px;
}

.nt-sidebar-card {
  background: #fff;
  border-radius: 14px;
  padding: 1.75rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
  border-top: 3px solid #f2cb3f;
}

.nt-sidebar-card h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #00274c;
  margin: 0 0 0.75rem;
}

.nt-sidebar-card h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #00274c;
  margin: 1.1rem 0 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
}

.nt-sidebar-card p {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

.nt-sidebar-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.nt-sidebar-card ul li {
  font-size: 0.83rem;
  color: #444;
  padding: 0.4rem 0.6rem;
  background: #f4f6f9;
  border-radius: 6px;
  border-left: 3px solid #f2cb3f;
}

/* ─── READING PROGRESS BAR ───────────────────────────────────── */

#nt-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #f2cb3f, #e67e22, #f2cb3f);
  background-size: 200% 100%;
  animation: progressShimmer 2s linear infinite;
  z-index: 9999;
  transition: width 0.1s linear;
}

@keyframes progressShimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ─── SCROLL REVEAL ANIMATIONS ───────────────────────────────── */

.nt-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.nt-reveal.nt-visible {
  opacity: 1;
  transform: translateY(0);
}

.nt-reveal-left {
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.nt-reveal-left.nt-visible {
  opacity: 1;
  transform: translateX(0);
}

.nt-reveal-right {
  opacity: 0;
  transform: translateX(32px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.nt-reveal-right.nt-visible {
  opacity: 1;
  transform: translateX(0);
}

/* stagger children */
.nt-stagger > *:nth-child(1) { transition-delay: 0s;    }
.nt-stagger > *:nth-child(2) { transition-delay: 0.1s;  }
.nt-stagger > *:nth-child(3) { transition-delay: 0.2s;  }
.nt-stagger > *:nth-child(4) { transition-delay: 0.3s;  }
.nt-stagger > *:nth-child(5) { transition-delay: 0.4s;  }
.nt-stagger > *:nth-child(6) { transition-delay: 0.5s;  }

/* ─── BACK TO TOP ────────────────────────────────────────────── */

#backToTop {
  position: fixed;
  bottom: 5rem;
  right: 1.5rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #00274c;
  color: #f2cb3f;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s, background 0.2s;
  z-index: 998;
}

#backToTop.show {
  opacity: 1;
  transform: translateY(0);
}

#backToTop:hover {
  background: #f2cb3f;
  color: #00274c;
}

/* ─── WHATSAPP FLOAT ─────────────────────────────────────────── */

.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 52px;
  height: 52px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  text-decoration: none;
  z-index: 999;
  transition: transform 0.3s, box-shadow 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.55);
  color: #fff;
}

/* ─── MODERN STAT COUNTER ────────────────────────────────────── */

.nt-stat-num {
  font-variant-numeric: tabular-nums;
}

/* counter pulse on reveal */
@keyframes statPop {
  0%   { transform: scale(0.7); opacity: 0; }
  70%  { transform: scale(1.08); }
  100% { transform: scale(1); opacity: 1; }
}

.nt-stat.nt-visible .nt-stat-num {
  animation: statPop 0.55s ease forwards;
}

/* ─── ENHANCED CARD EFFECTS ──────────────────────────────────── */

/* gold accent line animates in on hover */
.nt-card {
  position: relative;
  overflow: hidden;
}

.nt-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #f2cb3f, #e67e22);
  transition: width 0.4s ease;
  border-top: 3px solid #f2cb3f;
}

.nt-card:hover::after {
  width: 100%;
}

/* club card glow on hover */
.nt-club-sm:hover {
  border-left: 3px solid #f2cb3f;
}

/* ─── SPORT TILE OVERLAY EFFECT ──────────────────────────────── */

.nt-sport-tile {
  position: relative;
  overflow: hidden;
}

.nt-sport-tile .nt-sport-img-placeholder {
  transition: transform 0.4s ease;
}

.nt-sport-tile:hover .nt-sport-img-placeholder {
  transform: scale(1.05);
}

/* ─── SECTION HEADING GOLD UNDERLINE ANIMATION ───────────────── */

.nt-heading {
  position: relative;
  display: inline-block;
}

/* ─── ART CARD IMAGE WRAPPER FIX ─────────────────────────────── */

/* .nt-art-img used as a div wrapper (not an <img>) */
.nt-art-img {
  overflow: hidden;
  border-radius: 0;
}

/* ─── GRADIENT SECTION DIVIDER ───────────────────────────────── */

.nt-wave-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: -1px;
}

.nt-wave-divider svg {
  display: block;
  width: 100%;
  height: 56px;
}

/* ─── PILL TAG COMPONENT ──────────────────────────────────────── */

.nt-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.nt-tag-gold {
  background: rgba(242, 203, 63, 0.18);
  color: #8a6900;
  border: 1px solid rgba(242, 203, 63, 0.5);
}

.nt-tag-navy {
  background: rgba(0, 39, 76, 0.08);
  color: #00274c;
  border: 1px solid rgba(0, 39, 76, 0.2);
}

.nt-tag-green {
  background: rgba(26, 122, 74, 0.1);
  color: #1a7a4a;
  border: 1px solid rgba(26, 122, 74, 0.3);
}

/* ─── FEATURE HIGHLIGHT STRIP ────────────────────────────────── */

.nt-highlight-strip {
  background: linear-gradient(135deg, #051e3e 0%, #00274c 60%, #0a3560 100%);
  border-radius: 16px;
  padding: 2.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.nt-highlight-strip::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(242, 203, 63, 0.07);
  pointer-events: none;
}

.nt-highlight-strip-text h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  color: #fff;
  margin: 0 0 0.4rem;
}

.nt-highlight-strip-text p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 480px;
}

.nt-highlight-strip .nt-strip-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  background: #f2cb3f;
  color: #00274c;
  border-radius: 8px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.nt-highlight-strip .nt-strip-btn:hover {
  background: #fff;
  color: #00274c;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* ─── RESPONSIVE ADDITIONS ───────────────────────────────────── */

@media (max-width: 900px) {
  .nt-calendar-layout {
    grid-template-columns: 1fr;
  }

  .nt-calendar-sidebar {
    position: static;
  }

  .nt-highlight-strip {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
  }
}

@media (max-width: 640px) {
  .nt-gallery-item.nt-gallery-wide,
  .nt-gallery-item.wide {
    grid-column: span 1;
  }

  .nt-highlight-strip {
    padding: 1.5rem;
    border-radius: 12px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   CLUB LEADERSHIP REGISTER — creg-*
   ═══════════════════════════════════════════════════════════════ */

.club-register {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 0.5rem;
}

/* Category section */
.creg-section {}

/* Category banner */
.creg-header {
  background: var(--ch, #00274c);
  border-radius: 14px;
  padding: 1.6rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

/* Big decorative ordinal number */
.creg-ordinal {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 4.5rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.13);
  flex-shrink: 0;
  user-select: none;
  letter-spacing: -0.04em;
}

.creg-header-text h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: #fff;
  margin: 0 0 0.2rem;
}

.creg-header-text span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.58);
}

/* Oversize icon in banner background */
.creg-bg-icon {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

/* 2-column card grid */
.creg-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

/* Individual club card */
.creg-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0, 39, 76, 0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-top: 4px solid var(--cc, #00274c);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.creg-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 39, 76, 0.12);
}

/* Card header: icon + name */
.creg-card-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.4rem;
  border-bottom: 1px solid #f0f2f5;
}

.creg-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--cc, #00274c);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.creg-club-name {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 0.97rem;
  color: #00274c;
  margin: 0 0 0.2rem;
  line-height: 1.25;
}

.creg-category-tag {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--cc, #00274c);
  opacity: 0.75;
}

/* Leadership rows */
.creg-card-body {
  padding: 0.85rem 1.4rem 0.6rem;
  flex: 1;
}

.creg-person-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.42rem 0;
  border-bottom: 1px dashed #eaecef;
}

.creg-person-row:last-child {
  border-bottom: none;
}

.creg-role {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #b0b0b0;
  white-space: nowrap;
  flex-shrink: 0;
}

.creg-name {
  font-size: 0.88rem;
  color: #333;
  font-weight: 500;
  text-align: right;
}

.creg-name em {
  color: #c0c0c0;
  font-style: italic;
  font-size: 0.84rem;
  font-weight: 400;
}

/* Schedule footer strip */
.creg-card-foot {
  background: #f8f9fb;
  padding: 0.55rem 1.4rem;
  font-size: 0.76rem;
  color: #777;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border-top: 1px solid #eef0f3;
  margin-top: auto;
}

.creg-card-foot i {
  color: var(--cc, #00274c);
  font-size: 0.72rem;
}

/* Responsive */
@media (max-width: 900px) {
  .creg-header {
    padding: 1.25rem 1.5rem;
    gap: 1rem;
  }

  .creg-ordinal {
    font-size: 3.2rem;
  }
}

@media (max-width: 640px) {
  .creg-grid {
    grid-template-columns: 1fr;
  }

  .creg-bg-icon {
    display: none;
  }

  .creg-ordinal {
    font-size: 2.5rem;
  }
}

/* ═══════════════════════════════════════════════════════════════
   CHAPEL STUDENT LEADERSHIP — Leader Cards
   ═══════════════════════════════════════════════════════════════ */

.nt-intro-para {
  max-width: 760px;
  margin: 0 auto 2.5rem;
  font-size: 1.05rem;
  color: #444;
  line-height: 1.75;
  text-align: center;
}

.nt-leaders-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
}

.nt-leader-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 22px rgba(0, 39, 76, 0.09);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.nt-leader-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 14px 40px rgba(0, 39, 76, 0.16);
}

.nt-leader-photo-wrap {
  position: relative;
  background: linear-gradient(135deg, #00274c 60%, #1a4a7a 100%);
  padding: 2rem 2rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nt-leader-photo-placeholder {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 3px solid #f2cb3f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2cb3f;
  font-size: 2.4rem;
  position: relative;
  overflow: hidden;
}

/* When an actual <img> is placed inside, it fills the circle */
.nt-leader-photo-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
  inset: 0;
}

.nt-leader-photo-note {
  display: none; /* helper text — hidden, for dev reference only */
}

.nt-leader-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 30px;
  height: 30px;
  background: #f2cb3f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00274c;
  font-size: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.nt-leader-info {
  padding: 1.25rem 1.4rem 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.nt-leader-name {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: #00274c;
  margin: 0 0 0.2rem;
  line-height: 1.3;
}

.nt-leader-role {
  font-weight: 700;
  color: #c9a227;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin: 0 0 0.3rem;
}

.nt-leader-class {
  font-size: 0.82rem;
  color: #888;
  margin: 0 0 1rem;
}

.nt-leader-quote {
  font-style: italic;
  font-size: 0.875rem;
  color: #555;
  border-left: 3px solid #f2cb3f;
  padding-left: 0.9rem;
  margin: auto 0 0;
  line-height: 1.6;
}

/* ═══════════════════════════════════════════════════════════════
   CHAPEL CLUB LEADERS ROSTER — .nt-clr-*
   ═══════════════════════════════════════════════════════════════ */

.nt-clr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.nt-clr-row {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
  box-shadow: 0 3px 18px rgba(0, 39, 76, 0.08);
  border-left: 5px solid #00274c;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nt-clr-row:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0, 39, 76, 0.14);
}

.nt-clr-icon-wrap {
  flex-shrink: 0;
}

.nt-clr-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #fff;
}

.clr-gold   { background: linear-gradient(135deg, #c9a227, #f2cb3f); }
.clr-purple { background: linear-gradient(135deg, #6a1b9a, #9c27b0); }
.clr-blue   { background: linear-gradient(135deg, #1565c0, #1976d2); }
.clr-red    { background: linear-gradient(135deg, #c62828, #e53935); }

.nt-clr-body {
  flex: 1;
  min-width: 0;
}

.nt-clr-club {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #00274c;
  margin: 0 0 0.6rem;
}

.nt-clr-people {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.65rem;
}

.nt-clr-person {
  font-size: 0.85rem;
  color: #555;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.nt-clr-person i {
  color: #00274c;
  width: 14px;
  text-align: center;
}

.nt-clr-person strong {
  color: #333;
}

.nt-clr-person em {
  color: #888;
}

.nt-clr-desc {
  font-size: 0.83rem;
  color: #666;
  margin: 0 0 0.6rem;
  line-height: 1.55;
}

.nt-clr-schedule {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #fff;
  background: #00274c;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  letter-spacing: 0.03em;
}

.nt-clr-schedule i {
  color: #f2cb3f;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — Leadership & Club Leaders
   ═══════════════════════════════════════════════════════════════ */

@media (max-width: 1100px) {
  .nt-leaders-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .nt-clr-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .nt-leaders-grid {
    grid-template-columns: 1fr;
  }

  .nt-leader-card {
    flex-direction: row;
    border-radius: 14px;
  }

  .nt-leader-photo-wrap {
    padding: 1.25rem;
    justify-content: flex-start;
    border-radius: 14px 0 0 14px;
    min-width: 80px;
  }

  .nt-leader-photo-placeholder {
    width: 70px;
    height: 70px;
    font-size: 1.6rem;
  }

  .nt-leader-badge {
    top: 0.75rem;
    right: 0.5rem;
    width: 22px;
    height: 22px;
    font-size: 0.6rem;
  }

  .nt-clr-row {
    flex-direction: column;
    border-left-width: 5px;
  }
}
