:root {
      color-scheme: dark;
      --void: #06070a;
      --night: #0b0f16;
      --night-2: #11171f;
      --ink: #17150f;
      --paper: #f4e8c7;
      --paper-deep: #dcc995;
      --cream: #fff2c8;
      --cream-muted: #d8ceb0;
      --gold: #ffc652;
      --gold-deep: #d97b2b;
      --moss: #5d8d36;
      --moss-deep: #355822;
      --red: #ad382b;
      --red-deep: #651d1a;
      --line-light: rgba(255, 242, 200, 0.18);
      --line-dark: rgba(23, 21, 15, 0.2);
      --max: 1180px;
      --scroll-progress: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      letter-spacing: 0;
    }

    * {
      box-sizing: border-box;
      -webkit-tap-highlight-color: transparent;
    }

    html {
      min-height: 100%;
      scroll-behavior: smooth;
      background: var(--void);
    }

    body {
      min-width: 320px;
      min-height: 100%;
      margin: 0;
      overflow-x: hidden;
      color: var(--cream);
      background: var(--void);
      font-size: 16px;
      line-height: 1.55;
    }

    body.intro-active {
      overflow: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: 40;
      pointer-events: none;
      opacity: 0.08;
      mix-blend-mode: overlay;
      background-image:
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 4px),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0 1px, transparent 1px 5px);
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input,
    textarea,
    select {
      font: inherit;
      letter-spacing: 0;
    }

    button {
      border: 0;
    }

    ::selection {
      color: #171007;
      background: var(--gold);
    }

    .intro-screen {
      position: fixed;
      inset: 0;
      z-index: 120;
      display: grid;
      place-items: center;
      overflow: hidden;
      background:
        radial-gradient(1px 1px at 10% 15%, rgba(255, 235, 175, 0.6) 0.5px, transparent 1px),
        radial-gradient(1px 1px at 25% 35%, rgba(255, 235, 175, 0.4) 0.5px, transparent 1px),
        radial-gradient(1px 1px at 45% 8%, rgba(255, 235, 175, 0.5) 0.5px, transparent 1px),
        radial-gradient(1px 1px at 62% 22%, rgba(255, 235, 175, 0.35) 0.5px, transparent 1px),
        radial-gradient(1px 1px at 78% 38%, rgba(255, 235, 175, 0.5) 0.5px, transparent 1px),
        radial-gradient(1px 1px at 88% 11%, rgba(255, 235, 175, 0.55) 0.5px, transparent 1px),
        radial-gradient(1px 1px at 33% 52%, rgba(255, 235, 175, 0.3) 0.5px, transparent 1px),
        radial-gradient(1.5px 1.5px at 52% 28%, rgba(255, 235, 175, 0.65) 0.5px, transparent 1.5px),
        radial-gradient(1px 1px at 70% 55%, rgba(255, 235, 175, 0.35) 0.5px, transparent 1px),
        radial-gradient(1px 1px at 5% 45%, rgba(255, 235, 175, 0.5) 0.5px, transparent 1px),
        radial-gradient(1px 1px at 18% 60%, rgba(255, 235, 175, 0.4) 0.5px, transparent 1px),
        radial-gradient(1.5px 1.5px at 42% 42%, rgba(255, 235, 175, 0.7) 0.5px, transparent 1.5px),
        radial-gradient(1px 1px at 95% 30%, rgba(255, 235, 175, 0.45) 0.5px, transparent 1px),
        #05070b;
      isolation: isolate;
      transition: opacity 560ms ease, transform 820ms cubic-bezier(0.2, 0.75, 0.2, 1), visibility 0s linear 820ms;
    }

    .intro-shooting-star {
      position: absolute;
      width: 150px;
      height: 1.5px;
      background: linear-gradient(to right, rgba(255, 235, 170, 0), rgba(255, 245, 210, 1));
      opacity: 0;
      transform-origin: center;
      z-index: 1;
    }
    .intro-shooting-star::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 4px;
      height: 4px;
      background: #fff;
      border-radius: 50%;
      box-shadow: 0 0 8px rgba(255, 245, 210, 0.8);
    }
    @keyframes introStar1 {
      0% { transform: rotate(155deg) translateX(-50vw); opacity: 1; }
      10% { transform: rotate(155deg) translateX(10vw); opacity: 1; }
      15% { transform: rotate(155deg) translateX(40vw); opacity: 0; }
      100% { transform: rotate(155deg) translateX(40vw); opacity: 0; }
    }
    @keyframes introStar2 {
      0% { transform: rotate(160deg) translateX(-40vw); opacity: 1; }
      8% { transform: rotate(160deg) translateX(10vw); opacity: 1; }
      12% { transform: rotate(160deg) translateX(30vw); opacity: 0; }
      100% { transform: rotate(160deg) translateX(30vw); opacity: 0; }
    }
    .intro-shooting-star.star-1 {
      top: 15%;
      left: 60%;
      animation: introStar1 4.5s infinite linear 1s;
    }
    .intro-shooting-star.star-2 {
      top: 35%;
      left: 80%;
      animation: introStar2 5s infinite linear 3.5s;
    }

    .intro-screen::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -3;
      opacity: 0.28;
      background-image:
        linear-gradient(rgba(255, 244, 208, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 244, 208, 0.1) 1px, transparent 1px);
      background-size: 48px 48px;
      mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
    }

    .intro-screen::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      z-index: -1;
      height: 32%;
      background:
        linear-gradient(135deg, transparent 0 24%, rgba(32, 58, 40, 0.82) 24% 43%, transparent 43% 49%, rgba(26, 48, 35, 0.9) 49% 68%, transparent 68%),
        linear-gradient(45deg, transparent 0 18%, rgba(17, 35, 27, 0.86) 18% 35%, transparent 35% 43%, rgba(20, 42, 30, 0.92) 43% 65%, transparent 65%);
      background-size: 420px 260px, 360px 230px;
      background-position: center bottom, calc(50% + 120px) bottom;
      animation: introTerrain 2.2s cubic-bezier(0.2, 0.75, 0.2, 1) both;
    }

    .intro-screen.is-leaving {
      opacity: 0;
      visibility: hidden;
      transform: translateY(-1.5%) scale(1.025);
      pointer-events: none;
    }

    .intro-moon {
      position: absolute;
      right: 15%;
      top: 17%;
      width: 126px;
      height: 126px;
      background: #ffe184;
      clip-path: polygon(25% 0, 75% 0, 75% 12.5%, 87.5% 12.5%, 87.5% 25%, 100% 25%, 100% 75%, 87.5% 75%, 87.5% 87.5%, 75% 87.5%, 75% 100%, 25% 100%, 25% 87.5%, 12.5% 87.5%, 12.5% 75%, 0 75%, 0 25%, 12.5% 25%, 12.5% 12.5%, 25% 12.5%);
      filter: drop-shadow(0 0 24px rgba(255, 193, 66, 0.32));
      transform: translate3d(28px, 24px, 0) scale(0.86);
      opacity: 0;
      animation: introMoon 860ms cubic-bezier(0.2, 0.9, 0.2, 1) 80ms forwards,
                 introMoonGlow 2.5s ease-in-out 1s infinite;
    }

    .intro-moon::after {
      content: "";
      position: absolute;
      right: -6px;
      top: 0;
      width: 82%;
      height: 82%;
      background: #05070b;
      clip-path: polygon(25% 0, 75% 0, 75% 12.5%, 87.5% 12.5%, 87.5% 25%, 100% 25%, 100% 75%, 87.5% 75%, 87.5% 87.5%, 75% 87.5%, 75% 100%, 25% 100%, 25% 87.5%, 12.5% 87.5%, 12.5% 75%, 0 75%, 0 25%, 12.5% 25%, 12.5% 12.5%, 25% 12.5%);
    }

    .intro-crosshair {
      position: absolute;
      left: 15%;
      bottom: 18%;
      width: 36px;
      height: 36px;
      border: 1px solid rgba(255, 226, 142, 0.62);
      opacity: 0;
      transform: scale(0.7) rotate(45deg);
      animation: introCrosshair 740ms ease 640ms forwards;
    }

    .intro-crosshair::before,
    .intro-crosshair::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      background: rgba(255, 226, 142, 0.62);
      transform: translate(-50%, -50%);
    }

    .intro-crosshair::before {
      width: 54px;
      height: 1px;
    }

    .intro-crosshair::after {
      width: 1px;
      height: 54px;
    }

    .intro-content {
      position: relative;
      z-index: 2;
      display: grid;
      justify-items: center;
      width: min(760px, calc(100% - 40px));
      text-align: center;
      opacity: 0;
      transform: translateY(26px);
      animation: introContent 760ms cubic-bezier(0.2, 0.8, 0.2, 1) 180ms forwards;
      transition: opacity 360ms ease, transform 500ms ease;
    }

    .intro-screen.is-leaving .intro-content {
      opacity: 0;
      transform: translateY(-20px) scale(0.98);
    }

    .intro-label {
      display: inline-flex;
      align-items: center;
      gap: 0.55rem;
      margin: 0;
      padding: 0.34rem 0.62rem;
      border: 1px solid rgba(255, 207, 98, 0.48);
      border-radius: 4px;
      color: #ffda76;
      background: rgba(255, 202, 79, 0.08);
      font-size: 0.69rem;
      font-weight: 950;
      line-height: 1;
      text-transform: uppercase;
    }

    .intro-label::before {
      content: "";
      width: 7px;
      height: 7px;
      background: var(--gold);
      box-shadow: 0 0 0 3px rgba(255, 198, 82, 0.14);
    }

    .intro-title {
      display: grid;
      margin: 1rem 0 0;
      font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
      font-size: 6.8rem;
      font-weight: 950;
      line-height: 0.76;
      text-transform: uppercase;
    }

    .intro-title span {
      display: block;
      -webkit-text-stroke: 2px #351411;
      paint-order: stroke fill;
      opacity: 0;
    }

    .intro-title span:first-child {
      color: #fff0ae;
      text-shadow: 0 5px 0 #9a3e22, 0 10px 0 #381713;
      transform: translateX(-28px);
      animation: introWordLeft 650ms cubic-bezier(0.2, 0.8, 0.2, 1) 360ms forwards;
    }

    .intro-title span:last-child {
      color: var(--gold);
      text-shadow: 0 5px 0 #9a3e22, 0 10px 0 #381713;
      transform: translateX(28px);
      animation: introWordRight 650ms cubic-bezier(0.2, 0.8, 0.2, 1) 520ms forwards;
    }

    .intro-progress {
      width: min(390px, 78vw);
      height: 4px;
      margin-top: 1.4rem;
      overflow: hidden;
      background: rgba(255, 245, 216, 0.14);
      box-shadow: 0 0 0 1px rgba(255, 245, 216, 0.08);
    }

    .intro-progress span {
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, var(--gold), #ffe9a0, var(--moss));
      box-shadow: 0 0 14px rgba(255, 198, 82, 0.72);
      transform: scaleX(0);
      transform-origin: left center;
      animation: introProgress 1.35s cubic-bezier(0.22, 0.7, 0.28, 1) 400ms forwards;
    }

    .intro-status {
      margin: 0.7rem 0 0;
      color: rgba(255, 244, 208, 0.62);
      font-size: 0.69rem;
      font-weight: 850;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      transition: opacity 180ms ease;
    }

    @keyframes introMoon {
      to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
    }

    @keyframes introMoonGlow {
      0%, 100% { filter: drop-shadow(0 0 24px rgba(255, 193, 66, 0.32)); }
      50% { filter: drop-shadow(0 0 42px rgba(255, 193, 66, 0.6)); }
    }

    @keyframes introContent {
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes introProgress {
      to { transform: scaleX(1); }
    }

    @keyframes introTerrain {
      from { opacity: 0; transform: translateY(22%); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes introCrosshair {
      to { opacity: 0.8; transform: scale(1) rotate(45deg); }
    }

    @keyframes introWordLeft {
      to { opacity: 1; transform: translateX(0); }
    }

    @keyframes introWordRight {
      to { opacity: 1; transform: translateX(0); }
    }

    .skip-link {
      position: fixed;
      left: 1rem;
      top: -5rem;
      z-index: 100;
      padding: 0.7rem 0.9rem;
      color: #150e06;
      background: var(--gold);
      border: 2px solid #fff0ad;
      font-weight: 900;
      transition: top 160ms ease;
    }

    .skip-link:focus {
      top: 1rem;
    }

    .page-progress {
      position: fixed;
      inset: 0 0 auto;
      z-index: 60;
      height: 3px;
      background: rgba(255, 255, 255, 0.08);
    }

    .page-progress span {
      display: block;
      width: 100%;
      height: 100%;
      transform: scaleX(0);
      transform-origin: left center;
      background: linear-gradient(90deg, var(--gold), var(--gold-deep), var(--moss));
      box-shadow: 0 0 14px rgba(255, 198, 82, 0.66);
    }

    .site-header {
      position: fixed;
      left: 50%;
      top: 18px;
      z-index: 50;
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      align-items: center;
      gap: 1rem;
      width: min(var(--max), calc(100% - 32px));
      min-height: 60px;
      padding: 0.5rem 0.6rem;
      border: 1px solid rgba(255, 231, 166, 0.2);
      border-radius: 8px;
      background: rgba(7, 9, 13, 0.72);
      box-shadow: 0 16px 50px rgba(0, 0, 0, 0.32);
      backdrop-filter: blur(20px) saturate(1.4);
      -webkit-backdrop-filter: blur(20px) saturate(1.4);
      transform: translateX(-50%);
    }

    .brand {
      display: inline-flex;
      min-width: 0;
      align-items: center;
      gap: 0.62rem;
      color: var(--cream);
      font-weight: 950;
      white-space: nowrap;
    }

    .brand-mark {
      position: relative;
      display: block;
      flex: 0 0 auto;
      width: 34px;
      height: 34px;
      overflow: hidden;
      border: 1px solid rgba(255, 222, 122, 0.58);
      border-radius: 5px;
      background: #0b1118;
      box-shadow: 0 0 18px rgba(255, 196, 77, 0.22);
    }

    .brand-mark::before {
      content: "";
      position: absolute;
      left: 6px;
      top: 6px;
      width: 21px;
      height: 21px;
      background: #ffe184;
      clip-path: polygon(25% 0, 75% 0, 75% 12.5%, 87.5% 12.5%, 87.5% 25%, 100% 25%, 100% 75%, 87.5% 75%, 87.5% 87.5%, 75% 87.5%, 75% 100%, 25% 100%, 25% 87.5%, 12.5% 87.5%, 12.5% 75%, 0 75%, 0 25%, 12.5% 25%, 12.5% 12.5%, 25% 12.5%);
      box-shadow: inset -4px -4px 0 #c86c26;
    }

    .brand-mark::after {
      content: "";
      position: absolute;
      left: 15px;
      top: 5px;
      width: 18px;
      height: 18px;
      background: #0b1118;
      clip-path: polygon(25% 0, 75% 0, 75% 12.5%, 87.5% 12.5%, 87.5% 25%, 100% 25%, 100% 75%, 87.5% 75%, 87.5% 87.5%, 75% 87.5%, 75% 100%, 25% 100%, 25% 87.5%, 12.5% 87.5%, 12.5% 75%, 0 75%, 0 25%, 12.5% 25%, 12.5% 12.5%, 25% 12.5%);
    }

    .brand-text {
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 0.9rem;
      line-height: 1;
      text-transform: uppercase;
    }

    .desktop-nav {
      justify-self: center;
      display: flex;
      align-items: center;
      gap: 0.2rem;
      padding: 0.25rem;
      border: 1px solid rgba(255, 245, 215, 0.1);
      border-radius: 6px;
      background: rgba(255, 255, 255, 0.035);
    }

    .desktop-nav a {
      min-height: 34px;
      padding: 0 0.76rem;
      color: rgba(255, 245, 215, 0.7);
      border-radius: 4px;
      font-size: 0.78rem;
      font-weight: 850;
      line-height: 34px;
      text-transform: uppercase;
      transition: color 160ms ease, background 160ms ease;
    }

    .desktop-nav a:hover,
    .desktop-nav a:focus-visible {
      color: #201706;
      background: var(--gold);
      outline: none;
    }

    .desktop-nav a.is-active {
      color: #201706;
      background: var(--gold);
    }

    .header-status {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.48rem;
      min-height: 36px;
      padding: 0 0.76rem;
      border: 1px solid rgba(255, 198, 82, 0.4);
      border-radius: 5px;
      color: #1d1206;
      background: linear-gradient(180deg, #ffe8a0, #f3af42);
      box-shadow: inset 0 -3px 0 rgba(115, 57, 13, 0.33);
      font-size: 0.75rem;
      font-weight: 950;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .status-dot {
      width: 7px;
      height: 7px;
      background: #a33024;
      box-shadow: 0 0 0 3px rgba(163, 48, 36, 0.16);
    }

    .menu-toggle {
      display: none;
      width: 38px;
      height: 38px;
      padding: 9px;
      cursor: pointer;
      border: 1px solid rgba(255, 245, 215, 0.22);
      border-radius: 5px;
      background: rgba(255, 255, 255, 0.06);
    }

    .menu-toggle span {
      display: block;
      width: 100%;
      height: 2px;
      margin: 3px 0;
      background: var(--cream);
      transition: transform 180ms ease, opacity 180ms ease;
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(1) {
      transform: translateY(5px) rotate(45deg);
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(2) {
      opacity: 0;
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(3) {
      transform: translateY(-5px) rotate(-45deg);
    }

    .mobile-menu {
      position: fixed;
      left: 50%;
      top: 88px;
      z-index: 49;
      display: grid;
      width: min(440px, calc(100% - 32px));
      padding: 0.5rem;
      border: 1px solid rgba(255, 231, 166, 0.2);
      border-radius: 7px;
      background: rgba(7, 9, 13, 0.96);
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.38);
      opacity: 0;
      pointer-events: none;
      transform: translate(-50%, -10px);
      transition: opacity 160ms ease, transform 160ms ease;
    }

    .mobile-menu.is-open {
      opacity: 1;
      pointer-events: auto;
      transform: translate(-50%, 0);
    }

    .mobile-menu a {
      min-height: 44px;
      padding: 0 0.85rem;
      border-radius: 4px;
      color: rgba(255, 245, 215, 0.84);
      font-size: 0.84rem;
      font-weight: 850;
      line-height: 44px;
      text-transform: uppercase;
    }

    .mobile-menu a:hover,
    .mobile-menu a:focus-visible {
      color: #201706;
      background: var(--gold);
      outline: none;
    }

    .mobile-menu a.is-active {
      color: #201706;
      background: var(--gold);
    }

    main {
      position: relative;
      z-index: 1;
    }

    .section {
      position: relative;
      overflow: hidden;
    }

    #world,
    #features,
    #launch,
    #rules {
      scroll-margin-top: 92px;
    }

    .hero {
      isolation: isolate;
      display: grid;
      align-items: center;
      min-height: min(100svh, 930px);
      padding: 7.75rem 1.25rem 4.75rem;
      background:
        radial-gradient(ellipse 80% 60% at 50% 40%, transparent 55%, rgba(4, 5, 9, 0.7) 100%),
        linear-gradient(180deg, #06070b 0%, #08101a 75%, #0a0e12 100%);
    }

    #skyCanvas {
      position: absolute;
      inset: 0;
      z-index: -2;
      width: 100%;
      height: 100%;
      pointer-events: none;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      z-index: -1;
      height: 26%;
      pointer-events: none;
      background: linear-gradient(180deg, rgba(6, 7, 11, 0), #080a0d 92%);
    }

    .hero__inner {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(410px, 0.88fr);
      gap: 4.5rem;
      align-items: center;
      width: min(var(--max), 100%);
      margin: 0 auto;
    }

    .hero-copy {
      position: relative;
      z-index: 2;
      max-width: 610px;
    }

    .eyebrow,
    .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      margin: 0;
      padding: 0.32rem 0.58rem;
      border: 1px solid rgba(255, 198, 82, 0.42);
      border-radius: 4px;
      color: #ffdd80;
      background: rgba(255, 198, 82, 0.08);
      font-size: 0.74rem;
      font-weight: 900;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      background: var(--gold);
      box-shadow: 0 0 0 3px rgba(255, 198, 82, 0.12), 0 0 16px rgba(255, 198, 82, 0.52);
    }

    .logo-stack {
      display: grid;
      gap: 0.05em;
      margin: 1.15rem 0 0;
      font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
      font-size: 6.4rem;
      font-weight: 950;
      line-height: 0.72;
      text-transform: uppercase;
      filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.35));
    }

    .logo-stack__word {
      display: block;
      width: fit-content;
      -webkit-text-stroke: 2px #351411;
      paint-order: stroke fill;
    }

    .logo-stack__word--after {
      color: #fff0af;
      text-shadow: 0 5px 0 #9a3e22, 0 10px 0 #381713;
    }

    .logo-stack__word--hours {
      color: var(--gold);
      text-shadow: 0 5px 0 #9a3e22, 0 10px 0 #381713;
    }

    .logo-stack__sub {
      display: inline-flex;
      align-items: center;
      gap: 0.58rem;
      width: fit-content;
      margin-top: 0.68rem;
      padding: 0.32rem 0.55rem 0.38rem;
      border: 2px solid #ffdf83;
      border-radius: 4px;
      color: #fff2bb;
      background: #180f0c;
      box-shadow: 0 4px 0 #6d251a, 0 10px 18px rgba(0, 0, 0, 0.28);
      font-family: Inter, ui-sans-serif, system-ui, sans-serif;
      font-size: 0.86rem;
      font-weight: 950;
      line-height: 1;
      text-shadow: none;
    }

    .logo-stack__sub small {
      padding-left: 0.58rem;
      border-left: 1px solid rgba(255, 242, 187, 0.38);
      color: #d8c99d;
      font-size: 0.65rem;
      font-weight: 850;
      text-transform: uppercase;
    }

    .hero-lead {
      max-width: 570px;
      margin: 1.55rem 0 0;
      color: rgba(255, 245, 216, 0.82);
      font-size: 1.08rem;
      font-weight: 650;
    }

    .hero-lead strong {
      color: #fff0a3;
      font-weight: 900;
    }

    .hero-facts {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0;
      max-width: 570px;
      margin: 1.55rem 0 0;
      border-top: 1px solid var(--line-light);
      border-bottom: 1px solid var(--line-light);
    }

    .hero-fact {
      min-width: 0;
      padding: 0.72rem 0.72rem 0.76rem 0;
    }

    .hero-fact + .hero-fact {
      padding-left: 0.75rem;
      border-left: 1px solid var(--line-light);
    }

    .hero-fact strong,
    .hero-fact span {
      display: block;
    }

    .hero-fact strong {
      color: var(--cream);
      font-size: 0.88rem;
      line-height: 1.2;
    }

    .hero-fact span {
      margin-top: 0.18rem;
      color: rgba(255, 245, 216, 0.54);
      font-size: 0.66rem;
      font-weight: 850;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.7rem;
      align-items: center;
      margin-top: 1.55rem;
    }

    .button {
      display: inline-flex;
      min-height: 47px;
      align-items: center;
      justify-content: center;
      padding: 0 1rem;
      cursor: pointer;
      border: 1px solid transparent;
      border-radius: 5px;
      font-size: 0.8rem;
      font-weight: 950;
      text-transform: uppercase;
      transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
    }

    .button:hover {
      transform: translateY(-2px);
    }

    .button:active {
      transform: translateY(1px);
    }

    .button:focus-visible,
    .menu-toggle:focus-visible,
    .header-status:focus-visible,
    .brand:focus-visible {
      outline: 3px solid rgba(255, 221, 118, 0.82);
      outline-offset: 3px;
    }

    .button--discord:focus-visible {
      outline-offset: 3px;
      outline: 2px solid #7c8af2;
    }

    .button--primary {
      color: #1a1006;
      background: linear-gradient(180deg, #ffe99d, #ffc652 53%, #e47d2d);
      box-shadow: inset 0 -4px 0 rgba(111, 49, 12, 0.36), 0 15px 30px rgba(226, 105, 35, 0.24);
    }

    .button--discord {
      color: #ffffff;
      background: linear-gradient(180deg, #7785ff, #5865f2 56%, #3f48bb);
      box-shadow: inset 0 -4px 0 rgba(27, 32, 112, 0.5), 0 15px 30px rgba(88, 101, 242, 0.24);
    }

    .button--discord::before {
      content: "";
      width: 24px;
      height: 18px;
      margin-right: 0.58rem;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20.317 4.37a19.791 19.791 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028c.462-.63.874-1.295 1.226-1.994a.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.095 2.157 2.42 0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.095 2.157 2.42 0 1.333-.946 2.418-2.157 2.418z'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transition: transform 200ms ease;
    }

    .button--discord:hover::before {
      animation: discordWiggle 600ms ease;
    }

    @keyframes discordWiggle {
      0%, 100% { transform: rotate(0deg) scale(1); }
      15% { transform: rotate(-14deg) scale(1.12); }
      30% { transform: rotate(10deg) scale(1.06); }
      45% { transform: rotate(-6deg) scale(1.03); }
      60% { transform: rotate(3deg) scale(1); }
    }

    .button--discord.is-pressed {
      transform: scale(0.93) translateY(2px) !important;
      box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.4) !important;
      transition: transform 120ms ease, box-shadow 120ms ease !important;
    }

    .button--discord.is-glowing {
      transform: scale(1.04) translateY(-2px) !important;
      box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.16), 0 0 0 4px rgba(88, 101, 242, 0.4), 0 0 44px rgba(88, 101, 242, 0.35) !important;
      transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1.4), box-shadow 280ms ease !important;
    }

    .button--discord.is-glowing::before {
      transform: scale(1.15);
    }

    .button--discord:hover {
      background: linear-gradient(180deg, #8995ff, #6571fa 56%, #4651c8);
      box-shadow: inset 0 -4px 0 rgba(27, 32, 112, 0.46), 0 18px 34px rgba(88, 101, 242, 0.34);
    }

    .button--quiet {
      border-color: rgba(255, 245, 216, 0.24);
      color: var(--cream);
      background: rgba(255, 255, 255, 0.05);
      box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    }

    .hero-scene {
      position: relative;
      display: grid;
      place-items: center;
      min-width: 0;
      transform: translate3d(0, calc(var(--scroll-progress) * -20px), 0);
      transition: transform 80ms linear;
    }

    .world-window {
      position: relative;
      width: min(510px, 100%);
      padding: 0.75rem;
      border: 1px solid rgba(255, 232, 165, 0.32);
      border-radius: 8px;
      background: #121712;
      box-shadow: 0 32px 70px rgba(0, 0, 0, 0.42), 0 0 0 8px rgba(255, 208, 89, 0.035);
      transform: translate3d(calc(var(--pointer-x, 0) * 7px), calc(var(--pointer-y, 0) * 7px), 0) rotate(-1.2deg);
      transition: transform 160ms ease-out;
    }

    .world-window::before {
      content: "";
      position: absolute;
      right: -17px;
      top: 56px;
      width: 78px;
      height: 20px;
      border: 1px solid rgba(91, 68, 27, 0.22);
      background: rgba(223, 203, 146, 0.72);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
      transform: rotate(18deg);
    }

    .world-window__top,
    .world-window__bottom {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      min-height: 33px;
      padding: 0 0.2rem;
      color: #d9d2b7;
      font-size: 0.64rem;
      font-weight: 900;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .world-window__top span:last-child {
      color: #ffcf63;
    }

    .world-window__frame {
      overflow: hidden;
      border: 7px solid #4e6e3b;
      border-radius: 4px;
      background: #b8d9e6;
      box-shadow: inset 0 0 0 1px rgba(255, 247, 202, 0.54), 0 8px 0 rgba(34, 55, 27, 0.46);
    }

    #villageCanvas {
      display: block;
      width: 100%;
      aspect-ratio: 1.08;
      image-rendering: pixelated;
      cursor: pointer;
    }

    .world-window__bottom {
      padding-top: 0.55rem;
    }

    .world-window__bottom span:last-child {
      color: #8fb46c;
    }

    .scroll-cue {
      position: absolute;
      bottom: 1.35rem;
      left: 50%;
      display: inline-flex;
      align-items: center;
      gap: 0.55rem;
      color: rgba(255, 245, 216, 0.65);
      font-size: 0.7rem;
      font-weight: 850;
      text-transform: uppercase;
      transform: translateX(-50%);
    }

    .scroll-cue::before {
      content: "";
      width: 7px;
      height: 7px;
      border-right: 2px solid var(--gold);
      border-bottom: 2px solid var(--gold);
      transform: rotate(45deg) translateY(-2px);
      animation: scrollHint 1.7s ease-in-out infinite;
    }

    @keyframes scrollHint {
      0%, 100% { transform: rotate(45deg) translate(-1px, -1px); opacity: 0.55; }
      50% { transform: rotate(45deg) translate(3px, 3px); opacity: 1; }
    }

    .signal-bar {
      position: relative;
      z-index: 2;
      color: #211a0d;
      background: #e7d6a7;
      border-top: 1px solid rgba(255, 249, 218, 0.34);
      border-bottom: 1px solid rgba(79, 60, 28, 0.18);
    }

    .signal-bar__inner {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      width: min(var(--max), 100%);
      margin: 0 auto;
    }

    .signal-bar__item {
      min-height: 72px;
      display: grid;
      place-items: center;
      padding: 0.8rem 1rem;
      font-size: 0.82rem;
      font-weight: 900;
      text-align: center;
      text-transform: uppercase;
    }

    .signal-bar__item + .signal-bar__item {
      border-left: 1px solid rgba(66, 50, 24, 0.18);
    }

    .paper-section,
    .rules-section {
      color: var(--ink);
      background-color: var(--paper);
      background-image:
        repeating-linear-gradient(0deg, rgba(68, 52, 22, 0.045) 0 1px, transparent 1px 5px),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 7px);
    }

    .paper-section {
      padding: 7.5rem 1.25rem;
    }

    .section-shell {
      width: min(var(--max), 100%);
      margin: 0 auto;
    }

    .section-kicker {
      border-color: rgba(45, 74, 26, 0.32);
      color: #426827;
      background: rgba(93, 141, 54, 0.08);
    }

    .section-title {
      max-width: 760px;
      margin: 0.85rem 0 0;
      font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
      font-size: 3.4rem;
      font-weight: 950;
      line-height: 0.92;
      text-transform: uppercase;
    }

    .section-title--paper {
      color: #3e6625;
    }

    .section-lead {
      max-width: 650px;
      margin: 1rem 0 0;
      color: rgba(23, 21, 15, 0.74);
      font-size: 1.05rem;
      font-weight: 650;
    }

    .world-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 350px;
      gap: 4rem;
      align-items: start;
      margin-top: 3.5rem;
    }

    .world-points {
      display: grid;
      border-top: 1px solid var(--line-dark);
    }

    .world-point {
      display: grid;
      grid-template-columns: 48px minmax(0, 1fr);
      gap: 1rem;
      padding: 1.25rem 0;
      border-bottom: 1px solid var(--line-dark);
    }

    .world-point__index {
      color: #bd702d;
      font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
      font-size: 1.6rem;
      line-height: 1;
    }

    .world-point h3 {
      margin: 0;
      color: #211b10;
      font-size: 1.04rem;
      line-height: 1.2;
    }

    .world-point p {
      margin: 0.38rem 0 0;
      color: rgba(23, 21, 15, 0.67);
      font-weight: 650;
    }

    .server-sheet {
      position: relative;
      padding: 1.25rem;
      border: 1px solid rgba(40, 33, 17, 0.24);
      border-radius: 7px;
      background: rgba(255, 250, 225, 0.5);
      box-shadow: 10px 10px 0 rgba(75, 99, 37, 0.14);
    }

    .server-sheet::before {
      content: "";
      position: absolute;
      inset: 10px;
      pointer-events: none;
      border: 1px solid rgba(80, 105, 42, 0.2);
    }

    .server-sheet h3 {
      position: relative;
      margin: 0;
      color: #3c6024;
      font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
      font-size: 2rem;
      line-height: 0.95;
      text-transform: uppercase;
    }

    .server-sheet p {
      position: relative;
      margin: 0.75rem 0 1rem;
      color: rgba(23, 21, 15, 0.67);
      font-size: 0.9rem;
      font-weight: 700;
    }

    .server-specs {
      position: relative;
      display: grid;
      margin: 0;
      border-top: 1px solid var(--line-dark);
    }

    .server-specs div {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 1rem;
      padding: 0.72rem 0;
      border-bottom: 1px solid var(--line-dark);
    }

    .server-specs dt {
      color: rgba(23, 21, 15, 0.56);
      font-size: 0.69rem;
      font-weight: 900;
      text-transform: uppercase;
    }

    .server-specs dd {
      margin: 0;
      color: #201b10;
      font-size: 0.84rem;
      font-weight: 850;
      text-align: right;
    }

    .feature-section {
      padding: 7.5rem 1.25rem;
      background:
        linear-gradient(180deg, #10161a 0%, #080b0e 100%);
    }

    .feature-section::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: 0.22;
      background-image:
        linear-gradient(rgba(255, 245, 216, 0.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 245, 216, 0.09) 1px, transparent 1px);
      background-size: 44px 44px;
      mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
    }

    .feature-section .section-shell {
      position: relative;
      z-index: 1;
    }

    .feature-section .section-kicker {
      border-color: rgba(255, 198, 82, 0.35);
      color: #ffdb79;
      background: rgba(255, 198, 82, 0.07);
    }

    .section-title--night {
      color: #fff0b1;
    }

    .feature-section .section-lead {
      color: rgba(255, 245, 216, 0.69);
    }

    .feature-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.9rem;
      margin-top: 3rem;
    }

    .feature-card {
      position: relative;
      min-height: 170px;
      padding: 1.25rem;
      border: 1px solid rgba(255, 245, 216, 0.15);
      border-radius: 7px;
      background: rgba(255, 255, 255, 0.035);
      box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.16);
    }

    .feature-card::after {
      content: "";
      position: absolute;
      right: 1rem;
      top: 1rem;
      width: 17px;
      height: 17px;
      border-right: 2px solid rgba(255, 198, 82, 0.68);
      border-bottom: 2px solid rgba(255, 198, 82, 0.68);
    }

    .feature-card__number {
      color: #ffcc62;
      font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
      font-size: 1.35rem;
      line-height: 1;
    }

    .feature-card h3 {
      margin: 0.55rem 0 0;
      color: #fff0b8;
      font-size: 1.06rem;
      line-height: 1.2;
    }

    .feature-card p {
      margin: 0.45rem 0 0;
      color: rgba(255, 245, 216, 0.66);
      font-size: 0.93rem;
      font-weight: 650;
    }

    .launch-section {
      padding: 8rem 1.25rem;
      background: #1a120c;
    }

    .launch-section::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: 0.44;
      background-image:
        linear-gradient(rgba(255, 226, 157, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 226, 157, 0.08) 1px, transparent 1px);
      background-size: 42px 42px;
      mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
    }

    .launch-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.78fr);
      gap: 4.5rem;
      align-items: center;
      width: min(var(--max), 100%);
      margin: 0 auto;
    }

    .launch-label {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.32rem 0.58rem;
      border: 1px solid rgba(255, 198, 82, 0.4);
      border-radius: 4px;
      color: #ffd87a;
      background: rgba(255, 198, 82, 0.06);
      font-size: 0.72rem;
      font-weight: 900;
      text-transform: uppercase;
    }

    .launch-label::before {
      content: "";
      width: 7px;
      height: 7px;
      background: var(--red);
      box-shadow: 0 0 0 3px rgba(173, 56, 43, 0.15);
    }

    .launch-title {
      display: grid;
      margin: 1rem 0 0;
      font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
      font-size: 5.7rem;
      line-height: 0.77;
      text-transform: uppercase;
    }

    .launch-title span {
      display: block;
      width: fit-content;
      -webkit-text-stroke: 1.5px #28100b;
      paint-order: stroke fill;
    }

    .launch-title span:first-child {
      color: #fff0ad;
      text-shadow: 0 5px 0 #a44424, 0 10px 0 #451813;
    }

    .launch-title span:last-child {
      color: #ffc652;
      text-shadow: 0 5px 0 #a44424, 0 10px 0 #451813;
    }

    .launch-copy {
      max-width: 600px;
      margin: 1.55rem 0 0;
      color: rgba(255, 245, 216, 0.75);
      font-size: 1.05rem;
      font-weight: 650;
    }

    .launch-card {
      padding: 1.35rem;
      border: 1px solid rgba(255, 224, 150, 0.2);
      border-radius: 7px;
      background: rgba(5, 6, 8, 0.48);
      box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.16);
    }

    .launch-card h3 {
      margin: 0;
      color: #ffe29a;
      font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
      font-size: 2.1rem;
      line-height: 0.94;
      text-transform: uppercase;
    }

    .launch-card p {
      margin: 0.6rem 0 1.15rem;
      color: rgba(255, 245, 216, 0.68);
      font-size: 0.91rem;
      font-weight: 650;
    }

    .launch-list {
      display: grid;
      margin: 0;
      border-top: 1px solid rgba(255, 245, 216, 0.15);
    }

    .launch-list div {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 0.75rem;
      padding: 0.85rem 0;
      border-bottom: 1px solid rgba(255, 245, 216, 0.15);
    }

    .launch-list dt {
      color: #ffcc62;
      font-size: 0.67rem;
      font-weight: 900;
      text-transform: uppercase;
    }

    .launch-list dd {
      margin: 0;
      color: #f8efd2;
      font-size: 0.85rem;
      font-weight: 760;
      text-align: right;
    }

    .rules-section {
      padding: 7.5rem 1.25rem;
    }

    .rules-layout {
      display: grid;
      grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
      gap: 4rem;
      align-items: start;
      width: min(var(--max), 100%);
      margin: 0 auto;
    }

    .rules-intro {
      position: sticky;
      top: 6.5rem;
    }

    .rules-title {
      margin: 0.85rem 0 0;
      color: #385d22;
      font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
      font-size: 3.45rem;
      line-height: 0.9;
      text-transform: uppercase;
    }

    .rules-title span {
      display: block;
      width: fit-content;
      margin-top: 0.1em;
      padding: 0.04em 0.12em 0.08em;
      position: relative;
      isolation: isolate;
      color: var(--red);
      text-shadow: 1px 1px 0 rgba(39, 14, 11, 0.5);
    }

    .rules-title span::before {
      content: "";
      position: absolute;
      inset: -0.02em -0.12em -0.07em;
      z-index: -1;
      background: var(--red);
      box-shadow: 0 4px 0 var(--red-deep);
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 640ms cubic-bezier(0.2, 0.8, 0.2, 1);
    }

    .rules-title span::after {
      content: "Play fair.";
      position: absolute;
      inset: 0;
      padding: 0.04em 0.12em 0.08em;
      color: #fff4d0;
      text-shadow: 1px 1px 0 rgba(39, 14, 11, 0.5);
      clip-path: inset(0 100% 0 0);
      transition: clip-path 640ms cubic-bezier(0.2, 0.8, 0.2, 1);
    }

    .rules-title.is-marked span::before {
      transform: scaleX(1);
    }

    .rules-title.is-marked span::after {
      clip-path: inset(0 0% 0 0);
    }

    .rules-intro p {
      margin: 1.1rem 0 0;
      color: rgba(23, 21, 15, 0.73);
      font-weight: 650;
    }

    .rules-key {
      display: grid;
      gap: 0.55rem;
      margin-top: 1.5rem;
      padding-top: 1rem;
      border-top: 1px solid var(--line-dark);
      color: rgba(23, 21, 15, 0.7);
      font-size: 0.83rem;
      font-weight: 700;
    }

    .rules-key span {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
    }

    .rules-key i {
      display: block;
      width: 10px;
      height: 10px;
      background: var(--red);
    }

    .rules-key span:last-child i {
      background: var(--moss);
    }

    .rule-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.9rem;
    }

    .rule-card {
      min-width: 0;
      padding: 1.15rem;
      border: 1px solid rgba(43, 35, 19, 0.2);
      border-top: 4px solid #638a3b;
      border-radius: 6px;
      background: rgba(255, 250, 225, 0.46);
      box-shadow: 5px 5px 0 rgba(91, 112, 48, 0.1);
    }

    .rule-card--hard {
      border-top-color: var(--red);
    }

    .rule-card__meta {
      display: inline-flex;
      margin: 0;
      color: rgba(23, 21, 15, 0.52);
      font-size: 0.67rem;
      font-weight: 900;
      text-transform: uppercase;
    }

    .rule-card h3 {
      margin: 0.48rem 0 0;
      color: #231d10;
      font-size: 1.03rem;
      line-height: 1.16;
    }

    .rule-card > p {
      margin: 0.5rem 0 0;
      color: rgba(23, 21, 15, 0.67);
      font-size: 0.9rem;
      font-weight: 650;
    }

    .rule-card ul {
      display: grid;
      gap: 0.5rem;
      margin: 0.95rem 0 0;
      padding: 0;
      list-style: none;
    }

    .rule-card li {
      color: rgba(23, 21, 15, 0.75);
      font-size: 0.84rem;
      font-weight: 620;
    }

    .rule-tag {
      display: inline-block;
      margin-right: 0.28rem;
      padding: 0.12rem 0.28rem;
      border-radius: 3px;
      color: #fff5d6;
      background: #527e31;
      font-size: 0.61rem;
      font-style: normal;
      font-weight: 950;
      line-height: 1;
      text-transform: uppercase;
      vertical-align: 0.08em;
    }

    .rule-tag--red {
      background: var(--red);
    }

    .rule-note {
      grid-column: 1 / -1;
      margin-top: 0.4rem;
      padding: 1rem 1.15rem;
      border-left: 5px solid var(--red);
      color: rgba(23, 21, 15, 0.78);
      background: rgba(126, 67, 29, 0.11);
      font-weight: 760;
    }

    .final-section {
      padding: 5.5rem 1.25rem 2.25rem;
      background: #090b0e;
    }

    .final-shell {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
      gap: 4rem;
      align-items: center;
      width: min(var(--max), 100%);
      margin: 0 auto;
    }

    .final-section h2 {
      margin: 0;
      color: #fff0ac;
      font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
      font-size: 3.2rem;
      line-height: 0.9;
      text-transform: uppercase;
    }

    .final-section p {
      max-width: 620px;
      margin: 0.9rem 0 0;
      color: rgba(255, 245, 216, 0.64);
      font-weight: 650;
    }

    .final-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.7rem;
      margin-top: 1.35rem;
    }

    .final-actions .button {
      min-width: 166px;
    }

    .final-sky {
      position: relative;
      justify-self: end;
      width: min(430px, 100%);
      height: 220px;
      overflow: hidden;
      border-bottom: 1px solid rgba(255, 225, 137, 0.24);
      background: linear-gradient(180deg, rgba(18, 28, 40, 0.84), rgba(7, 10, 14, 0.26));
    }

    .final-sky::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0.35;
      background-image:
        linear-gradient(rgba(255, 245, 216, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 245, 216, 0.1) 1px, transparent 1px);
      background-size: 34px 34px;
      mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
    }

    .final-sky::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 34%;
      background:
        linear-gradient(135deg, transparent 0 20%, #152b23 20% 42%, transparent 42% 47%, #1d392c 47% 69%, transparent 69%),
        linear-gradient(45deg, transparent 0 18%, #0e201b 18% 37%, transparent 37% 43%, #12271f 43% 64%, transparent 64%);
      background-size: 230px 96px, 210px 86px;
      background-position: center bottom, right bottom;
    }

    .final-sky__moon {
      position: absolute;
      right: 20%;
      top: 32px;
      width: 76px;
      height: 76px;
      background: #ffe184;
      clip-path: polygon(25% 0, 75% 0, 75% 12.5%, 87.5% 12.5%, 87.5% 25%, 100% 25%, 100% 75%, 87.5% 75%, 87.5% 87.5%, 75% 87.5%, 75% 100%, 25% 100%, 25% 87.5%, 12.5% 87.5%, 12.5% 75%, 0 75%, 0 25%, 12.5% 25%, 12.5% 12.5%, 25% 12.5%);
      filter: drop-shadow(0 0 14px rgba(255, 198, 82, 0.25));
    }

    .final-sky__moon::after {
      content: "";
      position: absolute;
      right: -4px;
      top: 0;
      width: 82%;
      height: 82%;
      background: #0d141e;
      clip-path: polygon(25% 0, 75% 0, 75% 12.5%, 87.5% 12.5%, 87.5% 25%, 100% 25%, 100% 75%, 87.5% 75%, 87.5% 87.5%, 75% 87.5%, 75% 100%, 25% 100%, 25% 87.5%, 12.5% 87.5%, 12.5% 75%, 0 75%, 0 25%, 12.5% 25%, 12.5% 12.5%, 25% 12.5%);
    }

    .final-sky__star {
      position: absolute;
      width: 5px;
      height: 5px;
      background: #fff1b5;
      box-shadow: 0 0 14px rgba(255, 212, 106, 0.62);
    }

    .final-sky__star--one { left: 15%; top: 30%; }
    .final-sky__star--two { left: 33%; top: 14%; width: 3px; height: 3px; }
    .final-sky__star--three { left: 51%; top: 42%; width: 3px; height: 3px; }
    .final-sky__star--four { right: 9%; top: 24%; }
    .final-sky__star--five { right: 29%; top: 55%; width: 3px; height: 3px; }

    .final-sky__tag {
      position: absolute;
      left: 14px;
      bottom: 16px;
      z-index: 1;
      color: rgba(255, 237, 172, 0.78);
      font-size: 0.67rem;
      font-weight: 900;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .footer-line {
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      width: min(var(--max), 100%);
      margin: 3rem auto 0;
      padding-top: 1.15rem;
      border-top: 1px solid rgba(255, 245, 216, 0.13);
      color: rgba(255, 245, 216, 0.42);
      font-size: 0.68rem;
      font-weight: 800;
      text-transform: uppercase;
    }

    [data-reveal] {
      opacity: 0;
      transform: translateY(32px) scale(0.98);
      transition: opacity 720ms ease, transform 720ms cubic-bezier(0.16, 0.7, 0.2, 1);
      transition-delay: var(--reveal-delay, 0ms);
    }

    [data-reveal].is-visible {
      opacity: 1;
      transform: translateY(0) scale(1);
    }

    @media (max-width: 1040px) {
      .hero__inner,
      .launch-grid,
      .rules-layout {
        gap: 2.5rem;
      }

      .world-layout {
        gap: 2.5rem;
      }

      .logo-stack {
        font-size: 5.45rem;
      }

      .launch-title {
        font-size: 4.8rem;
      }
    }

    @media (max-width: 860px) {
      .desktop-nav {
        display: none;
      }

      .site-header {
        grid-template-columns: minmax(0, 1fr) auto auto;
        gap: 0.55rem;
      }

      .menu-toggle {
        display: block;
      }

      .hero {
        padding-top: 7.3rem;
      }

      .hero__inner,
      .world-layout,
      .launch-grid,
      .rules-layout {
        grid-template-columns: 1fr;
      }

      .hero__inner {
        gap: 2.5rem;
      }

      .hero-copy {
        max-width: 680px;
      }

      .hero-scene {
        width: min(510px, 100%);
        margin: 0 auto;
      }

      .world-layout {
        margin-top: 2.5rem;
      }

      .server-sheet {
        max-width: 530px;
      }

      .rules-intro {
        position: static;
      }

      .rule-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 620px) {
      .intro-moon {
        right: 8%;
        top: 12%;
        width: 92px;
        height: 92px;
        animation: introMoon 860ms cubic-bezier(0.2, 0.9, 0.2, 1) 80ms forwards,
                   introMoonGlow 1.6s ease-in-out 0.5s infinite;
      }

      .intro-crosshair {
        left: 10%;
        bottom: 22%;
      }

      .intro-title {
        font-size: 3.8rem;
      }

      .site-header {
        top: 10px;
        width: calc(100% - 20px);
        min-height: 54px;
        padding: 0.4rem 0.45rem;
      }

      .brand-mark {
        width: 30px;
        height: 30px;
      }

      .brand-text {
        max-width: 10rem;
        font-size: 0.76rem;
      }

      .header-status {
        display: none;
      }

      .mobile-menu {
        top: 73px;
        width: calc(100% - 20px);
      }

      .hero {
        min-height: auto;
        padding: 6.7rem 1rem 4rem;
      }

      .hero__inner {
        gap: 2.15rem;
      }

      .logo-stack {
        font-size: 3.95rem;
        line-height: 0.75;
      }

      .logo-stack__word {
        -webkit-text-stroke-width: 1.5px;
      }

      .hero-lead {
        font-size: 0.98rem;
      }

      .hero-facts {
        grid-template-columns: 1fr;
      }

      .hero-fact,
      .hero-fact + .hero-fact {
        padding: 0.65rem 0;
        border-left: 0;
      }

      .hero-fact + .hero-fact {
        border-top: 1px solid var(--line-light);
      }

      .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
      }

      .button {
        width: 100%;
      }

      .world-window {
        padding: 0.56rem;
        transform: none;
      }

      .world-window::before {
        display: none;
      }

      .world-window__top,
      .world-window__bottom {
        font-size: 0.55rem;
      }

      .world-window__frame {
        border-width: 5px;
      }

      .scroll-cue {
        display: none;
      }

      .signal-bar__inner {
        grid-template-columns: 1fr;
      }

      .signal-bar__item {
        min-height: 54px;
        padding: 0.65rem 1rem;
        font-size: 0.72rem;
      }

      .signal-bar__item + .signal-bar__item {
        border-top: 1px solid rgba(66, 50, 24, 0.18);
        border-left: 0;
      }

      .paper-section,
      .feature-section,
      .launch-section,
      .rules-section {
        padding: 5rem 1rem;
      }

      .section-title,
      .rules-title {
        font-size: 2.65rem;
      }

      .section-lead {
        font-size: 0.98rem;
      }

      .world-point {
        grid-template-columns: 37px minmax(0, 1fr);
        gap: 0.7rem;
      }

      .world-point__index {
        font-size: 1.32rem;
      }

      .feature-grid,
      .rule-grid {
        grid-template-columns: 1fr;
      }

      .feature-card {
        min-height: 0;
      }

      .launch-grid {
        gap: 2.5rem;
      }

      .launch-title {
        font-size: 3.85rem;
        line-height: 0.8;
      }

      .launch-title span {
        -webkit-text-stroke-width: 1px;
      }

      .rules-layout {
        gap: 2.5rem;
      }

      .final-section {
        padding: 4.25rem 1rem 1.6rem;
      }

      .final-shell {
        grid-template-columns: 1fr;
      }

      .final-section h2 {
        font-size: 2.7rem;
      }

      .final-sky {
        justify-self: start;
        width: 100%;
        height: 170px;
      }

      .footer-line {
        flex-direction: column;
        margin-top: 2.5rem;
      }
    }

    /* ── Alive: custom scrollbar ── */
    ::-webkit-scrollbar { width: 8px; }
    ::-webkit-scrollbar-track { background: var(--void); }
    ::-webkit-scrollbar-thumb { background: rgba(255, 198, 82, 0.18); border-radius: 4px; }
    ::-webkit-scrollbar-thumb:hover { background: rgba(255, 198, 82, 0.38); }

    /* ── Alive: section title underlines ── */
    .section-title::after,
    .launch-title::after,
    .final-section h2::after {
      content: "";
      display: block;
      width: 56px;
      height: 3px;
      margin-top: 0.65rem;
      border-radius: 2px;
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 720ms cubic-bezier(0.2, 0.7, 0.2, 1);
    }

    .section-title--paper::after { background: var(--moss); }
    .section-title--night::after,
    .launch-title::after,
    .final-section h2::after { background: var(--gold); }

    [data-reveal].is-visible .section-title::after,
    [data-reveal].is-visible .launch-title::after,
    [data-reveal].is-visible h2::after {
      transform: scaleX(1);
      transition-delay: 320ms;
    }

    /* ── Alive: hero keyword highlight ── */
    .hero-lead strong {
      position: relative;
      z-index: 0;
    }

    .hero-lead strong::after {
      content: "";
      position: absolute;
      left: -3px;
      right: -3px;
      bottom: 1px;
      height: 36%;
      z-index: -1;
      background: rgba(255, 198, 82, 0.15);
      border-radius: 2px;
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1) 500ms;
    }

    [data-reveal].is-visible .hero-lead strong::after {
      transform: scaleX(1);
    }

    /* ── Alive: label dot pulse ── */
    .eyebrow::before,
    .launch-label::before,
    .intro-label::before {
      animation: dotPulse 2.6s ease-in-out infinite;
    }

    @keyframes dotPulse {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.45); opacity: 0.65; }
    }

    /* ── Alive: status dot pulse ── */
    .status-dot {
      animation: statusPulse 2s ease-in-out infinite;
    }

    @keyframes statusPulse {
      0%, 100% { box-shadow: 0 0 0 3px rgba(163, 48, 36, 0.16); }
      50% { box-shadow: 0 0 0 6px rgba(163, 48, 36, 0.32); }
    }

    /* ── Alive: feature card hover ── */
    .feature-card {
      transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
    }

    .feature-card:hover {
      transform: translateY(-5px);
      border-color: rgba(255, 198, 82, 0.38);
      box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.16), 0 16px 40px rgba(255, 198, 82, 0.1);
    }

    .feature-card__number {
      transition: text-shadow 280ms ease, transform 280ms ease;
      display: inline-block;
    }

    .feature-card:hover .feature-card__number {
      transform: scale(1.18);
      text-shadow: 0 0 22px rgba(255, 204, 98, 0.6);
    }

    .feature-card::after {
      transition: transform 260ms ease, border-color 260ms ease;
    }

    .feature-card:hover::after {
      transform: translate(4px, 4px);
      border-color: rgba(255, 198, 82, 0.92);
    }

    /* ── Alive: rule card hover ── */
    .rule-card {
      transition: transform 260ms ease, box-shadow 260ms ease;
    }

    .rule-card:hover {
      transform: translateY(-4px);
      box-shadow: 5px 10px 0 rgba(91, 112, 48, 0.16);
    }

    .rule-card--hard:hover {
      box-shadow: 5px 10px 0 rgba(140, 48, 34, 0.12);
    }

    /* ── Alive: launch card hover ── */
    .launch-card {
      transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
    }

    .launch-card:hover {
      transform: translateY(-5px);
      border-color: rgba(255, 224, 150, 0.38);
      box-shadow: 12px 18px 0 rgba(0, 0, 0, 0.22);
    }

    /* ── Alive: server sheet hover ── */
    .server-sheet {
      transition: transform 280ms ease, box-shadow 280ms ease;
    }

    .server-sheet:hover {
      transform: translateY(-4px);
      box-shadow: 10px 16px 0 rgba(75, 99, 37, 0.2);
    }

    /* ── Alive: world point hover ── */
    .world-point {
      transition: background 200ms ease, transform 200ms ease;
      border-radius: 4px;
    }

    .world-point:hover {
      background: rgba(93, 141, 54, 0.06);
      transform: translateX(5px);
    }

    .world-point__index {
      transition: color 220ms ease, transform 220ms ease;
      display: inline-block;
    }

    .world-point:hover .world-point__index {
      color: var(--moss);
      transform: scale(1.18);
    }

    /* ── Alive: signal bar hover ── */
    .signal-bar__item {
      transition: background 200ms ease, letter-spacing 380ms ease;
    }

    .signal-bar__item:hover {
      background: rgba(255, 218, 116, 0.1);
      letter-spacing: 0.06em;
    }

    /* ── Alive: spec & list row hover ── */
    .server-specs div,
    .launch-list div {
      transition: transform 180ms ease, background 180ms ease;
      border-radius: 3px;
    }

    .server-specs div:hover {
      background: rgba(93, 141, 54, 0.06);
      transform: translateX(4px);
    }

    .launch-list div:hover {
      background: rgba(255, 198, 82, 0.06);
      transform: translateX(4px);
    }

    /* ── Alive: rule tags ── */
    .rule-tag {
      transition: transform 160ms ease, box-shadow 160ms ease;
      display: inline-block;
    }

    .rule-tag:hover {
      transform: translateY(-1px) scale(1.08);
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    }

    /* ── Alive: brand hover ── */
    .brand {
      transition: transform 200ms ease;
    }

    .brand:hover {
      transform: scale(1.04);
    }

    .brand-mark {
      transition: box-shadow 200ms ease;
    }

    .brand:hover .brand-mark {
      box-shadow: 0 0 24px rgba(255, 196, 77, 0.38);
    }

    /* ── Alive: footer decorations ── */
    .final-sky__star {
      animation: starFloat 3.2s ease-in-out infinite;
    }

    .final-sky__star--two { animation-delay: 0.6s; }
    .final-sky__star--three { animation-delay: 1.3s; }
    .final-sky__star--four { animation-delay: 0.2s; }
    .final-sky__star--five { animation-delay: 1.9s; }

    @keyframes starFloat {
      0%, 100% { opacity: 1; transform: scale(1); }
      50% { opacity: 0.3; transform: scale(0.6); }
    }

    .final-sky__moon {
      animation: moonGlow 4s ease-in-out infinite;
    }

    @keyframes moonGlow {
      0%, 100% { filter: drop-shadow(0 0 14px rgba(255, 198, 82, 0.25)); }
      50% { filter: drop-shadow(0 0 26px rgba(255, 198, 82, 0.52)); }
    }

    /* ── Pop: section number watermarks ── */
    [data-section] {
      position: relative;
    }

    [data-section]::before {
      content: attr(data-section);
      position: absolute;
      right: 0;
      top: -0.2em;
      font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
      font-size: 12rem;
      font-weight: 950;
      line-height: 0.8;
      pointer-events: none;
      user-select: none;
      opacity: 0;
      transform: translateX(20px);
      transition: opacity 900ms ease 200ms, transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1) 200ms;
    }

    [data-section].is-visible::before {
      opacity: 1;
      transform: translateX(0);
    }

    .paper-section [data-section]::before,
    .rules-section [data-section]::before {
      color: rgba(93, 141, 54, 0.07);
    }

    .feature-section [data-section]::before {
      color: rgba(255, 198, 82, 0.05);
    }

    .launch-section [data-section]::before {
      color: rgba(255, 198, 82, 0.06);
    }

    /* ── Pop: kicker accent lines ── */
    .section-kicker,
    .eyebrow,
    .launch-label {
      position: relative;
    }

    .section-kicker::after,
    .eyebrow::after,
    .launch-label::after {
      content: "";
      position: absolute;
      left: 100%;
      top: 50%;
      width: 100px;
      height: 1px;
      margin-left: 0.7rem;
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1) 150ms;
    }

    [data-reveal].is-visible .section-kicker::after,
    [data-reveal].is-visible .eyebrow::after,
    [data-reveal].is-visible .launch-label::after {
      transform: scaleX(1);
    }

    .eyebrow::after {
      background: linear-gradient(90deg, rgba(255, 198, 82, 0.4), transparent);
    }

    .paper-section .section-kicker::after,
    .rules-section .section-kicker::after {
      background: linear-gradient(90deg, rgba(93, 141, 54, 0.35), transparent);
    }

    .feature-section .section-kicker::after {
      background: linear-gradient(90deg, rgba(255, 198, 82, 0.35), transparent);
    }

    .launch-label::after {
      background: linear-gradient(90deg, rgba(255, 198, 82, 0.35), transparent);
    }

    /* ── Pop: watermark responsive ── */
    @media (max-width: 860px) {
      [data-section]::before {
        font-size: 8rem;
      }
    }

    @media (max-width: 620px) {
      [data-section]::before {
        font-size: 5.5rem;
        top: -0.1em;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        scroll-behavior: auto !important;
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 1ms !important;
      }

      .hero-scene,
      .world-window {
        transform: none !important;
      }

      .intro-screen {
        display: none;
      }
    }

    /* ── Premium: cursor glow ─────────────────────────── */
    .cursor-glow {
      position: fixed;
      width: 800px;
      height: 800px;
      border-radius: 50%;
      pointer-events: none;
      z-index: 0;
      opacity: 0;
      background: radial-gradient(circle, rgba(255, 198, 82, 0.07) 0%, rgba(255, 198, 82, 0.025) 35%, transparent 65%);
      transform: translate(-50%, -50%);
      transition: opacity 500ms ease;
      will-change: left, top;
    }

    body:not(.intro-active) .cursor-glow.is-visible {
      opacity: 1;
    }

    @media (max-width: 620px) {
      .cursor-glow { display: none; }
    }

    /* ── Premium: feature card shimmer border ─────────── */
    .feature-card::before {
      content: "";
      position: absolute;
      inset: -1px;
      border-radius: 8px;
      padding: 1px;
      background: linear-gradient(135deg, transparent 20%, rgba(255, 198, 82, 0.45) 50%, transparent 80%);
      background-size: 300% 300%;
      background-position: 0% 0%;
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      opacity: 0;
      transition: opacity 400ms ease;
      pointer-events: none;
    }

    .feature-card:hover::before {
      opacity: 1;
      animation: borderGlide 2.5s linear infinite;
    }

    @keyframes borderGlide {
      0% { background-position: 0% 0%; }
      100% { background-position: 300% 300%; }
    }

    /* ── Premium: signal bar upgrade ──────────────────── */
    .signal-bar {
      background: linear-gradient(180deg, #eddcad, #e0cd9a);
    }

    .signal-bar__item {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.6rem;
    }

    .sb-pip {
      display: block;
      width: 8px;
      height: 8px;
      flex-shrink: 0;
      background: var(--gold-deep);
      box-shadow: 0 0 0 2px rgba(217, 123, 43, 0.15);
      animation: dotPulse 2.6s ease-in-out infinite;
    }

    .sb-pip--moss {
      background: var(--moss);
      box-shadow: 0 0 0 2px rgba(93, 141, 54, 0.15);
    }

    .sb-pip--gold {
      background: var(--gold);
      box-shadow: 0 0 0 2px rgba(255, 198, 82, 0.15);
    }

    /* ── Premium: section ambient glows ───────────────── */
    .feature-section::after {
      content: "";
      position: absolute;
      top: 8%;
      left: 50%;
      width: 60%;
      height: 40%;
      transform: translateX(-50%);
      background: radial-gradient(ellipse, rgba(255, 198, 82, 0.035) 0%, transparent 70%);
      pointer-events: none;
      z-index: 0;
    }

    .launch-section {
      background:
        radial-gradient(ellipse 45% 55% at 75% 35%, rgba(173, 56, 43, 0.06) 0%, transparent 70%),
        #1a120c;
    }

    /* ── Premium: world window breathing glow ─────────── */
    .world-window {
      animation: windowPulse 5s ease-in-out infinite;
    }

    @keyframes windowPulse {
      0%, 100% {
        box-shadow: 0 32px 70px rgba(0, 0, 0, 0.42), 0 0 0 8px rgba(255, 208, 89, 0.035);
      }
      50% {
        box-shadow: 0 32px 70px rgba(0, 0, 0, 0.42), 0 0 0 12px rgba(255, 208, 89, 0.065), 0 0 80px rgba(255, 208, 89, 0.04);
      }
    }

    /* ── Premium: paper section top shadow ────────────── */
    .paper-section::before,
    .rules-section::before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      right: 0;
      height: 100px;
      background: linear-gradient(180deg, rgba(8, 10, 14, 0.06) 0%, transparent 100%);
      pointer-events: none;
      z-index: 1;
    }

    /* ── Premium: intro ready state (dot turns green) ── */
    .intro-label.is-ready::before {
      background: #5ec26a;
      box-shadow: 0 0 0 3px rgba(94, 194, 106, 0.18), 0 0 12px rgba(94, 194, 106, 0.3);
      animation: none;
    }

    /* ── Premium: intro skip hint ─────────────────────── */
    .intro-hint {
      position: absolute;
      bottom: 10%;
      left: 50%;
      transform: translateX(-50%);
      color: rgba(255, 244, 208, 0.28);
      font-size: 0.6rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      opacity: 0;
      animation: introHintFade 500ms ease 1.6s forwards;
    }

    @keyframes introHintFade {
      to { opacity: 1; }
    }



    /* ── Premium: active nav glow ─────────────────────── */
    .desktop-nav a.is-active {
      box-shadow: 0 0 16px rgba(255, 198, 82, 0.2);
    }

    /* ── Premium: footer star color variety ───────────── */
    .final-sky__star--one { background: #ffe8c0; }
    .final-sky__star--four { background: #ffdfaa; }