:root {
  --acid: #dfff00;
  --pink: #ff00a8;
  --cyan: #00ffff;
  --ink: #120020;
  --yellow: #fff100;
}

* { box-sizing: border-box; }
html { background: #21003b; }
body {
  margin: 0;
  color: white;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  background:
    radial-gradient(circle at 50% 35%, #fa08c3 0 4%, transparent 30%),
    repeating-conic-gradient(from 14deg at 50% 32%, #200040 0 7deg, #5c009e 7deg 14deg, #150027 14deg 21deg);
}
a { color: inherit; }
main { min-height: 100svh; overflow: hidden; }

.topTicker {
  position: relative;
  z-index: 20;
  overflow: hidden;
  border-block: 5px ridge var(--cyan);
  color: #020202;
  background: var(--acid);
  font-size: clamp(.72rem, 1.4vw, 1rem);
  font-weight: 900;
  line-height: 2.1;
  white-space: nowrap;
}
.tickerTrack { display: flex; width: max-content; animation: marquee 41s linear infinite; }
.tickerTrack span { padding-right: 2rem; }

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 46px);
  place-items: center;
  align-content: center;
  padding: 3rem 1.1rem 4rem;
  isolation: isolate;
}
.hero::before {
  position: absolute;
  z-index: -2;
  width: min(1050px, 125vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-conic-gradient(from 0deg, var(--pink) 0 8deg, #4f00b8 8deg 16deg, var(--cyan) 16deg 19deg, #ff5c00 19deg 27deg);
  content: "";
  filter: saturate(1.35);
  mask-image: radial-gradient(circle, black 0 58%, transparent 73%);
  animation: spin 36s linear infinite;
}
.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  mask-image: linear-gradient(transparent, #000 30%, transparent 90%);
}
.eyebrow {
  margin: 0 0 .2rem;
  padding: .25rem .55rem;
  transform: rotate(-1deg);
  border: 3px outset #fff;
  color: #020202;
  background: var(--cyan);
  box-shadow: 5px 5px 0 #000;
  font-family: "Courier New", monospace;
  font-size: clamp(.65rem, 1.5vw, .9rem);
  font-weight: 900;
  text-transform: uppercase;
}
.counter { padding: 0 .25rem; color: #ff3636; background: #050505; font-family: monospace; letter-spacing: .12em; }

h1 {
  position: relative;
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(5rem, 20vw, 16rem);
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  line-height: .85;
  text-align: center;
  text-transform: uppercase;
}

.titleFront,
.titleShadow {
  display: block;
  padding-inline: .08em;
  transform: skewX(-10deg);
}

.titleFront {
  position: relative;
  z-index: 1;
  background: linear-gradient(
    180deg,
    #fff 0 9%,
    var(--yellow) 10% 37%,
    #ff7b00 42%,
    #ff008c 62%,
    var(--cyan) 63% 74%,
    #fff 77%
  );
  background-position: center;
  background-size: 110% 100%;
  background-repeat: no-repeat;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: clamp(2px, .4vw, 7px) #190030;
}

.titleShadow {
  position: absolute;
  inset: 0;
  z-index: 0;
  color: var(--cyan);
  transform: translate(1.1vw, 1.1vw) skewX(-10deg);
  -webkit-text-stroke: clamp(4px, .6vw, 10px) #190030;
}

.blinkBanner {
  z-index: 2;
  display: flex;
  gap: .7rem;
  align-items: center;
  margin: clamp(-1rem, -1vw, -.2rem) 0 .3rem;
  padding: .5rem 1rem;
  transform: rotate(1deg);
  border: 4px dashed var(--yellow);
  color: var(--yellow);
  background: #ed006f;
  box-shadow: 7px 7px 0 #050505;
  font-size: clamp(.75rem, 2vw, 1.2rem);
  font-weight: 900;
  text-align: center;
  text-shadow: 2px 2px #5a006d;
  animation: blink .85s steps(2, jump-none) infinite;
}

.declaration {
  position: relative;
  width: min(740px, 100%);
  padding: clamp(1.25rem, 4vw, 2.6rem);
  border: 8px ridge var(--cyan);
  color: var(--ink);
  background: linear-gradient(135deg, rgba(255,255,255,.65), transparent 32%), #fff9c9;
  box-shadow: 14px 14px 0 #130020, 19px 19px 0 var(--pink), 0 0 45px rgba(0,255,255,.85);
  text-align: center;
}
.declaration::before, .declaration::after { position: absolute; top: 14px; color: var(--pink); content: "★"; font-size: 2rem; }
.declaration::before { left: 16px; }
.declaration::after { right: 16px; }
.crown { height: 3.2rem; color: #ff9700; font-family: Georgia, serif; font-size: 4.6rem; line-height: .65; text-shadow: 2px 3px 0 #840061; }
.salutation { margin: 1rem 0 .5rem; color: #700066; font-size: clamp(.9rem, 2vw, 1.12rem); font-style: italic; font-weight: 900; text-decoration: underline; }
h2 { margin: .5rem auto 1.1rem; color: #300064; font-size: clamp(1.45rem, 4vw, 2.35rem); line-height: 1.08; text-shadow: 2px 2px 0 #ff8bd3; }
h2 span { color: #f0007c; text-transform: uppercase; }
.declaration p:not(.salutation, .trust) { margin: .75rem auto; max-width: 63ch; font-size: clamp(.86rem, 2vw, 1rem); line-height: 1.55; }

.contactButton {
  display: block;
  margin: 1.6rem auto 1rem;
  padding: .7rem 1rem .8rem;
  border: 6px outset #fff851;
  color: white;
  background: linear-gradient(#ff35c2, #a000ad 52%, #590085);
  box-shadow: 0 0 0 4px #170021, 8px 9px 0 rgba(22,0,33,.85);
  font-size: clamp(1.15rem, 4vw, 2.1rem);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-shadow: 3px 3px 0 #25002d;
  transition: transform 120ms ease, filter 120ms ease;
}
.contactButton:hover, .contactButton:focus-visible {
  transform: translate(-2px,-3px) rotate(-.5deg);
  filter: brightness(1.18) saturate(1.3);
  outline: 5px dotted var(--cyan);
  outline-offset: 6px;
}
.contactButton:active { transform: translate(4px,5px); border-style: inset; box-shadow: 0 0 0 4px #170021; }
.contactButton span, .contactButton small { display: block; }
.contactButton .buttonTop { margin-bottom: .35rem; color: var(--yellow); font-family: "Courier New", monospace; font-size: .68rem; letter-spacing: .14em; }
.contactButton small { margin-top: .5rem; color: var(--cyan); font-family: "Courier New", monospace; font-size: clamp(.5rem, 1.6vw, .7rem); letter-spacing: .04em; }
.trust { margin: .6rem 0 0; color: #007159; font-family: "Courier New", monospace; font-size: clamp(.58rem, 1.7vw, .73rem); font-weight: 900; }

.royalSeal {
  position: absolute;
  top: 8%;
  right: max(1rem, 6vw);
  z-index: 5;
  display: grid;
  width: clamp(75px, 11vw, 130px);
  aspect-ratio: 1;
  place-content: center;
  transform: rotate(12deg);
  border: 5px double #771900;
  border-radius: 50%;
  color: #771900;
  background: var(--yellow);
  box-shadow: 4px 5px 0 #150020;
  font-family: Impact, sans-serif;
  text-align: center;
}
.royalSeal span { font-size: clamp(1.3rem, 3vw, 2.4rem); line-height: .85; }
.royalSeal small { font-size: clamp(.5rem, 1vw, .75rem); letter-spacing: .1em; }
.orb { position: absolute; z-index: -1; border: 5px ridge white; border-radius: 50%; background: radial-gradient(circle at 32% 28%, white, var(--cyan) 12%, #5200bb 54%, #ff00a8); box-shadow: 0 0 24px var(--cyan); }
.orbOne { bottom: 12%; left: 3%; width: clamp(70px, 12vw, 150px); animation: bob 3s ease-in-out infinite alternate; }
.orbTwo { top: 24%; right: 2%; width: clamp(45px, 7vw, 90px); animation: bob 2.3s ease-in-out infinite alternate-reverse; }
.star { position: absolute; z-index: 4; color: var(--yellow); font-size: clamp(2rem, 6vw, 5rem); text-shadow: 3px 3px 0 var(--pink), 6px 6px 0 #150020; animation: blink 1.1s steps(2) infinite; }
.starOne { top: 19%; left: 6%; }
.starTwo { right: 10%; bottom: 13%; animation-delay: -.4s; }
.starThree { bottom: 3%; left: 18%; font-size: clamp(1.4rem, 4vw, 3rem); animation-delay: -.7s; }

footer {
  border-top: 8px groove var(--pink);
  color: var(--yellow);
  background: repeating-linear-gradient(135deg, #18002f 0 14px, #310059 14px 28px);
  padding: 1.5rem 1rem 2rem;
  font-family: "Courier New", monospace;
  font-size: .7rem;
  font-weight: 900;
  text-align: center;
}
.construction { margin: 0 auto 1rem; padding: .45rem; color: #000; background: repeating-linear-gradient(135deg, #ffda00 0 18px, #121212 18px 36px); text-shadow: -1px -1px 0 #ffda00, 1px -1px 0 #ffda00, -1px 1px 0 #ffda00, 1px 1px 0 #ffda00; }
.browserBadges { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-top: 1rem; }
.browserBadges span { padding: .25rem .45rem; border: 3px outset #bdbdbd; color: white; background: #16549b; font-size: .55rem; }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes blink { 50% { opacity: .28; filter: hue-rotate(130deg); } }
@keyframes bob { to { transform: translateY(-18px) rotate(8deg); } }

@media (max-width: 640px) {
  .hero { padding-top: 4rem; }
  .royalSeal { top: 1.5rem; right: 1rem; }
  .eyebrow { max-width: 70%; margin-right: auto; text-align: center; }
  .starOne, .orbTwo { display: none; }
  .declaration { border-width: 5px; box-shadow: 8px 8px 0 #130020, 12px 12px 0 var(--pink), 0 0 35px rgba(0,255,255,.75); }
  .declaration::before, .declaration::after { font-size: 1.2rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
