@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800&family=DM+Mono:wght@400;500&display=swap");

:root {
  --body-font: "Arial Narrow", Arial, sans-serif;
  --night: #050b16;
  --night-blue: #0a1b37;
  --blue: #1e5aa9;
  --gold: #e2ba69;
  --gold-bright: #ffe2a2;
  --ivory: #f7f2e8;
  --muted: #bac8dc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body { background: var(--night); color: var(--ivory); font-family: Cinzel, Georgia, serif; margin: 0; }

.hero {
  align-items: center;
  background-image: url("../fond-site.png");
  background-position: center;
  background-size: cover;
  display: flex;
  isolation: isolate;
  justify-content: center;
  min-height: 100svh;
  overflow: hidden;
  padding: 3rem 1.5rem;
  position: relative;
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(3, 9, 20, 0.82), rgba(4, 15, 34, 0.45) 35%, rgba(4, 15, 34, 0.42) 65%, rgba(3, 9, 20, 0.82)),
    linear-gradient(0deg, rgba(3, 9, 20, 0.98), rgba(3, 9, 20, 0.2) 42%, rgba(3, 9, 20, 0.5));
  inset: 0;
  position: absolute;
  z-index: -1;
}

.hero__content { max-width: 1120px; position: relative; text-align: center; }

.facebook-link {
  align-items: center;
  background: rgba(5, 16, 35, 0.78);
  border: 1px solid rgba(226, 186, 105, 0.72);
  color: var(--gold-bright);
  display: flex;
  height: 3.4rem;
  justify-content: center;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 3.4rem;
}

.facebook-link:hover { background: #1877f2; color: #fff; transform: translateY(-2px); }
.facebook-link svg { fill: currentColor; height: 1.65rem; width: 1.65rem; }
.visually-hidden { height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px; clip: rect(0, 0, 0, 0); }

.eyebrow {
  color: var(--gold-bright);
  font-family: "DM Mono", monospace;
  font-size: clamp(0.64rem, 1.8vw, 0.78rem);
  letter-spacing: 0.22em;
  margin: 0;
  text-transform: uppercase;
}

.sigil {
  animation: emerge 1.1s cubic-bezier(.16, 1, .3, 1) both;
  display: block;
  filter: drop-shadow(0 1.5rem 2.5rem rgba(0, 0, 0, 0.7));
  margin: 0.8rem auto 1.5rem;
  max-height: min(30vh, 260px);
  max-width: min(88vw, 580px);
  object-fit: contain;
}

.hero__kicker { color: #fffdf7; font-size: clamp(1.04rem, 2.5vw, 1.35rem); font-weight: 600; letter-spacing: 0.055em; margin: 0.5rem auto 1.75rem; text-shadow: 0 0 1.25rem rgba(1, 10, 27, 0.9); }
h1, h2 { margin: 0; }

h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); font-weight: 700; letter-spacing: 0.025em; line-height: 1.12; text-shadow: 0 0 2rem rgba(1, 10, 27, 0.9); white-space: nowrap; }

.hero__roles {
  color: var(--gold-bright);
  font-family: "DM Mono", monospace;
  font-size: clamp(0.66rem, 1.7vw, 0.82rem);
  letter-spacing: 0.12em;
  line-height: 1.7;
  margin: 0 0 1.8rem;
  text-transform: uppercase;
}

.hero__roles span { color: var(--gold); margin: 0 0.45rem; }
.hero__actions { align-items: center; display: flex; flex-direction: column; gap: 0.85rem; }
.hero__primary-actions { display: grid; gap: 0.85rem; grid-auto-rows: 1fr; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 36rem; width: 100%; }
.hero__primary-actions > .button { min-height: 3.4rem; min-width: 0; padding-block: 0.3rem; }
.hero__primary-actions > .button--discord { flex-direction: column; gap: 0.15rem; }
.button__label { align-items: center; display: inline-flex; gap: 0.55rem; justify-content: center; }
.button__label svg { flex-shrink: 0; }
.discord-member-count { color: inherit; font-family: var(--body-font); font-size: 0.9rem; font-weight: 400; letter-spacing: 0; line-height: 1.2; margin: 0; text-align: center; }

