/* =============================================
   MADHYAMGRAM RAMAKRISHNA MISSIONARY INSTITUTION
   Main Stylesheet
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Tiro+Devanagari+Hindi:ital@0;1&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300&family=Lato:wght@300;400;700;900&display=swap');

/* ── CSS Variables ── */
:root {
  --maroon:      #6B1A1A;
  --maroon-dark: #4A0E0E;
  --maroon-light:#8B2E2E;
  --gold:        #C9960C;
  --gold-light:  #E8B84B;
  --gold-pale:   #FDF3D0;
  --blue:        #1A3A6B;
  --blue-light:  #2A5298;
  --white:       #FFFFFF;
  --beige:       #FAF6EE;
  --beige-dark:  #F0E8D8;
  --text-dark:   #2C1810;
  --text-mid:    #4A3728;
  --text-light:  #7A6252;
  --border:      #D4B896;
  --shadow:      rgba(107,26,26,0.15);
  --font-head:   'Merriweather', Georgia, serif;
  --font-body:   'Lato', 'Segoe UI', sans-serif;
  --radius:      6px;
  --transition:  0.3s ease;
}

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background: var(--beige);
  line-height: 1.7;
}

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

a { text-decoration: none; color: inherit; }

ul { list-style: none; }

/* ── Typography ── */
h1, h2, h3, h4, h5 {
  font-family: var(--font-head);
  color: var(--maroon-dark);
  line-height: 1.3;
}

h1 { font-size: clamp(1.6rem, 4vw, 2.6rem); }
h2 { font-size: clamp(1.3rem, 3vw, 2rem); }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.5rem); }
h4 { font-size: 1.1rem; }

p { margin-bottom: 1rem; color: var(--text-mid); }

.section-title {
  text-align: center;
  margin-bottom: 0.5rem;
  position: relative;
  padding-bottom: 1rem;
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--maroon));
  margin: 0.6rem auto 0;
  border-radius: 2px;
}

.section-subtitle {
  text-align: center;
  color: var(--text-light);
  font-size: 0.95rem;
  margin-bottom: 2.5rem;
  font-style: italic;
}

/* ── Container ── */
.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

/* ── Sections ── */
section { padding: 4rem 0; }

section:nth-child(even) { background: var(--white); }

/* ================================================
   HEADER
   ================================================ */
.site-header {
  background: linear-gradient(135deg, var(--maroon-dark) 0%, var(--maroon) 60%, var(--maroon-light) 100%);
  box-shadow: 0 3px 12px var(--shadow);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-top {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(201,150,12,0.3);
}

.header-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
}

.header-title {
  flex: 1;
}

.header-title h1 {
  color: var(--gold-light);
  font-size: clamp(0.9rem, 2.5vw, 1.4rem);
  letter-spacing: 0.03em;
  margin-bottom: 0.1rem;
}

.header-title .tagline {
  color: rgba(255,255,255,0.75);
  font-size: clamp(0.7rem, 1.5vw, 0.82rem);
  font-style: italic;
  letter-spacing: 0.04em;
}

/* ── Navigation ── */
.main-nav {
  background: rgba(0,0,0,0.2);
  backdrop-filter: blur(4px);
}

.nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.nav-list a {
  display: block;
  color: rgba(255,255,255,0.85);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.7rem 1rem;
  transition: color var(--transition), background var(--transition);
  border-right: 1px solid rgba(255,255,255,0.08);
}

.nav-list a:hover,
.nav-list a.active {
  color: var(--gold-light);
  background: rgba(201,150,12,0.12);
}

/* Hamburger */
.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  margin-left: auto;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--gold-light);
  margin: 5px 0;
  transition: var(--transition);
}

/* ================================================
   HERO SECTION
   ================================================ */
