
:root {
  --red: #c8102e;
  --blue: #005eb8;
  --navy: #071d3c;
  --gold: #f4b223;
  --black: #111111;
  --white: #ffffff;
  --cream: #f8f6f1;
  --light: #f4f6f8;
  --text: #252525;
  --muted: #6f7680;
  --radius: 26px;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Montserrat", sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { width: min(1180px, 92%); margin: 0 auto; }
.section { padding: 90px 0; }

.eyebrow {
  display: inline-block; color: var(--red); font-weight: 800; text-transform: uppercase;
  letter-spacing: .12em; font-size: .82rem; margin-bottom: 14px;
}
.section-title {
  color: var(--navy); font-size: clamp(2rem,4vw,3.5rem); line-height: 1.05;
  margin-bottom: 20px; font-weight: 800;
}
.section-copy { max-width: 760px; color: var(--muted); font-size: 1.05rem; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 24px; border-radius: 999px; font-weight: 700; transition: .25s ease;
  border: none; cursor: pointer; font-family: inherit; font-size: .95rem;
}
.btn-primary { background: var(--gold); color: var(--black); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(244,178,35,.35); }
.btn-dark { background: var(--black); color: var(--white); }
.btn-outline { border: 2px solid rgba(255,255,255,.7); color: var(--white); }
.btn-outline:hover { background: var(--white); color: var(--navy); }

/* Shared top bar + header */
.topbar { background: var(--black); color: rgba(255,255,255,.8); font-size: .85rem; padding: 9px 0; }
.topbar-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

header {
  background: rgba(255,255,255,.97); position: sticky; top: 0; z-index: 999;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand img { width: 72px; height: 72px; object-fit: contain; }
.brand-text strong { display: block; color: var(--navy); font-size: 1.05rem; line-height: 1.2; }
.brand-text span { color: var(--muted); font-size: .77rem; }
nav ul { display: flex; align-items: center; gap: 28px; }
nav a { font-size: .94rem; font-weight: 700; color: var(--navy); }
nav a:hover, nav a.active { color: var(--red); }
.menu-toggle { display: none; background: none; border: none; font-size: 1.8rem; cursor: pointer; }

/* Shared inner hero */
.page-hero {
  min-height: 470px; position: relative; display: flex; align-items: center; overflow: hidden;
  background-color: var(--navy);
}
.page-hero::after, .hero::after, .independence-hero::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 10px;
  background: linear-gradient(90deg,var(--black) 0 20%,var(--red) 20% 40%,var(--blue) 40% 60%,var(--gold) 60% 80%,var(--white) 80% 100%);
}
.page-hero-content, .hero-content { position: relative; z-index: 2; max-width: 760px; color: var(--white); }
.breadcrumb { margin-bottom: 20px; font-size: .9rem; color: rgba(255,255,255,.7); }
.breadcrumb a { color: var(--gold); font-weight: 700; }
.page-hero h1, .hero h1 {
  font-size: clamp(3rem,7vw,5.6rem); line-height: 1; margin-bottom: 20px; font-weight: 800; letter-spacing: -.04em;
}
.page-hero h1 span, .hero h1 span { color: var(--gold); }
.page-hero p, .hero p { max-width: 680px; font-size: 1.12rem; color: rgba(255,255,255,.85); }

.about-page .page-hero {
  background: linear-gradient(90deg,rgba(4,18,42,.95),rgba(4,18,42,.7) 50%,rgba(4,18,42,.2)),
              url("../images/about-hero.jpg") center/cover no-repeat;
}
.departments-page .page-hero {
  background: linear-gradient(90deg,rgba(4,18,42,.96),rgba(4,18,42,.72) 52%,rgba(4,18,42,.18)),
              url("../images/departments-hero.jpg") center/cover no-repeat;
}
.contact-page .page-hero {
  background: linear-gradient(90deg,rgba(4,18,42,.96),rgba(4,18,42,.72) 52%,rgba(4,18,42,.18)),
              url("../images/contact-hero.jpg") center/cover no-repeat;
}

/* Home */
.hero {
  min-height: 690px; position: relative; display: flex; align-items: center; overflow: hidden;
  background: linear-gradient(90deg,rgba(4,18,42,.95),rgba(4,18,42,.76) 45%,rgba(4,18,42,.18)),
              url("../images/hero-antigua.jpg") center/cover no-repeat;
}
.hero-badge {
  display: inline-block; margin-bottom: 18px; padding: 9px 16px; border-radius: 999px;
  background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.25); font-size: .84rem; font-weight: 700;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.independence-wrap { margin-top: -70px; position: relative; z-index: 5; }
.independence-card { background: var(--white); border-radius: 34px; box-shadow: var(--shadow); overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; }
.independence-copy { padding: 52px; }
.independence-copy h2 { font-size: clamp(2rem,4vw,3.7rem); color: var(--navy); line-height: 1.05; margin-bottom: 18px; }
.independence-copy h2 span { color: var(--red); }
.independence-copy p { color: var(--muted); margin-bottom: 28px; }
.independence-image { min-height: 420px; background: url("../images/independence-45.jpg") center/cover no-repeat; }

.departments { background: var(--cream); }
.grid-4 { margin-top: 42px; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.department-card-home { min-height: 390px; position: relative; overflow: hidden; border-radius: var(--radius); color: var(--white); display: flex; align-items: end; box-shadow: var(--shadow); isolation: isolate; }
.department-card-home::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(2,14,32,.95),rgba(2,14,32,.08)); z-index: -1; }
.department-card-home img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: .4s ease; }
.department-card-home:hover img { transform: scale(1.05); }
.department-card-content { padding: 28px; }
.department-card-content h3 { font-size: 1.55rem; margin-bottom: 10px; }
.department-card-content p { color: rgba(255,255,255,.8); font-size: .9rem; }

