:root {
  --ink: #07040a;
  --ink-2: #12060e;
  --wine: #2a0b18;
  --panel: rgba(18, 8, 14, 0.72);
  --panel-2: rgba(255, 255, 255, 0.035);
  --line: rgba(246, 196, 83, 0.22);
  --line-strong: rgba(255, 138, 26, 0.55);
  --gold: #f6c453;
  --gold-2: #ffe08a;
  --ember: #ff8a1a;
  --rose: #ff3d86;
  --magenta: #c41e6a;
  --cream: #f7efe6;
  --muted: #cbb7c0;
  --ok: #3ee0b2;
  --danger: #ff5d7a;
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Plus Jakarta Sans", system-ui, sans-serif;
  --max: 1180px;
  --radius: 28px;
  --header-h: 84px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --shadow: 0 30px 80px rgba(0, 0, 0, .55);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  color: var(--cream);
  background: var(--ink);
  min-height: 100vh;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-2); text-decoration: none; }
a:hover { color: #fff; }
button { font-family: inherit; }

/* ambient */
.noise, .orbs, .vignette { pointer-events: none; }
.noise {
  position: fixed; inset: 0; z-index: 8; opacity: .045; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='.7'/></svg>");
}
.orbs { position: fixed; inset: 0; z-index: 0; overflow: hidden; }
.orb {
  position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55;
  animation: drift 18s var(--ease) infinite alternate;
}
.orb-a { width: 520px; height: 520px; left: -120px; top: -80px; background: radial-gradient(circle, #ff3d86 0%, transparent 70%); }
.orb-b { width: 460px; height: 460px; right: -80px; top: 20%; background: radial-gradient(circle, #ff8a1a 0%, transparent 70%); animation-delay: -6s; }
.orb-c { width: 540px; height: 540px; left: 30%; bottom: -180px; background: radial-gradient(circle, #6b1bff 0%, transparent 70%); animation-delay: -11s; }
.vignette {
  position: fixed; inset: 0; z-index: 1;
  background: radial-gradient(ellipse at center, transparent 40%, #07040a 100%);
}
@keyframes drift {
  from { transform: translate3d(0,0,0) scale(1); }
  to { transform: translate3d(40px, 30px, 0) scale(1.12); }
}

.wrap { position: relative; z-index: 2; }

/* header */
.nav {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(18px) saturate(140%);
  background: linear-gradient(180deg, rgba(7,4,10,.92), rgba(7,4,10,.62));
  border-bottom: 1px solid rgba(246,196,83,.14);
  transition: transform .45s var(--ease), background .3s ease;
}
.nav.hide { transform: translateY(-110%); }
.nav-inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; align-items: center; gap: 18px;
  padding: 12px 22px;
}
.brand {
  display: flex; align-items: center; gap: 12px; min-width: 0;
}
.brand img, .brand picture img {
  height: 52px; width: auto;
  filter: drop-shadow(0 8px 18px rgba(255, 138, 26, .35));
}
.brand-meta { display: flex; flex-direction: column; min-width: 0; }
.brand-name {
  font-family: var(--display); font-weight: 700; letter-spacing: .04em;
  font-size: 1.35rem; line-height: 1; color: #fff;
}
.brand-name span { color: var(--ember); }
.brand-tag { font-size: .68rem; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; }

.menu {
  display: flex; gap: 4px; margin-left: auto; flex-wrap: wrap; justify-content: flex-end;
}
.menu a {
  color: var(--muted); font-size: .82rem; font-weight: 600;
  padding: 8px 12px; border-radius: 999px; transition: .25s var(--ease);
}
.menu a:hover, .menu a.active {
  color: #fff; background: rgba(255,255,255,.06);
  box-shadow: inset 0 0 0 1px rgba(246,196,83,.28);
}
.nav-cta { display: flex; gap: 8px; margin-left: 8px; }

.btn {
  --btn-bg: linear-gradient(135deg, #ff8a1a, #ff3d86);
  position: relative; isolation: isolate; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 20px; border-radius: 999px; border: 0; cursor: pointer;
  color: #1a0a08; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
  font-size: .78rem; background: var(--btn-bg);
  box-shadow: 0 10px 30px rgba(255, 61, 134, .28), inset 0 1px 0 rgba(255,255,255,.35);
  transition: transform .25s var(--ease), box-shadow .25s ease;
}
.btn:hover { transform: translateY(-2px) scale(1.02); color: #1a0a08; }
.btn-ghost {
  --btn-bg: transparent;
  color: var(--gold-2);
  box-shadow: inset 0 0 0 1px rgba(246,196,83,.4);
}
.btn-ghost:hover { color: #fff; background: rgba(246,196,83,.08); }
.btn .shine {
  position: absolute; inset: 0; background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,.45) 50%, transparent 80%);
  transform: translateX(-120%); animation: shine 3.6s ease-in-out infinite;
}
@keyframes shine { 0%, 55% { transform: translateX(-120%); } 80%, 100% { transform: translateX(120%); } }

/* hero */
.hero {
  max-width: var(--max); margin: 0 auto; padding: 28px 22px 10px;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: center;
}
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px; border-radius: 999px;
  border: 1px solid rgba(255,61,134,.35);
  background: rgba(255,61,134,.08);
  color: #ffd0e2; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700;
}
.kicker i { width: 6px; height: 6px; border-radius: 50%; background: var(--rose); box-shadow: 0 0 12px var(--rose); animation: pulse 1.6s ease infinite; }
@keyframes pulse { 50% { transform: scale(1.4); opacity: .6; } }
.hero h1 {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(2.3rem, 5vw, 4.4rem); line-height: 1.05;
  margin: 14px 0 12px; letter-spacing: -.02em;
}
.hero h1 em { font-style: italic; color: var(--gold); }
.lead { color: var(--muted); font-size: 1.05rem; max-width: 56ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 16px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 12px; border-radius: 999px; font-size: .75rem; color: var(--cream);
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
}

.art-card {
  position: relative; border-radius: 32px; overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow);
  transform-style: preserve-3d; perspective: 1000px;
}
.art-card img {
  width: 100%; height: auto; display: block;
  transform: scale(1.02); transition: transform 1.2s var(--ease);
}
.art-card:hover img { transform: scale(1.06); }
.art-card::after {
  content: ""; position: absolute; inset: -20%;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.18) 50%, transparent 70%);
  animation: sweep 5.5s ease-in-out infinite;
}
@keyframes sweep { 0%, 40% { transform: translateX(-40%); } 100% { transform: translateX(40%); } }
.art-meta {
  position: absolute; left: 16px; right: 16px; bottom: 16px; z-index: 2;
  display: flex; justify-content: space-between; gap: 10px;
  padding: 12px 14px; border-radius: 16px;
  background: rgba(8,4,8,.62); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.1); font-size: .78rem;
}

/* marquee */
.marquee {
  margin: 28px 0 8px; overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: flex; gap: 18px; width: max-content;
  animation: marquee 32s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.pill {
  white-space: nowrap; padding: 10px 16px; border-radius: 999px;
  border: 1px solid rgba(246,196,83,.2); color: var(--gold-2);
  background: rgba(246,196,83,.06); font-size: .82rem; font-weight: 600;
}

/* sections */
.section { max-width: var(--max); margin: 0 auto; padding: 42px 22px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 22px; }
.section-head h2, .prose h2, .faq h2, .related h2 {
  font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.15; margin: 0 0 8px; font-weight: 600;
}
.section-head p { color: var(--muted); margin: 0; }

.bento {
  display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;
}
.card {
  grid-column: span 4;
  position: relative; overflow: hidden;
  padding: 22px; border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 16px 40px rgba(0,0,0,.25);
  transition: transform .35s var(--ease), border-color .35s ease, box-shadow .35s ease;
}
.card:hover {
  transform: translateY(-6px);
  border-color: rgba(246,196,83,.4);
  box-shadow: 0 24px 50px rgba(255, 61, 134, .12);
}
.card.wide { grid-column: span 8; }
.card.tall { grid-column: span 6; }
.card .idx {
  font-family: var(--display); color: var(--gold); font-size: 1.4rem; margin-bottom: 8px;
}
.card h3 { margin: 0 0 8px; font-size: 1.12rem; letter-spacing: -.01em; }
.card p { margin: 0 0 14px; color: var(--muted); font-size: .92rem; }
.card a.more { font-weight: 700; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }

.prose { max-width: 78ch; }
.prose p { color: #eadfe6; font-size: 1.02rem; }
.prose h2, .prose h3 { margin-top: 1.6em; }
.prose ul, .prose ol { padding-left: 1.15em; color: #eadfe6; }
.prose li { margin: .45em 0; }
.callout {
  margin: 22px 0; padding: 18px 20px; border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,138,26,.12), rgba(255,61,134,.1));
  border: 1px solid rgba(246,196,83,.28);
  color: #ffe9c4;
}
.steps { counter-reset: step; display: grid; gap: 12px; }
.step {
  display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: start;
  padding: 16px; border-radius: 18px; background: var(--panel-2); border: 1px solid rgba(255,255,255,.06);
}
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--display); font-size: 1.4rem; color: var(--gold);
}
.compare {
  width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 16px;
  font-size: .92rem;
}
.compare th, .compare td { padding: 12px 14px; text-align: left; border-bottom: 1px solid rgba(255,255,255,.08); }
.compare th { color: var(--gold-2); font-weight: 700; background: rgba(255,255,255,.03); }
.compare td { color: #eadfe6; }

/* faq */
.faq-item {
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.faq-item button {
  width: 100%; text-align: left; background: none; border: 0; color: #fff;
  padding: 18px 8px; font-size: 1.05rem; font-weight: 700; cursor: pointer;
  display: flex; justify-content: space-between; gap: 12px; align-items: center;
}
.faq-item button::after {
  content: ""; width: 10px; height: 10px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold);
  transform: rotate(45deg); transition: transform .3s var(--ease); flex: 0 0 auto;
}
.faq-item.open button::after { transform: rotate(225deg); }
.faq-item .ans {
  display: none; color: var(--muted); padding: 0 8px 16px; max-width: 75ch;
}
.faq-item.open .ans { display: block; animation: fade .4s var(--ease); }
@keyframes fade { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

.related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related a {
  display: block; padding: 18px; border-radius: 20px; color: inherit;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07);
  transition: .3s var(--ease);
}
.related a:hover { border-color: var(--gold); transform: translateY(-4px); }
.related h3 { margin: 0 0 6px; font-size: 1.02rem; color: #fff; }
.related p { margin: 0; color: var(--muted); font-size: .88rem; }

/* gate / money hero */
.gate {
  max-width: 560px; margin: 0 auto; padding: 18px 16px 8px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.gate .logo { height: 70px; width: auto; margin: 8px auto 10px; }
.gate h1 {
  font-family: var(--display); font-size: clamp(1.8rem, 5vw, 2.6rem);
  margin: 6px 0 14px; line-height: 1.1;
}
.gate .art-card { width: 100%; margin-bottom: 16px; }
.gate .btn { width: 100%; padding: 16px 20px; font-size: .95rem; margin-top: 10px; }
.scroll-hint { margin-top: 18px; color: var(--muted); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; animation: bob 2.2s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(6px); opacity: .6; } }

/* footer */
footer {
  margin-top: 40px; border-top: 1px solid rgba(246,196,83,.14);
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.45));
}
.foot {
  max-width: var(--max); margin: 0 auto; padding: 36px 22px 24px;
}
.foot-brand { font-family: var(--display); font-size: 2rem; }
.foot-links { display: flex; flex-wrap: wrap; gap: 10px 16px; margin: 16px 0; }
.foot-links a { color: var(--muted); font-size: .85rem; }
.foot-links a:hover { color: var(--gold-2); }
.legal { color: #8e7b84; font-size: .78rem; max-width: 80ch; }

/* reveal */
.reveal { opacity: 0; transform: translateY(22px); animation: rise .8s var(--ease) forwards; }
.d1 { animation-delay: .08s; } .d2 { animation-delay: .16s; } .d3 { animation-delay: .24s; }
.d4 { animation-delay: .32s; } .d5 { animation-delay: .4s; }
@keyframes rise { to { opacity: 1; transform: none; } }

.crumb { color: var(--muted); font-size: .78rem; margin-bottom: 10px; }
.crumb a { color: var(--gold-2); }

.toc {
  display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 8px;
}
.toc a {
  font-size: .78rem; padding: 6px 10px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.1); color: var(--muted);
}

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.stat {
  padding: 18px; border-radius: 20px; background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07); text-align: center;
}
.stat b { display: block; font-family: var(--display); font-size: 2rem; color: var(--gold); }
.stat span { color: var(--muted); font-size: .8rem; }

.menu-toggle {
  display: none; margin-left: auto; background: none; border: 1px solid var(--line);
  color: #fff; border-radius: 12px; padding: 8px 10px; cursor: pointer;
}

@media (max-width: 980px) {
  .hero, .related, .stats { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr 1fr; }
  .card, .card.wide, .card.tall { grid-column: span 1; }
  .menu-toggle { display: inline-flex; }
  .menu {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    padding: 10px; background: rgba(7,4,10,.96); border-bottom: 1px solid var(--line);
    flex-direction: column;
  }
  .nav.open .menu { display: flex; }
  .nav-inner { flex-wrap: wrap; }
  .nav-cta { width: 100%; justify-content: stretch; margin: 8px 0 0; }
  .nav-cta .btn { flex: 1; }
  .brand-meta { display: none; }
}
@media (max-width: 640px) {
  .bento { grid-template-columns: 1fr; }
  .hero { padding-top: 16px; }
  .brand img, .brand picture img { height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important; transition: none !important;
  }
  .reveal { opacity: 1; transform: none; }
}
