:root {
  --bg: #070b12;
  --bg-elev: #0e1522;
  --bg-card: #141c2a;
  --line: #2a3548;
  --text: #e8edf5;
  --muted: #9aa6b8;
  --gold: #d4b45a;
  --gold-soft: #e0c36a;
  --navy: #0b1f33;
  --max: 1120px;
  --font: "Segoe UI", system-ui, -apple-system, sans-serif;
  --serif: "Georgia", "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  color: var(--text);
  background: radial-gradient(1200px 600px at 50% -10%, #152033 0%, var(--bg) 55%);
  line-height: 1.55;
}
a { color: var(--gold-soft); text-decoration: none; }
a:hover { color: #f0d98a; }
img { max-width: 100%; display: block; }

.wrap { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(7, 11, 18, 0.86);
  border-bottom: 1px solid rgba(42, 53, 72, 0.9);
}
.site-header .bar {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 78px; gap: 1rem;
}
.brand {
  display: flex; align-items: center; gap: 0.7rem;
  color: var(--text); font-weight: 700; letter-spacing: 0.04em;
  flex-shrink: 0;
}
.brand img, .brand-logo {
  display: block;
  height: 52px;
  width: auto !important;
  max-height: 52px;
  max-width: min(320px, 58vw);
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
}
.brand span { font-size: 0.95rem; text-transform: uppercase; }
.nav { display: flex; gap: 1.25rem; align-items: center; }
.nav a {
  color: var(--muted); font-size: 0.92rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.nav a:hover, .nav a.active { color: var(--gold-soft); }

/* Hero / home */
.hero {
  padding: 5.5rem 0 4rem;
  text-align: center;
}
.hero .eyebrow {
  color: var(--gold); letter-spacing: 0.18em; text-transform: uppercase;
  font-size: 0.78rem; font-weight: 700; margin: 0 0 1rem;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4.5vw, 3.3rem);
  line-height: 1.15; margin: 0 0 1rem; font-weight: 700;
}
.hero .lede {
  max-width: 40rem; margin: 0 auto 1.75rem; color: var(--muted); font-size: 1.08rem;
}
.hero-actions { display: flex; gap: 0.85rem; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 0.7rem 1.25rem; border-radius: 999px;
  font-weight: 700; font-size: 0.92rem; letter-spacing: 0.04em;
  border: 1px solid transparent; transition: 0.15s ease;
}
.btn-primary { background: linear-gradient(135deg, #9a7b2f, #d4b45a); color: #111; }
.btn-primary:hover { color: #000; filter: brightness(1.05); }
.btn-ghost { border-color: var(--line); color: var(--text); background: transparent; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-soft); }

.section { padding: 3.25rem 0; }
.section h2 {
  font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin: 0 0 0.75rem; text-align: center;
}
.section .sub {
  text-align: center; color: var(--muted); max-width: 40rem; margin: 0 auto 2rem;
}
.cards-3 {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem;
}
.info-card {
  background: var(--bg-card); border: 1px solid var(--line); border-radius: 14px;
  padding: 1.35rem 1.25rem; box-shadow: 0 12px 30px rgba(0,0,0,.28);
}
.info-card h3 { margin: 0 0 0.5rem; font-size: 1.05rem; color: var(--gold-soft); }
.info-card p { margin: 0; color: var(--muted); font-size: 0.95rem; }

/* Staff */
.page-hero {
  padding: 3rem 0 1.25rem; text-align: center;
}
.page-hero h1 {
  font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 2.6rem); margin: 0 0 0.6rem;
}
.rule {
  width: 72px; height: 3px; margin: 0 auto 1rem;
  background: linear-gradient(90deg, #9a7b2f, #e0c36a); border: 0;
}
.page-hero p { color: var(--muted); max-width: 42rem; margin: 0 auto; }

.section-label {
  text-align: center; text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--gold); font-size: 0.78rem; font-weight: 700; margin: 0 0 1.4rem;
}

.staff-grid {
  display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: flex-start;
}
.staff-card {
  flex: 0 0 calc(33.333% - 1rem);
  width: calc(33.333% - 1rem);
  max-width: calc(33.333% - 1rem);
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 0 14px 36px rgba(0,0,0,.35);
  transition: transform .18s ease, border-color .18s ease;
}
.staff-card:hover { transform: translateY(-3px); border-color: #3d4d68; }
.staff-photo { aspect-ratio: 1/1; background: #0a1018; overflow: hidden; }
.staff-photo img { width: 100%; height: 100%; object-fit: cover; }
.staff-body { padding: 1.1rem 1.15rem 1.3rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.staff-role {
  font-size: .68rem; text-transform: uppercase; letter-spacing: .1em;
  color: var(--gold); font-weight: 700;
}
.staff-name {
  margin: 0; font-family: var(--serif); font-size: 1.28rem; color: #f3f6fb;
}
.staff-bio { margin: 0; color: #c5cddb; font-size: .9rem; }
.staff-meta { margin: 0; color: #9aa6b8; font-size: .82rem; }
.staff-meta strong { color: #e8edf5; }

.site-footer {
  margin-top: 3rem; border-top: 1px solid var(--line);
  padding: 1.75rem 0 2.25rem; color: var(--muted); text-align: center; font-size: .9rem;
}

@media (max-width: 1024px) {
  .cards-3 { grid-template-columns: 1fr; }
  .staff-card {
    flex-basis: calc(50% - .75rem);
    width: calc(50% - .75rem);
    max-width: calc(50% - .75rem);
  }
}
@media (max-width: 640px) {
  .staff-card { flex-basis: 100%; width: 100%; max-width: 100%; }
  .brand span { font-size: .8rem; }
}
