/* ===== Reset & base ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg: #08070d;
  --bg-alt: #0e0c17;
  --surface: #14121f;
  --surface-2: #1b1829;
  --border: rgba(255,255,255,0.08);
  --text: #f1eefb;
  --text-dim: #a9a4c2;
  --text-dimmer: #726e8c;
  --violet: #2563eb;
  --violet-2: #60a5fa;
  --amber: #ffffff;
  --grad: linear-gradient(120deg, #2563eb, #60a5fa 50%, #ffffff 100%);
  --radius: 18px;
  --shadow-glow: 0 0 60px rgba(37, 99, 235, 0.35);
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', system-ui, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
}

a { color: inherit; text-decoration: none; }
ul { list-style: none; }
code {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  background: rgba(37,99,235,0.12);
  color: var(--violet-2);
  padding: 0.15rem 0.5rem;
  border-radius: 6px;
  font-size: 0.85em;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.text-gradient {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ===== Background orbs (parallax ambience) ===== */
.bg-orbs {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.35;
  will-change: transform;
}
.orb-1 { width: 500px; height: 500px; background: #2563eb; top: -100px; left: -150px; }
.orb-2 { width: 600px; height: 600px; background: #60a5fa; top: 40%; right: -200px; }
.orb-3 { width: 400px; height: 400px; background: #ffffff; bottom: -150px; left: 30%; opacity: 0.18; }

/* Decorative parallax wolf silhouette, fixed behind all content, travels with scroll */
.wolf-silhouette {
  position: fixed;
  top: 6vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: min(92vw, 800px);
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  will-change: transform;
}

/* ===== Scroll progress bar ===== */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  background: var(--grad);
  z-index: 200;
  transition: width 0.1s linear;
}

/* ===== Header ===== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background 0.3s ease, border-color 0.3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(8, 7, 13, 0.75);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--border);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
}
.brand { display: flex; align-items: center; gap: 0.5rem; font-weight: 700; font-size: 1.25rem; font-family: 'Space Grotesk', sans-serif; }
.brand-icon { width: 5rem; height: 5rem; object-fit: contain; }
.brand-name { font-family: 'Bebas Neue', sans-serif; font-size: 3rem; font-weight: 400; letter-spacing: 0.04em; }
.site-header .brand-icon { transition: filter 0.35s ease; }
.nav-links { display: flex; gap: 2rem; }
.nav-links a { position: relative; color: var(--text-dim); font-size: 0.95rem; transition: color 0.2s; padding-bottom: 4px; }
.nav-links a:hover { color: var(--text); }
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0; right: 100%; bottom: 0;
  height: 2px;
  background: var(--grad);
  border-radius: 2px;
  transition: right 0.3s ease;
}
.nav-links a.active { color: var(--text); }
.nav-links a.active::after { right: 0; }
.nav-cta { display: flex; gap: 0.75rem; align-items: center; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
.nav-toggle span { width: 22px; height: 2px; background: var(--text); }

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.3rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn-primary {
  background: var(--grad);
  color: #0c0916;
  box-shadow: 0 8px 24px rgba(37,99,235,0.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(37,99,235,0.5); }
.btn-outline { border-color: var(--border); color: var(--text); background: rgba(255,255,255,0.03); }
.btn-outline:hover { background: rgba(255,255,255,0.08); transform: translateY(-2px); }
.btn-ghost { color: var(--text-dim); }
.btn-ghost:hover { color: var(--text); }
.btn-lg { padding: 0.9rem 2rem; font-size: 1rem; }
.magnetic { transition: transform 0.15s ease-out, box-shadow 0.2s ease, background 0.2s ease; }

/* ===== Spotlight cards (cursor-tracking glow) ===== */
.spotlight { position: relative; overflow: hidden; }
.spotlight::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(480px circle at var(--x, 50%) var(--y, 50%), rgba(96,165,250,0.16), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}
.spotlight:hover::before { opacity: 1; }

/* ===== Back to top button ===== */
.back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, border-color 0.2s ease;
}
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { border-color: var(--violet); color: var(--violet-2); }

/* ===== Hero ===== */
.hero {
  position: relative;
  padding: 160px 0 100px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}
.hero-inner { display: flex; flex-direction: column; align-items: center; }
.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(37,99,235,0.08);
  font-size: 0.85rem;
  color: var(--text-dim);
  margin-bottom: 2rem;
}
.pill-dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 10px #22c55e; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }

.hero-title {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  line-height: 1.08;
  max-width: 900px;
}
.hero-sub {
  max-width: 620px;
  margin: 1.5rem auto 0;
  color: var(--text-dim);
  font-size: 1.1rem;
}
.hero-actions { display: flex; gap: 1rem; margin-top: 2.2rem; flex-wrap: wrap; justify-content: center; }

.hero-stats {
  display: flex;
  gap: 3rem;
  margin-top: 3.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.stat { text-align: center; }
.stat-num, .growing-card .stat-num { font-size: 2.2rem; font-weight: 800; font-family: 'Space Grotesk', sans-serif; color: var(--text); }
.stat-suffix { font-size: 2.2rem; font-weight: 800; color: var(--violet-2); }
.stat-label { display: block; color: var(--text-dimmer); font-size: 0.85rem; margin-top: 0.25rem; }

/* Hero mock window */
.hero-mock {
  margin-top: 4rem;
  position: relative;
  max-width: 640px;
  width: 100%;
  perspective: 1200px;
}
.mock-window {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), var(--shadow-glow);
  text-align: left;
  transition: transform 0.2s ease-out;
  will-change: transform;
}
.mock-bar { display: flex; align-items: center; gap: 6px; padding: 0.75rem 1rem; background: var(--surface-2); border-bottom: 1px solid var(--border); }
.mock-bar span { width: 10px; height: 10px; border-radius: 50%; background: #444; }
.mock-bar span:nth-child(1) { background: #ff5f57; }
.mock-bar span:nth-child(2) { background: #febc2e; }
.mock-bar span:nth-child(3) { background: #28c840; }
.mock-title { display: contents; margin-left: 0.75rem; font-size: 0.8rem; color: var(--text-dimmer); }
.mock-body { padding: 1.25rem 1.5rem; font-size: 0.9rem; display: flex; flex-direction: column; gap: 0.9rem; }
.mock-line { color: var(--text-dim); }
.mock-typing .mock-line {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  transition-delay: calc(var(--i, 0) * 0.28s);
}
.mock-typing.in-view .mock-line { opacity: 1; transform: none; }
.mock-user { font-weight: 700; color: var(--text); margin-right: 0.4rem; }
.mock-user.howl { color: var(--violet-2); }
.mock-bot { padding-left: 0.5rem; border-left: 2px solid var(--violet); }
.mock-glow {
  position: absolute; inset: -40px;
  background: radial-gradient(circle, rgba(37,99,235,0.25), transparent 70%);
  z-index: -1;
}

.hero-fade {
  position: absolute; bottom: 0; left: 0; right: 0; height: 140px;
  background: linear-gradient(to bottom, transparent, var(--bg));
  pointer-events: none;
}

/* ===== Sections ===== */
.section { position: relative; z-index: 1; padding: 6.5rem 0; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 3.5rem; }
.eyebrow {
  display: inline-block;
  color: var(--violet-2);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 0.75rem;
}
.section-head h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.section-head p { color: var(--text-dim); margin-top: 1rem; }

/* ===== Banner ===== */
.banner-section {
  position: relative; z-index: 1;
  padding: 6rem 0;
  background: linear-gradient(180deg, rgba(37,99,235,0.08), transparent);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.banner-inner { text-align: center; max-width: 700px; margin: 0 auto; }
.banner-inner h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 0.75rem 0 1.25rem; }
.banner-inner p { color: var(--text-dim); }
.banner-sub { margin-top: 1rem; }
.platform-flow {
  display: flex; align-items: center; justify-content: center; gap: 0.6rem;
  margin-top: 2.5rem; flex-wrap: wrap; font-weight: 600;
}
.platform-flow .arrow { color: var(--violet-2); }
.platform-note { margin-top: 0.75rem; color: var(--text-dimmer); font-size: 0.9rem; }
.banner-inner .btn { margin-top: 2rem; }

/* ===== Grids ===== */
.grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

.how-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem 1.4rem;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.how-card:hover { transform: translateY(-6px); border-color: var(--violet); }
.how-icon { text-align: center; font-size: 1.8rem; margin-bottom: 1rem; }
.how-card p { color: var(--text-dim); font-size: 0.92rem; }

.how-visual { margin-top: 3rem; }
.visual-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  max-width: 640px;
  margin: 0 auto;
}
.visual-tag { font-size: 0.75rem; color: var(--text-dimmer); letter-spacing: 0.1em; }
.visual-row { margin-top: 1rem; color: var(--text-dim); display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.visual-row.highlight { color: var(--text); font-weight: 600; }
.badge { background: var(--grad); color: #0c0916; font-size: 0.75rem; padding: 0.25rem 0.7rem; border-radius: 999px; font-weight: 700; }

.command-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow .3s ease;
}
.command-card:hover { transform: translateY(-8px); border-color: var(--violet); box-shadow: var(--shadow-glow); }
.command-icon { text-align: center; font-size: 2rem; margin-bottom: 1rem; }
.command-card h3 { text-align: center; margin-bottom: 1.25rem; }
.command-card li { margin-bottom: 1.1rem; }
.command-card li code { display: inline-block; margin-bottom: 0.35rem; }
.command-card li span { display: block; color: var(--text-dimmer); font-size: 0.85rem; }

/* ===== Chains section scroll-in art ===== */
.chains-section {
  overflow: hidden;
}
.chain-wolf {
  position: absolute;
  top: 50%;
  right: 0;
  width: clamp(200px, 32vw, 420px);
  z-index: 0;
  pointer-events: none;
  user-select: none;
  opacity: 0.9;
  will-change: transform;
  transform: translateY(-50%) translateX(105%);
}

/* ===== Chain marquee ===== */
.chain-marquee {
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 1.75rem 0;
  background: var(--surface);
  position: relative;
  z-index: 1;
}
.marquee-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: marquee 28s linear infinite;
  font-weight: 600;
  color: var(--text-dim);
  font-size: 1.05rem;
}
.marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.chain-marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track > span {
  cursor: default;
  transition: opacity 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.chain-marquee:hover .marquee-track > span { opacity: 0.4; }
.chain-marquee .marquee-track > span:hover {
  color: var(--text);
  opacity: 1;
  transform: translateY(-3px) scale(1.04);
}
.chain-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
  transition: transform 0.25s ease, filter 0.25s ease;
}
.marquee-track > span:hover .chain-icon { transform: scale(1.45) rotate(-8deg); filter: drop-shadow(0 0 8px rgba(255,255,255,0.45)); }
.chain-abbr { color: var(--violet-2); }
.marquee-track > span:hover .chain-abbr { color: var(--text); }
.marquee-track > span::after { content: '◆'; margin-left: 3rem; color: var(--violet); font-size: 0.6rem; vertical-align: middle; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.community-grid { margin-top: 1rem; }
.community-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.community-card:hover { transform: translateY(-6px); border-color: var(--violet); }
.community-icon { font-size: 2.2rem; margin-bottom: 1rem; }
.community-card p { color: var(--text-dim); font-size: 0.92rem; margin-top: 0.5rem; }

/* ===== Steps ===== */
.steps-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.step-card {
  text-align: center;
  padding: 2rem 1.25rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  position: relative;
}
.step-num {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--grad);
  color: #0c0916;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem;
}
.step-card p { color: var(--text-dim); font-size: 0.9rem; }

/* ===== Growing stats ===== */
.stats-section { text-align: center; }
.growing-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 1rem;
}
.growing-card p { margin-top: 0.75rem; color: var(--text-dim); font-size: 0.9rem; }
.growing-card small { color: var(--text-dimmer); }

/* ===== Testimonials ===== */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.testimonial-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  transition: transform 0.3s ease;
}
.testimonial-card:hover { transform: translateY(-6px); }
.testimonial-card p { color: var(--text-dim); font-style: italic; }
.testimonial-name { display: block; margin-top: 1rem; color: var(--violet-2); font-weight: 600; font-size: 0.9rem; }
.testimonial-card.featured {
  grid-column: span 3;
  background: linear-gradient(120deg, rgba(37,99,235,0.15), rgba(255,255,255,0.08));
  border-color: var(--violet);
}
.featured-tag { font-size: 0.75rem; letter-spacing: 0.1em; color: var(--amber); font-weight: 700; }
.testimonial-card.featured h3 { margin-top: 0.75rem; font-size: 1.4rem; }
.testimonial-card.featured p { font-size: 1.1rem; margin-top: 0.75rem; }
.link-arrow { display: inline-block; margin-top: 1.25rem; color: var(--violet-2); font-weight: 600; }
.link-arrow:hover { text-decoration: underline; }

/* ===== FAQ ===== */
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.85rem; }
.faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}
.faq-q {
  width: 100%;
  text-align: left;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  color: var(--text);
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: inherit;
}
.faq-plus { transition: transform 0.25s ease; color: var(--violet-2); }
.faq-item.open .faq-plus { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 1.5rem;
  color: var(--text-dim);
}
.faq-item.open .faq-a { max-height: 200px; padding: 0 1.5rem 1.25rem; }