.hero {
  background: linear-gradient(160deg, var(--maroon-dark) 0%, var(--maroon) 40%, #8B3A1A 100%);
  color: var(--white);
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9960C' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.4;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-text h2 {
  color: var(--gold-light);
  font-size: clamp(1.5rem, 4vw, 2.8rem);
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.hero-text .hero-tagline {
  color: rgba(255,255,255,0.9);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-style: italic;
  margin-bottom: 1.5rem;
  border-left: 3px solid var(--gold);
  padding-left: 1rem;
}

.hero-text p {
  color: rgba(255,255,255,0.8);
  font-size: 0.97rem;
  margin-bottom: 1.8rem;
}

.hero-image-wrap {
  position: relative;
}

.hero-image-wrap img {
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
  border: 3px solid var(--gold);
  width: 100%;
  object-fit: cover;
  max-height: 340px;
}

.hero-image-placeholder {
  background: linear-gradient(135deg, #3a1a0a, #6b2e14);
  border-radius: 8px;
  border: 3px solid var(--gold);
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  font-size: 0.85rem;
  text-align: center;
  padding: 1rem;
}

.hero-image-placeholder .icon { font-size: 3rem; margin-bottom: 0.5rem; }

/* ── CTA Buttons ── */
.btn {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all var(--transition);
  cursor: pointer;
  border: 2px solid transparent;
}

.btn-gold {
  background: var(--gold);
  color: var(--maroon-dark);
  border-color: var(--gold);
}

.btn-gold:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(201,150,12,0.4);
}

.btn-outline {
  background: transparent;
  color: var(--gold-light);
  border-color: var(--gold-light);
  margin-left: 0.8rem;
}

.btn-outline:hover {
  background: var(--gold-light);
  color: var(--maroon-dark);
  transform: translateY(-2px);
}

/* ================================================
   HIGHLIGHTS / CARDS
   ================================================ */
.highlights { background: var(--white); }

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.highlight-card {
  background: var(--beige);
  border: 1px solid var(--border);
  border-top: 4px solid var(--gold);
  border-radius: var(--radius);
  padding: 1.8rem 1.4rem;
  text-align: center;
  transition: transform var(--transition), box-shadow var(--transition);
}

.highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px var(--shadow);
}

.highlight-icon { font-size: 2.2rem; margin-bottom: 0.8rem; }

.highlight-card h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--maroon);
}

.highlight-card p {
  font-size: 0.88rem;
  color: var(--text-light);
  margin: 0;
}

/* ================================================
   VISION / MISSION
   ================================================ */
.vision-mission {
  background: var(--beige);
}

.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2.5rem;
}

.vm-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2rem;
  border-left: 5px solid var(--maroon);
  box-shadow: 0 2px 12px var(--shadow);
}

.vm-card.gold-border { border-left-color: var(--gold); }

.vm-card h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

/* ================================================
   INFO STRIP
   ================================================ */
.info-strip {
  background: linear-gradient(90deg, var(--maroon-dark), var(--maroon));
  color: var(--white);
  padding: 2rem 0;
}

.info-strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1.5rem;
  text-align: center;
}

.info-item .number {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--gold-light);
  font-family: var(--font-head);
  display: block;
}

.info-item .label {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.8);
}

/* ================================================
   NOTICE / QUOTE BANNER
   ================================================ */
.quote-banner {
  background: var(--gold-pale);
  border-top: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
  padding: 2rem 0;
  text-align: center;
}

.quote-banner blockquote {
  font-family: var(--font-head);
  font-style: italic;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: var(--maroon-dark);
  max-width: 700px;
  margin: 0 auto;
}

.quote-banner cite {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.85rem;
  color: var(--text-light);
  font-style: normal;
  font-weight: 700;
}

/* ================================================
   PAGE BANNER (inner pages)
   ================================================ */
.page-banner {
  background: linear-gradient(135deg, var(--maroon-dark), var(--maroon-light));
  color: var(--white);
  padding: 2.5rem 0;
  text-align: center;
}

.page-banner h1 {
  color: var(--gold-light);
  font-size: clamp(1.4rem, 3.5vw, 2.2rem);
  margin-bottom: 0.3rem;
}

.page-banner p { color: rgba(255,255,255,0.75); font-size: 0.9rem; margin: 0; }

/* Breadcrumb */
.breadcrumb {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.8rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
}

.breadcrumb a { color: var(--gold-light); }
.breadcrumb a:hover { text-decoration: underline; }

/* ================================================
   ABOUT PAGE
   ================================================ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: start;
}

.about-logo-wrap {
  text-align: center;
}

.about-logo-wrap img {
  width: 180px;
  margin: 0 auto 1rem;
  filter: drop-shadow(0 4px 12px var(--shadow));
}

.reg-box {
  background: var(--gold-pale);
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  padding: 1.2rem 1.5rem;
  margin-top: 1rem;
  font-size: 0.85rem;
}

.reg-box h4 { color: var(--maroon); margin-bottom: 0.5rem; }

.value-list { margin-top: 1.5rem; }

.value-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.7rem 0;
  border-bottom: 1px dashed var(--border);
}

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

.value-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 0.1rem; }

/* ================================================
   ACADEMICS PAGE
   ================================================ */