.event-grid, .news-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.event-card { border: 1px solid #e8eaed; border-radius: var(--radius); overflow: hidden; background: var(--white); transition: .25s ease; }
.event-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.event-card img { width: 100%; height: 240px; object-fit: cover; }
.event-body { padding: 26px; }
.event-date { font-size: .8rem; color: var(--red); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 10px; }
.event-card h3 { color: var(--navy); font-size: 1.4rem; line-height: 1.25; margin-bottom: 10px; }
.event-card p { color: var(--muted); font-size: .92rem; }

.news { background: var(--navy); color: var(--white); }
.news .section-title { color: var(--white); }
.news .section-copy { color: rgba(255,255,255,.65); }
.news-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 30px; }
.news-date { color: var(--gold); font-size: .8rem; font-weight: 800; text-transform: uppercase; margin-bottom: 12px; }
.news-card h3 { font-size: 1.35rem; line-height: 1.3; margin-bottom: 12px; }
.news-card p { color: rgba(255,255,255,.68); font-size: .92rem; }

.contact-strip { background: var(--gold); padding: 42px 0; }
.contact-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; }
.contact-inner h2 { color: var(--black); font-size: clamp(1.8rem,3vw,2.7rem); }
.contact-links { display: flex; gap: 12px; flex-wrap: wrap; }
.contact-links a { background: var(--black); color: var(--white); padding: 12px 18px; border-radius: 999px; font-weight: 700; font-size: .9rem; }

