:root {
  --bg: #050508;
  --surface: #0c0c14;
  --panel: #111119;
  --accent: #6d28d9;
  --accent-bright: #a78bfa;
  --gold: #facc15;
  --green: #22c55e;
  --pink: #ec4899;
  --text: #f4f4f5;
  --muted: #71717a;
  --dim: #a1a1aa;
  --border: rgba(255, 255, 255, 0.08);
  --glow-purple: 0 0 80px rgba(109, 40, 217, 0.2);
  --glow-gold: 0 0 60px rgba(250, 204, 21, 0.12);
}

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

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

.noise {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.wrap { position: relative; z-index: 1; max-width: 780px; margin: 0 auto; padding: 3rem 1.25rem 5rem; }

.hero { text-align: center; padding: 4rem 0 3rem; }

.hero-badge {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .3rem .8rem; border-radius: 999px;
  background: rgba(109, 40, 217, 0.15); border: 1px solid rgba(109, 40, 217, 0.3);
  font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-bright);
}

.hero h1 {
  font-size: clamp(2.5rem, 7vw, 4rem);
  font-weight: 900; letter-spacing: -.03em; line-height: 1;
  margin: 1.25rem 0 .75rem;
  background: linear-gradient(135deg, #fff 0%, var(--accent-bright) 50%, var(--gold) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.hero .subtitle {
  font-size: 1.2rem; color: var(--dim); max-width: 500px; margin: 0 auto;
}

.hero .subtitle em { color: var(--gold); font-style: normal; font-weight: 600; }

.socials {
  display: flex; justify-content: center; gap: .75rem;
  margin-top: 1.5rem; flex-wrap: wrap;
}

.socials a {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .45rem 1rem; border-radius: .5rem;
  font-size: .8rem; font-weight: 500; text-decoration: none;
  border: 1px solid var(--border); color: var(--dim);
  transition: all .2s;
}
.socials a:hover { border-color: var(--accent-bright); color: var(--text); background: rgba(109,40,217,.08); }

.section { margin-top: 3.5rem; }
.section-label {
  font-size: .65rem; letter-spacing: .15em; text-transform: uppercase;
  color: var(--accent-bright); margin-bottom: .5rem;
}
.section h2 {
  font-size: 1.5rem; font-weight: 800; letter-spacing: -.02em;
  margin-bottom: 1rem;
}

.card {
  padding: 1.5rem; border-radius: .75rem;
  border: 1px solid var(--border);
  background: linear-gradient(160deg, var(--panel), var(--surface));
  box-shadow: var(--glow-purple);
}

.card + .card { margin-top: 1rem; }

.card h3 {
  font-size: 1rem; font-weight: 700; margin-bottom: .5rem;
  display: flex; align-items: center; gap: .5rem;
}

.card p, .card li { font-size: .9rem; color: var(--dim); }
.card ul { padding-left: 1.25rem; }
.card li + li { margin-top: .35rem; }

.tag {
  display: inline-block; padding: .15rem .5rem; border-radius: 999px;
  font-size: .65rem; font-weight: 600; letter-spacing: .04em;
}
.tag-gold { background: rgba(250,204,21,.12); color: var(--gold); }
.tag-green { background: rgba(34,197,94,.12); color: var(--green); }
.tag-pink { background: rgba(236,72,153,.12); color: var(--pink); }
.tag-purple { background: rgba(109,40,217,.15); color: var(--accent-bright); }

.stats-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: .75rem; margin-top: 1rem;
}

.stat-card {
  padding: 1rem; border-radius: .75rem; text-align: center;
  border: 1px dashed var(--border); background: rgba(255,255,255,.015);
}
.stat-card .num {
  font-size: 1.6rem; font-weight: 800;
  background: linear-gradient(135deg, var(--gold), var(--accent-bright));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat-card .label { font-size: .7rem; color: var(--muted); margin-top: .15rem; }

.quote-block {
  border-left: 3px solid var(--accent); padding: .75rem 1rem;
  margin-top: .75rem; border-radius: 0 .5rem .5rem 0;
  background: rgba(109,40,217,.06);
}
.quote-block p { color: var(--text); font-style: italic; font-size: .9rem; }
.quote-block cite { font-size: .7rem; color: var(--muted); font-style: normal; }

.img-exhibit {
  margin-top: 1rem; border-radius: .75rem; overflow: hidden;
  border: 1px solid var(--border); position: relative;
}
.img-exhibit img { width: 100%; display: block; }
.img-exhibit .caption {
  padding: .6rem 1rem; font-size: .75rem; color: var(--muted);
  background: var(--panel); border-top: 1px solid var(--border);
}

.timeline { list-style: none; padding: 0; position: relative; }
.timeline::before {
  content: ""; position: absolute; left: 10px; top: 8px; bottom: 8px;
  width: 2px; background: var(--border);
}
.timeline li {
  position: relative; padding-left: 2rem; padding-bottom: 1.25rem;
}
.timeline li::before {
  content: ""; position: absolute; left: 5px; top: 6px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--accent); border: 2px solid var(--bg);
}
.timeline .time { font-size: .7rem; color: var(--muted); }
.timeline .text { font-size: .85rem; color: var(--dim); }
.timeline .text strong { color: var(--text); }

footer {
  margin-top: 4rem; text-align: center; padding-top: 2rem;
  border-top: 1px solid var(--border);
}
footer p { font-size: .7rem; color: var(--muted); }
footer a { color: var(--accent-bright); text-decoration: none; }
footer a:hover { text-decoration: underline; }