/* ===== Legal pages (Terms, Privacy, etc.) ===== */
.legal-hero {
  position: relative; z-index: 1;
  padding: 160px 0 3rem;
}
.back-link { display: inline-block; margin-bottom: 1.5rem; }
.legal-title { font-size: clamp(2rem, 5vw, 3rem); }
.legal-updated { color: var(--text-dimmer); margin-top: 0.75rem; font-size: 0.9rem; }
.legal-section { padding-top: 0; }
.legal-content { max-width: 760px; }
.legal-block {
  border-bottom: 1px solid var(--border);
  padding: 2rem 0;
}
.legal-block:first-child { padding-top: 0; }
.legal-block:last-child { border-bottom: none; }
.legal-block h2 { font-size: 1.35rem; margin-bottom: 0.9rem; }
.legal-block p { color: var(--text-dim); }
.legal-block p + p { margin-top: 0.75rem; }
.legal-list { margin-top: 0.75rem; padding-left: 1.25rem; color: var(--text-dim); }
.legal-list li { list-style: disc; margin-bottom: 0.5rem; }
.legal-block a.link-arrow { display: inline; margin-top: 0; }

/* ===== Final CTA ===== */
.cta-section {
  position: relative; z-index: 1;
  padding: 7rem 0;
  text-align: center;
  background: radial-gradient(ellipse at center, rgba(37,99,235,0.18), transparent 70%);
}
.cta-inner h2 { font-size: clamp(2rem, 4vw, 2.8rem); }
.cta-inner p { max-width: 620px; margin: 1.25rem auto 2rem; color: var(--text-dim); }

