

:root {

  --bg: #0c0716;
  --bg-2: #120b20;
  --panel: #171029;
  --panel-2: #1d1533;
  --ink: #0c0716;

  --neon: #c77dff;
  --neon-lilac: #e0aaff;
  --neon-pink: #ff3d8b;
  --neon-deep: #9d5cff;
  --neon-amber: #ffb44d;
  --neon-rose: #ff6fae;

  --accent: var(--neon);

  --text: #edeef5;
  --text-dim: #9da2b8;
  --text-faint: #6c7190;

  --line: rgba(255, 255, 255, 0.10);
  --line-strong: rgba(255, 255, 255, 0.22);
  --notch: 10px;

  --font-pixel: "Press Start 2P", "Courier New", monospace;
  --font-display: "Archivo Black", "Arial Black", system-ui, sans-serif;
  --font-body: "Space Grotesk", "Segoe UI", system-ui, sans-serif;

  --container: 1140px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(760px 460px at 82% -8%, rgba(255, 61, 139, 0.13), transparent 68%),
    radial-gradient(680px 420px at -4% 4%, rgba(224, 170, 255, 0.10), transparent 70%),
    radial-gradient(900px 600px at 50% 108%, rgba(157, 92, 255, 0.10), transparent 72%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.028) 0px,
    rgba(255, 255, 255, 0.028) 1px,
    transparent 1px,
    transparent 3px
  );
  mix-blend-mode: overlay;
}

.container {
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

main { position: relative; z-index: 2; }

img { max-width: 100%; display: block; }

::selection { background: var(--neon-pink); color: #fff; }

a { color: var(--neon-lilac); }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--neon);
  color: var(--ink);
  padding: 0.75rem 1.1rem;
  font-family: var(--font-pixel);
  font-size: 0.6rem;
  z-index: 999;
}
.skip-link:focus { left: 1rem; top: 1rem; }

:focus-visible {
  outline: 3px solid var(--neon);
  outline-offset: 3px;
}

.notch {
  clip-path: polygon(
    var(--notch) 0, calc(100% - var(--notch)) 0, 100% var(--notch),
    100% calc(100% - var(--notch)), calc(100% - var(--notch)) 100%,
    var(--notch) 100%, 0 calc(100% - var(--notch)), 0 var(--notch)
  );
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.015em;
  margin: 0;
  text-transform: uppercase;
}

