@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700&family=Barlow+Condensed:wght@500;600;700&display=swap');

:root {
  --bg:        #0c0b09;
  --bg2:       #111008;
  --bg3:       #181510;
  --border:    #2a2519;
  --border2:   #3a3025;
  --gold:      #c8922a;
  --gold-dim:  rgba(200, 146, 42, 0.08);
  --gold-glow: rgba(200, 146, 42, 0.2);
  --red:       #c0392b;
  --text:      #b8b09a;
  --text-dim:  #6b6255;
  --white:     #f2ead8;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
}

a { color: var(--gold); text-decoration: none; transition: opacity .2s; }
a:hover { opacity: .75; }

/* ── TEXTURE OVERLAY ── */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect width='4' height='4' fill='%230c0b09'/%3E%3Crect width='1' height='1' fill='%23ffffff08'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

body > * { position: relative; z-index: 1; }

/* ── NAV ── */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(12, 11, 9, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5rem;
  height: 68px;
}

.nav-logo img { height: 32px; display: block; }

.nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}

.nav-links a {
  color: var(--text-dim);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: color .2s;
}

.nav-links a:hover,
.nav-links a.active { color: var(--white); opacity: 1; }

.nav-discord {
  color: var(--white) !important;
  background: #5865f2;
  padding: .35rem 1.1rem;
  border-radius: 3px;
  font-size: .9rem !important;
  transition: background .2s !important;
  opacity: 1 !important;
}
.nav-discord:hover { background: #4752c4 !important; }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--text); transition: all .3s; }

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6rem 2rem 5rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(12,11,9,0.3) 0%, rgba(12,11,9,0.7) 60%, var(--bg) 100%),
    url('assets/img/hero-bg.jpg') center/cover no-repeat;
}

.hero-content { position: relative; z-index: 2; }

.hero-logo {
  width: min(380px, 72vw);
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 4px 32px rgba(200,146,42,0.25));
}

.hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 8vw, 6rem);
  color: var(--white);
  letter-spacing: .06em;
  line-height: 1;
  margin-bottom: .5rem;
}

.hero-sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.hero p {
  font-size: 1.05rem;
  color: var(--text-dim);
  max-width: 520px;
  margin: 0 auto 2.5rem;
}

.hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .75rem 2rem;
  border-radius: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: all .2s;
}

.btn-primary {
  background: var(--gold);
  color: #0c0b09;
}
.btn-primary:hover { background: #d9a135; opacity: 1; }

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--border2);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); opacity: 1; }

.btn-discord {
  background: #5865f2;
  color: #fff;
}
.btn-discord:hover { background: #4752c4; opacity: 1; }

/* ── LAYOUT ── */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5rem 2rem;
}

/* ── SECTION HEADER ── */
.section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .8rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .4rem;
}

.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--white);
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: .75rem;
}

.section-sub {
  color: var(--text-dim);
  max-width: 540px;
  margin-bottom: 3rem;
  font-size: .98rem;
}

.glow-line {
  width: 48px;
  height: 2px;
  background: var(--gold);
  margin: .6rem 0 2.5rem;
}

/* ── DIVIDER ── */
.divider {
  border: none;
  border-top: 1px solid var(--border);
}

/* ── CARDS ── */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

.card {
  background: var(--bg2);
  padding: 2rem;
  transition: background .2s;
}

.card:hover { background: var(--bg3); }

.card-icon {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  display: block;
}

.card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: .5rem;
}

.card p { font-size: .95rem; color: var(--text-dim); line-height: 1.6; }

/* ── TIER CARDS ── */
.tier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}

