/* Arkenum home */

/* deep background */
body {
  background:
    radial-gradient(ellipse 90% 60% at 50% -10%, #241546 0%, transparent 60%),
    radial-gradient(ellipse 120% 90% at 50% 110%, #1a0f33 0%, transparent 55%),
    radial-gradient(ellipse 120% 90% at 50% -10%, #150c28 0%, #0a0713 60%, #06040d 100%);
}

.cosmos { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }

/* two star layers with parallax depth */
.stars--far, .stars--near {
  position: absolute; inset: -60%;
  background-repeat: repeat;
  will-change: transform, opacity;
}
.stars--far {
  background-image:
    radial-gradient(1px 1px at 20% 30%, rgba(255,255,255,.7), transparent),
    radial-gradient(1px 1px at 65% 15%, rgba(255,255,255,.55), transparent),
    radial-gradient(1px 1px at 40% 70%, rgba(255,255,255,.6), transparent),
    radial-gradient(1px 1px at 85% 55%, rgba(255,255,255,.5), transparent),
    radial-gradient(1px 1px at 55% 92%, rgba(255,255,255,.45), transparent),
    radial-gradient(1px 1px at 30% 50%, rgba(255,255,255,.5), transparent),
    radial-gradient(1px 1px at 92% 22%, rgba(255,255,255,.55), transparent);
  background-size: 100% 100%;
  animation: twinkleFar 7s ease-in-out infinite alternate, driftFar 160s linear infinite;
}
.stars--near {
  background-image:
    radial-gradient(1.6px 1.6px at 12% 22%, rgba(255,255,255,.95), transparent),
    radial-gradient(2px 2px at 75% 78%, rgba(231,196,99,.85), transparent),
    radial-gradient(1.8px 1.8px at 48% 12%, rgba(246,228,166,.8), transparent),
    radial-gradient(1.6px 1.6px at 88% 40%, rgba(255,255,255,.85), transparent),
    radial-gradient(1.8px 1.8px at 26% 82%, rgba(200,95,176,.7), transparent),
    radial-gradient(1.6px 1.6px at 62% 60%, rgba(255,255,255,.8), transparent);
  background-size: 100% 100%;
  animation: twinkleNear 4.5s ease-in-out infinite alternate, driftNear 110s linear infinite;
}
@keyframes twinkleFar { from { opacity: .4; } to { opacity: .85; } }
@keyframes twinkleNear { from { opacity: .6; } to { opacity: 1; } }
@keyframes driftFar { to { transform: translate(-3%, -2%); } }
@keyframes driftNear { to { transform: translate(-6%, -4%); } }

/* nebulae */
.nebula { position: absolute; border-radius: 50%; filter: blur(90px); mix-blend-mode: screen; }
.nebula--1 {
  width: 560px; height: 560px; top: -180px; left: -140px;
  background: radial-gradient(circle, rgba(109,75,216,.6), transparent 70%);
  animation: neb1 26s ease-in-out infinite;
}
.nebula--2 {
  width: 480px; height: 480px; bottom: -200px; right: -140px;
  background: radial-gradient(circle, rgba(200,95,176,.45), transparent 70%);
  animation: neb2 32s ease-in-out infinite;
}
.nebula--3 {
  width: 420px; height: 420px; top: 40%; left: 55%;
  background: radial-gradient(circle, rgba(231,196,99,.22), transparent 70%);
  animation: neb3 38s ease-in-out infinite;
}
@keyframes neb1 { 50% { transform: translate(50px, 40px) scale(1.1); } }
@keyframes neb2 { 50% { transform: translate(-40px, -50px) scale(1.08); } }
@keyframes neb3 { 50% { transform: translate(-60px, 30px) scale(1.15); opacity: .8; } }

/* grain + vignette for depth */
.grain {
  position: absolute; inset: 0; opacity: .05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.vignette {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 70% at 50% 40%, transparent 55%, rgba(6,4,13,.7) 100%);
}

/* constellation canvas */
.constellation { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .5; }

/* floating orbs of light */
.orbs { position: absolute; inset: 0; }
.orb {
  position: absolute; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(246,228,166,.9), rgba(231,196,99,.15) 60%, transparent 70%);
  box-shadow: 0 0 20px rgba(231,196,99,.5);
  animation: orbRise linear infinite;
  opacity: 0;
}
@keyframes orbRise {
  0% { transform: translateY(20px) scale(.6); opacity: 0; }
  15% { opacity: .9; }
  85% { opacity: .7; }
  100% { transform: translateY(-120px) scale(1); opacity: 0; }
}

/* slowly drifting arcana glyphs */
.floaters { position: absolute; inset: 0; }
.floater {
  position: absolute; width: 90px; height: 90px;
  fill: none; stroke: rgba(231,196,99,.16); stroke-width: 2.4;
  filter: drop-shadow(0 0 8px rgba(231,196,99,.15));
  animation: floatGlyph linear infinite;
  opacity: 0;
}
@keyframes floatGlyph {
  0% { transform: translateY(30px) rotate(0deg); opacity: 0; }
  15% { opacity: .5; }
  85% { opacity: .35; }
  100% { transform: translateY(-140px) rotate(24deg); opacity: 0; }
}

/* ===== HERO (step: topic) ===== */
.topbar__brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.topbar__sigil { width: 18px; height: 18px; fill: none; stroke: var(--gold); stroke-width: 4; filter: drop-shadow(0 0 6px rgba(231,196,99,.6)); }

.quiz-step[data-step="topic"] { max-width: 680px; }

.hero__crest { display: flex; justify-content: center; margin-bottom: 18px; }
.hero__sigil {
  width: 78px; height: 78px; fill: none;
  stroke: var(--gold); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round;
  filter: drop-shadow(0 0 16px rgba(231,196,99,.55));
  animation: sigilSpin 60s linear infinite, sigilPulse 5s ease-in-out infinite;
}
@keyframes sigilSpin { to { transform: rotate(360deg); } }
@keyframes sigilPulse { 50% { filter: drop-shadow(0 0 26px rgba(231,196,99,.85)); } }

.hero__eyebrow {
  font-family: var(--font-display);
  letter-spacing: .28em; text-transform: uppercase;
  font-size: .72rem; color: var(--gold);
  opacity: .85; margin: 0 0 14px;
}

.hero__title { line-height: 1.05; margin-bottom: 16px; }

.hero__reassure {
  color: var(--ink-mute); font-size: .96rem; font-style: italic;
  margin: 14px 0 0; letter-spacing: .01em;
}

/* animated hero button */
.btn--hero {
  margin-top: 26px; padding: 18px 42px; font-size: 1.08rem;
  position: relative; overflow: hidden;
  box-shadow: 0 10px 30px rgba(231,196,99,.3), 0 0 0 rgba(231,196,99,.5), inset 0 1px 0 rgba(255,255,255,.5);
  animation: heroPulse 2.8s ease-in-out infinite;
}
.btn--hero::after {
  content: ""; position: absolute; top: 0; left: -120%;
  width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent);
  transform: skewX(-20deg);
  animation: heroSheen 3.6s ease-in-out infinite;
}
@keyframes heroPulse {
  0%, 100% { box-shadow: 0 10px 30px rgba(231,196,99,.3), 0 0 0 0 rgba(231,196,99,.45), inset 0 1px 0 rgba(255,255,255,.5); }
  50% { box-shadow: 0 14px 40px rgba(231,196,99,.45), 0 0 0 12px rgba(231,196,99,0), inset 0 1px 0 rgba(255,255,255,.6); }
}
@keyframes heroSheen { 0% { left: -120%; } 55%, 100% { left: 140%; } }

/* topic cards enriched */
.topic-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
.topic-card {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 22px 14px 18px; text-align: center;
}
.topic-card__icon {
  width: 40px; height: 40px; fill: none;
  stroke: var(--gold); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round;
  opacity: .8; transition: transform .25s ease, opacity .25s ease, filter .25s ease;
}
.topic-card:hover .topic-card__icon { transform: translateY(-2px) scale(1.06); opacity: 1; }
.topic-card.is-selected .topic-card__icon {
  opacity: 1; stroke: var(--gold-2);
  filter: drop-shadow(0 0 10px rgba(231,196,99,.6));
}
.topic-card__label { font-size: 1.05rem; }
.topic-card__desc {
  font-family: var(--font-body); font-style: italic;
  font-size: .86rem; color: var(--ink-mute); letter-spacing: 0; line-height: 1.3;
}
@media (max-width: 560px) {
  .topic-grid { grid-template-columns: 1fr; }
  .topic-card { flex-direction: row; justify-content: flex-start; text-align: left; gap: 14px; padding: 16px 18px; }
  .topic-card__desc { display: block; }
}

/* trust stats */
.hero__stats {
  display: flex; align-items: center; justify-content: center; gap: 22px;
  margin: 34px auto 0; flex-wrap: wrap;
}
.hero__stat { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.hero__stat-num {
  font-family: var(--font-display); font-size: 1.5rem; color: var(--gold-2);
  letter-spacing: .04em; line-height: 1;
}
.hero__stat-star { color: var(--gold); font-size: 1.05rem; margin-left: 2px; }
.hero__stat-cap { font-size: .82rem; color: var(--ink-mute); font-style: italic; }
.hero__stat-sep { width: 1px; height: 34px; background: linear-gradient(180deg, transparent, rgba(231,196,99,.35), transparent); }

/* benefit marks */
.hero__marks {
  list-style: none; padding: 0; margin: 30px auto 0; max-width: 420px;
  display: grid; gap: 12px; text-align: left;
}
.hero__mark {
  display: flex; align-items: center; gap: 12px;
  color: var(--ink-soft); font-size: 1.02rem;
}
.hero__mark-dot {
  flex: none; width: 8px; height: 8px; border-radius: 50%;
  background: radial-gradient(circle, var(--gold-2), var(--gold-deep));
  box-shadow: 0 0 10px rgba(231,196,99,.6);
}

/* scroll hint */
.hero__scroll {
  width: 26px; height: 42px; margin: 40px auto 0;
  border: 1px solid rgba(231,196,99,.35); border-radius: 14px;
  display: flex; justify-content: center; padding-top: 8px;
}
.hero__scroll span {
  width: 4px; height: 8px; border-radius: 3px; background: var(--gold);
  animation: scrollDot 1.8s ease-in-out infinite;
}
@keyframes scrollDot { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 80% { opacity: 0; transform: translateY(12px); } 100% { opacity: 0; } }

@media (prefers-reduced-motion: reduce) {
  .stars--far, .stars--near, .nebula, .hero__sigil, .btn--hero, .btn--hero::after, .orb, .floater, .hero__scroll span { animation: none; }
}

/* hero live counter */
.hero__live {
  display: inline-flex; align-items: center; gap: 8px;
  margin: 0 auto 18px; padding: 7px 16px;
  border: 1px solid rgba(95,214,138,.28); border-radius: 999px;
  background: rgba(95,214,138,.07);
  color: var(--ink-soft); font-size: .92rem;
}
.hero__live b { color: #7de3a3; font-family: var(--font-display); font-weight: 600; }

/* topbar CTA */
.topbar__cta {
  border: 1px solid rgba(231,196,99,.5); background: transparent;
  color: var(--gold-2); font-family: var(--font-display);
  letter-spacing: .08em; text-transform: uppercase; font-size: .74rem;
  padding: 9px 18px; border-radius: 999px; cursor: pointer;
  transition: background .2s, box-shadow .2s;
}
.topbar__cta:hover { background: rgba(231,196,99,.12); box-shadow: 0 0 20px rgba(231,196,99,.25); }

.topbar__actions { display: inline-flex; align-items: center; gap: 14px; }
.topbar__login {
  color: var(--ink-soft); font-family: var(--font-display);
  letter-spacing: .08em; text-transform: uppercase; font-size: .74rem;
  text-decoration: none; padding: 9px 6px; transition: color .2s;
}
.topbar__login:hover { color: var(--gold-2); }
@media (max-width: 420px) {
  .topbar__login { display: none; }
}

/* more prominent topic descriptions */
.topic-card__desc {
  color: var(--ink-soft); font-style: normal; font-size: .92rem;
  opacity: .95;
}
.topic-card.is-selected .topic-card__desc { color: var(--gold-2); }

/* ===== LANDING (below the funnel) ===== */
.landing { position: relative; z-index: 1; display: block; }
body:not(.is-landing) .landing { display: none; }

.lsec {
  padding: 76px 20px;
  opacity: 0; transform: translateY(30px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2,.9,.3,1);
}
.lsec.is-in { opacity: 1; transform: none; }
.lsec__inner { max-width: 1080px; margin: 0 auto; text-align: center; }
.lsec__inner--narrow { max-width: 680px; }
.lsec__eyebrow {
  font-family: var(--font-display); letter-spacing: .28em; text-transform: uppercase;
  font-size: .72rem; color: var(--gold); opacity: .85; margin: 0 0 14px;
}
.lsec__title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.7rem, 4.5vw, 2.6rem); letter-spacing: .04em;
  color: var(--ink); margin: 0 0 16px; line-height: 1.15;
}
.lsec__lead {
  font-size: clamp(1.05rem, 2.4vw, 1.24rem); color: var(--ink-soft);
  font-style: italic; max-width: 52ch; margin: 0 auto 40px; line-height: 1.55;
}
.lsec__note { color: var(--ink-mute); font-style: italic; font-size: .95rem; margin-top: 26px; }
.lsec + .lsec { border-top: 1px solid rgba(231,196,99,.08); }

/* showcase deck */
.cards-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 36px) clamp(14px, 3vw, 24px);
  max-width: 900px;
  margin: 0 auto;
  padding: 8px 0 4px;
}
@media (max-width: 520px) {
  .cards-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }
}