.kicker,
.eyebrow {
  font-family: var(--font-pixel);
  font-size: 0.58rem;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: var(--neon);
  text-transform: uppercase;
  margin: 0 0 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.eyebrow-rule {
  width: 34px;
  height: 3px;
  background: var(--neon);
  flex: none;
  box-shadow: 0 0 12px rgba(199, 125, 255, 0.8);
}

.section-title {
  font-size: clamp(1.9rem, 4.4vw, 3rem);
}

.lede {
  color: var(--text-dim);
  font-size: 1.08rem;
  max-width: 56ch;
  margin: 1.1rem 0 0;
}
.lede-tight { font-size: 1rem; }

.section {
  padding: clamp(4rem, 9vw, 6.5rem) 0;
  position: relative;
}

.section + .section::before,
.section-divider {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='104' height='24' viewBox='0 0 104 24'%3E%3Cg fill='%23c77dff' opacity='0.55'%3E%3Cg transform='translate(0,5)'%3E%3Cellipse cx='20' cy='12' rx='4.6' ry='3.9'/%3E%3Ccircle cx='15.4' cy='5.6' r='1.9'/%3E%3Ccircle cx='19.6' cy='4.1' r='2.05'/%3E%3Ccircle cx='23.8' cy='4.9' r='1.95'/%3E%3Ccircle cx='27' cy='7.6' r='1.7'/%3E%3C/g%3E%3Cg transform='translate(52,-1)'%3E%3Cellipse cx='20' cy='12' rx='4.6' ry='3.9'/%3E%3Ccircle cx='15.4' cy='5.6' r='1.9'/%3E%3Ccircle cx='19.6' cy='4.1' r='2.05'/%3E%3Ccircle cx='23.8' cy='4.9' r='1.95'/%3E%3Ccircle cx='27' cy='7.6' r='1.7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center;
  opacity: 0.85;
}

.btn {
  --notch: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: var(--font-pixel);
  font-size: 0.62rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.15rem 1.5rem;
  border: 0;
  cursor: pointer;
  position: relative;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
  clip-path: polygon(
    var(--notch) 0, calc(100% - var(--notch)) 0, 100% var(--notch),
    100% calc(100% - var(--notch)), calc(100% - var(--notch)) 100%,
    var(--notch) 100%, 0 calc(100% - var(--notch)), 0 var(--notch)
  );
}

.btn:active { transform: translateY(2px); }

.btn-accent {
  background: var(--neon-amber);
  color: #1a0f05;
  box-shadow: 0 4px 0 #a86b1c, 0 0 26px rgba(255, 180, 77, 0.35);
}
.btn-accent:hover {
  background: #ffc670;
  box-shadow: 0 4px 0 #a86b1c, 0 0 38px rgba(255, 180, 77, 0.6);
}
.btn-accent:active { box-shadow: 0 1px 0 #a86b1c, 0 0 26px rgba(255, 180, 77, 0.4); }

.btn-solid {
  background: var(--panel-2);
  color: var(--text);
  box-shadow: 0 4px 0 #0a0514, inset 0 0 0 2px var(--line-strong);
}
.btn-solid:hover {
  background: #1d2234;
  box-shadow: 0 4px 0 #0a0514, inset 0 0 0 2px var(--neon-lilac), 0 0 24px rgba(224, 170, 255, 0.25);
}
.btn-solid:active { box-shadow: 0 1px 0 #0a0514, inset 0 0 0 2px var(--line-strong); }

.btn-outline {
  background: transparent;
  color: var(--neon-lilac);
  box-shadow: inset 0 0 0 2px var(--neon-lilac);
}
.btn-outline:hover {
  background: rgba(224, 170, 255, 0.12);
  box-shadow: inset 0 0 0 2px var(--neon-lilac), 0 0 24px rgba(224, 170, 255, 0.3);
}

.btn-sm { padding: 0.85rem 1.1rem; font-size: 0.55rem; }
.btn-xs { padding: 0.7rem 0.9rem; font-size: 0.5rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 8, 15, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.site-header.is-stuck {
  border-bottom-color: var(--line);
  background: rgba(7, 8, 15, 0.94);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 74px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--text);
}

.brand-dot {
  width: 21px;
  height: 21px;
  flex: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' shape-rendering='crispEdges'%3E%3Cg fill='%23c77dff'%3E%3Crect x='2' y='4' width='1' height='1'/%3E%3Crect x='1' y='5' width='3' height='3'/%3E%3Crect x='6' y='2' width='1' height='1'/%3E%3Crect x='5' y='3' width='3' height='3'/%3E%3Crect x='10' y='2' width='1' height='1'/%3E%3Crect x='9' y='3' width='3' height='3'/%3E%3Crect x='13' y='4' width='1' height='1'/%3E%3Crect x='12' y='5' width='3' height='3'/%3E%3Crect x='4' y='9' width='8' height='1'/%3E%3Crect x='2' y='10' width='12' height='3'/%3E%3Crect x='3' y='13' width='10' height='1'/%3E%3Crect x='5' y='14' width='6' height='1'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  filter: drop-shadow(0 0 7px rgba(199, 125, 255, 0.6));
  animation: paw-step 2.6s ease-in-out infinite;
}

@keyframes paw-step {
  0%, 86%, 100% { transform: none; }
  90% { transform: translateY(-2.5px) rotate(-7deg); }
  95% { transform: translateY(0) rotate(0deg); }
}

.brand-name {
  font-family: var(--font-pixel);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.site-nav a {
  font-family: var(--font-pixel);
  font-size: 0.55rem;
  letter-spacing: 0.04em;
  color: var(--text-dim);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.15s ease, text-shadow 0.15s ease;
}
.site-nav a:hover {
  color: var(--neon);
  text-shadow: 0 0 14px rgba(199, 125, 255, 0.7);
}
.site-nav a.btn { color: var(--neon-lilac); }
.site-nav a.btn:hover { color: var(--neon-lilac); text-shadow: none; }

.nav-toggle {
  display: none;
  background: transparent;
  border: 2px solid var(--line-strong);
  width: 46px;
  height: 40px;
  cursor: pointer;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.nav-toggle-bar {
  display: block;
  width: 20px;
  height: 3px;
  background: var(--neon);
}

.hero {
  padding: clamp(3.5rem, 8vw, 6rem) 0 clamp(3rem, 6vw, 4.5rem);
  position: relative;
}

.hero-title {
  font-size: clamp(2.9rem, 9.5vw, 6.6rem);
  letter-spacing: -0.03em;
  margin: 0;
  text-shadow:
    0 0 28px rgba(199, 125, 255, 0.22),
    0 0 60px rgba(255, 61, 139, 0.14);
}

.hero-title-soft {
  color: var(--neon);
  text-shadow: 0 0 34px rgba(199, 125, 255, 0.55);
}

.hero .lede { margin-top: 1.6rem; font-size: 1.15rem; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.2rem;
}

.hero-facts {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 2.8rem 0 0;
  padding: 0;
  border: 2px solid var(--line);
  background: rgba(16, 19, 31, 0.6);
}

.hero-facts li {
  font-family: var(--font-pixel);
  font-size: 0.52rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--text-dim);
  padding: 0.95rem 1.2rem;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border-right: 2px solid var(--line);
}
.hero-facts li:last-child { border-right: 0; }

.hero-facts li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: none;
  background: var(--neon-amber);
  box-shadow: 0 0 10px currentColor;
  color: var(--neon-amber);
}
.hero-facts li:nth-child(2)::before { background: var(--neon-lilac); color: var(--neon-lilac); }
.hero-facts li:nth-child(3)::before { background: var(--neon-pink); color: var(--neon-pink); }

.stats {
  background: linear-gradient(180deg, #1b0e33 0%, #2d1049 100%);
  border-block: 2px solid var(--line);
  padding: clamp(2rem, 4vw, 2.8rem) 0;
  position: relative;
}

.stats::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    90deg, transparent 0 3px, rgba(255, 255, 255, 0.02) 3px 4px
  );
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.stat { text-align: left; }

.stat-value {
  font-family: var(--font-pixel);
  font-size: clamp(1.5rem, 4.2vw, 2.4rem);
  line-height: 1.1;
  margin: 0;
  color: var(--neon);
  text-shadow: 0 0 22px rgba(199, 125, 255, 0.5);
}

.stat-label {
  font-family: var(--font-pixel);
  font-size: 0.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin: 0.85rem 0 0;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 2.6rem;
}

.link-arrow {
  font-family: var(--font-pixel);
  font-size: 0.55rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--neon-lilac);
  text-decoration: none;
  white-space: nowrap;
}
.link-arrow:hover { text-shadow: 0 0 14px rgba(224, 170, 255, 0.8); }

.card {
  --notch: 12px;
  background: var(--panel);
  border: 2px solid var(--line);
  position: relative;
  overflow: hidden;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.4rem;
}

.event-card { display: flex; flex-direction: column; }
.event-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--neon-pink);
  box-shadow: 0 0 16px var(--neon-pink);
}
.event-card:nth-child(3n + 2)::before { background: var(--neon-lilac); box-shadow: 0 0 16px var(--neon-lilac); }
.event-card:nth-child(3n + 3)::before { background: var(--neon-amber); box-shadow: 0 0 16px var(--neon-amber); }

