:root {
  --ink: #080106;
  --ink-2: #12040e;
  --pink: #ff2b91;
  --pink-hot: #ff006e;
  --rose: #9b174f;
  --cream: #fff1f7;
  --muted: #c9a9bb;
  --green: #00c805;
  --line: rgba(255, 105, 180, 0.26);
  --panel: rgba(23, 4, 17, 0.72);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 67% 14%, rgba(255, 0, 110, 0.18), transparent 26rem),
    linear-gradient(180deg, #0a0208 0%, #12030d 45%, #080106 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }

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

.cursor-glow {
  position: fixed;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: rgba(255, 0, 110, .11);
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.footer-logo {
  width: max-content;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 1.12rem;
  letter-spacing: -.06em;
}
.hero {
  position: relative;
  min-height: 100svh;
  height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 2.2rem clamp(1.25rem, 8vw, 9rem) 5.4rem;
  isolation: isolate;
}

#candleRain {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: .66;
  pointer-events: none;
  mix-blend-mode: screen;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -5;
  background:
    linear-gradient(90deg, rgba(255,43,145,.045) 1px, transparent 1px),
    linear-gradient(rgba(255,43,145,.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.grid-floor {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -28%;
  height: 55%;
  z-index: -4;
  transform: perspective(420px) rotateX(63deg);
  transform-origin: bottom;
  background:
    linear-gradient(90deg, rgba(255,43,145,.19) 1px, transparent 1px),
    linear-gradient(rgba(255,43,145,.19) 1px, transparent 1px);
  background-size: 64px 44px;
  mask-image: radial-gradient(ellipse, black 10%, transparent 70%);
}

.orbit {
  position: absolute;
  z-index: -3;
  border: 1px solid rgba(255,43,145,.22);
  border-radius: 50%;
  pointer-events: none;
}
.orbit::before { content: "♥"; position: absolute; color: var(--pink); filter: drop-shadow(0 0 8px var(--pink)); }
.orbit-one { width: 41rem; height: 41rem; right: 4vw; top: 7%; transform: rotate(-18deg); }
.orbit-one::before { top: 4rem; left: 3rem; }
.orbit-two { width: 27rem; height: 27rem; right: 11vw; top: 16%; transform: rotate(31deg); }
.orbit-two::before { right: 1rem; bottom: 5rem; }

.hero-copy { position: relative; z-index: 8; width: min(45rem, 53vw); margin-left: 5vw; }
.bond-pill {
  width: max-content;
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .48rem .72rem;
  color: #ffc2df;
  border: 1px solid var(--line);
  background: rgba(255,43,145,.07);
  font-weight: 850;
  font-size: .7rem;
  letter-spacing: .14em;
}
.bond-pill span { width: .52rem; height: .52rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px var(--green); animation: blink 1.4s infinite; }
.equation { margin: 1.15rem 0 -.4rem; font-size: clamp(1rem, 1.5vw, 1.35rem); letter-spacing: .18em; }
.equation strong { color: var(--pink); }
.equation b { color: var(--green); }
.equation i { padding: 0 .7rem; color: #836072; font-style: normal; }
h1 {
  margin: 0;
  width: max-content;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(5.2rem, 10.4vw, 10.8rem);
  line-height: .78;
  letter-spacing: -.105em;
  transform: translateX(-.08em);
  text-shadow: 0 0 55px rgba(255,0,110,.22);
}
h1 .ero, h1 .i { color: var(--pink); }
h1 .tsm { color: var(--green); }
.headline { margin: 1.55rem 0 .45rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.05rem, 1.6vw, 1.52rem); line-height: 1.02; letter-spacing: .07em; }
.subline { margin: 0; color: var(--muted); font-size: clamp(.95rem, 1.1vw, 1.12rem); }
.hero-actions { display: flex; gap: .72rem; margin-top: 1.55rem; }

.button {
  min-height: 3.15rem;
  border: 1px solid transparent;
  border-radius: .35rem;
  padding: .75rem 1.2rem;
  font-weight: 950;
  font-size: .78rem;
  letter-spacing: .045em;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-3px); }
.button.hot { color: #14000b; background: var(--pink); box-shadow: 0 10px 34px rgba(255,0,110,.28); }
.button.hot:hover { box-shadow: 0 14px 45px rgba(255,0,110,.48); }
.button.glass, .button.ghost { color: #ffe5f1; border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.055); backdrop-filter: blur(12px); }

.hero-art {
  position: absolute;
  z-index: 3;
  right: clamp(-3rem, -1vw, 0rem);
  bottom: 2.5rem;
  width: clamp(31rem, 42vw, 46rem);
  pointer-events: none;
}
.hero-art img { position: relative; display: block; width: 100%; height: auto; transform-origin: 60% 55%; filter: drop-shadow(0 0 36px rgba(255,0,110,.18)); transition: transform .16s ease-out; will-change: transform; }
.waifu-glow { position: absolute; inset: 20% 5% 7%; border-radius: 50%; background: rgba(255,0,110,.2); filter: blur(70px); }

.mascot {
  position: absolute;
  z-index: 12;
  width: clamp(8rem, 12vw, 13rem);
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.45));
}
.mascot img { width: 100%; display: block; }
.mascot-left { left: max(-1.8rem, 1vw); top: 22%; animation: float-left 3.2s ease-in-out infinite; }
.mascot-right { right: max(-1.8rem, 1vw); top: 12%; width: clamp(7.5rem, 10vw, 11rem); animation: float-right 3.6s ease-in-out infinite; }
.mascot:hover { filter: drop-shadow(0 0 24px rgba(255,43,145,.7)); }

.desire-panel {
  position: absolute;
  z-index: 9;
  left: calc(50% - 2rem);
  bottom: 6rem;
  width: clamp(25rem, 29vw, 34rem);
  padding: 1.8rem;
  border: 1px solid rgba(255,43,145,.38);
  background: rgba(9,1,7,.76);
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 70px rgba(0,0,0,.44), inset 0 0 30px rgba(255,0,110,.05);
  transform: rotate(-2deg);
}
.panel-top, .meter-row, .panel-bottom { display: flex; justify-content: space-between; align-items: center; }
.panel-top { font-size: .92rem; font-weight: 900; letter-spacing: .11em; }
.panel-top b { color: var(--green); }
.panel-top b.waiting { color: #ff9dca; }
.panel-top b.down, .panel-bottom b.down { color: #ff4b79; }
.panel-top b.up, .panel-bottom b.up { color: var(--green); }
.chip { position: relative; width: 11.4rem; height: 11.4rem; margin: 1.7rem auto; display: grid; place-items: center; border: .8rem solid #2a1422; background: linear-gradient(135deg, #48152f, #160610); box-shadow: 0 0 0 1px var(--pink), 0 0 55px rgba(255,43,145,.32); transition: transform .15s ease-out; }
.chip::before, .chip::after { content: ""; position: absolute; left: -1.15rem; right: -1.15rem; height: .16rem; background: repeating-linear-gradient(90deg, var(--pink) 0 8px, transparent 8px 15px); }
.chip::before { top: .55rem; } .chip::after { bottom: .55rem; }
.chip-core { width: 7.4rem; height: 7.4rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); background: radial-gradient(circle, #c01361, #260719); }
.chip-core span { color: #ff8fc4; font-size: 3.2rem; line-height: 1; animation: heartbeat 1.15s infinite; }
.chip-core small { margin-top: -1.4rem; font-size: .88rem; font-weight: 950; }
.meter-row { color: #cfaabd; font-size: .84rem; letter-spacing: .08em; }
.meter-row strong { color: #fff; }
.meter { height: .58rem; margin: .65rem 0 1.1rem; background: #321123; overflow: hidden; }
.meter i { display: block; width: var(--level); height: 100%; background: linear-gradient(90deg, var(--pink), var(--green)); animation: meter-pulse 2s ease-in-out infinite; transition: width .16s linear; }
.meter i.maxed { box-shadow: 0 0 18px var(--green), 0 0 34px var(--pink); }
.panel-bottom { color: #8f6b7e; font-size: .76rem; letter-spacing: .06em; }.panel-bottom b { color: #f888bc; }

.ticker-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 14;
  height: 3.9rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255,43,145,.27);
  background: rgba(8,1,6,.86);
  backdrop-filter: blur(18px);
}
.ticker-strip div { padding: .62rem 1rem; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.07); }
.ticker-strip span { color: #916a7e; font-size: .58rem; letter-spacing: .12em; }
.ticker-strip b { margin-top: .15rem; color: #f7dfeb; font-size: .86rem; }
.ticker-strip div:nth-child(1) b, .ticker-strip div:nth-child(3) b { color: var(--green); }

.lore-section, .chart-section {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 8rem clamp(1.4rem, 9vw, 10rem);
  border-top: 1px solid rgba(255,255,255,.06);
}
.lore-section { background: radial-gradient(circle at 28% 50%, rgba(255,43,145,.17), transparent 35rem); }
.lore-section {
  grid-template-columns: minmax(13rem, .9fr) minmax(22rem, 1.25fr) minmax(14rem, .9fr);
  gap: clamp(1rem, 3vw, 4rem);
  padding: 6rem clamp(1.2rem, 4vw, 5rem);
}
.marble { position: relative; z-index: 2; width: min(90%, 35rem); justify-self: center; filter: drop-shadow(0 30px 50px rgba(0,0,0,.55)); }
.marble-halo { position: absolute; left: 9%; top: 14%; width: 36rem; height: 36rem; border: 1px solid rgba(255,43,145,.18); border-radius: 50%; box-shadow: 0 0 120px rgba(255,43,145,.08) inset; }
.lore-copy { position: relative; z-index: 3; max-width: 42rem; justify-self: center; text-align: center; }
.lore-section .embrace { width: min(100%, 31rem); justify-self: start; }
.lore-section .lore-sketch {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: min(100%, 29rem);
  max-height: 76vh;
  justify-self: end;
  object-fit: contain;
  opacity: .9;
  filter: saturate(.78) sepia(.12) hue-rotate(285deg) drop-shadow(0 0 34px rgba(255,0,110,.28));
  pointer-events: none;
}
.section-number { color: var(--pink); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
h2 { margin: .8rem 0 1.8rem; font-family: "Arial Black", Impact, sans-serif; font-size: clamp(2.5rem, 5.3vw, 5.5rem); line-height: .92; letter-spacing: -.065em; }
.lore-title { font-size: clamp(2.25rem, 4.77vw, 4.95rem); text-align: center; }
.lore-title span { display: block; white-space: nowrap; }
.lore-copy > p { margin: .2rem 0; color: #efd7e3; font-family: Georgia, serif; font-size: clamp(1.15rem, 1.8vw, 1.7rem); }
.quote-card { margin-top: 2.4rem; padding: 1.2rem 1.4rem; border-left: .22rem solid var(--green); background: rgba(255,255,255,.035); }
.quote-card span { color: var(--green); font-size: .66rem; font-weight: 900; letter-spacing: .15em; }
.quote-card blockquote { margin: .6rem 0 0; font-weight: 900; font-size: clamp(1rem, 1.7vw, 1.4rem); }

.chart-section {
  grid-template-columns: minmax(34rem, 1.45fr) minmax(18rem, .55fr);
  gap: clamp(1rem, 3vw, 4rem);
  padding: 6rem clamp(1.2rem, 5vw, 6rem);
  background: radial-gradient(circle at 30% 50%, rgba(255,43,145,.19), transparent 38rem);
}
.market-chart {
  position: relative;
  z-index: 5;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,43,145,.42);
  background: rgba(8,1,6,.88);
  box-shadow: 0 35px 100px rgba(0,0,0,.62), 0 0 80px rgba(255,0,110,.1);
}
.chart-modes {
  height: 3.6rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(25,3,18,.96);
}
.chart-modes button {
  color: #aa758f;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.07);
  background: transparent;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .12em;
  cursor: pointer;
}
.chart-modes button:last-child { border-right: 0; }
.chart-modes button:hover { color: #ffe8f3; background: rgba(255,43,145,.07); }
.chart-modes button.active { color: #100008; background: var(--pink); box-shadow: 0 0 28px rgba(255,43,145,.32); }
#marketChart { display: block; width: 100%; height: clamp(25rem, 48vw, 39rem); touch-action: none; cursor: zoom-in; }
.chart-section .reclining { justify-self: end; }
.reclining { width: min(118%, 48rem); transform: translateX(-5%); }

footer { min-height: 12rem; padding: 2.5rem clamp(1.2rem, 6vw, 6rem); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 3rem; border-top: 1px solid rgba(255,255,255,.09); background: #060005; }
.footer-logo { color: var(--pink); font-size: 1.6rem; }
footer p { max-width: 48rem; margin: 0; color: #8f6f80; font-size: .78rem; line-height: 1.5; }
footer div { display: flex; gap: .55rem; }
footer button { color: #d7b8c9; border: 1px solid rgba(255,255,255,.12); background: transparent; padding: .68rem .85rem; font-weight: 900; font-size: .68rem; cursor: pointer; }
footer button:first-child { color: #110008; border-color: var(--pink); background: var(--pink); }

.gate { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 1rem; background: rgba(5,0,4,.82); backdrop-filter: blur(20px); transition: opacity .4s, visibility .4s; }
.gate.dismissed { opacity: 0; visibility: hidden; }
.gate-card { position: relative; width: min(35rem, 94vw); padding: clamp(1.5rem, 5vw, 3rem); text-align: center; border: 1px solid rgba(255,43,145,.42); background: radial-gradient(circle at 50% 10%, rgba(255,43,145,.2), transparent 14rem), #0d020a; box-shadow: 0 40px 120px #000; }
.gate-kicker { color: var(--pink); font-size: .99rem; font-weight: 950; letter-spacing: .17em; }
.gate-heart { margin: 1rem 0 -.2rem; color: var(--pink); font-size: 3.7rem; animation: heartbeat 1.15s infinite; filter: drop-shadow(0 0 18px rgba(255,43,145,.5)); }
.gate h2 { margin: .6rem 0; font-size: clamp(2rem, 7vw, 3.6rem); }
.gate p { color: #caa9ba; }.gate-actions { display: grid; gap: .6rem; margin: 1.5rem 0 1rem; }.gate small { color: #6f4c5e; font-size: .68rem; }

.toast { position: fixed; z-index: 120; left: 50%; bottom: 1.4rem; max-width: calc(100vw - 2rem); transform: translate(-50%, 150%); padding: .85rem 1.1rem; color: #110008; background: var(--green); font-weight: 950; font-size: .74rem; letter-spacing: .05em; box-shadow: 0 14px 50px rgba(0,0,0,.5); transition: transform .3s ease; }
.toast.show { transform: translate(-50%, 0); }

.reveal-on-scroll { opacity: 0; transform: translateY(2rem); transition: opacity .75s ease, transform .75s ease; }
.reveal-on-scroll.visible { opacity: 1; transform: translateY(0); }
@keyframes float-left { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-13px) rotate(2deg); } }
@keyframes float-right { 0%,100% { transform: translateY(0) rotate(2deg); } 50% { transform: translateY(-11px) rotate(-2deg); } }
@keyframes heartbeat { 0%, 100% { transform: scale(1); } 15% { transform: scale(1.18); } 30% { transform: scale(1); } 45% { transform: scale(1.12); } }
@keyframes blink { 50% { opacity: .35; } }
@keyframes meter-pulse { 50% { filter: brightness(1.55); } }

@media (max-width: 1100px) {
  .hero-copy { margin-left: 3vw; width: 58vw; }
  .hero-art { right: -8rem; width: 43rem; opacity: .8; }
  .desire-panel { left: 47%; bottom: 4.8rem; transform: scale(.76) rotate(-2deg); transform-origin: bottom left; }
  .mascot-left { top: 16%; }.mascot-right { top: 9%; }
  .lore-section { grid-template-columns: minmax(11rem, .72fr) minmax(20rem, 1.25fr) minmax(12rem, .72fr); }
  .chart-section { grid-template-columns: minmax(0, 1.4fr) minmax(12rem, .6fr); gap: 1rem; padding: 5rem 1.2rem; }
}

@media (max-width: 760px) {
  .hero { height: auto; min-height: 100svh; display: block; padding: 4.6rem 1.15rem 5.6rem; }
  .hero-copy { width: 100%; margin: 0; text-align: center; }
  .bond-pill { margin: 0 auto; }
  .equation { margin-top: 1.1rem; }
  h1 { margin: 0 auto; font-size: clamp(4.5rem, 22vw, 7rem); }
  .headline { margin-top: 1rem; }.hero-actions { justify-content: center; flex-wrap: wrap; }
  .hero-art { position: relative; right: auto; bottom: auto; width: min(34rem, 116vw); margin: 2.2rem -8vw -3rem auto; opacity: .76; }
  .desire-panel { position: relative; left: auto; bottom: auto; width: min(25rem, 92vw); margin: -4rem auto 1rem; padding: 1.25rem; transform: rotate(-1deg); }
  .chip { width: 8.4rem; height: 8.4rem; border-width: .6rem; }
  .chip-core { width: 5.4rem; height: 5.4rem; }
  .chip-core span { font-size: 2.4rem; }
  .chip-core small { margin-top: -1.1rem; font-size: .68rem; }
  .mascot { width: 7.2rem; }.mascot-left { left: -2.3rem; top: 28%; }.mascot-right { right: -2.4rem; top: 12%; width: 6.5rem; }
  .ticker-strip { height: 4.2rem; grid-template-columns: repeat(3, 1fr); overflow: hidden; }.ticker-strip div { padding: .55rem .7rem; }.ticker-strip div:nth-child(n+4) { display: none; }
  .lore-section, .chart-section { min-height: auto; grid-template-columns: 1fr; padding: 6rem 1.2rem; }
  .lore-copy { grid-row: 1; }.marble { width: min(28rem, 95vw); margin-top: 2rem; }.marble-halo { left: -45%; top: 38%; }
  .lore-section .lore-sketch { grid-row: 2; width: min(23rem, 84vw); max-height: none; justify-self: center; margin-top: 2rem; opacity: .84; }
  .lore-section .embrace { grid-row: 3; width: min(25rem, 90vw); justify-self: center; }
  h2 { font-size: clamp(2.4rem, 13vw, 4.1rem); }
  .lore-title { font-size: clamp(2.05rem, 10vw, 3.69rem); }
  #marketChart { height: min(70vh, 28rem); }
  .chart-section .reclining { justify-self: center; }
  .reclining { width: min(42rem, 125vw); transform: translateX(-10%); margin-top: 2rem; }
  footer { grid-template-columns: 1fr; gap: 1.2rem; text-align: center; justify-items: center; }
  footer div { flex-wrap: wrap; justify-content: center; }
  .cursor-glow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}


/* SOLID_CHART_FIX_V1 */
.chart-section {
  min-height: 50svh;
  grid-template-columns: minmax(32rem, 1.2fr) minmax(16rem, .8fr);
  gap: clamp(1rem, 3vw, 4rem);
  padding: 2.5rem clamp(1.2rem, 5vw, 6rem);
}

.market-chart {
  width: min(100%, 64rem);
}

.chart-modes {
  height: 3rem;
}

#marketChart {
  width: 100%;
  height: clamp(17rem, 22vw, 20rem);
  cursor: crosshair;
  touch-action: none;
}

.chart-section .reclining {
  max-height: 43svh;
  justify-self: end;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .chart-section {
    grid-template-columns: minmax(0, 1.2fr) minmax(12rem, .8fr);
    gap: 1rem;
    padding: 2.5rem 1.2rem;
  }
}

@media (max-width: 760px) {
  .chart-section {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 2rem 1rem;
  }

  #marketChart {
    height: 18rem;
  }

  .chart-section .reclining {
    max-height: 18rem;
    justify-self: center;
  }
}


.chart-signal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 3.4rem;
  padding: .55rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(14,1,11,.97);
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  letter-spacing: .025em;
  text-align: center;
}

.chart-hard {
  color: #ff2b91;
  text-shadow: 0 0 14px rgba(255,43,145,.45);
}

.chart-or {
  color: rgba(255,255,255,.58);
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 700;
}

.chart-cool {
  color: #20e7f0;
  text-shadow: 0 0 14px rgba(32,231,240,.4);
}


.lore-copy > .lore-poem {
  margin: 1.6rem auto;
  color: #ffd1e8;
  font-family: "Brush Script MT", "Segoe Script", "Lucida Calligraphy", cursive;
  font-size: clamp(.92rem, 1.32vw, 1.46rem);
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: .015em;
  text-align: center;
  text-shadow: 0 0 18px rgba(255,43,145,.24);
}

.lore-poem span {
  display: block;
}