.sc-card {
  position: relative; width: 150px; aspect-ratio: 3 / 5;
  border-radius: 16px; padding: 16px 12px;
  background: var(--card-face);
  border: 1px solid rgba(231,196,99,.35);
  box-shadow: 0 14px 34px rgba(0,0,0,.5), inset 0 0 30px rgba(109,75,216,.2);
  display: flex; flex-direction: column; align-items: center;
  transition: transform .35s cubic-bezier(.2,.9,.3,1), box-shadow .35s ease, border-color .35s ease;
  animation: scFloat 6s ease-in-out infinite;
  animation-delay: calc(var(--i) * -0.7s);
}
@keyframes scFloat { 50% { transform: translateY(-8px); } }
.sc-card:hover {
  transform: translateY(-12px) scale(1.05); z-index: 2;
  border-color: var(--gold);
  box-shadow: 0 24px 50px rgba(0,0,0,.6), 0 0 30px rgba(231,196,99,.35), inset 0 0 40px rgba(109,75,216,.3);
}

/* image cards: no legacy box — art + caption only */
.sc-card.sc-card--img {
  width: auto;
  aspect-ratio: auto;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  animation: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  overflow: visible;
}
.sc-card.sc-card--img:hover {
  transform: none;
  border: none;
  box-shadow: none;
}
.sc-card--img .sc-card__art {
  width: 100%;
  aspect-ratio: 2 / 3;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 12px 32px rgba(0,0,0,.5);
  transition: transform .3s ease, box-shadow .3s ease;
}
.sc-card--img:hover .sc-card__art {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(0,0,0,.6), 0 0 20px rgba(231,196,99,.22);
}
.sc-card--img .sc-card__name {
  margin: 10px 0 0;
  font-family: var(--font-display);
  font-size: .88rem;
  letter-spacing: .08em;
  color: var(--gold-2);
  text-align: center;
}
.sc-card--img .sc-card__meaning {
  position: static;
  transform: none;
  width: auto;
  margin: 6px 0 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-size: .8rem;
  line-height: 1.4;
  color: var(--ink-mute);
  font-style: italic;
  text-align: center;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .35s ease, opacity .3s ease, margin .3s ease;
}
.sc-card--img:hover .sc-card__meaning,
.sc-card--img:focus-within .sc-card__meaning {
  max-height: 80px;
  opacity: 1;
  margin-top: 8px;
}
@media (max-width: 720px) {
  .sc-card--img .sc-card__meaning {
    max-height: 80px;
    opacity: 1;
    margin-top: 8px;
  }
}