.event-media { aspect-ratio: 16 / 9; overflow: hidden; background: var(--bg-2); }

.event-media-blank {
  background:
    repeating-linear-gradient(45deg, rgba(199, 125, 255, 0.07) 0 10px, transparent 10px 20px),
    linear-gradient(160deg, #1e1533, #150e26);
  display: grid;
  place-content: center;
}
.event-media-blank::after {
  content: "FURRY SOCIAL";
  font-family: var(--font-pixel);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  color: rgba(199, 125, 255, 0.5);
}
.event-media img { width: 100%; height: 100%; object-fit: cover; }

.event-body { padding: 1.4rem; display: flex; gap: 1.1rem; flex: 1; }

.date-box {
  flex: none;
  width: 58px;
  height: 58px;
  display: grid;
  place-content: center;
  text-align: center;
  background: var(--bg);
  border: 2px solid var(--neon);
  font-family: var(--font-pixel);
}
.date-month { display: block; font-size: 0.42rem; color: var(--neon); letter-spacing: 0.06em; }
.date-day { display: block; font-size: 0.95rem; margin-top: 0.35rem; }

.event-meta { flex: 1; min-width: 0; }

.chip {
  display: inline-block;
  font-family: var(--font-pixel);
  font-size: 0.45rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neon-lilac);
  border: 2px solid rgba(224, 170, 255, 0.45);
  padding: 0.35rem 0.55rem;
  margin-bottom: 0.7rem;
}

