  @font-face {
    font-family: "Hobo";
    src: url("/fonts/HoboBT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }

  * {
    box-sizing: border-box;
  }

  html,
  body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
  }

  body {
    margin: 0;
    font-family: "Hobo", sans-serif;
    color: #40206d;
    background: #120022;
    /* fallback only */
    padding: 110px 20px 48px;
  }


  /* .why-page {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  } */

  .why-page {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
  }

  .why-content {
    position: relative;
    z-index: 2;
  }

  .why-frame {
    width: min(1400px, 95vw);
    min-height: calc(100vh - 40px);
    position: relative;
    padding: 20px 0 40px;
  }

  .why-header img {
    filter:
      drop-shadow(0 0 4px #d54dff) drop-shadow(0 0 6px rgba(213, 77, 255, 0.55)) drop-shadow(0 0 8px rgba(255, 70, 220, 0.25));

    animation: whyHeaderGlow 4s ease-in-out infinite;
  }

  @keyframes whyHeaderGlow {

    0%,
    100% {
      filter:
        drop-shadow(0 0 4px #d54dff) drop-shadow(0 0 6px rgba(213, 77, 255, 0.35)) drop-shadow(0 0 10px rgba(255, 70, 220, 0.25));
    }

    50% {
      filter:
        drop-shadow(0 0 8px #d54dff) drop-shadow(0 0 10px rgba(213, 77, 255, 0.5)) drop-shadow(0 0 12px rgba(255, 70, 220, 0.45));
    }
  }

  .why-header-image {
    display: block;
    width: min(520px, 70vw);
    margin: 0 auto 24px;
  }

  .why-text-box {
    width: min(1120px, 82vw);
    margin: 0 auto;
    /* background: rgba(98, 14, 125, 0.72); */
    padding: 0;
    border-radius: 0;
    overflow: hidden;
  }

  .why-text-scroll {
    max-height: 62vh;
    overflow-y: auto;
    padding: 28px 28px 36px;
    font-size: clamp(20px, 1.7vw, 28px);
    line-height: 1.28;
    letter-spacing: 0.01em;
    color: #fff
  }

  .why-text-scroll p {
    margin: 0 0 28px;
  }

  .why-text-scroll p:last-child {
    margin-bottom: 0;
  }

  .yellow-highlight {
    font-weight: 700;
    color: #ffec00;
  }

  /* scrollbar styling */
  .why-text-scroll::-webkit-scrollbar {
    width: 10px;
  }

  .why-text-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.12);
  }

  .why-text-scroll::-webkit-scrollbar-thumb {
    background: rgba(200, 0, 255, 0.75);
    border-radius: 999px;
  }

  .why-image {
    margin: 32px 0;
    text-align: center;
  }

  .why-image img {
    width: 100%;
    max-width: 700px;
    height: auto;
    border-radius: 6px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    display: block;
    margin: 0 auto;
  }

  .glarzak-image {
    float: right;
    margin: 10px 0 18px 22px;
  }

  .glarzak-image img {
    width: 160px;
    height: auto;
    display: block;
    opacity: 0.95;

    filter: drop-shadow(0 0 12px rgba(255, 255, 255, .4));
  }

  .earth-image {
    text-align: center;
    margin-bottom: 20px;
  }

  .earth-image img {
    width: 400px;
    display: block;
    margin: 0 auto;

    -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);

    width: 96%;
    right: 4%;
    position: relative;
  }

  .moosh-image {
    text-align: center;
    margin-bottom: 20px;
  }

  .moosh-image img {
    width: 400px;
    display: block;
    margin: 0 auto;
  }


  /* tablet */
  @media (max-width: 1024px) {
    .why-frame {
      padding-top: 90px;
    }

    .why-text-box {
      width: min(1180px, 88vw);
    }

    .why-text-scroll {
      max-height: 64vh;
      padding: 24px;
      font-size: clamp(18px, 2.2vw, 24px);
    }
  }

  /* mobile */
  @media (max-width: 768px) {
    .why-page {
      padding: 14px;
    }

    .why-frame {
      width: 100%;
      min-height: calc(100vh - 28px);
      padding: 20px 0 20px;
    }

    .why-header-image {
      width: min(88vw, 420px);
      margin-bottom: 16px;
    }

    .why-text-box {
      width: calc(100% - 24px);
    }

    .why-text-scroll {
      max-height: 65vh;
      padding: 18px 16px 24px;
      font-size: 18px;
      line-height: 1.35;
    }

    .why-text-scroll p {
      margin-bottom: 20px;
    }

    .glarzak-image img {
      width: 120px;
    }

    .earth-image {
      text-align: center;
      margin-bottom: 20px;
    }

    .earth-image img {
      width: 96%;
      right: 4%;
      position: relative;
    }

    .moosh-image {
      text-align: center;
      margin-bottom: 20px;
    }

    .moosh-image img {
      width: 200px;
    }


  }

  @media (max-width: 390px) {
    .nav-logo img {
      height: 78px !important;
      width: auto;
      max-width: 140px;
      display: block !important;
    }

    .site-header,
    .nav-inner,
    .nav-bar {
      padding-left: 12px;
      padding-right: 12px;
    }
  }

  /* STARS */

  .ticket-space-bg {
    position: fixed;
    inset: 0;
    overflow: hidden;

    background:
      radial-gradient(circle at 20% 25%, rgba(255, 216, 0, .15), transparent 18%),
      radial-gradient(circle at 80% 20%, rgba(255, 0, 170, .15), transparent 22%),
      linear-gradient(180deg,
        #120022 0%,
        #29004d 55%,
        #4b1474 100%);

    z-index: 0;
  }

  #stars {
    position: absolute;
    inset: 0;
  }

  .star {
    position: absolute;
    border-radius: 50%;
    background: white;

    animation: twinkle var(--duration) ease-in-out infinite;
    animation-delay: var(--delay);
  }

  @keyframes twinkle {

    0%,
    100% {
      opacity: .2;
      transform: scale(.8);
    }

    50% {
      opacity: 1;
      transform: scale(1.3);
    }
  }

  /* // ROTATE MESSAGE // */

  .rotate-device {
    display: none;
  }

  @media (orientation: landscape) and (max-width: 1024px) {
    .rotate-device {
      display: flex;
      position: fixed;
      inset: 0;
      background: #2a004a;
      z-index: 99999;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 2rem;
    }

    .rotate-message {
      color: #ffe600;
      font-size: 2rem;
      font-family: "Hobo BT", sans-serif;
    }

    body {
      overflow: hidden;
    }
  }