.tier-card {
  background: var(--bg2);
  border: 1px solid var(--border);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.tier-card.diamond { border-top: 3px solid #7dd3f8; }
.tier-card.platinum { border-top: 3px solid #d4d4d8; }
.tier-card.silver   { border-top: 3px solid #9ca3af; }

.tier-badge {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: .2rem .7rem;
  display: inline-block;
  width: fit-content;
}

.tier-card.diamond .tier-badge  { background: rgba(125,211,248,.1); color: #7dd3f8; }
.tier-card.platinum .tier-badge { background: rgba(212,212,216,.1); color: #d4d4d8; }
.tier-card.silver .tier-badge   { background: rgba(156,163,175,.1); color: #9ca3af; }

.tier-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
  color: var(--white);
  letter-spacing: .05em;
}

.tier-features { list-style: none; display: flex; flex-direction: column; gap: .5rem; }
.tier-features li {
  font-size: .95rem;
  color: var(--text);
  display: flex;
  align-items: flex-start;
  gap: .6rem;
}
.tier-features li::before { content: '—'; color: var(--gold); font-weight: 700; flex-shrink: 0; }

/* ── RULES ── */
.rule-section { margin-bottom: 3.5rem; }

.rule-section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
  color: var(--white);
  letter-spacing: .06em;
  padding-bottom: .6rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 1.25rem;
}

.rule-item {
  border-left: 2px solid var(--border2);
  padding: 1rem 1.25rem;
  margin-bottom: .75rem;
  transition: border-color .2s;
}
.rule-item:hover { border-left-color: var(--gold); }

.rule-item .rule-id {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .78rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .25rem;
}

.rule-item .rule-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .05em;
  color: var(--white);
  margin-bottom: .4rem;
  text-transform: uppercase;
}

.rule-item .rule-body { font-size: .93rem; color: var(--text-dim); line-height: 1.7; }
.rule-item .rule-body ul { margin: .5rem 0 .5rem 1.25rem; display: flex; flex-direction: column; gap: .25rem; }
.rule-item .rule-body strong { color: var(--text); }

.callout {
  background: rgba(192,57,43,.07);
  border-left: 2px solid var(--red);
  padding: .75rem 1rem;
  margin: .75rem 0;
  font-size: .9rem;
  color: var(--text);
}
.callout.info {
  background: rgba(200,146,42,.07);
  border-left-color: var(--gold);
}

/* ── OFFENSE BAR ── */
.offense-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-bottom: 3rem;
}

.offense-step {
  background: var(--bg2);
  padding: .85rem 1.25rem;
  flex: 1;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  gap: .25rem;
}

.offense-step .num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
}

.offense-step .label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: .05em;
}

.offense-step:last-child .num { color: var(--red); }
.offense-step:last-child .label { color: #e88; }

/* ── QUICK LIST ── */
.quick-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-bottom: 3rem;
}

.quick-item {
  background: var(--bg2);
  padding: .6rem 1rem;
  font-size: .9rem;
  color: var(--text-dim);
  display: flex;
  gap: .65rem;
}

.quick-item span {
  font-family: 'Barlow Condensed', sans-serif;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: .05em;
  flex-shrink: 0;
  min-width: 2.2rem;
}

/* ── NOTICE ── */
.notice {
  background: var(--gold-dim);
  border: 1px solid var(--gold-glow);
  padding: 1rem 1.25rem;
  font-size: .95rem;
  color: var(--text);
  margin-bottom: 2rem;
}

/* ── PAGE HERO ── */
.page-hero {
  padding: 4.5rem 2.5rem 3rem;
  max-width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid var(--border);
}

/* ── BANNED ── */
.banned-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

.banned-item {
  background: var(--bg2);
  padding: .6rem 1rem;
  font-size: .9rem;
  color: var(--text-dim);
  display: flex;
  align-items: center;
  gap: .6rem;
}

.banned-item::before { content: '✕'; color: var(--red); font-weight: 700; }

/* ── FOOTER ── */
footer {
  border-top: 1px solid var(--border);
  text-align: center;
  padding: 2.5rem 1rem;
  color: var(--text-dim);
  font-size: .85rem;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

footer a { color: var(--text-dim); }
footer a:hover { color: var(--gold); opacity: 1; }

/* ── MOBILE ── */
@media (max-width: 768px) {
  nav { padding: 0 1.25rem; }
  .nav-links {
    display: none;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 68px;
    left: 0; right: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
  }
  .nav-links.open { display: flex; }
  .nav-links li a { display: block; padding: .85rem 1.5rem; }
  .hamburger { display: flex; }
  .container { padding: 3rem 1.25rem; }
  .page-hero { padding: 3rem 1.25rem 2rem; }
}
