/* ==========================================================================
   WAYAMBA JANAKALA KENDRAYA - OFFICIAL STYLESHEET (PROFESSIONAL EDITION)
   North Western Province Folk Art & Cultural Center
   Theme: Sri Lankan Cultural Heritage (Terracotta, Maroon, Gold, Muted Green)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;600;700;800&family=Cinzel+Decorative:wght@700;900&family=Noto+Sans+Sinhala:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700&display=swap');

:root {
  /* Cultural Color Palette */
  --maroon-950: #200407;
  --maroon-900: #34070C;
  --maroon-800: #4F0E16;
  --maroon-700: #6B1620;
  --maroon-600: #881F2B;
  --maroon-500: #A82C39;
  
  --terracotta-800: #823015;
  --terracotta-700: #A43F1D;
  --terracotta-600: #C2542D;
  --terracotta-500: #D86638;
  --terracotta-400: #EA7D50;
  --terracotta-100: #FBEFEA;

  --gold-800: #8C5B09;
  --gold-700: #B2760E;
  --gold-600: #D89B2B;
  --gold-500: #EAB343;
  --gold-400: #F7C660;
  --gold-300: #FDE096;
  --gold-100: #FEF8E9;

  --green-800: #1B3324;
  --green-700: #294A35;
  --green-600: #3B674B;
  --green-500: #4F8663;
  --green-100: #EDF4EF;

  --parchment-base: #F9F6F0;
  --parchment-card: #FFFFFF;
  --parchment-alt: #F3ECE0;
  --parchment-border: #E8DDCE;

  --text-dark: #1A1211;
  --text-body: #423633;
  --text-muted: #746763;
  --text-light: #FDF9F3;

  /* Typography */
  --font-sinhala: 'Noto Sans Sinhala', 'Abhaya Libre', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif: 'Abhaya Libre', Georgia, serif;
  --font-decorative: 'Cinzel Decorative', 'Abhaya Libre', serif;
  --font-sans: 'Outfit', 'Noto Sans Sinhala', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Shadows & Elevations */
  --shadow-sm: 0 3px 10px rgba(52, 7, 12, 0.05);
  --shadow-md: 0 8px 25px rgba(52, 7, 12, 0.08);
  --shadow-lg: 0 16px 45px rgba(52, 7, 12, 0.12);
  --shadow-gold: 0 8px 30px rgba(216, 155, 43, 0.28);

  /* Borders & Radii */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-pill: 50px;
  --border-gold: 1px solid rgba(216, 155, 43, 0.4);

  /* Transitions */
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* ==========================================================================
   RESET & BASE
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-sinhala);
  background-color: var(--parchment-base);
  color: var(--text-body);
  line-height: 1.75;
  overflow-x: hidden;
  position: relative;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(216, 155, 43, 0.035) 0%, transparent 45%),
    radial-gradient(circle at 90% 60%, rgba(194, 84, 45, 0.035) 0%, transparent 45%);
}

/* Accessibility text resizing */
body.font-sm { font-size: 14px; }
body.font-md { font-size: 16px; }
body.font-lg { font-size: 18px; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: var(--maroon-900);
  font-family: var(--font-sinhala);
  font-weight: 700;
  line-height: 1.35;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Section Header Styling */
.section {
  padding: 100px 0;
  position: relative;
}

.section.alt-bg {
  background-color: var(--parchment-alt);
  border-top: 1px solid var(--parchment-border);
  border-bottom: 1px solid var(--parchment-border);
}

.section-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 60px;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--terracotta-700);
  background: var(--terracotta-100);
  padding: 6px 18px;
  border-radius: var(--radius-pill);
  margin-bottom: 16px;
  border: 1px solid rgba(194, 84, 45, 0.25);
  box-shadow: 0 2px 8px rgba(194, 84, 45, 0.08);
}

.section-title {
  font-size: 2.45rem;
  color: var(--maroon-800);
  margin-bottom: 16px;
  position: relative;
  letter-spacing: -0.5px;
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 14px auto 18px;
}