.sc-card__roman { font-family: var(--font-display); color: var(--gold); letter-spacing: .1em; font-size: .82rem; }
.sc-card__glyph {
  width: 60%; aspect-ratio: 1; margin: auto 0; fill: none;
  stroke: var(--gold-2); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(231,196,99,.4));
}
.sc-card__name { font-family: var(--font-display); font-size: .92rem; letter-spacing: .04em; color: var(--ink); margin-top: 6px; }
.sc-card__meaning {
  font-size: .82rem; line-height: 1.35; color: var(--ink-soft); font-style: italic;
  margin-top: 8px; max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height .35s ease, opacity .3s ease, margin .3s ease;
}
.sc-card:not(.sc-card--img):hover .sc-card__meaning { max-height: 90px; opacity: 1; }
@media (max-width: 560px) {
  .sc-card:not(.sc-card--img) { width: calc(50% - 12px); }
  .sc-card:not(.sc-card--img) .sc-card__meaning { max-height: 90px; opacity: 1; }
}

/* how it works */
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.how-step {
  position: relative; padding: 34px 22px 26px;
  border: 1px solid rgba(231,196,99,.18); border-radius: 18px;
  background: linear-gradient(180deg, rgba(36,21,64,.5), rgba(18,11,34,.6));
  text-align: center;
}
.how-step__num {
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-display); font-size: 1.1rem; color: #2a1c04;
  background: linear-gradient(135deg, var(--gold-2), var(--gold-deep));
  box-shadow: 0 6px 18px rgba(231,196,99,.35);
}
.how-step__icon {
  width: 46px; height: 46px; margin: 6px auto 14px; fill: none;
  stroke: var(--gold); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(231,196,99,.35));
}
.how-step h3 { font-family: var(--font-display); font-size: 1.15rem; letter-spacing: .04em; color: var(--ink); margin: 0 0 8px; }
.how-step p { color: var(--ink-soft); font-size: 1rem; line-height: 1.5; margin: 0; }
@media (max-width: 720px) { .how-grid { grid-template-columns: 1fr; gap: 34px; } }

