:root {
  --navy: #011F5B;
  --navy-light: #0B2F7A;
  --red: #990000;
  --red-light: #B31B1B;
  --cream: #F7F5F0;
  --white: #FFFFFF;
  --text: #1C2333;
  --muted: #5A6377;
  --border: #E2E0DA;
  --radius: 12px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 72px; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}

h1, h2, h3 { font-family: 'Libre Baskerville', Georgia, serif; color: var(--navy); line-height: 1.2; }

.container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 10;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 600; color: var(--navy); text-decoration: none; }
.logo-mark {
  display: inline-grid; place-items: center; width: 36px; height: 36px;
  background: var(--navy); color: var(--white); border-radius: 8px;
  font-family: 'Libre Baskerville', serif; font-size: 14px; border-bottom: 3px solid var(--red);
}
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: var(--text); text-decoration: none; font-weight: 500; font-size: 15px; }
.nav-links a:hover { color: var(--red); }
.nav-toggle { display: none; background: none; border: 0; font-size: 24px; color: var(--navy); cursor: pointer; }

/* Buttons */
.btn {
  display: inline-block; padding: 12px 24px; border-radius: 999px;
  background: var(--red); color: var(--white) !important; text-decoration: none;
  font-weight: 600; font-size: 15px; border: 2px solid var(--red);
  transition: background .2s, transform .2s;
}
.btn:hover { background: var(--red-light); border-color: var(--red-light); transform: translateY(-1px); }
.btn-small { padding: 8px 18px; font-size: 14px; }
.btn-outline { background: transparent; color: var(--navy) !important; border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white) !important; border-color: var(--navy); }
.btn-light { background: var(--white); color: var(--navy) !important; border-color: var(--white); }
.btn-light:hover { background: var(--cream); border-color: var(--cream); }
.btn-light-outline { background: transparent; border-color: var(--white); }
.btn-light-outline:hover { background: rgba(255,255,255,0.12); border-color: var(--white); }