.academics-intro { background: var(--white); }

.medium-cards {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}

.medium-card {
  background: var(--beige);
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem 2rem;
  text-align: center;
  min-width: 140px;
  transition: all var(--transition);
}

.medium-card:hover {
  border-color: var(--maroon);
  background: var(--maroon);
  color: var(--white);
  transform: translateY(-4px);
}

.medium-card:hover h3 { color: var(--gold-light); }
.medium-card .lang-icon { font-size: 2.5rem; margin-bottom: 0.5rem; }
.medium-card h3 { font-size: 1.1rem; }

.exam-table-wrap { overflow-x: auto; margin-top: 1.5rem; }

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

th {
  background: var(--maroon);
  color: var(--white);
  padding: 0.8rem 1rem;
  text-align: left;
  font-family: var(--font-head);
  font-weight: 700;
  letter-spacing: 0.03em;
}

td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border);
  color: var(--text-mid);
}

tr:nth-child(even) td { background: var(--beige); }
tr:hover td { background: var(--gold-pale); }

/* ================================================
   BOARDING PAGE
   ================================================ */
.boarding-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.boarding-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 3px 14px var(--shadow);
  border-bottom: 4px solid var(--maroon);
  transition: transform var(--transition);
}

.boarding-card:hover { transform: translateY(-4px); }

.boarding-card .b-icon { font-size: 2.5rem; margin-bottom: 0.8rem; }
.boarding-card h3 { color: var(--maroon); margin-bottom: 0.6rem; }
.boarding-card p { font-size: 0.88rem; color: var(--text-light); margin: 0; }

/* ================================================
   ACTIVITIES PAGE
   ================================================ */
.activities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.2rem;
  margin-top: 2.5rem;
}

.activity-card {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 1.5rem 1rem;
  text-align: center;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.activity-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--maroon));
}

.activity-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px var(--shadow);
  border-color: var(--gold);
}

.activity-icon { font-size: 2.2rem; margin-bottom: 0.7rem; }
.activity-card h3 { font-size: 0.95rem; color: var(--maroon); }

/* ================================================
   GALLERY PAGE
   ================================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.2rem;
  margin-top: 2.5rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  cursor: pointer;
  aspect-ratio: 4/3;
  background: #3a1a0a;
}

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

.gallery-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.7);
  text-align: center;
  padding: 1rem;
  background: linear-gradient(135deg, var(--maroon-dark), #5a2a0a);
  transition: transform 0.4s ease;
}

.gallery-placeholder .g-icon { font-size: 2.5rem; margin-bottom: 0.5rem; }

.gallery-item:hover img,
.gallery-item:hover .gallery-placeholder { transform: scale(1.08); }

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(107,26,26,0.85), transparent);
  opacity: 0;
  transition: opacity var(--transition);
  display: flex;
  align-items: flex-end;
  padding: 1rem;
}

.gallery-item:hover .gallery-overlay { opacity: 1; }

.gallery-caption {
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 700;
}

/* ================================================
   ADMISSION PAGE
   ================================================ */
.admission-types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.admission-type-card {
  background: var(--white);
  border-radius: var(--radius);
  border: 2px solid var(--border);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all var(--transition);
}

.admission-type-card:hover {
  border-color: var(--maroon);
  box-shadow: 0 6px 18px var(--shadow);
  transform: translateY(-4px);
}

.admission-type-card .a-icon { font-size: 2.5rem; margin-bottom: 0.8rem; }
.admission-type-card h3 { color: var(--maroon); margin-bottom: 0.5rem; }
.admission-type-card p { font-size: 0.88rem; color: var(--text-light); margin: 0; }

.uniform-section { margin-top: 2rem; }

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

.uniform-card {
  background: var(--beige);
  border-radius: var(--radius);
  padding: 1.5rem;
  border-left: 4px solid var(--maroon);
}

.uniform-card h4 { color: var(--maroon); margin-bottom: 1rem; }

.uniform-list { padding-left: 0; }

.uniform-list li {
  padding: 0.3rem 0;
  padding-left: 1.4rem;
  position: relative;
  color: var(--text-mid);
  font-size: 0.9rem;
  border-bottom: 1px dashed var(--border);
}

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

.uniform-list li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: var(--gold);
}

/* ================================================
   RULES PAGE
   ================================================ */
.rules-section {
  margin-bottom: 2.5rem;
}