/* example spread */
.example-spread { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 860px; margin: 0 auto 36px; }
.ex-card {
  border: 1px solid rgba(231,196,99,.2); border-radius: 18px; padding: 20px 16px;
  background: linear-gradient(180deg, rgba(36,21,64,.45), rgba(18,11,34,.6)); text-align: center;
}
.ex-card--center { border-color: rgba(231,196,99,.45); box-shadow: 0 0 30px rgba(231,196,99,.12); }
.ex-card__pos { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; color: var(--gold); margin-bottom: 14px; }
.ex-card__face {
  border-radius: 14px; padding: 18px 10px 16px; margin-bottom: 14px;
  background: var(--card-face); border: 1px solid rgba(231,196,99,.3);
  display: flex; flex-direction: column; align-items: center;
}
.ex-card__roman { font-family: var(--font-display); color: var(--gold); font-size: .8rem; letter-spacing: .1em; }
.ex-card__glyph { width: 54px; height: 54px; margin: 10px 0; fill: none; stroke: var(--gold-2); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 10px rgba(231,196,99,.4)); }
.ex-card__name { font-family: var(--font-display); color: var(--ink); font-size: 1rem; letter-spacing: .04em; }
.ex-card__text { color: var(--ink-soft); font-size: .98rem; line-height: 1.5; margin: 0; font-style: italic; }
@media (max-width: 720px) { .example-spread { grid-template-columns: 1fr; max-width: 360px; } }

