:root {
  --bg: #120b08;
  --bg2: #1a100c;
  --panel: #23150f;
  --panel2: #281812;
  --gold: #c5a059;
  --gold2: #d2b06a;
  --text: #f4f1ee;
  --muted: #b7a99f;
}
/* Load Avenir from local files in assets/fonts, fall back to system locals */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirBundle/Avenir-HeavyOblique.woff2') format('woff2'),
        url('../fonts/AvenirBundle/Avenir-HeavyOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirBundle/Avenir-Black.woff2') format('woff2'),
        url('../fonts/AvenirBundle/Avenir-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Book';
    src: url('../fonts/AvenirBundle/Avenir-Book.woff2') format('woff2'),
        url('../fonts/AvenirBundle/Avenir-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Black Oblique';
    src: url('../fonts/AvenirBundle/Avenir-BlackOblique.woff2') format('woff2'),
        url('../fonts/AvenirBundle/Avenir-BlackOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirBundle/Avenir-MediumOblique.woff2') format('woff2'),
        url('../fonts/AvenirBundle/Avenir-MediumOblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirBundle/Avenir-LightOblique.woff2') format('woff2'),
        url('../fonts/AvenirBundle/Avenir-LightOblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirBundle/Avenir-Light.woff2') format('woff2'),
        url('../fonts/AvenirBundle/Avenir-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirBundle/Avenir-Medium.woff2') format('woff2'),
        url('../fonts/AvenirBundle/Avenir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirBundle/Avenir-Heavy.woff2') format('woff2'),
        url('../fonts/AvenirBundle/Avenir-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Book';
    src: url('../fonts/AvenirBundle/Avenir-BookOblique.woff2') format('woff2'),
        url('../fonts/AvenirBundle/Avenir-BookOblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirBundle/Avenir-Oblique.woff2') format('woff2'),
        url('../fonts/AvenirBundle/Avenir-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirBundle/Avenir-Roman.woff2') format('woff2'),
        url('../fonts/AvenirBundle/Avenir-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html,
body {
  background: var(--bg);
  color: var(--text);
  font-family: AvenirLocal, "Avenir", "Avenir Next", "Inter", system-ui,
    -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.h-serif {
  font-family: "Playfair Display", ui-serif, Georgia, serif;
}
.text-gold {
  color: var(--gold);
}
.bg-gold {
  background: var(--gold);
}
.border-gold {
  border-color: rgba(197, 160, 89, 0.5);
}

/* subtle plus pattern */
.pattern {
  background: radial-gradient(
      60% 60% at 50% 0%,
      rgba(197, 160, 89, 0.18),
      rgba(0, 0, 0, 0) 60%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55) 70%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.04) 0 1px,
      transparent 1px 24px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.04) 0 1px,
      transparent 1px 24px
    );
  background-color: var(--bg);
}

/* glassy cards */
.card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
}

.chip {
  border: 1px solid rgba(197, 160, 89, 0.55);
  background: rgba(0, 0, 0, 0.25);
  color: var(--gold2);
  border-radius: 999px;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
}

.nav-blur {
  background: linear-gradient(
    180deg,
    rgba(18, 11, 8, 0.92),
    rgba(18, 11, 8, 0.65)
  );
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.btn {
  background: var(--gold);
  color: #1a100c;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 18px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}
.btn:hover {
  filter: brightness(1.03);
}

.section {
  padding: 92px 0;
}

.divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.12),
    transparent
  );
}

/* big award circle */
.ring {
  width: 280px;
  height: 280px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  position: relative;
}
.ring::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

/* partner pill */
.partner-pill {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 22px;
  text-align: center;
}

/* tiny muted */
.muted {
  color: rgba(244, 241, 238, 0.7);
}