/* Hero */
.hero {
  position: relative; overflow: hidden;
  padding: 140px 0 130px;
  background: var(--navy);
  border-bottom: 4px solid var(--red);
}
.hero > .container { position: relative; z-index: 2; }
.hero-slides { position: absolute; inset: 0; z-index: 0; }
.hero-slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.5s ease;
}
.hero-slide.active { opacity: 1; }
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(1,31,91,0.85) 0%, rgba(1,31,91,0.6) 55%, rgba(1,31,91,0.3) 100%);
}
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: 13px; font-weight: 600; color: #F2B8B8; margin-bottom: 16px; }
.hero h1 { font-size: clamp(36px, 6vw, 60px); margin-bottom: 24px; color: var(--white); }
.lead { font-size: 19px; color: rgba(255,255,255,0.9); max-width: 620px; margin-bottom: 36px; }
.hero .btn-outline { color: var(--white) !important; border-color: var(--white); }
.hero .btn-outline:hover { background: var(--white); color: var(--navy) !important; border-color: var(--white); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Sections */
.section { padding: 88px 0; }
.section-alt { background: var(--cream); }
.section-photo {
  background:
    linear-gradient(180deg, rgba(247,245,240,0.9) 0%, rgba(247,245,240,0.78) 100%),
    var(--photo) center / cover no-repeat;
}
.section h2 { font-size: clamp(28px, 4vw, 38px); margin-bottom: 14px; }
.section h2::after { content: ''; display: block; width: 48px; height: 3px; background: var(--red); margin-top: 14px; }
.section-intro { color: var(--muted); font-size: 17px; max-width: 640px; margin-bottom: 44px; }
.note { color: var(--muted); font-size: 15px; margin-top: 28px; font-style: italic; }
.note a { color: var(--red); font-weight: 600; }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.card { padding: 30px; border: 1px solid var(--border); border-radius: var(--radius); border-top: 4px solid var(--navy); }
.card h3 { font-size: 20px; margin-bottom: 10px; }
.card p { color: var(--muted); }

/* Mission */
.mission-statement {
  font-family: 'Libre Baskerville', Georgia, serif; font-size: clamp(19px, 2.4vw, 24px);
  line-height: 1.6; color: var(--navy); max-width: 820px;
  border-left: 4px solid var(--red); padding: 4px 0 4px 28px; margin: 36px 0 52px;
}
.mission-pillars { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 32px; }
.mission-pillars span { font-family: 'Libre Baskerville', serif; color: var(--red); font-size: 15px; font-weight: 700; }
.mission-pillars h3 { font-size: 21px; margin: 6px 0 8px; }
.mission-pillars p { color: var(--muted); }

/* Executive board */
.board { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 24px; }
.member {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 32px 24px; text-align: center;
}
.member-photo {
  width: 120px; height: 120px; margin: 0 auto 18px; border-radius: 50%;
  background: var(--navy); color: var(--white); border: 4px solid var(--white); box-shadow: 0 0 0 3px var(--red);
  display: grid; place-items: center; font-family: 'Libre Baskerville', serif; font-size: 34px;
  background-size: cover; background-position: center;
}
img.member-photo { display: block; object-fit: cover; }
.member-photo.empty { background: var(--cream); box-shadow: 0 0 0 3px var(--border); }
.member h3 { font-size: 19px; margin-bottom: 4px; }
.member-role { color: var(--red); font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 12px; }
.member-bio { color: var(--muted); font-size: 15px; }

/* Events */
.events { display: grid; gap: 16px; }
.event {
  display: flex; gap: 24px; align-items: center;
  background: var(--white); padding: 24px; border-radius: var(--radius); border: 1px solid var(--border);
}
.event-date {
  flex: 0 0 76px; height: 76px; border-radius: 10px; background: var(--navy); color: var(--white);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.event-date .month { font-size: 13px; font-weight: 600; letter-spacing: .08em; }
.event-date .day { font-size: 22px; font-family: 'Libre Baskerville', serif; }
.event h3 { font-size: 19px; margin-bottom: 4px; }
.event p { color: var(--muted); }

/* Dining guide */
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.filter {
  padding: 8px 18px; border-radius: 999px; border: 1px solid var(--border);
  background: var(--white); font: inherit; font-size: 14px; font-weight: 500; color: var(--text); cursor: pointer;
}
.filter.active, .filter:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.guide { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.guide-item { background: var(--white); padding: 26px; border-radius: var(--radius); border: 1px solid var(--border); }
.guide-item.hidden { display: none; }
.tag { display: inline-block; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--red); margin-bottom: 8px; }
.guide-item h3 { font-size: 18px; margin-bottom: 8px; }
.guide-item p { color: var(--muted); font-size: 15px; }

/* Join */
.section-navy { background: var(--navy); color: var(--white); text-align: center; }
.section-navy h2 { color: var(--white); }
.section-navy h2::after { margin: 14px auto 0; }
.section-navy .section-intro { color: rgba(255,255,255,0.8); margin: 0 auto 36px; }
.join-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.contacts { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 44px; }
.contacts-label { flex-basis: 100%; color: rgba(255,255,255,0.8); font-size: 15px; }
.contact {
  display: flex; flex-direction: column; gap: 2px; min-width: 260px; padding: 16px 24px;
  border: 1px solid rgba(255,255,255,0.3); border-radius: var(--radius);
  color: var(--white); text-decoration: none; transition: background .2s;
}
.contact:hover { background: rgba(255,255,255,0.1); }
.contact span { color: rgba(255,255,255,0.75); font-size: 14px; overflow-wrap: anywhere; }

/* Footer */
.footer { background: #00143D; color: rgba(255,255,255,0.6); padding: 28px 0; font-size: 14px; text-align: center; }
.footer-status { margin-top: 8px; font-size: 13px; font-style: italic; color: rgba(255,255,255,0.5); }

/* Mobile */
@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .nav-links {
    display: none; position: absolute; top: 64px; left: 0; right: 0;
    flex-direction: column; gap: 18px; padding: 24px; background: var(--white); border-bottom: 1px solid var(--border);
  }
  .nav-links.open { display: flex; }
  .logo { font-size: 15px; }
  .hero { padding: 72px 0 64px; }
  .section { padding: 64px 0; }
  .event { flex-direction: column; align-items: flex-start; gap: 14px; }
}