.section-divider span {
  display: inline-block;
  height: 2px;
  width: 55px;
  background: linear-gradient(90deg, transparent, var(--gold-600));
}

.section-divider span:last-child {
  background: linear-gradient(90deg, var(--gold-600), transparent);
}

.section-divider .divider-lotus {
  width: 20px;
  height: 20px;
  color: var(--gold-600);
}

.section-desc {
  font-size: 1.08rem;
  color: var(--text-muted);
  line-height: 1.8;
}

/* ==========================================================================
   TOP BAR & ACCESSIBILITY
   ========================================================================== */
.top-bar {
  background: var(--maroon-950);
  color: var(--gold-300);
  padding: 7px 0;
  font-size: 0.8rem;
  border-bottom: 1px solid rgba(216, 155, 43, 0.3);
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.gov-badge {
  background: rgba(216, 155, 43, 0.18);
  color: var(--gold-400);
  padding: 2px 10px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.5px;
  border: 1px solid rgba(216, 155, 43, 0.35);
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.live-time-box {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
  font-family: var(--font-sans);
}

.live-time-box #liveClock {
  color: var(--gold-300);
  font-weight: 700;
}

/* Accessibility font resize */
.font-controls {
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(216, 155, 43, 0.3);
  border-radius: var(--radius-pill);
  padding: 1px 6px;
}

.font-btn {
  background: transparent;
  border: none;
  color: var(--gold-300);
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  padding: 2px 5px;
  transition: var(--transition);
}

.font-btn:hover {
  color: #FFF;
}

/* Language Switcher */
.lang-switcher {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(216, 155, 43, 0.45);
  border-radius: var(--radius-pill);
  padding: 2px 4px;
}

.lang-btn {
  background: transparent;
  border: none;
  color: #DDD;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 5px;
}

.lang-btn.active {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
  color: var(--maroon-900);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* ==========================================================================
   MAIN NAVBAR
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(14px);
  box-shadow: 0 4px 25px rgba(52, 7, 12, 0.08);
  border-bottom: 2.5px solid var(--gold-600);
  transition: var(--transition);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 86px;
  gap: 16px;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  text-decoration: none;
}

.brand-logo {
  width: auto;
  height: 68px;
  max-width: 68px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 3px 8px rgba(79, 14, 22, 0.22));
  transition: transform 0.3s ease;
}

.brand-link:hover .brand-logo {
  transform: scale(1.05);
}

.brand-info {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.brand-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--maroon-800);
  line-height: 1.15;
  letter-spacing: -0.2px;
  white-space: nowrap;
}

.brand-sub {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--terracotta-600);
  letter-spacing: 0.8px;
  white-space: nowrap;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 1;
}

.nav-link {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--text-dark);
  padding: 7px 10px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  position: relative;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link.active {
  color: var(--maroon-700);
  background: rgba(194, 84, 45, 0.08);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 8px;
  right: 8px;
  height: 3px;
  background: var(--gold-600);
  border-radius: 2px;
}

/* Dropdown Menu */
.nav-item-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.nav-dropdown-arrow {
  font-size: 0.62rem;
  transition: transform 0.25s ease;
  color: var(--gold-700);
}

.nav-item-dropdown:hover .nav-dropdown-arrow {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  background: #FFFFFF;
  border-radius: var(--radius-md);
  box-shadow: 0 12px 35px rgba(52, 7, 12, 0.16);
  border: 1px solid var(--parchment-border);
  border-top: 3.5px solid var(--gold-600);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1100;
}

.nav-item-dropdown:hover .nav-dropdown-menu,
.nav-item-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(4px);
}

.nav-dropdown-link {
  display: block;
  padding: 10px 20px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-dark);
  transition: var(--transition);
  border-left: 3px solid transparent;
  white-space: nowrap;
}

.nav-dropdown-link:hover {
  background: var(--gold-100);
  color: var(--maroon-900);
  border-left-color: var(--gold-600);
  padding-left: 24px;
}