.rules-section h3 {
  color: var(--maroon);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 0.5rem;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.rule-list li {
  padding: 0.5rem 0 0.5rem 1.8rem;
  position: relative;
  color: var(--text-mid);
  border-bottom: 1px dashed var(--border);
  font-size: 0.92rem;
}

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

.rule-list li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--maroon);
  font-size: 0.7rem;
  top: 0.65rem;
}

/* ================================================
   CONTACT PAGE
   ================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 3rem;
  margin-top: 2.5rem;
}

.contact-info-card {
  background: var(--maroon);
  color: var(--white);
  border-radius: var(--radius);
  padding: 2rem;
}

.contact-info-card h3 {
  color: var(--gold-light);
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.contact-detail {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  margin-bottom: 1.2rem;
}

.contact-detail .ci-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 0.1rem; }

.contact-detail strong { display: block; color: var(--gold-light); font-size: 0.8rem; margin-bottom: 0.1rem; }

.contact-detail span { font-size: 0.88rem; color: rgba(255,255,255,0.85); }

/* Contact Form */
.contact-form-wrap {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: 0 4px 16px var(--shadow);
}

.contact-form-wrap h3 { margin-bottom: 1.5rem; color: var(--maroon); }

.form-group {
  margin-bottom: 1.2rem;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.65rem 0.9rem;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--text-dark);
  background: var(--beige);
  transition: border-color var(--transition);
  outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--maroon);
  background: var(--white);
}

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

.map-placeholder {
  margin-top: 2rem;
  background: #e8e0d5;
  border-radius: var(--radius);
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed var(--border);
  font-size: 0.9rem;
  color: var(--text-light);
  flex-direction: column;
  gap: 0.5rem;
}

.map-placeholder .map-icon { font-size: 2.5rem; }

/* ================================================
   FOOTER
   ================================================ */
.site-footer {
  background: linear-gradient(135deg, var(--maroon-dark), #3A0D0D);
  color: rgba(255,255,255,0.8);
  padding: 3rem 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}

.footer-logo {
  width: 70px;
  filter: brightness(0.9);
}

.footer-brand h3 {
  color: var(--gold-light);
  font-size: 0.95rem;
  line-height: 1.4;
}

.footer-brand p {
  font-size: 0.83rem;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

.footer-links h4, .footer-contact-col h4 {
  color: var(--gold-light);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(201,150,12,0.3);
}

.footer-links ul li {
  padding: 0.3rem 0;
}

.footer-links ul li a {
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
  transition: color var(--transition);
}

.footer-links ul li a:hover { color: var(--gold-light); }

.footer-contact-col p {
  font-size: 0.83rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.footer-bottom {
  text-align: center;
  padding: 1rem 0;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
}

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 900px) {
  .hero-inner, .vm-grid, .about-grid, .uniform-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-logo-wrap { text-align: center; }
  .about-logo-wrap img { width: 140px; }
}

@media (max-width: 700px) {
  .nav-toggle { display: flex; flex-direction: column; }
  .main-nav .container { position: relative; }
  .nav-list {
    flex-direction: column;
    display: none;
    width: 100%;
    background: var(--maroon-dark);
  }
  .nav-list.open { display: flex; }
  .nav-list a { padding: 0.65rem 1.2rem; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .header-title h1 { font-size: 0.9rem; }
  .hero { padding: 3rem 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .vm-grid { grid-template-columns: 1fr; }
  .uniform-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .highlights-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .activities-grid { grid-template-columns: 1fr 1fr; }
  .header-logo { width: 54px; height: 54px; }
}

/* ================================================
   SITE BANNER (full-width image banner below header)
   ================================================ */
.site-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--maroon-dark);
  border-bottom: 4px solid var(--gold);
}

.site-banner img {
  width: 100%;
  display: block;
  max-height: 420px;
  object-fit: cover;
  object-position: center top;
}

.banner-cta-row {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  background: linear-gradient(to top, rgba(74,14,14,0.85), transparent);
}

@media (max-width: 600px) {
  .site-banner img { max-height: 220px; }
  .banner-cta-row { flex-wrap: wrap; gap: 0.5rem; padding: 0.7rem; }
  .banner-cta-row .btn { font-size: 0.75rem; padding: 0.5rem 1rem; }
}

/* ── Utility ── */
.text-center { text-align: center; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.gold { color: var(--gold); }
.maroon { color: var(--maroon); }

.divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--maroon));
  margin: 1rem auto;
  border-radius: 2px;
}
