@font-face {
  font-family: Super Popstar;
  src: url(/assets/Super%20Popstar-DpqNx_h8.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --gold: #e0c050;
  --neon-gold: #ffd247;
  --amber: #c09020;
  --night: #090e1e;
  --ink: #101020;
  --sky: #8cc8ff;
  --moss: #63b45f;
  --sunset: #f27c5a;
  --cream: #f6f1d2;
  --white-soft: #eff4ff;
}
* {
  box-sizing: border-box;
}
html,
body,
#app {
  margin: 0;
  min-height: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Super Popstar, sans-serif;
  color: var(--white-soft);
  background: linear-gradient(165deg, #02050edb, #0a1228b8),
    radial-gradient(
      circle at 20% 20%,
      rgba(242, 124, 90, 0.24),
      transparent 34%
    ),
    radial-gradient(circle at 80% 10%, rgba(99, 180, 95, 0.22), transparent 40%),
    url(/background.png);
  background-size: cover, auto, auto, cover;
  background-position: center, center, center, center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-attachment: fixed, fixed, fixed, fixed;
  letter-spacing: 0.04em;
}
body.is-loading,
body.is-book-open {
  overflow: hidden;
}
.app-shell {
  position: relative;
  isolation: isolate;
}
main {
  position: relative;
}
main:before,
main:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1.8rem;
  width: 8px;
  z-index: 20;
  pointer-events: none;
  background: linear-gradient(180deg, #ffd2472e, #ffd2479e),
    linear-gradient(180deg, #fff0, #ffefa9fa 45%, #fff0);
  background-size: 100% 100%, 100% 180%;
  background-position: center center, center 0%;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 0 0 10px #ffd247d9, 0 0 30px #ffd24780, 0 0 56px #ffd2474d;
  animation: neon-rail-pulse 2.8s ease-in-out infinite,
    neon-rail-travel 3.4s ease-in-out infinite;
}
main:before {
  left: 8px;
}
main:after {
  right: 8px;
}
.story-book-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  background: radial-gradient(
      circle at 30% 20%,
      rgba(140, 200, 255, 0.22),
      transparent 36%
    ),
    radial-gradient(
      circle at 70% 80%,
      rgba(224, 192, 80, 0.18),
      transparent 42%
    ),
    #030712d1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.story-book-shell {
  position: relative;
  width: min(960px, calc(100vw - 2rem));
  border-radius: 24px;
  border: 1px solid rgba(255, 210, 71, 0.34);
  background: linear-gradient(145deg, #090e1ef0, #101020ed),
    radial-gradient(circle at 0 0, rgba(140, 200, 255, 0.16), transparent 48%);
  box-shadow: 0 26px 60px #00000094, 0 0 26px #ffd2471f;
  padding: 1rem 1rem 1.15rem;
}
.book-close {
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(140, 200, 255, 0.44);
  background: #080c18db;
  color: var(--sky);
  font: inherit;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}
.book-progress {
  text-align: center;
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}
.book-page {
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  gap: 1rem;
  border-radius: 16px;
  border: 1px solid rgba(140, 200, 255, 0.22);
  background: linear-gradient(130deg, #0c1326db, #070b17e0),
    radial-gradient(circle at 0 0, rgba(99, 180, 95, 0.12), transparent 40%);
  padding: 0.8rem;
  touch-action: pan-y;
}
.book-media {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.book-media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}
.book-copy {
  display: grid;
  align-content: center;
  gap: 0.7rem;
}
.book-copy h3 {
  color: var(--gold);
  font-size: clamp(1.35rem, 3.2vw, 2rem);
  text-transform: uppercase;
  line-height: 1.05;
}
.book-copy p {
  color: #e7efff;
  font-size: 0.92rem;
  line-height: 1.75;
}
.book-nav {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}
.book-nav button {
  min-width: 128px;
  min-height: 46px;
}
.book-nav button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.book-fade-enter-active,
.book-fade-leave-active {
  transition: opacity 0.28s ease;
}
.book-fade-enter-from,
.book-fade-leave-to {
  opacity: 0;
}
.book-page-turn-enter-active,
.book-page-turn-leave-active {
  transition: opacity 0.26s ease, transform 0.26s ease;
}
.book-page-turn-enter-from {
  opacity: 0;
  transform: perspective(1000px) rotateY(-12deg) translate(20px);
}
.book-page-turn-leave-to {
  opacity: 0;
  transform: perspective(1000px) rotateY(12deg) translate(-20px);
}
.site-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  background: radial-gradient(
      circle at 50% 30%,
      rgba(140, 200, 255, 0.2),
      transparent 45%
    ),
    linear-gradient(170deg, #030610f2, #091125f5);
}
.loader-core {
  display: grid;
  justify-items: center;
  gap: 1.2rem;
  perspective: 1200px;
}
.loader-fan {
  position: relative;
  width: min(86vw, 640px);
  height: min(60vw, 300px);
  transform-style: preserve-3d;
}
.loader-fan:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: min(76vw, 510px);
  height: 54px;
  transform: translate(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, #e0c0503d, #090e1e00);
  filter: blur(8px);
  pointer-events: none;
}
.fan-card {
  --x: 0px;
  --y: 0px;
  --roty: 0deg;
  --rotz: 0deg;
  --scale: 1;
  --opacity: 1;
  position: absolute;
  left: 50%;
  top: 52%;
  width: clamp(92px, 17vw, 170px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(140, 200, 255, 0.44);
  background: #090e1eeb;
  box-shadow: 0 16px 34px #02040d8c;
  opacity: var(--opacity);
  transform: translate(-50%, -50%) translate3d(var(--x), var(--y), 0)
    rotateY(var(--roty)) rotate(var(--rotz)) scale(var(--scale));
  transition: transform 0.53s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.53s ease,
    border-color 0.35s ease, box-shadow 0.35s ease;
}
.fan-card.active {
  border-color: #e0c050e6;
  box-shadow: 0 24px 46px #02040dad, 0 0 0 6px #e0c0502e;
}
.fan-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.loader-fade-enter-active,
.loader-fade-leave-active {
  transition: opacity 0.32s ease;
}
.loader-fade-enter-from,
.loader-fade-leave-to {
  opacity: 0;
}
.app-shell:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: radial-gradient(
    circle at center,
    transparent 35%,
    rgba(0, 0, 0, 0.35) 100%
  );
  z-index: -1;
}
.container {
  width: min(1120px, calc(100% - 3rem));
  margin: 0 auto;
}
.section {
  padding: 3.5rem 0;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: linear-gradient(120deg, #090e1ed1, #101020e6);
  border-bottom: 1px solid rgba(140, 200, 255, 0.24);
}
.navbar {
  min-height: 80px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.4rem;
}
.brand {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--gold);
  font: inherit;
  font-size: clamp(1.2rem, 1.9vw, 1.8rem);
  letter-spacing: 0.12em;
  cursor: pointer;
  text-shadow: 0 0 10px rgba(224, 192, 80, 0.3);
  animation: neon-breathe 3.6s ease-in-out infinite;
}
.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
}
.nav-links button {
  border: 0;
  background: transparent;
  color: var(--cream);
  font: inherit;
  font-size: 0.95rem;
  letter-spacing: 0.09em;
  cursor: pointer;
  transition: color 0.2s ease;
}
.nav-links button:hover,
.nav-links button:focus-visible {
  color: var(--sky);
}
.desktop-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.social-links {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.social-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(140, 200, 255, 0.4);
  background: #0a0f1dc7;
  color: var(--sky);
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease,
    box-shadow 0.18s ease, color 0.18s ease;
}
.social-link:hover,
.social-link:focus-visible {
  color: #fff4c0;
  border-color: #ffd247e6;
  box-shadow: 0 0 0 1px #ffd24747, 0 0 16px #ffd24757;
  transform: translateY(-1px);
}
.social-link svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  display: block;
}
.social-link .icon-x {
  width: 16px;
  height: 16px;
}
.social-link .icon-telegram {
  width: 18px;
  height: 18px;
}
.social-icon-image {
  width: 19px;
  height: 19px;
  object-fit: contain;
  display: block;
}
.mobile-social {
  margin-top: 0.2rem;
}
.cta-button,
.ghost-button {
  font: inherit;
  font-size: 0.92rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-height: 46px;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease,
    background-color 0.22s ease;
}
.cta-button {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #0f131f;
  background: linear-gradient(130deg, var(--gold), #ffd768 45%, var(--sunset));
  box-shadow: 0 8px 20px #c090206b;
  animation: cta-glow 3.2s ease-in-out infinite;
}
.cta-button:hover,
.cta-button:focus-visible {
  transform: translateY(-1px) scale(1.01);
}
.ghost-button {
  border: 1px solid rgba(140, 200, 255, 0.42);
  color: var(--sky);
  background: #10102099;
}
.ghost-button:hover,
.ghost-button:focus-visible {
  background: #63b45f33;
}
.menu-toggle,
.mobile-menu {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(280px, 1.2fr);
  gap: 2.2rem;
  align-items: center;
  padding-top: 4.4rem;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: clamp(2.5rem, 6.2vw, 5.2rem);
  line-height: 0.98;
  color: var(--gold);
  text-transform: uppercase;
  text-shadow: 0 6px 20px rgba(224, 192, 80, 0.26);
}
.hero-text {
  margin-top: 1rem;
  color: #e5edff;
  font-size: clamp(0.88rem, 2vw, 1rem);
  line-height: 1.6;
  max-width: 50ch;
}
.hero-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.hero-logo-stage {
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
  overflow: visible;
}
.hero-logo-glow {
  position: absolute;
  width: min(78vw, 460px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(224, 192, 80, 0.35),
    rgba(140, 200, 255, 0.08) 45%,
    transparent 72%
  );
  filter: blur(14px);
  transform: translateY(20px);
  animation: glow-breathe 3.2s ease-in-out infinite;
}
.hero-logo-float {
  position: relative;
  width: min(78vw, 440px);
  animation: logo-float 3.8s ease-in-out infinite;
  filter: drop-shadow(0 24px 45px rgba(2, 4, 13, 0.7));
}
.hero-logo-float img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes logo-float {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}
.panel {
  border-radius: 26px;
  padding: 1.4rem;
  border: 1px solid rgba(140, 200, 255, 0.2);
  background: linear-gradient(150deg, #090e1ecc, #101020e6),
    radial-gradient(circle at 10% 20%, rgba(99, 180, 95, 0.15), transparent 50%);
  transition: transform 0.22s ease, box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.panel:hover {
  transform: translateY(-3px);
  border-color: #ffd24761;
  box-shadow: 0 16px 34px #02040d80;
}
.panel h2 {
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  color: var(--gold);
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}
.panel p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #ebf1ff;
}
.gallery-marquee {
  margin-top: 1rem;
  display: grid;
  gap: 0.85rem;
}
.gallery-row {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.gallery-row:before,
.gallery-row:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  z-index: 2;
  pointer-events: none;
}
.gallery-row:before {
  left: 0;
  background: linear-gradient(90deg, #090e1ef2, #090e1e00);
}
.gallery-row:after {
  right: 0;
  background: linear-gradient(270deg, #090e1ef2, #090e1e00);
}
.gallery-strip {
  display: flex;
  width: max-content;
  gap: 0.85rem;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.row-top .gallery-strip {
  animation-name: marquee-left;
}
.row-bottom .gallery-strip {
  animation-name: marquee-right;
}
.gallery-tile {
  flex: 0 0 auto;
  width: clamp(190px, 23vw, 280px);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #0a0f1cbf;
}
.gallery-tile img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
@keyframes marquee-left {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(calc(-50% - 0.425rem));
  }
}
@keyframes marquee-right {
  0% {
    transform: translate(calc(-50% - 0.425rem));
  }
  to {
    transform: translate(0);
  }
}
@keyframes neon-rail-pulse {
  0%,
  to {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}
@keyframes neon-rail-travel {
  0% {
    background-position: center center, center 0%;
  }
  50% {
    background-position: center center, center 100%;
  }
  to {
    background-position: center center, center 0%;
  }
}
@keyframes glow-breathe {
  0%,
  to {
    opacity: 0.72;
    transform: translateY(20px) scale(0.98);
  }
  50% {
    opacity: 1;
    transform: translateY(20px) scale(1.03);
  }
}
@keyframes cta-glow {
  0%,
  to {
    box-shadow: 0 8px 20px #c090206b;
  }
  50% {
    box-shadow: 0 10px 26px #ffd24785, 0 0 18px #ffd2473d;
  }
}
@keyframes neon-breathe {
  0%,
  to {
    text-shadow: 0 0 10px rgba(224, 192, 80, 0.3);
  }
  50% {
    text-shadow: 0 0 14px rgba(255, 210, 71, 0.48),
      0 0 22px rgba(255, 210, 71, 0.3);
  }
}
.token .cta-button {
  margin-top: 1rem;
}
.tokenomics {
  margin-top: 0.5rem;
}
.tokenomics-title {
  color: var(--sky);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.86rem;
  margin-bottom: 0.55rem;
}
.tokenomics-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.tokenomics-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(140, 200, 255, 0.28);
  background: #090e1e73;
}
.tokenomics-list span {
  color: #d8e7ff;
  font-size: 0.84rem;
}
.tokenomics-list strong {
  color: var(--gold);
  font-size: 0.95rem;
  letter-spacing: 0.06em;
}
.token-contract-row {
  align-items: flex-start;
}
.token-contract-copy {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: copy;
  text-align: right;
  display: grid;
  justify-items: end;
  gap: 0.22rem;
}
.token-contract-copy:hover .token-contract-value,
.token-contract-copy:focus-visible .token-contract-value {
  color: #ffe888;
}
.token-contract-value {
  font-size: 0.8rem !important;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: right;
  word-break: break-all;
}
.contract-copied {
  color: var(--sky);
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.66rem;
}
.reveal {
  animation: rise 0.65s ease both;
}
.site-footer {
  margin-top: 1.8rem;
  border-top: 1px solid rgba(140, 200, 255, 0.24);
  background: linear-gradient(150deg, #090e1edb, #101020e6),
    radial-gradient(
      circle at 10% 10%,
      rgba(224, 192, 80, 0.12),
      transparent 40%
    );
}
.footer-inner {
  min-height: 120px;
  padding: 1.15rem 0 1.3rem;
  display: grid;
  grid-template-columns: 1.1fr auto 1.2fr;
  align-items: center;
  gap: 1rem;
}
.footer-brand {
  display: grid;
  gap: 0.3rem;
}
.footer-logo {
  border: 0;
  background: transparent;
  color: var(--gold);
  font: inherit;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  letter-spacing: 0.1em;
  text-align: left;
  padding: 0;
  cursor: pointer;
}
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.footer-links button {
  border: 1px solid rgba(140, 200, 255, 0.28);
  background: #10102094;
  color: var(--sky);
  border-radius: 999px;
  min-height: 36px;
  padding: 0.32rem 0.76rem;
  font: inherit;
  font-size: 0.74rem;
  letter-spacing: 0.07em;
  cursor: pointer;
}
.footer-meta {
  display: grid;
  justify-items: end;
  gap: 0.35rem;
}
.footer-meta small {
  color: #b9c7e8;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}
@keyframes rise {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 900px) {
  .navbar {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
  .desktop-nav,
  .desktop-actions {
    display: none;
  }
  .menu-toggle {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    border: 1px solid rgba(140, 200, 255, 0.42);
    background: #101020e6;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 0 11px;
    cursor: pointer;
  }
  .menu-toggle span {
    height: 2px;
    background: var(--sky);
    border-radius: 2px;
  }
  .mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    padding: 0 1.5rem 1.2rem;
  }
  .mobile-menu .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
  .mobile-menu .nav-links button {
    min-height: 44px;
    padding: 0.3rem 0;
  }
  .mobile-social .social-link {
    width: 44px;
    height: 44px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 2.2rem;
  }
  .story-book-shell {
    width: min(95vw, 760px);
  }
  .book-page {
    grid-template-columns: 1fr;
  }
  .book-media img {
    min-height: 220px;
    max-height: 340px;
  }
  .book-copy {
    align-content: start;
  }
  .gallery-strip {
    animation-duration: 24s;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 0.9rem;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-meta {
    justify-items: center;
  }
}
@media (max-width: 430px) {
  main:before,
  main:after {
    bottom: -1rem;
  }
  main:before,
  main:after {
    width: 5px;
  }
  main:before {
    left: 3px;
  }
  main:after {
    right: 3px;
  }
  body {
    background: linear-gradient(165deg, #02050ebd, #0a12288c),
      radial-gradient(
        circle at 70% 16%,
        rgba(140, 200, 255, 0.18),
        transparent 40%
      ),
      radial-gradient(
        circle at 20% 84%,
        rgba(242, 124, 90, 0.12),
        transparent 35%
      ),
      url(/mobile.png);
    background-size: cover, auto, auto, cover;
    background-position: center top, center, center, center top;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-attachment: scroll, scroll, scroll, scroll;
  }
  .container {
    width: min(100%, calc(100% - 1.3rem));
  }
  .navbar {
    min-height: 72px;
  }
  .hero {
    gap: 1.2rem;
  }
  .story-book-modal {
    padding: 0.7rem;
  }
  .story-book-shell {
    width: min(calc(100vw - 0.8rem), 100%);
    padding: 0.7rem;
    border-radius: 18px;
  }
  .book-close {
    width: 38px;
    height: 38px;
    top: 0.55rem;
    right: 0.55rem;
  }
  .book-progress {
    margin-bottom: 0.5rem;
  }
  .book-page {
    gap: 0.75rem;
    padding: 0.65rem;
  }
  .book-media img {
    min-height: 190px;
  }
  .book-copy h3 {
    font-size: 1.2rem;
  }
  .book-copy p {
    font-size: 0.82rem;
    line-height: 1.62;
  }
  .book-nav {
    gap: 0.55rem;
  }
  .book-nav button {
    min-width: 0;
    flex: 1 1 0;
  }
  .hero-logo-stage {
    min-height: 330px;
  }
  .hero-logo-float {
    width: min(84vw, 340px);
  }
  .panel {
    border-radius: 18px;
    padding: 1rem;
  }
  .site-footer {
    margin-top: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  main:before,
  main:after,
  .brand,
  .cta-button,
  .hero-logo-glow {
    animation: none;
  }
  .fan-card {
    transition: none;
  }
  .gallery-strip {
    animation: none;
  }
  .book-fade-enter-active,
  .book-fade-leave-active,
  .book-page-turn-enter-active,
  .book-page-turn-leave-active {
    transition: none;
  }
}
@media (max-width: 390px) {
  h1 {
    font-size: 2.2rem;
  }
  .cta-button,
  .ghost-button {
    width: 100%;
    justify-content: center;
  }
  .hero-actions {
    width: 100%;
  }
  .gallery-tile {
    width: 74vw;
  }
}
@media (max-width: 375px) {
  .brand {
    font-size: 1.05rem;
  }
  .hero-text,
  .panel p {
    font-size: 0.82rem;
  }
}