.nav-actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.nav-actions .btn-primary {
  padding: 8px 18px;
  font-size: 0.84rem;
  letter-spacing: 0.3px;
  white-space: nowrap;
  box-shadow: 0 3px 10px rgba(107, 22, 32, 0.2);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--maroon-700), var(--maroon-900));
  color: var(--gold-300);
  padding: 11px 24px;
  border-radius: var(--radius-pill);
  font-size: 0.9rem;
  font-weight: 700;
  border: 1px solid rgba(216, 155, 43, 0.4);
  box-shadow: 0 4px 15px rgba(107, 22, 32, 0.25);
  cursor: pointer;
  transition: var(--transition);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--terracotta-600), var(--maroon-800));
  color: #FFF;
  box-shadow: 0 6px 20px rgba(194, 84, 45, 0.35);
  transform: translateY(-2px);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--maroon-800);
  padding: 11px 24px;
  border-radius: var(--radius-pill);
  font-size: 0.9rem;
  font-weight: 700;
  border: 1.5px solid var(--gold-600);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: var(--transition);
}

.btn-secondary:hover {
  background: var(--gold-100);
  border-color: var(--gold-700);
  transform: translateY(-2px);
}

.mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--maroon-800);
  font-size: 1.7rem;
  cursor: pointer;
}

/* ==========================================================================
   HERO SECTION & SLIDER
   ========================================================================== */
.hero-section {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background-color: var(--maroon-950);
  overflow: hidden;
  color: var(--text-light);
  padding-bottom: 70px;
}

/* Background slider */
.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out, transform 8s ease;
  transform: scale(1.02);
}

.hero-slide.active {
  opacity: 0.38;
  transform: scale(1.06);
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(1.15) contrast(1.1);
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg, 
    rgba(32, 4, 7, 0.96) 0%, 
    rgba(52, 7, 12, 0.88) 50%, 
    rgba(52, 7, 12, 0.5) 100%
  );
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 840px;
  padding: 60px 0 30px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(216, 155, 43, 0.18);
  border: 1.5px solid var(--gold-500);
  color: var(--gold-300);
  padding: 8px 22px;
  border-radius: var(--radius-pill);
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 22px;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(216, 155, 43, 0.2);
}

.hero-badge::before {
  content: '🏛️';
}

.hero-title {
  font-size: 3.4rem;
  font-weight: 800;
  color: #FFF;
  line-height: 1.25;
  margin-bottom: 22px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.hero-title span {
  background: linear-gradient(135deg, #FFF1B8, var(--gold-400), var(--gold-500));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-tagline {
  font-size: 1.18rem;
  line-height: 1.85;
  color: rgba(253, 249, 243, 0.92);
  margin-bottom: 36px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 50px;
}

.hero-actions .btn-primary {
  background: linear-gradient(135deg, var(--gold-600), var(--terracotta-600));
  color: #FFF;
  border: none;
  font-size: 1.02rem;
  padding: 15px 34px;
  box-shadow: 0 6px 25px rgba(216, 155, 43, 0.4);
}

.hero-actions .btn-primary:hover {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(216, 155, 43, 0.5);
}

.hero-actions .btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #FFF;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  padding: 15px 32px;
  font-size: 1.02rem;
}

.hero-actions .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: var(--gold-400);
  transform: translateY(-3px);
}

/* Hero Stats Bar */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  border-top: 1px solid rgba(216, 155, 43, 0.3);
  padding-top: 28px;
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-value {
  font-family: var(--font-sans);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--gold-400);
  line-height: 1.1;
}

.stat-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 4px;
}

/* Slider indicator dots */
.hero-slider-dots {
  position: absolute;
  bottom: 25px;
  right: 30px;
  z-index: 15;
  display: flex;
  gap: 8px;
}

.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid var(--gold-500);
  cursor: pointer;
  transition: var(--transition);
}

.slider-dot.active {
  background: var(--gold-400);
  transform: scale(1.3);
  box-shadow: 0 0 10px var(--gold-400);
}

/* ==========================================================================
   QUICK ACTION CARDS BAR
   ========================================================================== */
.quick-action-bar {
  margin-top: -45px;
  position: relative;
  z-index: 25;
}

