* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Glacial Indifference', Arial, sans-serif; background: #06140f; color: #f4fff9; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 18px 7%; background: rgba(6,20,15,.74); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: .08em; }
.brand-logo { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg,#b8f7c5,#2ca66a); color: #06140f; font-weight: 900; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: .92rem; color: rgba(244,255,249,.78); transition: .25s ease; }
.nav-links a:hover { color: #b8f7c5; }
.menu-toggle { display: none; border: 0; background: transparent; color: #fff; font-size: 1.8rem; }
.hero { min-height: 100vh; position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 46px; align-items: center; padding: 130px 7% 80px; overflow: hidden; background: radial-gradient(circle at 20% 20%, rgba(58,184,116,.24), transparent 30%), linear-gradient(135deg,#06140f 0%,#08281d 52%,#0f3b2b 100%); }
.hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 85%); pointer-events: none; }
.hero-content, .hero-card { position: relative; z-index: 2; }
.eyebrow { text-transform: uppercase; letter-spacing: .22em; color: #b8f7c5; font-size: .78rem; font-weight: 700; margin-bottom: 18px; }
h1 { font-size: clamp(3rem,8vw,6.8rem); line-height: .92; letter-spacing: -.06em; max-width: 900px; }
.hero-text { max-width: 650px; margin: 28px 0; color: rgba(244,255,249,.78); font-size: 1.12rem; line-height: 1.7; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border-radius: 999px; font-weight: 700; transition: .28s ease; }
.btn.primary { background: #b8f7c5; color: #06140f; }
.btn.secondary { border: 1px solid rgba(255,255,255,.24); color: #fff; }
.btn:hover { transform: translateY(-4px); }
.hero-card { padding: 34px; border-radius: 34px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 30px 80px rgba(0,0,0,.28); backdrop-filter: blur(22px); }
.logo-placeholder { width: 148px; height: 148px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 28px; background: linear-gradient(135deg,#eaffef,#69d88e); color: #062117; font-size: 2rem; font-weight: 900; }
.hero-card h2 { font-size: clamp(2rem,4vw,3rem); line-height: 1; margin-bottom: 18px; }
.hero-card p, .about-panel p, .project-card p, .timeline-item p, .contact-card p, .muted { color: rgba(244,255,249,.72); line-height: 1.7; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(12px); opacity: .72; animation: floatGlow 7s ease-in-out infinite alternate; }
.hero-glow.one { width: 280px; height: 280px; background: rgba(120,255,170,.22); top: 15%; right: 20%; }
.hero-glow.two { width: 180px; height: 180px; background: rgba(255,255,255,.1); bottom: 12%; left: 8%; animation-delay: 1s; }
.section { padding: 105px 7%; }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: start; }
.section-heading h2 { font-size: clamp(2.2rem,5vw,4rem); line-height: 1; letter-spacing: -.045em; }
.centered { text-align: center; max-width: 760px; margin: 0 auto 46px; }
.about-panel { padding: 36px; border-radius: 30px; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.12); }
.about-panel p + p { margin-top: 18px; }
.cards-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.project-card, .officer-card, .timeline-item { border-radius: 28px; padding: 28px; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.1); transition: .3s ease; }
.project-card:hover, .officer-card:hover, .timeline-item:hover { transform: translateY(-8px); background: rgba(184,247,197,.11); border-color: rgba(184,247,197,.3); }
.project-card span { color: #b8f7c5; font-weight: 900; }
.project-card h3, .timeline-item h3, .officer-card h3 { margin: 20px 0 10px; font-size: 1.35rem; }
.dark-panel { background: radial-gradient(circle at top right, rgba(184,247,197,.13), transparent 35%), #081b14; }
.officer-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.avatar { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: #b8f7c5; color: #06140f; font-size: 1.7rem; font-weight: 900; }
.timeline { max-width: 900px; margin: 0 auto; display: grid; gap: 18px; }
.date { color: #b8f7c5; font-weight: 700; }
.contact-section { padding-top: 40px; }
.contact-card { max-width: 980px; margin: 0 auto; padding: 52px; text-align: center; border-radius: 38px; background: linear-gradient(135deg, rgba(184,247,197,.18), rgba(255,255,255,.06)), #0b241a; border: 1px solid rgba(255,255,255,.12); }
.contact-card h2 { font-size: clamp(2.4rem,6vw,5rem); letter-spacing: -.05em; line-height: .95; margin-bottom: 20px; }
.contact-card p { max-width: 680px; margin: 0 auto 26px; }
footer { padding: 26px 7%; text-align: center; color: rgba(244,255,249,.58); border-top: 1px solid rgba(255,255,255,.08); }
.reveal { opacity: 0; transform: translateY(28px); transition: .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes floatGlow { from { transform: translateY(0) scale(1); } to { transform: translateY(-22px) scale(1.08); } }
@media (max-width: 950px) { .hero, .split { grid-template-columns: 1fr; } .cards-grid, .officer-grid { grid-template-columns: repeat(2,1fr); } .nav-links { position: absolute; top: 76px; left: 7%; right: 7%; display: none; flex-direction: column; align-items: flex-start; padding: 22px; border-radius: 24px; background: rgba(6,20,15,.96); border: 1px solid rgba(255,255,255,.1); } .nav-links.open { display: flex; } .menu-toggle { display: block; } }
@media (max-width: 620px) { .site-header { padding: 14px 6%; } .hero { padding: 110px 6% 70px; } .section { padding: 80px 6%; } .cards-grid, .officer-grid { grid-template-columns: 1fr; } .hero-card, .contact-card { padding: 28px; } h1 { font-size: 3.2rem; } }

.brand-logo-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 18px rgba(184, 247, 197, 0.22);
}

.hero-logo {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 28px;
  box-shadow: 0 18px 45px rgba(184, 247, 197, 0.25);
  border: 3px solid rgba(255,255,255,0.12);
}

.featured-officers {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  max-width: 1500px;
  margin: 0 auto;
}

.featured-officers .officer-card {
  min-height: 240px;
}

.center-button {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.center-button .btn {
  min-width: 240px;
}

.brand {
  gap: 14px;
}

.brand span {
  font-weight: 700;
  letter-spacing: 0.08em;
}

.page-hero {
  min-height: 70vh;
  display: grid;
  place-items: center;
  padding: 130px 7% 70px;
  background:
    radial-gradient(circle at 20% 20%, rgba(58, 184, 116, 0.24), transparent 30%),
    linear-gradient(135deg, #06140f 0%, #08281d 52%, #0f3b2b 100%);
}

.page-hero h1 {
  font-size: clamp(3rem, 9vw, 7rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.center-text {
  margin-left: auto;
  margin-right: auto;
}

.full-officer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  align-items: stretch;
}

@media (max-width: 950px) {
  .full-officer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .full-officer-grid {
    grid-template-columns: 1fr;
  }
}

.full-officer-grid .officer-card {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.page-hero {
  min-height: 58vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 160px 7% 90px;
}

.floating-cta {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 50;
  padding: 14px 24px;
  border-radius: 999px;
  background: rgba(184, 247, 197, 0.16);
  color: #f4fff9;
  border: 1px solid rgba(184, 247, 197, 0.35);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: 0.3s ease;
}

.floating-cta:hover {
  transform: translateY(-5px);
  background: #b8f7c5;
  color: #06140f;
}

.floating-cta.contact-mode {
  background: #b8f7c5;
  color: #06140f;
  border-color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 620px) {
  .floating-cta {
    right: 18px;
    bottom: 18px;
    padding: 12px 18px;
    font-size: 0.9rem;
  }
}

.officer-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.officer-link:hover .officer-card {
  transform: translateY(-8px) scale(1.02);
}

.officer-photo {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(184, 247, 197, 0.3);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
  margin-bottom: 18px;
}

.officer-hover-card {
  position: relative;
  overflow: hidden;
}

.officer-preview {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: 0.35s ease;
  border-radius: 28px;
  overflow: hidden;
}

.officer-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.officer-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(6, 20, 15, 0.92),
    rgba(6, 20, 15, 0.22)
  );
}

.officer-preview-info {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 2;
}

.officer-preview-info h4 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.officer-preview-info p {
  font-size: 0.88rem;
  line-height: 1.4;
  color: rgba(244, 255, 249, 0.78);
}

.officer-hover-card:hover .officer-preview {
  opacity: 1;
  transform: scale(1);
}

.officer-expand-card {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  z-index: 1;
}

.officer-expand-card .expand-preview {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.08);
  transition: 0.35s ease;
  pointer-events: none;
}

.officer-expand-card .expand-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.officer-expand-card .expand-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(6, 20, 15, 0.95),
    rgba(6, 20, 15, 0.25)
  );
}

.expand-info {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  opacity: 0;
  transform: translateY(12px);
  transition: 0.35s ease;
}

.expand-info h4 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.expand-info p {
  font-size: 0.86rem;
  line-height: 1.35;
  color: rgba(244, 255, 249, 0.78);
}

.officer-expand-card:hover {
  transform: translateY(-10px) scale(1.18);
  z-index: 20;
}

.officer-expand-card:hover .avatar,
.officer-expand-card:hover h3,
.officer-expand-card:hover > p {
  opacity: 0;
}

.officer-expand-card:hover .expand-preview,
.officer-expand-card:hover .expand-info {
  opacity: 1;
  transform: scale(1);
}

.officer-badge {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 18px;
}

.officer-expand-card:hover .officer-badge {
  opacity: 0;
}
