@font-face {
  font-family: "Posey";
  src: url("assets/posey.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Cy Grotesk Grand";
  src: url("assets/cy-grotesk-grand.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "League Spartan";
  src: url("assets/league-spartan.woff") format("woff");
  font-display: swap;
}

:root {
  color-scheme: dark;
  --white: #fffdf8;
  --cyan: #20eff4;
  --pink: #ff17cf;
  --red: #ff3131;
  --green: #14ff9a;
}

* {
  box-sizing: border-box;
}

html {
  background: #000;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #000;
  color: var(--white);
  font-family: "League Spartan", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  position: relative;
  width: min(100%, 470px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 34%, rgba(89, 0, 134, 0.22), transparent 20%),
    radial-gradient(circle at 100% 64%, rgba(46, 0, 104, 0.2), transparent 20%),
    #000;
}

.hero {
  position: relative;
  height: 486px;
  background: #000;
}

.hero-art {
  position: absolute;
  inset: 0 0 auto;
  height: 275px;
  background:
    linear-gradient(to bottom, transparent 68%, #000 100%),
    url("assets/header-bg.webp") center top / cover no-repeat;
}

.brand-lockup {
  position: absolute;
  top: 52px;
  left: 50%;
  width: 205px;
  height: 205px;
  transform: translateX(-50%);
}

.brand-frame,
.brand-mark {
  position: absolute;
  display: block;
  object-fit: contain;
}

.brand-frame {
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 12px #ff1dd5) drop-shadow(0 0 18px #7316ff);
  animation: logoGlow 3.2s ease-in-out infinite;
}

.brand-mark {
  top: 19px;
  left: 19px;
  width: 167px;
  height: 167px;
}

.welcome {
  position: absolute;
  top: 278px;
  inset-inline: 18px;
  text-align: center;
  text-transform: uppercase;
}

.welcome h1 {
  margin: 0;
  font-family: "Posey", Impact, sans-serif;
  font-size: clamp(38px, 9.25vw, 43px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.025em;
  background: linear-gradient(#fff 0%, #d3d1cb 65%, #8a8883 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(2px 3px 0 #171717);
}

.welcome p {
  margin: 15px 0 0;
  font-size: clamp(15px, 3.6vw, 17px);
  font-weight: 700;
  line-height: 1.42;
}

.welcome .intro {
  margin-top: 20px;
  line-height: 1.38;
}

.links {
  position: relative;
  display: grid;
  gap: 51px;
  padding: 0 20px 46px;
}

.links::before,
.links::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background: url("assets/hero-bg.webp") center / contain no-repeat;
  opacity: 0.52;
  filter: saturate(1.3);
}

.links::before {
  top: -65px;
  left: -105px;
  width: 320px;
  height: 520px;
  transform: rotate(20deg);
}

.links::after {
  right: -125px;
  bottom: -40px;
  width: 340px;
  height: 610px;
  transform: rotate(-12deg);
}

.link-card {
  --border: var(--pink);
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 201px;
  overflow: visible;
  isolation: isolate;
  border: 1.5px dashed var(--border);
  border-radius: 16px;
  background: #070713;
  box-shadow: 0 0 13px color-mix(in srgb, var(--border) 32%, transparent);
  transform: translateZ(0);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

a.link-card:active {
  transform: scale(0.985);
}

a.link-card:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 5px;
}

.full-bg,
.effect,
.character,
.card-cosmos,
.store-surface,
.pendulum-surface {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.full-bg {
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.effect {
  z-index: -1;
  object-fit: contain;
}

.character {
  z-index: 1;
  object-fit: contain;
  filter:
    drop-shadow(0 8px 7px rgba(0, 0, 0, 0.58))
    drop-shadow(0 0 4px color-mix(in srgb, var(--border) 30%, transparent));
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 84%, rgba(0, 0, 0, 0.72) 91%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 84%, rgba(0, 0, 0, 0.72) 91%, transparent 100%);
}

.card-copy {
  position: absolute;
  z-index: 3;
  inset-block: 0;
  display: flex;
  flex-direction: column;
}

.copy-left {
  left: 9px;
  width: 67%;
  align-items: flex-start;
}

.copy-right {
  right: 7px;
  width: 61%;
  align-items: flex-end;
}

.display-title {
  display: block;
  margin: 0;
  font-family: "Posey", Impact, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  background: linear-gradient(#fff 0%, #f6f4ef 58%, #b9b6b0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(2px 3px 0 rgba(10, 10, 12, 0.92));
}

.cta {
  margin-top: auto;
  margin-bottom: 8px;
  font-family: "Cy Grotesk Grand", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #a964ff;
  background: linear-gradient(
    100deg,
    #7d27e8 0%,
    #b464ff 20%,
    #123f59 40%,
    #36d9ee 50%,
    #123f59 60%,
    #9f4dff 80%,
    #7d27e8 100%
  );
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.92));
  animation: ctaEnergy 2.8s linear infinite;
}

.reserve {
  --border: #ff26d1;
  background:
    linear-gradient(90deg, rgba(4, 9, 32, 0.32), rgba(50, 2, 51, 0.28)),
    url("assets/card-panel-b.webp") center / cover no-repeat;
}

.card-cosmos {
  z-index: -2;
  inset: 0;
  overflow: hidden;
  border-radius: 15px;
  background:
    radial-gradient(circle at 78% 45%, rgba(102, 31, 169, 0.6), transparent 37%),
    url("assets/hero-bg.webp") center / cover no-repeat;
  opacity: 0.76;
}

.char-energy {
  left: -35px;
  top: -25px;
  width: auto;
  height: 244px;
}

.char-woman {
  left: 38px;
  top: -25px;
  width: auto;
  height: 244px;
}

.reserve .copy-right {
  right: 7px;
  width: 51%;
  align-items: stretch;
}

.reserve-title {
  width: 100%;
  margin-top: 8px;
  font-size: 48px;
  text-align: right;
}

.reserve-title small {
  display: block;
  font: inherit;
  font-size: 0.65em;
  letter-spacing: -0.025em;
  color: #f7f6f2;
  -webkit-text-fill-color: #f7f6f2;
}

.reserve .cta {
  align-self: flex-end;
}

.instagram {
  --border: #ff70df;
  overflow: visible;
}

.effect-instagram {
  left: -65px;
  bottom: -70px;
  width: 360px;
  height: 275px;
  opacity: 0.72;
}

.instagram .display-title {
  margin-top: 8px;
  font-size: 42px;
}

.char-instagram {
  right: -7px;
  top: -30px;
  width: auto;
  height: 252px;
}

.instagram .copy-left {
  width: 61%;
}

.store {
  --border: #8d939c;
  overflow: visible;
  filter: grayscale(1) saturate(0) brightness(0.67) contrast(0.92);
}

.store::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  border-radius: 15px;
  background: linear-gradient(115deg, rgba(205, 210, 218, 0.1), rgba(8, 10, 14, 0.32));
}

.store-surface,
.pendulum-surface {
  z-index: -3;
  inset: 0;
  overflow: hidden;
  border-radius: 15px;
  background:
    radial-gradient(circle at 70% 45%, rgba(22, 160, 168, 0.3), transparent 40%),
    linear-gradient(90deg, #020a16 0%, #080b1b 50%, #05121e 100%);
}

.effect-store {
  right: -60px;
  bottom: -45px;
  width: 390px;
  height: 265px;
  opacity: 0.72;
}

.char-store {
  left: -18px;
  top: -34px;
  width: auto;
  height: 255px;
}

.store-copy {
  right: 9px;
  width: 66%;
  justify-content: flex-start;
  text-align: center;
}

.store-title {
  width: 100%;
  margin-top: 7px;
  font-size: 39px;
  line-height: 0.92;
}

.store-status,
.coming-soon {
  width: 100%;
  font-family: "Cy Grotesk Grand", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #07050c;
}

.store-status {
  margin-top: 7px;
}

.coming-soon {
  margin-top: 3px;
  color: var(--red);
}

.youtube {
  --border: #ff2e38;
  overflow: visible;
}

.youtube .full-bg {
  object-position: 46% center;
}

.youtube-title {
  margin-top: 9px;
  font-size: 45px;
  line-height: 0.93;
}

.char-youtube {
  right: -4px;
  top: -30px;
  width: auto;
  height: 252px;
}

.youtube .copy-left {
  width: 58%;
}

.pendulum {
  --border: #2ae5e8;
}

.pendulum-surface {
  background:
    radial-gradient(circle at 70% 45%, rgba(0, 199, 209, 0.25), transparent 42%),
    linear-gradient(100deg, #061018 0%, #08101f 48%, #10102b 100%);
}

.pendulum-icon {
  right: -30px;
  bottom: -40px;
  width: 300px;
  height: 270px;
  opacity: 0.42;
}

.char-pendulum {
  left: -17px;
  top: -34px;
  width: auto;
  height: 255px;
}

.pendulum-copy {
  right: 3px;
  width: 63%;
}

.pendulum-title {
  margin-top: 8px;
  font-size: 37px;
  line-height: 0.92;
}

.whatsapp {
  --border: #13ff91;
  overflow: visible;
}

.whatsapp .full-bg {
  object-position: 34% 50%;
  filter: saturate(1.05) brightness(0.72);
}

.whatsapp-title {
  margin-top: 9px;
  font-size: 43px;
  line-height: 0.92;
}

.cta-wrap {
  margin-bottom: 11px;
  font-size: 16px;
}

.char-whatsapp {
  right: -12px;
  top: -30px;
  width: auto;
  height: 252px;
}

.whatsapp .copy-left {
  width: 54%;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 550ms ease, transform 550ms cubic-bezier(.2,.75,.25,1), box-shadow 180ms ease;
}

@keyframes logoGlow {
  0%,
  100% {
    filter: drop-shadow(0 0 9px #ff1dd5) drop-shadow(0 0 15px #6515ff);
  }
  50% {
    filter: drop-shadow(0 0 14px #ff3ce1) drop-shadow(0 0 22px #315cff);
  }
}

@keyframes ctaEnergy {
  from {
    background-position: 180% 50%;
  }
  to {
    background-position: -60% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .brand-frame {
    animation: none;
  }

  .cta {
    animation: none;
    background-position: 50% 50%;
  }

  .reveal,
  .reveal.visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 390px) {
  .links {
    gap: 44px;
    padding-inline: 15px;
  }

  .hero {
    height: 466px;
  }

  .brand-lockup {
    width: 190px;
    height: 190px;
  }

  .brand-mark {
    top: 18px;
    left: 18px;
    width: 154px;
    height: 154px;
  }

  .display-title {
    font-size: 39px;
  }

  .reserve-title {
    font-size: 42px;
  }

  .char-energy,
  .char-woman {
    top: -20px;
    height: 232px;
  }

  .char-energy {
    left: -35px;
  }

  .char-woman {
    left: 32px;
  }

  .instagram .display-title {
    font-size: 37px;
  }

  .youtube-title {
    font-size: 39px;
  }

  .whatsapp-title {
    font-size: 38px;
  }

  .char-instagram,
  .char-youtube,
  .char-whatsapp {
    top: -25px;
    height: 242px;
  }

  .store-title {
    font-size: 35px;
  }

  .store-status,
  .coming-soon {
    font-size: 21px;
  }

  .pendulum-title {
    font-size: 33px;
  }
}

@media (min-width: 700px) {
  body {
    background:
      radial-gradient(circle at 50% 15%, rgba(80, 18, 140, 0.19), transparent 35%),
      #000;
  }

  .page-shell {
    box-shadow: 0 0 90px rgba(99, 26, 198, 0.2);
  }
}

@media (min-width: 900px) {
  body {
    padding: 0 0 54px;
    background:
      radial-gradient(circle at 18% 12%, rgba(54, 23, 126, 0.24), transparent 30%),
      radial-gradient(circle at 82% 30%, rgba(124, 14, 109, 0.16), transparent 28%),
      #000;
  }

  .page-shell {
    width: 100%;
    min-height: auto;
    border-inline: 0;
    box-shadow: none;
  }

  .hero {
    height: 420px;
  }

  .hero-art {
    inset: 0;
    height: 100%;
    background:
      linear-gradient(to bottom, rgba(4, 0, 18, 0.02) 0%, rgba(5, 0, 17, 0.1) 67%, #000 100%),
      linear-gradient(90deg, rgba(12, 0, 38, 0.22), transparent 35%, rgba(2, 0, 16, 0.27)),
      url("assets/hero-bg.webp") center 43% / max(1180px, 100%) auto no-repeat,
      radial-gradient(circle at 26% 43%, #7314df 0%, #431078 30%, transparent 55%),
      linear-gradient(105deg, #12002f 0%, #3e0868 45%, #100025 100%);
  }

  .brand-lockup {
    top: 62px;
    left: 24%;
    width: 272px;
    height: 272px;
  }

  .brand-mark {
    top: 49px;
    left: 49px;
    width: 174px;
    height: 174px;
  }

  .welcome {
    top: 112px;
    right: 5%;
    left: 47%;
    text-align: left;
  }

  .welcome h1 {
    font-size: clamp(58px, 5.4vw, 72px);
    line-height: 0.92;
  }

  .welcome p {
    margin-top: 18px;
    font-size: 20px;
    line-height: 1.38;
  }

  .welcome .intro {
    margin-top: 24px;
    font-size: 19px;
  }

  .links {
    width: min(100%, 1180px);
    margin-inline: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 38px;
    row-gap: 78px;
    padding: 18px 42px 76px;
  }

  .links::before {
    top: -30px;
    left: -100px;
    width: 470px;
    height: 760px;
  }

  .links::after {
    right: -105px;
    bottom: -65px;
    width: 510px;
    height: 820px;
  }

  .link-card {
    height: 252px;
    border-width: 2px;
    border-radius: 20px;
    box-shadow: 0 0 18px color-mix(in srgb, var(--border) 29%, transparent);
  }

  a.link-card:hover {
    transform: translateY(-4px);
    box-shadow:
      0 10px 30px rgba(0, 0, 0, 0.38),
      0 0 22px color-mix(in srgb, var(--border) 38%, transparent);
  }

  .full-bg,
  .card-cosmos,
  .store-surface,
  .pendulum-surface,
  .store::after {
    border-radius: 18px;
  }

  .copy-left {
    left: 16px;
    width: 64%;
  }

  .copy-right {
    right: 14px;
    width: 62%;
  }

  .display-title {
    font-size: 55px;
    line-height: 0.9;
  }

  .cta {
    margin-bottom: 12px;
    font-size: 21px;
  }

  .char-energy,
  .char-woman {
    top: -34px;
    height: 306px;
  }

  .char-energy {
    left: -42px;
  }

  .char-woman {
    left: 50px;
  }

  .reserve .copy-right {
    right: 14px;
    width: 51%;
  }

  .reserve-title {
    margin-top: 10px;
    font-size: 61px;
  }

  .reserve-title small {
    font-size: 0.64em;
  }

  .effect-instagram {
    left: -80px;
    bottom: -88px;
    width: 450px;
    height: 345px;
  }

  .instagram .display-title {
    margin-top: 10px;
    font-size: 52px;
  }

  .instagram .copy-left {
    width: 62%;
  }

  .char-instagram,
  .char-youtube,
  .char-whatsapp {
    top: -39px;
    height: 319px;
  }

  .char-instagram {
    right: -8px;
  }

  .effect-store {
    right: -72px;
    bottom: -58px;
    width: 480px;
    height: 330px;
  }

  .char-store,
  .char-pendulum {
    top: -43px;
    height: 321px;
  }

  .char-store {
    left: -23px;
  }

  .store-copy {
    right: 12px;
    width: 65%;
  }

  .store-title {
    margin-top: 10px;
    font-size: 48px;
  }

  .store-status,
  .coming-soon {
    font-size: 29px;
  }

  .store-status {
    margin-top: 9px;
  }

  .youtube-title {
    margin-top: 11px;
    font-size: 56px;
  }

  .youtube .copy-left {
    width: 59%;
  }

  .char-youtube {
    right: -4px;
  }

  .pendulum-icon {
    right: -37px;
    bottom: -54px;
    width: 370px;
    height: 335px;
  }

  .char-pendulum {
    left: -22px;
  }

  .pendulum-copy {
    right: 5px;
    width: 63%;
  }

  .pendulum-title {
    margin-top: 10px;
    font-size: 46px;
  }

  .whatsapp-title {
    margin-top: 11px;
    font-size: 54px;
  }

  .whatsapp .copy-left {
    width: 55%;
  }

  .char-whatsapp {
    right: -13px;
  }

  .cta-wrap {
    margin-bottom: 14px;
    font-size: 20px;
  }
}

@media (min-width: 900px) and (max-width: 1050px) {
  .brand-lockup {
    top: 72px;
    left: 23%;
    width: 238px;
    height: 238px;
  }

  .brand-mark {
    top: 43px;
    left: 43px;
    width: 152px;
    height: 152px;
  }

  .links {
    column-gap: 30px;
    padding-inline: 30px;
  }

  .link-card {
    height: 226px;
  }

  .display-title {
    font-size: 47px;
  }

  .reserve-title {
    font-size: 52px;
  }

  .instagram .display-title {
    font-size: 45px;
  }

  .store-title {
    font-size: 42px;
  }

  .store-status,
  .coming-soon {
    font-size: 25px;
  }

  .youtube-title {
    font-size: 49px;
  }

  .pendulum-title {
    font-size: 40px;
  }

  .whatsapp-title {
    font-size: 47px;
  }

  .char-energy,
  .char-woman {
    top: -29px;
    height: 276px;
  }

  .char-woman {
    left: 42px;
  }

  .char-instagram,
  .char-youtube,
  .char-whatsapp {
    top: -34px;
    height: 288px;
  }

  .char-store,
  .char-pendulum {
    top: -38px;
    height: 290px;
  }
}