.quick-action-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.qa-card {
  background: var(--parchment-card);
  border-radius: var(--radius-md);
  padding: 22px 20px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--parchment-border);
  border-top: 4px solid var(--gold-600);
  display: flex;
  align-items: center;
  gap: 15px;
  transition: var(--transition);
}

.qa-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(79, 14, 22, 0.15);
  border-top-color: var(--terracotta-600);
}

.qa-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--gold-100);
  color: var(--gold-800);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.qa-info h4 {
  font-size: 0.98rem;
  color: var(--maroon-900);
  margin-bottom: 2px;
}

.qa-info p {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.35;
}

/* ==========================================================================
   SECTION 2: ABOUT US & STATUTE CHARTER
   ========================================================================== */
.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}

.about-content p {
  font-size: 1.1rem;
  margin-bottom: 22px;
  color: var(--text-body);
}

.statute-card {
  background: linear-gradient(135deg, var(--maroon-950), var(--maroon-800));
  color: var(--text-light);
  padding: 30px;
  border-radius: var(--radius-md);
  border-left: 6px solid var(--gold-600);
  box-shadow: var(--shadow-lg);
  margin: 25px 0 32px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216, 155, 43, 0.3);
}

.statute-card::after {
  content: '1992';
  position: absolute;
  right: -10px;
  bottom: -20px;
  font-family: var(--font-decorative);
  font-size: 6.5rem;
  font-weight: 900;
  color: rgba(216, 155, 43, 0.07);
  pointer-events: none;
}

.statute-badge-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--gold-300);
  margin-bottom: 6px;
}

.statute-badge-sub {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
}

.about-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.about-feat-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--parchment-card);
  padding: 18px 22px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--parchment-border);
  transition: var(--transition);
}

.about-feat-item:hover {
  transform: translateX(6px);
  border-color: var(--gold-600);
  box-shadow: var(--shadow-md);
}

.feat-icon-box {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-sm);
  background: var(--terracotta-100);
  color: var(--terracotta-700);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.3rem;
}

.about-feat-item h4 {
  font-size: 1.05rem;
  color: var(--maroon-800);
  margin-bottom: 3px;
}

.about-feat-item p {
  font-size: 0.9rem;
  margin: 0;
  color: var(--text-muted);
}

.about-visual-wrapper {
  position: relative;
}

.about-visual-img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 4px solid #FFF;
}

.about-badge-float {
  position: absolute;
  bottom: -25px;
  left: -25px;
  background: linear-gradient(135deg, var(--gold-600), var(--terracotta-600));
  color: #FFF;
  padding: 22px 26px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-gold);
  border: 3px solid #FFF;
  display: flex;
  align-items: center;
  gap: 16px;
}

.badge-number {
  font-family: var(--font-sans);
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
}

.badge-text {
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 600;
}

/* ==========================================================================
   SECTION 3: VISION & MISSION
   ========================================================================== */
.vision-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.vm-card {
  background: var(--parchment-card);
  padding: 45px 40px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--parchment-border);
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.vm-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.vm-card.vision {
  border-top: 6px solid var(--gold-600);
}

.vm-card.mission {
  border-top: 6px solid var(--terracotta-600);
}

.vm-icon-bubble {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 24px;
}

.vm-card.vision .vm-icon-bubble {
  background: var(--gold-100);
  color: var(--gold-700);
}

.vm-card.mission .vm-icon-bubble {
  background: var(--terracotta-100);
  color: var(--terracotta-700);
}

.vm-card h3 {
  font-size: 1.75rem;
  color: var(--maroon-800);
  margin-bottom: 16px;
}

.vm-card p {
  font-size: 1.08rem;
  line-height: 1.9;
  color: var(--text-body);
}

/* ==========================================================================
   SECTION 4: INSTITUTIONAL OBJECTIVES
   ========================================================================== */
.objectives-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.obj-card {
  background: var(--parchment-card);
  padding: 40px 32px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--parchment-border);
  border-bottom: 4px solid transparent;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.obj-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-bottom-color: var(--gold-600);
}

.obj-number {
  font-family: var(--font-decorative);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--terracotta-600);
  margin-bottom: 14px;
}