.event-title { font-size: 1.15rem; margin: 0 0 0.5rem; }
.event-text { color: var(--text-dim); font-size: 0.94rem; margin: 0; }

.event-actions {
  margin: 1.1rem 0 0;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.going {
  font-family: var(--font-pixel);
  font-size: 0.45rem;
  color: var(--text-faint);
  text-transform: uppercase;
}

.event-empty {
  border: 2px dashed var(--line-strong);
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.015) 0 8px, transparent 8px 16px),
    var(--panel);
  padding: clamp(2rem, 5vw, 3rem);
  text-align: center;
  color: var(--text-dim);
  font-size: 1rem;
  margin: 0;
}

.event-empty-title {
  display: block;
  font-family: var(--font-pixel);
  font-size: 0.8rem;
  color: var(--neon);
  text-shadow: 0 0 20px rgba(199, 125, 255, 0.5);
  margin-bottom: 1.1rem;
  animation: blink 1.4s steps(2, end) infinite;
}

@keyframes blink { 0%, 60% { opacity: 1; } 61%, 100% { opacity: 0.25; } }

.photo-wall {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.2rem;
  margin-top: 2.4rem;
}

.wall-shot { margin: 0; }

.wall-shot a {
  display: block;
  border: 2px solid var(--line);
  overflow: hidden;
  background: var(--bg-2);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.wall-shot a:hover {
  border-color: var(--neon-pink);
  box-shadow: 0 0 26px rgba(255, 61, 139, 0.35);
}
.wall-shot img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

.wall-shot figcaption {
  font-family: var(--font-body);
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--text-dim);
  margin-top: 0.7rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.4rem;
  margin-top: 2.8rem;
}