.button {
  align-items: center;
  display: inline-flex;
  font-family: Cinzel, Georgia, serif;
  font-size: 0.84rem;
  font-weight: 700;
  gap: 0.55rem;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 3.4rem;
  padding: 0.8rem 1.25rem;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover { transform: translateY(-3px); }
.button--primary { background: var(--gold); color: #14213a; }
.button--primary:hover { background: var(--gold-bright); }
.button--primary svg { fill: currentColor; height: 1.25rem; width: 1.25rem; }
.button--secondary { background: rgba(5, 15, 33, 0.76); border: 1px solid rgba(255, 250, 240, 0.95); color: #fffdf7; }
.button--secondary:hover { background: rgba(10, 31, 65, 0.86); border-color: var(--gold-bright); color: var(--gold-bright); }

.content-section { padding: clamp(5rem, 10vw, 9rem) 1.5rem; }
.section-heading, .section-copy, .forever__content, .final-call__content { margin: 0 auto; max-width: 900px; text-align: center; }

.content-section h2, .final-call h2 {
  font-size: clamp(1.8rem, 4vw, 3.25rem);
  line-height: 1.2;
  margin: 0.8rem auto 1.5rem;
}

.section-copy { max-width: 780px; }
.section-copy p, .mission-grid__copy > p, .forever__content > p, .final-call__content > p { color: var(--muted); font-family: var(--body-font); font-size: 1.08rem; line-height: 1.75; margin: 0 auto 1.2rem; }
.section-copy strong, .mission-grid strong, .final-call strong { color: var(--ivory); font-weight: 500; }
.section-copy__statement { color: var(--gold-bright) !important; font-family: Cinzel, Georgia, serif !important; font-size: clamp(1rem, 2vw, 1.25rem); font-weight: 700; margin-top: 2rem !important; }

.introduction { background: linear-gradient(135deg, #07142a, var(--night)); }
.player-paths { background: #07111f; }
.section-heading > p:last-child { color: var(--muted); font-family: var(--body-font); font-size: 1.08rem; line-height: 1.75; margin: 0 auto; max-width: 660px; }

.path-grid { display: grid; gap: 1.15rem; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 3rem auto 0; max-width: 1180px; }
.path-card { background: linear-gradient(145deg, rgba(24, 58, 105, 0.38), rgba(7, 17, 31, 0.95)); border: 1px solid rgba(226, 186, 105, 0.25); min-height: 100%; padding: 2.25rem 1.8rem; position: relative; }
.path-card::before { background: var(--gold); content: ""; height: 2px; left: 1.8rem; position: absolute; right: 1.8rem; top: 0; }
.path-card__icon { display: block; font-size: 2rem; margin-bottom: 1rem; }
.path-card h3 { font-size: 1.3rem; letter-spacing: 0.08em; margin: 0 0 1rem; text-transform: uppercase; }
.path-card p { color: var(--muted); font-family: var(--body-font); font-size: 1.02rem; line-height: 1.65; }
.path-card strong { color: var(--gold-bright); display: block; font-size: 0.88rem; line-height: 1.6; margin-top: 1.4rem; }

.mission { background: linear-gradient(135deg, var(--night), #0a1b37); }
.mission-grid { display: grid; gap: clamp(2rem, 6vw, 6rem); grid-template-columns: 1.3fr 0.7fr; margin: 3.5rem auto 0; max-width: 1100px; }
.mission-grid__copy { text-align: left; }
.feature-list { display: grid; gap: 0.85rem; list-style: none; margin: 1.8rem 0 0; padding: 0; }
.feature-list li { align-items: center; border-bottom: 1px solid rgba(186, 200, 220, 0.14); color: var(--ivory); display: flex; font-family: var(--body-font); font-size: 1.02rem; gap: 0.8rem; padding-bottom: 0.85rem; }
.feature-list span { font-size: 1.05rem; }
blockquote { border-left: 2px solid var(--gold); color: var(--ivory); font-size: clamp(1rem, 2vw, 1.22rem); line-height: 1.8; margin: 0; padding: 1rem 0 1rem 1.5rem; text-align: left; }

.activities { background: #07111f; }
.activity-grid { display: grid; gap: 0.8rem; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; margin: 3rem auto 1.8rem; max-width: 1100px; padding: 0; }
.activity-grid li { background: rgba(24, 58, 105, 0.24); border: 1px solid rgba(186, 200, 220, 0.14); color: var(--gold-bright); display: flex; flex-direction: column; font-size: 1.45rem; gap: 0.65rem; min-height: 9rem; padding: 1.3rem; }
.activity-grid span { color: var(--ivory); font-family: var(--body-font); font-size: 0.95rem; line-height: 1.45; }
.activities__footnote { color: var(--muted); font-family: var(--body-font); font-size: 1.08rem; line-height: 1.75; margin: auto; max-width: 700px; text-align: center; }

.forever { background: linear-gradient(135deg, #0e2a51, #07111f); position: relative; }
.forever::before { background: radial-gradient(circle, rgba(226, 186, 105, 0.15), transparent 60%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.forever__content { position: relative; }
.forever__topics { color: var(--gold-bright) !important; font-size: 0.75rem; letter-spacing: 0.1em; line-height: 2; margin: 2rem auto !important; text-transform: uppercase; }
.forever__topics span, .final-call__identity span { color: var(--gold); margin: 0 0.3rem; }

.beyond { background: var(--night); }
.final-call { background: linear-gradient(135deg, #0d294d, #050b16); padding: clamp(5rem, 10vw, 9rem) 1.5rem; text-align: center; }
.final-call__identity { color: var(--gold-bright) !important; font-family: Cinzel, Georgia, serif !important; font-size: 0.93rem; line-height: 1.8; margin: 2rem auto !important; }

@keyframes emerge {
  from { opacity: 0; transform: scale(0.9) translateY(2rem); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

@media (max-width: 600px) {
  .hero { padding: 2rem 1rem; }
  .sigil { max-height: 24vh; max-width: min(92vw, 420px); }
  h1 { white-space: normal; }
  .hero__roles span { margin: 0 0.2rem; }
  .button { width: 100%; }
  .hero__primary-actions { grid-template-columns: 1fr; }
  .hero__actions { margin: auto; max-width: 320px; }
  .content-section, .final-call { padding: 5rem 1.25rem; }
  .path-grid, .mission-grid { grid-template-columns: 1fr; }
  .activity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mission-grid { gap: 2.5rem; }
  .mission-grid__copy, blockquote { text-align: left; }
}