.obj-card h3 {
  font-size: 1.3rem;
  color: var(--maroon-800);
  margin-bottom: 14px;
  line-height: 1.4;
}

.obj-card p {
  font-size: 0.98rem;
  color: var(--text-muted);
  line-height: 1.75;
}

/* ==========================================================================
   SECTION 5: OUR ROLE - 3 Numbered Cards
   ========================================================================== */
.role-cards-container {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.role-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  background: var(--parchment-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--parchment-border);
  transition: var(--transition);
}

.role-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--gold-600);
  transform: translateX(4px);
}

.role-badge-col {
  background: linear-gradient(135deg, var(--maroon-900), var(--maroon-800));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-400);
  font-family: var(--font-decorative);
  font-size: 3.4rem;
  font-weight: 900;
  border-right: 3px solid var(--gold-600);
}

.role-body {
  padding: 38px 45px;
}

.role-body h3 {
  font-size: 1.5rem;
  color: var(--maroon-800);
  margin-bottom: 14px;
}

.role-body p {
  font-size: 1.05rem;
  color: var(--text-body);
  line-height: 1.85;
}

/* ==========================================================================
   SECTION 7: BOARD OF DIRECTORS
   ========================================================================== */
.board-info-banner {
  background: linear-gradient(135deg, rgba(79, 14, 22, 0.05), rgba(216, 155, 43, 0.12));
  border-left: 4px solid var(--gold-600);
  border-radius: var(--radius-md);
  padding: 26px 32px;
  margin: 0 auto 30px;
  max-width: 960px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.board-statute-intro p {
  font-size: 1.02rem;
  color: var(--text-body);
  line-height: 1.85;
  margin-bottom: 12px;
}

.board-statute-intro p:last-child {
  margin-bottom: 0;
}

.board-current-heading {
  text-align: center;
  margin: 35px 0 32px;
}

.board-current-heading h3 {
  font-size: 1.55rem;
  color: var(--maroon-900);
  font-weight: 700;
  letter-spacing: -0.3px;
}

.board-current-divider {
  width: 50px;
  height: 3px;
  background: var(--gold-600);
  margin: 10px auto 0;
  border-radius: 2px;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.board-card {
  background: var(--parchment-card);
  border-radius: var(--radius-md);
  padding: 28px 20px 24px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--parchment-border);
  transition: var(--transition);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.board-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-600);
}

.board-number-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold-600);
  color: var(--maroon-950);
  font-weight: 800;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}

.board-card.chairman {
  grid-column: span 3;
  max-width: 580px;
  width: 100%;
  margin: 0 auto 10px;
  border-top: 4px solid var(--gold-600);
  background: linear-gradient(180deg, #FFFFFF, var(--gold-100));
  box-shadow: var(--shadow-md);
}

.board-card.chairman .board-number-badge {
  background: var(--maroon-900);
  color: var(--gold-400);
  border: 1px solid var(--gold-500);
}

.board-avatar {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--maroon-800);
  color: var(--gold-400);
  font-size: 1.8rem;
  border: 2.5px solid var(--gold-500);
  box-shadow: 0 4px 12px rgba(79, 14, 22, 0.15);
}

.board-card.chairman .board-avatar {
  width: 88px;
  height: 88px;
  font-size: 2.3rem;
  background: linear-gradient(135deg, var(--gold-600), var(--maroon-900));
  border: 3px solid var(--gold-500);
}

.board-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--maroon-900);
  margin-bottom: 8px;
  line-height: 1.4;
}

.board-card.chairman .board-name {
  font-size: 1.45rem;
  margin-bottom: 10px;
}

.board-designation {
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--maroon-800);
  padding: 5px 16px;
  border-radius: var(--radius-pill);
  background: var(--parchment-alt);
  border: 1px solid var(--parchment-border);
  margin-top: 4px;
}

.board-designation.chairman {
  background: rgba(216, 155, 43, 0.22);
  color: var(--maroon-900);
  border-color: rgba(216, 155, 43, 0.5);
  font-weight: 700;
  font-size: 1rem;
  padding: 6px 20px;
}