.feature {
  background: var(--panel);
  border: 2px solid var(--line);
  padding: 1.6rem 1.4rem;
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.feature:hover { transform: translateY(-3px); border-color: var(--line-strong); }

.feature-rule {
  display: block;
  width: 40px;
  height: 4px;
  background: var(--neon-deep);
  box-shadow: 0 0 14px var(--neon-deep);
  margin-bottom: 1.2rem;
}
.feature:nth-child(2) .feature-rule { background: var(--neon-rose); box-shadow: 0 0 14px var(--neon-rose); }
.feature:nth-child(3) .feature-rule { background: var(--neon-amber); box-shadow: 0 0 14px var(--neon-amber); }

.feature-title { font-size: 1.1rem; margin: 0 0 0.6rem; }
.feature-text { color: var(--text-dim); font-size: 0.95rem; margin: 0; }

.section-founder { position: relative; }

.founder-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.founder-portrait {
  position: relative;
  justify-self: center;
  width: min(100%, 340px);
}

.founder-portrait::before {
  content: "";
  position: absolute;
  inset: -12% -8% -4%;
  background: radial-gradient(closest-side, rgba(199, 125, 255, 0.24), transparent 72%);
  z-index: 0;
}

.founder-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.55));

  -webkit-mask-image: linear-gradient(to bottom, #000 80%, transparent 99%);
  mask-image: linear-gradient(to bottom, #000 80%, transparent 99%);
}

.founder-name {
  font-family: var(--font-pixel);
  font-size: clamp(1.05rem, 2.7vw, 1.55rem);
  line-height: 1.5;
  color: #fff;
  margin: 0 0 1.4rem;
  text-shadow:
    0 0 8px var(--neon),
    0 0 20px rgba(199, 125, 255, 0.75),
    0 0 40px rgba(199, 125, 255, 0.45);
  animation: sign-glow 3.8s ease-in-out infinite;
}

@keyframes sign-glow {
  0%, 100% {
    text-shadow:
      0 0 8px var(--neon),
      0 0 18px rgba(199, 125, 255, 0.7),
      0 0 34px rgba(199, 125, 255, 0.4);
  }
  50% {
    text-shadow:
      0 0 10px var(--neon),
      0 0 28px rgba(199, 125, 255, 0.95),
      0 0 58px rgba(199, 125, 255, 0.6);
  }
}

.founder-quote {
  margin: 0;
  padding: 0 0 0 1.4rem;
  border-left: 3px solid var(--neon);
}

.founder-quote p {
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.6;
  color: var(--text);
  max-width: 40ch;
}

@media (max-width: 860px) {
  .founder-grid { grid-template-columns: 1fr; }
  .founder-portrait { width: min(100%, 260px); justify-self: start; }
  .founder-quote p { max-width: none; }
}

.section-cta {
  background: linear-gradient(180deg, transparent, rgba(157, 92, 255, 0.07));
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.cta-panel {
  background: var(--panel);
  border: 2px solid var(--neon-deep);
  box-shadow: 0 0 40px rgba(157, 92, 255, 0.18);
  padding: clamp(1.6rem, 3.5vw, 2.2rem);
}

.cta-panel-title {
  font-family: var(--font-pixel);
  font-size: 0.78rem;
  color: var(--neon-deep);
  text-shadow: 0 0 18px rgba(157, 92, 255, 0.6);
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.cta-panel-text { color: var(--text-dim); font-size: 0.97rem; margin: 0; }

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1.6rem 0 0;
}

.fineprint {
  font-size: 0.85rem;
  color: var(--text-faint);
  margin: 1.4rem 0 0;
}

.site-footer {
  border-top: 2px solid var(--line);
  padding: 2.6rem 0;
  position: relative;
  z-index: 2;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  flex-wrap: wrap;
}

.footer-brand {
  font-family: var(--font-pixel);
  font-size: 0.52rem;
  color: var(--text-faint);
  text-transform: uppercase;
  margin: 0;
}

.footer-nav { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.footer-nav a {
  font-family: var(--font-pixel);
  font-size: 0.5rem;
  color: var(--text-dim);
  text-decoration: none;
  text-transform: uppercase;
}
.footer-nav a:hover { color: var(--neon); }

.rules-page { padding: clamp(3rem, 7vw, 5rem) 0; }

.rules-list {
  list-style: none;
  margin: 2.6rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  counter-reset: rule;
}

.rule {
  background: var(--panel);
  border: 2px solid var(--line);
  padding: 1.4rem 1.5rem 1.4rem 4.2rem;
  position: relative;
  counter-increment: rule;
}

.rule::before {
  content: counter(rule, decimal-leading-zero);
  position: absolute;
  left: 1.4rem;
  top: 1.5rem;
  font-family: var(--font-pixel);
  font-size: 0.72rem;
  color: var(--neon);
  text-shadow: 0 0 14px rgba(199, 125, 255, 0.5);
}

.rule-title { font-size: 1.05rem; margin: 0 0 0.5rem; }
.rule-text { color: var(--text-dim); font-size: 0.96rem; margin: 0; }

.rules-foot {
  margin-top: 2.4rem;
  color: var(--text-faint);
  font-size: 0.92rem;
}

.notfound {
  padding: clamp(4rem, 12vw, 8rem) 0;
  min-height: 78vh;
  display: grid;
  align-content: center;
  text-align: center;
}
.notfound .hero-title { text-align: center; }
.notfound .lede { margin-inline: auto; }
.notfound .hero-actions { justify-content: center; }

.js-reveal .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s cubic-bezier(0.2, 0.7, 0.3, 1),
              transform 0.6s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.js-reveal .reveal.is-visible { opacity: 1; transform: none; }

.js-reveal .reveal[data-delay="1"] { transition-delay: 0.08s; }
.js-reveal .reveal[data-delay="2"] { transition-delay: 0.16s; }
.js-reveal .reveal[data-delay="3"] { transition-delay: 0.24s; }
.js-reveal .reveal[data-delay="4"] { transition-delay: 0.32s; }

.hero .eyebrow,
.hero-title,
.hero .lede,
.hero-actions,
.hero-facts {
  animation: rise 0.75s cubic-bezier(0.2, 0.7, 0.3, 1) both;
}
.hero-title   { animation-delay: 0.07s; }
.hero .lede   { animation-delay: 0.15s; }
.hero-actions { animation-delay: 0.23s; }
.hero-facts   { animation-delay: 0.31s; }

@keyframes rise {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: none; }
}

.section + .section::before {
  animation: paw-walk 9s linear infinite;
}
@keyframes paw-walk {
  from { background-position-x: 0; }
  to   { background-position-x: 104px; }
}

.btn-accent { animation: cta-glow 3.4s ease-in-out infinite; }
@keyframes cta-glow {
  0%, 100% { filter: drop-shadow(0 0 5px rgba(255, 180, 77, 0.3)); }
  50%      { filter: drop-shadow(0 0 15px rgba(255, 180, 77, 0.65)); }
}

.stat-value.is-counting { color: var(--neon); }

.event-card { transition: transform 0.2s ease, border-color 0.2s ease; }
.event-card:hover { transform: translateY(-5px); border-color: var(--line-strong); }

.wall-shot img { transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.3, 1); }
.wall-shot a:hover img { transform: scale(1.06); }

.site-nav a:not(.btn) { position: relative; }
.site-nav a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--neon);
  box-shadow: 0 0 10px rgba(199, 125, 255, 0.9);
  transition: right 0.28s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.site-nav a:not(.btn):hover::after { right: 0; }