/* About */
.overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.overview-image { position: relative; }
.overview-image img { width: 100%; min-height: 500px; object-fit: cover; border-radius: 34px; box-shadow: var(--shadow); }
.image-accent { position: absolute; width: 140px; height: 140px; background: var(--gold); border-radius: 30px; right: -20px; bottom: -20px; z-index: -1; }
.overview-copy p { color: var(--muted); margin-bottom: 20px; }
.mission-section { background: var(--cream); }
.mission-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 26px; margin-top: 42px; }
.mission-card { background: var(--white); border-radius: var(--radius); padding: 42px; box-shadow: var(--shadow); }
.mission-card h3 { color: var(--navy); font-size: 1.8rem; margin-bottom: 14px; }
.mission-card p { color: var(--muted); }
.leadership-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 30px; margin-top: 45px; }
.leader-card { border-radius: var(--radius); overflow: hidden; background: var(--white); border: 1px solid #e8eaed; display: grid; grid-template-columns: .85fr 1.15fr; }
.leader-photo img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.leader-info { padding: 38px; display: flex; flex-direction: column; justify-content: center; }
.leader-role { color: var(--red); font-size: .8rem; text-transform: uppercase; font-weight: 800; letter-spacing: .1em; }
.leader-info h3 { color: var(--navy); font-size: 1.8rem; margin: 8px 0; }
.leader-title, .leader-info p { color: var(--muted); }
.responsibilities { background: var(--navy); color: var(--white); }
.responsibilities .section-title { color: var(--white); }
.responsibility-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; margin-top: 42px; }
.responsibility-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 30px; }

