:root{
  --navy: #182339;
  --navy-2: #2C3A63;
  --red: #B5202F;
  --red-dark: #8C1926;
  --paper: #FAF8F4;
  --ink: #14171C;
  --ink-dim: #4A4E57;
  --silver: #C7CBD1;
  --line: #E5E1D8;
  --display: 'Playfair Display', serif;
  --label: 'Oswald', sans-serif;
  --body: 'Inter', system-ui, sans-serif;
  --container: 1120px;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *{ animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

body{
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
::selection{ background: var(--red); color: #fff; }
:focus-visible{ outline: 2px solid var(--red); outline-offset: 3px; }

.eyebrow{
  font-family: var(--label);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  font-weight: 600;
  color: var(--red);
  margin: 0 0 14px;
}
.eyebrow--light{ color: #F0B8BE; }
.h2{
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.08;
  margin: 0 0 20px;
  color: var(--navy);
}
.h2--light{ color: #fff; }
.lead{
  font-size: 17px;
  color: var(--ink-dim);
  max-width: 58ch;
  margin: 0 0 20px;
}
.lead--light{ color: rgba(255,255,255,0.85); }

/* ============ BUTTONS ============ */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--label);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn--lg{ padding: 16px 32px; font-size: 14px; }
.btn--red{
  background: var(--red);
  color: #fff;
  box-shadow: 0 6px 18px -4px rgba(181,32,47,0.55);
}
.btn--red:hover{ background: var(--red-dark); transform: translateY(-2px); }
.btn--white{ background: #fff; color: var(--red-dark); }
.btn--white:hover{ background: var(--navy); color: #fff; transform: translateY(-2px); }
.btn--outline{
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.7);
}
.btn--outline:hover{ border-color: #fff; transform: translateY(-2px); }
.btn--ghost-nav{
  font-family: var(--label);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.6);
  padding: 10px 20px;
  border-radius: 4px;
  transition: background .15s ease;
}
.btn--ghost-nav:hover{ background: rgba(255,255,255,0.12); }

/* ============ BAR (signature red/silver motif) ============ */
.bar{
  height: 8px;
  background: linear-gradient(90deg, var(--red) 0%, var(--red) 60%, var(--silver) 60%, var(--silver) 100%);
}

/* ============ NAV ============ */
.nav{
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--navy);
  padding: 10px 24px;
}
.nav__inner{
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand{ display: flex; align-items: center; gap: 12px; }
.brand__mark{ height: 48px; width: auto; }
.brand__name{
  font-family: var(--label);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
}
.brand__name span{ display: block; color: var(--silver); font-size: 11px; letter-spacing: 0.12em; }
.nav__links{
  display: flex;
  gap: 28px;
  margin-right: auto;
  margin-left: 44px;
}
.nav__links a{
  font-family: var(--label);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.8);
  transition: color .18s ease;
}
.nav__links a:hover{ color: #fff; }
.nav__burger{
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 34px; height: 34px;
  background: none;
  border: none;
  cursor: pointer;
}
.nav__burger span{ display: block; height: 2px; background: #fff; border-radius: 2px; }

/* ============ HERO ============ */
.hero{
  position: relative;
  min-height: 84vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(24,35,57,0.65) 0%, rgba(24,35,57,0.42) 40%, rgba(24,35,57,0.42) 60%, rgba(24,35,57,0.80) 100%),
    url('media/hero-bg-v2.jpg');
  background-size: cover;
  background-position: center;
  padding: 150px 24px 100px;
}
.hero__star-field{
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 10% 20%, rgba(255,255,255,0.45) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 85% 15%, rgba(255,255,255,0.35) 50%, transparent 51%),
    radial-gradient(2px 2px at 92% 60%, rgba(199,203,209,0.5) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 20% 80%, rgba(255,255,255,0.3) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 70% 85%, rgba(255,255,255,0.35) 50%, transparent 51%),
    radial-gradient(2px 2px at 6% 55%, rgba(199,203,209,0.4) 50%, transparent 51%);
  background-repeat: no-repeat;
}
.hero__inner{
  position: relative;
  z-index: 1;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__logo{
  width: 148px;
  height: 148px;
  margin: 0 0 30px;
  filter: drop-shadow(0 14px 30px rgba(0,0,0,0.35));
}
.hero__title{
  font-family: var(--display);
  font-weight: 800;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  margin: 0 0 22px;
  text-shadow: 0 2px 18px rgba(0,0,0,0.45);
}
.hero__sub{
  color: #E8E9ED;
  font-size: clamp(16px, 1.6vw, 19px);
  margin: 0 0 36px;
  max-width: 46ch;
  text-shadow: 0 2px 14px rgba(0,0,0,0.45);
}
.hero__ctas{ display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

.reveal{ opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible{ opacity: 1; transform: translateY(0); }

/* ============ ABOUT / MISSION ============ */
.about{ max-width: var(--container); margin: 0 auto; padding: 96px 24px; text-align: center; }
.about .eyebrow{ display: flex; justify-content: center; }
.about__lead{
  font-size: 19px;
  color: var(--ink-dim);
  max-width: 62ch;
  margin: 0 auto 44px;
}
.quote{
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 44px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--red);
  border-radius: 6px;
  text-align: left;
}
.quote p{
  font-family: var(--display);
  font-style: italic;
  font-size: 19px;
  line-height: 1.6;
  color: var(--navy);
  margin: 0 0 16px;
}
.quote cite{
  font-family: var(--label);
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--red);
}

/* ============ UPCOMING EVENTS ============ */
.events{ max-width: var(--container); margin: 0 auto; padding: 96px 24px; text-align: center; }
.events .eyebrow{ display: flex; justify-content: center; }
.events__flyer{
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 40px auto 0;
  border-radius: 10px;
  border: 1px solid var(--line);
  box-shadow: 0 20px 40px -20px rgba(24,35,57,0.35);
}
.rsvp-form{
  max-width: 560px;
  margin: 36px auto 0;
  border: 1px solid var(--line);
  box-shadow: 0 20px 40px -20px rgba(24,35,57,0.25);
}
.rsvp-form__title{
  font-family: var(--label);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0;
}

/* ============ MEMBERSHIP ============ */
.membership{ background: var(--navy); padding: 96px 24px; }
.membership__inner{ max-width: var(--container); margin: 0 auto; text-align: center; }
.membership .eyebrow{ display: flex; justify-content: center; color: #F0B8BE; }
.membership__lead{ margin-left: auto; margin-right: auto; }
.tiers{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 48px 0 32px;
}
.tier-card{
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  padding: 34px 26px;
  text-align: left;
}
.tier-card__name{
  font-family: var(--label);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 14px;
  color: var(--silver);
  margin: 0 0 10px;
}
.tier-card__price{
  font-family: var(--display);
  font-weight: 800;
  font-size: 40px;
  color: #fff;
  margin: 0 0 14px;
}
.tier-card__price span{ font-family: var(--label); font-size: 14px; color: rgba(255,255,255,0.6); font-weight: 400; }
.tier-card__desc{ color: rgba(255,255,255,0.75); font-size: 14.5px; line-height: 1.6; margin: 0; }
.membership__note{
  max-width: 640px;
  margin: 8px auto 0;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  font-style: italic;
}
.membership__cta{ margin-top: 34px; }

/* ============ LEADERSHIP ============ */
.leadership{ max-width: var(--container); margin: 0 auto; padding: 96px 24px; }
.leadership .eyebrow, .leadership .h2{ text-align: center; }
.leadership .eyebrow{ display: flex; justify-content: center; }
.leadership .h2{ text-align: center; margin-left: auto; margin-right: auto; }
.officers{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 44px;
}
.officer{
  background: #fff;
  padding: 32px 22px;
  text-align: center;
}
.officer__photo{
  width: 96px; height: 96px;
  margin: 0 auto 18px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--paper);
  border: 3px solid var(--line);
  box-shadow: 0 6px 16px -6px rgba(24,35,57,0.35);
}
.officer__role{
  font-family: var(--label);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11.5px;
  color: var(--red);
  margin: 0 0 8px;
}
.officer__name{
  font-family: var(--display);
  font-weight: 700;
  font-size: 17px;
  color: var(--navy);
  margin: 0;
}

/* ============ VIDEOS FROM OUR EVENTS ============ */
.videos{ background: var(--navy); padding: 90px 24px; }
.videos__inner{ max-width: var(--container); margin: 0 auto; }
.videos .eyebrow, .videos .h2{ text-align: center; }
.videos .eyebrow{ display: flex; justify-content: center; }
.videos__viewport{
  overflow: hidden;
  margin-top: 40px;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%);
}
.videos__track{
  display: flex;
  gap: 24px;
  width: max-content;
  animation: videosScroll 40s linear infinite;
}
.videos__viewport:hover .videos__track{ animation-play-state: paused; }
@keyframes videosScroll{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce){
  .videos__track{ animation: none; }
}
.video-card{
  width: 320px;
  flex: 0 0 320px;
  background: var(--navy-2);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.video-card iframe{
  width: 100%;
  height: 480px;
  display: block;
  background: #0F1A2E;
}
.video-card__watch{
  font-family: var(--label);
  font-size: 11.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color .18s ease;
}
.video-card__watch:hover{ color: var(--silver); }

.video-card--photo-only{ display: flex; }
.video-card--photo-only .video-card__mobile{
  display: flex;
  flex: 1;
  height: auto;
  min-height: 260px;
}
.video-card__mobile{
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 260px;
  background:
    radial-gradient(circle at 50% 42%, rgba(181,32,47,0.18), transparent 60%),
    linear-gradient(155deg, var(--navy-2) 0%, var(--navy) 100%);
  text-align: center;
  padding: 24px;
}
.video-card__mobile--photo{
  background-image:
    linear-gradient(180deg, rgba(24,35,57,0.35) 0%, rgba(24,35,57,0.25) 45%, rgba(24,35,57,0.85) 100%),
    var(--thumb, none);
  background-size: cover;
  background-position: center 20%;
}
.video-card__play{
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 8px 22px -6px rgba(181,32,47,0.65);
  transition: transform .18s ease, background .18s ease;
}
.video-card__mobile:active .video-card__play,
.video-card__mobile:hover .video-card__play{
  background: var(--red-dark);
  transform: scale(1.06);
}
.video-card__mobile-label{
  font-family: var(--label);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}

/* ============ CTA / JOIN ============ */
.cta{ background: var(--red); padding: 90px 24px; }
.cta__inner{ max-width: 720px; margin: 0 auto; text-align: center; }
.cta .eyebrow--light{ justify-content: center; display: flex; }
.cta .lead--light{ margin-left: auto; margin-right: auto; }
.cta__ctas{ display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin: 30px 0 46px; }
.cta__ctas .btn--white{ background: #fff; color: var(--red-dark); }
.cta__ctas .btn--white:hover{ background: var(--navy); color: #fff; transform: translateY(-2px); }
.cta__ctas .btn--outline-light{ background: transparent; color: #fff; border: 2px solid #fff; }
.cta__ctas .btn--outline-light:hover{ background: #fff; color: var(--red-dark); }

.join-form{
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
}
.join-form__row{ display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.join-form label{
  font-family: var(--label);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-dim);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.join-form input, .join-form select, .join-form textarea{
  font-family: var(--body);
  font-size: 15px;
  background: #fff;
  border: 1px solid #C9CBD1;
  border-radius: 4px;
  padding: 12px 14px;
  color: var(--ink);
}
.join-form textarea{ resize: vertical; font-size: 15px; line-height: 1.5; }
.join-form input:focus, .join-form select:focus, .join-form textarea:focus{ outline: none; border-color: var(--red); }
.join-form .join-form__optional{ text-transform: none; letter-spacing: 0; color: var(--ink-dim); font-size: 12px; font-weight: 400; }
.join-form__checkboxes{
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 18px 20px;
}
.join-form__checkboxes-title{
  font-family: var(--label);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-dim);
  margin: 0 0 2px;
}
.join-form .join-form__checkbox{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--body);
  font-size: 14.5px;
  text-transform: none;
  letter-spacing: normal;
  color: var(--ink);
  cursor: pointer;
}
.join-form__checkbox input[type="checkbox"]{
  margin-top: 3px;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  accent-color: var(--red);
  cursor: pointer;
}
.join-form__submit{ margin-top: 6px; }
.join-form__note{
  font-family: var(--label);
  font-size: 12.5px;
  color: var(--red-dark);
  min-height: 16px;
  margin: 0;
}
.hp{ position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ============ FOOTER ============ */
.footer{ background: var(--navy); padding: 44px 24px; }
.footer__inner{
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer__brand{ display: flex; align-items: center; gap: 12px; }
.footer__logo{ height: 44px; width: auto; }
.footer__name{
  font-family: var(--label);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}
.footer__name span{ display: block; color: var(--silver); font-size: 11px; }
.footer__url{
  font-family: var(--label);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--silver);
}
.footer__legal{
  width: 100%;
  text-align: center;
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.14);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 860px){
  .nav__links{ display: none; }
  .nav__burger{ display: flex; }
  .nav.is-open .nav__links{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--navy);
    padding: 18px 24px;
    margin: 0;
    gap: 16px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .nav__inner{ flex-wrap: wrap; }
  .tiers{ grid-template-columns: 1fr; }
  .officers{ grid-template-columns: repeat(2, 1fr); }
  .join-form__row{ grid-template-columns: 1fr; }
  .quote{ padding: 30px 26px; }
  .video-card{ width: 260px; flex: 0 0 260px; }
  .videos__track{ animation-duration: 32s; }
  .video-card iframe{ display: none; }
  .video-card__mobile{ display: flex; }
}
@media (max-width: 480px){
  .hero{ padding: 130px 20px 80px; }
  .hero__logo{ width: 116px; height: 116px; }
  .officers{ grid-template-columns: 1fr; }
}