/* ===== Footer ===== */
.site-footer {
  position: relative; z-index: 1;
  border-top: 1px solid var(--border);
  padding: 4rem 0 1.5rem;
  background: var(--bg-alt);
}
.footer-inner {
  display: grid;
  grid-template-columns: 5fr 1fr;
  gap: 2.5rem;
}
.footer-col p, .footer-col span { color: var(--text-dimmer); font-size: 0.9rem; display: inline; margin-top: 0.5rem; }
.footer-col h4 { margin-bottom: 1rem; font-size: 0.95rem; }
.footer-col a { display: block; color: var(--text-dim); font-size: 0.9rem; margin-bottom: 0.6rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--text); }
.site-footer .brand-icon { width: 2.5rem; height: 2.5rem; }
.site-footer .brand-name { font-size: 2rem;vertical-align: bottom; }
.footer-col a.disc-link { display: inline; }
.footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--border); text-align: center; color: var(--text-dimmer); font-size: 0.85rem; }

/* ===== Reveal animation ===== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: calc(var(--d, 0) * 0.1s);
}
.reveal.in-view { opacity: 1; transform: translateY(0); }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .grid-5 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: 1fr; }
  .steps-row { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card.featured { grid-column: span 1; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-stats { gap: 1.5rem; }
  .wolf-silhouette { top: 4vh; opacity: 0.08; }
  .chain-wolf { opacity: 0.5; width: clamp(160px, 40vw, 260px); }
}

@media (max-width: 900px) {
  .site-header.nav-open .nav-links,
  .site-header.nav-open .nav-cta {
    display: flex;
  }
  .site-header.nav-open .nav-inner {
    flex-wrap: wrap;
    height: auto;
    min-height: 72px;
  }
  .site-header.nav-open {
    background: var(--bg);
    border-bottom-color: var(--border);
  }
  .site-header.nav-open .nav-links {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    padding: 1rem 0;
  }
  .site-header.nav-open .nav-cta {
    flex-direction: column;
    width: 100%;
    gap: 0.75rem;
    padding-bottom: 1rem;
  }
  .site-header.nav-open .nav-toggle {
    margin-bottom: 1rem;
  }
}

/* ===== Reduced motion ===== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .wolf-silhouette, .chain-wolf, .orb, .marquee-track { transform: none !important; animation: none !important; }
}