/* ==========================================================================
   SECTION 11: FUTURE PLANS
   ========================================================================== */
.future-plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 28px;
}

.future-card {
  background: var(--parchment-card);
  padding: 35px 30px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--parchment-border);
  position: relative;
  transition: var(--transition);
  display: flex;
  gap: 22px;
}

.future-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--terracotta-600);
}

.future-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--maroon-800), var(--terracotta-700));
  color: var(--gold-400);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.4rem;
  box-shadow: 0 4px 14px rgba(107, 22, 32, 0.2);
}

.future-card-content h3 {
  font-size: 1.2rem;
  color: var(--maroon-800);
  margin-bottom: 10px;
  line-height: 1.4;
}

.future-card-content p {
  font-size: 0.94rem;
  color: var(--text-body);
  line-height: 1.75;
}

/* ==========================================================================
   FAQ SECTION
   ========================================================================== */
.faq-container {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: var(--parchment-card);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--parchment-border);
  overflow: hidden;
  transition: var(--transition);
}

.faq-question {
  width: 100%;
  padding: 20px 25px;
  background: transparent;
  border: none;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--maroon-900);
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 15px;
}

.faq-icon-arrow {
  color: var(--gold-700);
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon-arrow {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 25px;
  font-size: 0.96rem;
  color: var(--text-body);
  line-height: 1.8;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding-bottom: 22px;
}

/* ==========================================================================
   SECTION 12: CONTACT & FOOTER
   ========================================================================== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}

.contact-info-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.contact-card {
  background: var(--parchment-card);
  padding: 35px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--parchment-border);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-card h3 {
  font-size: 1.4rem;
  color: var(--maroon-800);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-detail-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  flex-grow: 1;
  justify-content: center;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--terracotta-100);
  color: var(--terracotta-700);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.contact-text strong {
  display: block;
  font-size: 0.82rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.contact-text p, .contact-text a {
  font-size: 0.98rem;
  color: var(--text-dark);
  font-weight: 600;
}

.contact-text a:hover {
  color: var(--terracotta-600);
}

/* Contact Form */
.contact-form-card {
  background: var(--parchment-card);
  padding: 40px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--parchment-border);
}

.contact-form-card h3 {
  font-size: 1.55rem;
  color: var(--maroon-800);
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 13px 18px;
  border: 1.5px solid var(--parchment-border);
  border-radius: var(--radius-sm);
  background: #FFF;
  font-family: inherit;
  font-size: 0.96rem;
  color: var(--text-dark);
  transition: var(--transition);
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--gold-600);
  box-shadow: 0 0 0 3px rgba(216, 155, 43, 0.2);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.form-feedback {
  display: none;
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-feedback.success {
  display: block;
  background: #E8F5E9;
  color: #2E7D32;
  border: 1px solid #A5D6A7;
}

/* Site Footer */
.site-footer {
  background: var(--maroon-950);
  color: var(--text-light);
  padding: 75px 0 0;
  border-top: 3.5px solid var(--gold-600);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 45px;
  margin-bottom: 55px;
}

.footer-brand p {
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 18px;
  line-height: 1.75;
}

.footer-col h4 {
  font-size: 1.15rem;
  color: var(--gold-400);
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 10px;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2.5px;
  background: var(--gold-500);
}

.footer-links li {
  margin-bottom: 11px;
}

.footer-links a {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.82);
}

.footer-links a:hover {
  color: var(--gold-300);
  padding-left: 6px;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-300);
  border: 1px solid rgba(216, 155, 43, 0.35);
  transition: var(--transition);
}

.social-icon:hover {
  background: var(--gold-600);
  color: var(--maroon-900);
  transform: translateY(-3px);
}

.footer-bottom {
  background: #180205;
  padding: 25px 0;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.65);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

/* Floating back to top button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--maroon-800);
  color: var(--gold-400);
  border: 2px solid var(--gold-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  cursor: pointer;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 999;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--gold-600);
  color: var(--maroon-900);
  transform: translateY(-4px);
}