.link-arrow { transition: transform 0.2s ease; display: inline-block; }
.link-arrow:hover { transform: translateX(4px); }

.feature { transition: transform 0.2s ease, border-color 0.2s ease; }

.lightbox-open,
.lightbox-open body { overflow: hidden; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 5vw, 3.5rem);
  background: rgba(8, 4, 16, 0.94);
  backdrop-filter: blur(8px);
  animation: lightbox-in 0.2s ease both;
}
.lightbox[hidden] { display: none; }

@keyframes lightbox-in { from { opacity: 0; } to { opacity: 1; } }

.lightbox-figure {
  margin: 0;
  max-width: min(1100px, 100%);
  text-align: center;
}

.lightbox img {
  max-width: 100%;
  max-height: 76vh;
  width: auto;
  height: auto;
  border: 2px solid var(--neon);
  box-shadow: 0 0 70px rgba(199, 125, 255, 0.3);
}

.lightbox figcaption {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--text-dim);
  margin-top: 1.1rem;
}
.lightbox figcaption[hidden] { display: none; }

.lightbox-close {
  --notch: 7px;
  position: absolute;
  top: clamp(0.9rem, 3vw, 1.6rem);
  right: clamp(0.9rem, 3vw, 1.6rem);
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  cursor: pointer;
  background: var(--panel-2);
  color: var(--text);
  font-size: 1.5rem;
  line-height: 1;
  box-shadow: inset 0 0 0 2px var(--line-strong);
  clip-path: polygon(
    var(--notch) 0, calc(100% - var(--notch)) 0, 100% var(--notch),
    100% calc(100% - var(--notch)), calc(100% - var(--notch)) 100%,
    var(--notch) 100%, 0 calc(100% - var(--notch)), 0 var(--notch)
  );
}
.lightbox-close:hover {
  color: var(--neon);
  box-shadow: inset 0 0 0 2px var(--neon), 0 0 22px rgba(199, 125, 255, 0.35);
}

.wall-shot a { cursor: zoom-in; }

@media (max-width: 860px) {
  .cta-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 1.6rem 1rem; }
  .stat:last-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .nav-toggle { display: flex; }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--bg-2);
    border-bottom: 2px solid var(--line);
    padding: 0.5rem 1.25rem 1.25rem;
    display: none;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a {
    padding: 1rem 0;
    border-bottom: 2px solid var(--line);
    font-size: 0.6rem;
  }
  .site-nav a.btn { margin-top: 1rem; border-bottom: 0; justify-content: center; }

  .hero-facts { flex-direction: column; }
  .hero-facts li { border-right: 0; border-bottom: 2px solid var(--line); }
  .hero-facts li:last-child { border-bottom: 0; }

  .event-body { flex-direction: column; gap: 0.9rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .hero-title { font-size: clamp(2.2rem, 12vw, 3rem); }
  .stats-grid { grid-template-columns: 1fr; }
  .stat:last-child { grid-column: auto; }
  .btn { width: 100%; }
  .hero-actions, .cta-actions { flex-direction: column; align-items: stretch; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .js-reveal .reveal,
  .js-reveal .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero .eyebrow,
  .hero-title,
  .hero .lede,
  .hero-actions,
  .hero-facts,
  .brand-dot,
  .btn-accent,
  .founder-name,
  .event-empty-title,
  .section + .section::before {
    animation: none;
  }

  .btn, .feature, .event-card, .wall-shot a, .wall-shot img,
  .site-nav a:not(.btn)::after, .link-arrow {
    transition: none;
  }
  .lightbox { animation: none; }
  .feature:hover, .event-card:hover { transform: none; }
  .wall-shot a:hover img { transform: none; }

  body::after { display: none; }
}