/* reviews */
.reviews-rating { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 34px; flex-wrap: wrap; }
.reviews-stars { color: var(--gold); letter-spacing: .15em; font-size: 1.2rem; }
.reviews-score { color: var(--ink-soft); font-size: 1rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; text-align: left; }
.review {
  margin: 0; padding: 24px 22px; border-radius: 18px;
  border: 1px solid rgba(231,196,99,.16);
  background: linear-gradient(180deg, rgba(36,21,64,.4), rgba(18,11,34,.55));
}
.review__stars { color: var(--gold); letter-spacing: .1em; margin-bottom: 10px; }
.review blockquote { margin: 0 0 16px; font-size: 1.08rem; line-height: 1.55; color: var(--ink); font-style: italic; }
.review figcaption { display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: .95rem; }
.review__ava {
  width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--font-display); color: #140f22; font-size: .95rem;
  background: var(--a, var(--gold));
}
@media (max-width: 720px) { .reviews-grid { grid-template-columns: 1fr; } }

/* faq */
.faq {
  text-align: left; border: 1px solid rgba(231,196,99,.16); border-radius: 14px;
  padding: 0 20px; margin-bottom: 12px;
  background: rgba(18,11,34,.5); transition: border-color .25s;
}
.faq[open] { border-color: rgba(231,196,99,.4); }
.faq summary {
  cursor: pointer; list-style: none; padding: 18px 0;
  font-family: var(--font-display); font-size: 1.08rem; color: var(--ink);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; color: var(--gold); font-size: 1.4rem; line-height: 1;
  transition: transform .25s;
}
.faq[open] summary::after { transform: rotate(45deg); }
.faq p { margin: 0 0 18px; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.6; }

/* final cta */
.lsec--final .lsec__inner { max-width: 620px; }
.final__sigil {
  width: 66px; height: 66px; margin: 0 auto 18px; fill: none;
  stroke: var(--gold); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round;
  filter: drop-shadow(0 0 16px rgba(231,196,99,.6));
  animation: sigilPulse 5s ease-in-out infinite;
}

/* footer */
.lfooter {
  position: relative; z-index: 1;
  text-align: center; padding: 48px 20px 60px;
  border-top: 1px solid rgba(231,196,99,.1);
}
body:not(.is-landing) .lfooter { display: none; }
.lfooter__brand { font-family: var(--font-display); letter-spacing: .24em; color: var(--gold-2); margin-bottom: 14px; }
.lfooter__note { max-width: 640px; margin: 0 auto 18px; color: var(--ink-mute); font-size: .88rem; line-height: 1.5; }
.lfooter__links { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; }
.lfooter__links a { color: var(--ink-soft); text-decoration: none; font-size: .9rem; border-bottom: 1px solid transparent; transition: border-color .2s, color .2s; }
.lfooter__links a:hover { color: var(--gold-2); border-color: rgba(231,196,99,.4); }

@media (prefers-reduced-motion: reduce) {
  .lsec { opacity: 1; transform: none; transition: none; }
  .sc-card, .final__sigil { animation: none; }
}