/* Departments */
.departments-section { background: var(--cream); }
.department-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 30px; margin-top: 48px; }
.department-card { background: var(--white); border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); transition: .3s ease; }
.department-card:hover { transform: translateY(-7px); }
.department-image { height: 330px; overflow: hidden; }
.department-image img { height: 100%; width: 100%; object-fit: cover; }
.department-body { padding: 36px; }
.department-body h2 { color: var(--navy); font-size: 2rem; margin-bottom: 14px; }
.department-body p { color: var(--muted); margin-bottom: 24px; }
.department-links { display: flex; gap: 12px; flex-wrap: wrap; }
.department-link { font-weight: 700; font-size: .9rem; color: var(--navy); border: 1px solid #dde1e6; border-radius: 999px; padding: 11px 16px; }
.department-link:hover { background: var(--navy); color: var(--white); }
.facilities { background: var(--navy); color: var(--white); }
.facilities .section-title { color: var(--white); }
.facility-feature { margin-top: 45px; display: grid; grid-template-columns: 1.1fr .9fr; border-radius: 32px; overflow: hidden; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.facility-image img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.facility-content { padding: 50px; }

/* Independence */
.independence-hero {
  min-height: 650px; position: relative; display: flex; align-items: center; overflow: hidden;
  background: linear-gradient(90deg,rgba(4,18,42,.96),rgba(4,18,42,.72) 48%,rgba(4,18,42,.18)),
              url("../images/independence-hero.jpg") center/cover no-repeat;
}
.independence-logo { width: min(300px,75%); margin-bottom: 28px; }
.hero-theme { font-family: "Playfair Display", serif; font-size: clamp(1.5rem,3vw,2.4rem); color: var(--gold); margin-bottom: 20px; }
.launch-wrap { margin-top: -65px; position: relative; z-index: 4; }
.launch-card { background: var(--white); border-radius: 32px; box-shadow: var(--shadow); display: grid; grid-template-columns: 1fr .8fr; overflow: hidden; }
.launch-copy { padding: 50px; }
.launch-details { display: grid; gap: 15px; margin: 24px 0 30px; }
.launch-item { display: flex; gap: 14px; align-items: flex-start; }
.launch-icon { width: 42px; height: 42px; min-width: 42px; background: var(--navy); color: var(--gold); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-weight: 800; }
.launch-image { min-height: 470px; background: url("../images/independence-launch.jpg") center/cover no-repeat; }
.theme-section { background: var(--cream); }
.theme-box { background: var(--navy); border-radius: 34px; padding: 56px; color: var(--white); position: relative; overflow: hidden; }
.theme-box h2 { font-family: "Playfair Display", serif; font-size: clamp(2.4rem,5vw,4.6rem); line-height: 1.1; max-width: 850px; margin-bottom: 20px; }
.schedule-grid { display: grid; gap: 20px; margin-top: 45px; }
.schedule-item { display: grid; grid-template-columns: 150px 1fr auto; gap: 28px; align-items: center; border: 1px solid #e6e8eb; background: var(--white); border-radius: 22px; padding: 24px 28px; }
.schedule-date { color: var(--red); font-weight: 800; text-transform: uppercase; font-size: .86rem; }
.schedule-info h3 { color: var(--navy); font-size: 1.35rem; margin-bottom: 5px; }
.schedule-info p { color: var(--muted); font-size: .92rem; }
.schedule-tag { background: var(--gold); color: var(--black); border-radius: 999px; padding: 8px 13px; font-size: .75rem; font-weight: 800; white-space: nowrap; }
.flyers-section { background: var(--cream); }
.flyer-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 44px; }
.flyer-card { background: var(--white); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.flyer-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.flyer-body { padding: 22px; }
.download-section { background: var(--gold); padding: 65px 0; }
.social-strip { background: var(--navy); padding: 60px 0; color: var(--white); }
.social-links { display: flex; gap: 12px; flex-wrap: wrap; }
.social-links a { border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 12px 18px; font-weight: 700; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: start; }
.info-card { background: var(--navy); color: var(--white); border-radius: 30px; padding: 42px; box-shadow: var(--shadow); }
.info-item { border-bottom: 1px solid rgba(255,255,255,.12); padding: 18px 0; }
.info-label { color: var(--gold); font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.form-card { background: var(--white); border: 1px solid #e8eaed; border-radius: 30px; padding: 42px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group.full { grid-column: 1/-1; }
label { color: var(--navy); font-weight: 700; font-size: .9rem; }
input, textarea, select { width: 100%; border: 1px solid #dfe3e8; background: #fafafa; border-radius: 14px; padding: 14px 15px; font-family: inherit; font-size: .95rem; }
textarea { min-height: 150px; resize: vertical; }
.social-section { background: var(--cream); }
.social-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 42px; }
.social-card { background: var(--white); border: 1px solid #e5e8eb; border-radius: 24px; padding: 30px; }
.map-wrap { border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); min-height: 420px; background: #e9ecef; }
.map-wrap iframe { width: 100%; height: 420px; border: 0; display: block; }

/* CTA shared */
.cta-section { background: var(--gold); padding: 70px 0; }
.cta-inner, .download-inner, .social-inner { display: flex; justify-content: space-between; align-items: center; gap: 35px; flex-wrap: wrap; }

/* Footer */
footer { background: #07111f; color: rgba(255,255,255,.75); padding: 60px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 45px; margin-bottom: 40px; }
.footer-logo { width: 90px; margin-bottom: 18px; }
footer h4 { color: var(--white); margin-bottom: 15px; }
footer li { margin-bottom: 9px; }
footer a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; font-size: .84rem; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

/* Responsive */
@media (max-width: 980px) {
  nav { display: none; }
  nav.active { display: block; position: absolute; top: 88px; left: 0; right: 0; background: var(--white); padding: 25px; box-shadow: var(--shadow); }
  nav.active ul { flex-direction: column; align-items: flex-start; }
  .menu-toggle { display: block; }
  .independence-card, .overview-grid, .mission-grid, .department-grid, .facility-feature, .launch-card, .contact-grid { grid-template-columns: 1fr; }
  .grid-4, .leadership-grid, .flyer-grid, .social-grid, .event-grid, .news-grid, .responsibility-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .brand-text { display: none; }
  .topbar-inner { justify-content: center; text-align: center; }
  .hero { min-height: 620px; }
  .page-hero { min-height: 420px; }
  .hero h1, .page-hero h1 { font-size: 3.2rem; }
  .grid-4, .leadership-grid, .flyer-grid, .social-grid, .event-grid, .news-grid, .responsibility-grid, .footer-grid { grid-template-columns: 1fr; }
  .leader-card { grid-template-columns: 1fr; }
  .form-grid, .schedule-item { grid-template-columns: 1fr; }
  .form-group.full { grid-column: auto; }
  .cta-inner, .download-inner, .social-inner, .contact-inner { flex-direction: column; align-items: flex-start; }
  .launch-copy, .theme-box, .form-card, .info-card, .independence-copy { padding: 30px 22px; }
}
