@import url('https://fonts.googleapis.com/css2?family=Anybody:ital,wdth,wght@0,50..150,100..900;1,50..150,100..900&display=swap');

:root {
  --bg: #060806;
  --bg-soft: #0a0e0a;
  --panel: rgba(13, 18, 13, .78);
  --ivory: #e7e4d4;
  --muted: #98a094;
  --orange: #dc5c33;
  --orange-hot: #f26b40;
  --green: #94ff00;
  --line: rgba(231, 228, 212, .14);
  --line-soft: rgba(231, 228, 212, .075);
  --display: 'Anybody', sans-serif;
  --sans: 'Anybody', sans-serif;
  --mono: 'Anybody', sans-serif;
  --page: min(1540px, calc(100vw - 72px));
  --ease: cubic-bezier(.16, 1, .3, 1);
  --scroll-progress: 0%;
  --hero-shift: 0px;
  --hero-fade: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  min-width: 320px;
  background: var(--bg);
  scroll-behavior: smooth;
  view-transition-name: none;
}

body {
  position: relative;
  isolation: isolate;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ivory);
  background:
    radial-gradient(circle at 86% 5%, rgba(220, 92, 51, .13), transparent 34rem),
    radial-gradient(circle at 8% 56%, rgba(148, 255, 0, .025), transparent 27rem),
    linear-gradient(180deg, #080a08, var(--bg) 58%, #080b08);
  font-family: var(--sans);
  font-stretch: 100%;
  font-variation-settings: 'wdth' 100;
  -webkit-font-smoothing: antialiased;
  cursor: url("images/rr-cursor.png?v=37") 1 1, auto;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  opacity: .58;
  background:
    linear-gradient(rgba(231, 228, 212, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231, 228, 212, .018) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000 0 72%, transparent);
}

body::after {
  content: "";
  position: fixed;
  inset: -14%;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 18%, rgba(220, 92, 51, .9), rgba(231, 228, 212, .36) 43%, transparent 72%),
    linear-gradient(145deg, rgba(231, 228, 212, .38), rgba(220, 92, 51, .72) 58%, rgba(148, 255, 0, .12));
  -webkit-mask-image: url("SVG_PATERN.svg?v=2");
  -webkit-mask-repeat: repeat;
  -webkit-mask-position: 7vw 4vh;
  -webkit-mask-size: 1320px 870px;
  mask-image: url("SVG_PATERN.svg?v=2");
  mask-repeat: repeat;
  mask-position: 7vw 4vh;
  mask-size: 1320px 870px;
  opacity: .003;
  transform: translate3d(0, 0, 0) scale(1.02);
  animation: n-site-pattern-drift 38s var(--ease) infinite alternate;
  will-change: transform;
}

a,
button,
input {
  color: inherit;
  font: inherit;
}

a,
button {
  text-decoration: none;
  cursor: url("images/rr-cursor.png?v=37") 1 1, pointer;
}

button,
input {
  border-radius: 0;
}

button {
  border: 0;
}

img {
  display: block;
  max-width: 100%;
}

ul {
  list-style: none;
}

::selection {
  color: white;
  background: var(--orange);
}

::-webkit-scrollbar {
  width: 6px;
  background: #050705;
}

::-webkit-scrollbar-thumb {
  background: var(--orange);
}

.n-flow-canvas {
  position: fixed;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.6s ease;
}

.n-claw-canvas {
  position: fixed;
  inset: 0;
  z-index: 84;
  width: 100%;
  height: 100%;
  pointer-events: none;
  filter: saturate(112%) drop-shadow(0 0 1px rgba(228, 82, 38, .2));
  mix-blend-mode: normal;
}

body.is-ready .n-flow-canvas {
  opacity: .82;
}

html[data-route-animating] .n-flow-canvas {
  animation: n-route-flow-pulse 1.11s cubic-bezier(.22, .61, .36, 1) both;
}

#app {
  view-transition-name: rr-page;
  transform-origin: center top;
  transition: opacity .26s ease, transform .42s cubic-bezier(.22, .61, .36, 1);
}

::view-transition-group(rr-page) {
  z-index: 70;
  perspective: 1500px;
  animation-duration: .92s;
  animation-timing-function: cubic-bezier(.22, .61, .36, 1);
}

::view-transition-image-pair(rr-page) {
  isolation: isolate;
}

::view-transition-old(rr-page),
::view-transition-new(rr-page) {
  height: 100%;
  mix-blend-mode: normal;
  backface-visibility: hidden;
  transform-origin: center top;
  will-change: opacity, transform;
}

::view-transition-old(rr-page) {
  z-index: 1;
  animation: n-route-view-forward-out .72s cubic-bezier(.4, 0, .2, 1) both;
}

::view-transition-new(rr-page) {
  z-index: 2;
  animation: n-route-view-forward-in .88s .03s cubic-bezier(.22, .61, .36, 1) both;
}

html[data-route-direction="backward"]::view-transition-old(rr-page) {
  animation-name: n-route-view-backward-out;
}

html[data-route-direction="backward"]::view-transition-new(rr-page) {
  animation-name: n-route-view-backward-in;
}

body.is-page-fading #app {
  opacity: 0;
  transform: translate3d(-10px, -4px, 0) scale(.996);
}

body.is-page-arriving #app {
  animation: n-route-fallback-forward-in .58s cubic-bezier(.22, .61, .36, 1) both;
}

html[data-route-direction="backward"] body.is-page-fading #app {
  transform: translate3d(10px, -4px, 0) scale(.996);
}

html[data-route-direction="backward"] body.is-page-arriving #app {
  animation-name: n-route-fallback-backward-in;
}

.n-noise {
  position: fixed;
  inset: -12%;
  z-index: 90;
  pointer-events: none;
  opacity: .02;
  background:
    repeating-radial-gradient(circle at 22% 37%, #fff 0 .45px, transparent .7px 4px),
    repeating-radial-gradient(circle at 76% 64%, #fff 0 .4px, transparent .7px 5px);
  background-size: 7px 9px, 11px 13px;
  mix-blend-mode: soft-light;
  animation: n-noise .8s steps(2) infinite;
}

.n-noise::before,
.n-noise::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}

.n-noise::before {
  display: none;
  background:
    linear-gradient(
      108deg,
      transparent 45.85%,
      rgba(220, 92, 51, .12) 46.15%,
      rgba(255, 240, 218, .9) 46.52%,
      rgba(220, 92, 51, .56) 46.82%,
      transparent 47.42%
    ),
    linear-gradient(
      108deg,
      transparent 48.7%,
      rgba(220, 92, 51, .1) 49.02%,
      rgba(255, 240, 218, .82) 49.38%,
      rgba(220, 92, 51, .5) 49.7%,
      transparent 50.28%
    ),
    linear-gradient(
      108deg,
      transparent 51.55%,
      rgba(220, 92, 51, .08) 51.86%,
      rgba(255, 240, 218, .72) 52.2%,
      rgba(220, 92, 51, .44) 52.52%,
      transparent 53.1%
    ),
    linear-gradient(
      108deg,
      transparent 42%,
      rgba(220, 92, 51, .035) 46%,
      rgba(220, 92, 51, .12) 49.5%,
      rgba(220, 92, 51, .035) 54%,
      transparent 58%
    );
  -webkit-mask-image: linear-gradient(180deg, transparent 4%, #000 22%, #000 76%, transparent 96%);
  mask-image: linear-gradient(180deg, transparent 4%, #000 22%, #000 76%, transparent 96%);
  filter: drop-shadow(0 0 18px rgba(220, 92, 51, .32));
  transform: translate3d(-72%, 0, 0) skewX(-8deg);
  will-change: transform, opacity;
}

.n-noise::after {
  background:
    repeating-linear-gradient(
      180deg,
      transparent 0 7px,
      rgba(231, 228, 212, .042) 7px 8px
    ),
    linear-gradient(
      90deg,
      transparent 0 8%,
      rgba(220, 92, 51, .08) 8% 19%,
      transparent 19% 43%,
      rgba(231, 228, 212, .045) 43% 49%,
      transparent 49% 71%,
      rgba(220, 92, 51, .055) 71% 86%,
      transparent 86%
    ),
    linear-gradient(
      180deg,
      transparent 9%,
      rgba(220, 92, 51, .03) 46%,
      rgba(232, 228, 210, .045) 53%,
      transparent 88%
    );
  will-change: opacity;
}

html[data-route-animating] .n-noise {
  opacity: 1;
  background: transparent;
  mix-blend-mode: screen;
  animation: none;
}

html[data-route-animating][data-route-direction="forward"] .n-noise::before {
  animation: n-route-slice-forward 1.11s cubic-bezier(.22, .61, .36, 1) both;
}

html[data-route-animating][data-route-direction="backward"] .n-noise::before {
  animation: n-route-slice-backward 1.11s cubic-bezier(.22, .61, .36, 1) both;
}

html[data-route-animating] .n-noise::after {
  animation: n-route-scanlines 1.11s ease both;
}

html[data-route-animating] .n-logo img {
  animation: n-route-brand-pulse 1.11s cubic-bezier(.22, .61, .36, 1) both;
}

.n-page-transition {
  position: fixed;
  inset: 0;
  z-index: 120;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  contain: strict;
  transform: translateZ(0);
}

.n-page-transition.is-active {
  visibility: visible;
  pointer-events: auto;
}

.n-transition-shutter {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  color: var(--ivory);
  background:
    radial-gradient(circle at 77% 22%, rgba(220, 92, 51, .18), transparent 32%),
    linear-gradient(112deg, #050705 0 46%, #0a0e0a 72%, #050705);
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(1.012);
  will-change: opacity, transform;
}

.n-page-transition.is-running .n-transition-shutter {
  animation: n-transition-veil 1.36s linear forwards;
}

.n-transition-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .44;
  background:
    linear-gradient(rgba(231, 228, 212, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231, 228, 212, .035) 1px, transparent 1px),
    repeating-linear-gradient(180deg, transparent 0 7px, rgba(231, 228, 212, .018) 7px 8px);
  background-size: 54px 54px, 54px 54px, 100% 8px;
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .28) 76%, transparent);
}

.n-page-transition.is-running .n-transition-grid {
  animation: n-transition-grid-drift 1.36s linear forwards;
}

.n-transition-flash {
  position: absolute;
  z-index: 2;
  inset: -35% -45%;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(
    108deg,
    transparent 34%,
    rgba(220, 92, 51, .08) 44%,
    rgba(220, 92, 51, .36) 48.5%,
    rgba(255, 244, 232, .78) 50%,
    rgba(220, 92, 51, .28) 51.5%,
    transparent 66%
  );
  transform: translate3d(-48%, 0, 0) skewX(-10deg);
  will-change: transform, opacity;
}

.n-page-transition.is-running .n-transition-flash {
  animation: n-transition-flash 1.36s cubic-bezier(.22, .61, .36, 1) forwards;
}

.n-transition-hud {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(24px, 4.8vw, 92px);
  opacity: 0;
  transform: translate3d(0, 14px, 0);
}

.n-page-transition.is-running .n-transition-hud {
  animation: n-transition-hud-cycle 1.36s linear forwards;
}

.n-transition-hud > span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(231, 228, 212, .58);
  font-family: var(--mono);
  font-size: clamp(10px, .75vw, 14px);
  letter-spacing: .11em;
  text-transform: uppercase;
}

.n-transition-hud > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 16px rgba(220, 92, 51, .72);
}

.n-transition-hud > span b,
.n-transition-hud > small b {
  font-weight: 500;
}

.n-transition-hud > strong {
  max-width: 100%;
  margin: clamp(14px, 2vw, 28px) 0;
  color: var(--ivory);
  font-family: var(--display);
  font-size: min(10.2vw, 154px);
  font-weight: 800;
  line-height: .78;
  letter-spacing: -.06em;
  text-transform: uppercase;
  text-shadow: 0 0 42px rgba(220, 92, 51, .12);
}

.n-transition-hud > small {
  min-width: min(520px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 12px;
  border-top: 1px solid rgba(231, 228, 212, .18);
  color: rgba(231, 228, 212, .42);
  font-family: var(--mono);
  font-size: clamp(9px, .65vw, 12px);
  font-style: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.n-transition-hud > small b {
  color: var(--orange);
}

.n-transition-hud > small i {
  font-style: normal;
}

.n-transition-topline {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, var(--orange) 18%, #fff 50%, var(--orange) 82%, transparent);
  box-shadow: 0 0 18px rgba(220, 92, 51, .72);
  transform: scaleX(.15);
  transform-origin: left;
}

.n-page-transition.is-running .n-transition-topline {
  animation: n-transition-topline-cycle 1.36s ease forwards;
}

.n-transition-edge {
  position: absolute;
  z-index: 6;
  top: 0;
  bottom: 0;
  left: -3px;
  width: 3px;
  opacity: 0;
  background: linear-gradient(180deg, transparent 4%, #fff 19%, var(--orange) 52%, transparent 96%);
  box-shadow: 0 0 24px rgba(220, 92, 51, .88);
  will-change: transform, opacity;
}

.n-page-transition.is-running .n-transition-edge {
  animation: n-transition-edge-cycle 1.36s cubic-bezier(.22, .61, .36, 1) forwards;
}

.n-page-transition.is-reduced .n-transition-shutter {
  opacity: 1;
  transform: none;
  animation: none !important;
}

.n-page-transition.is-reduced :is(
  .n-transition-grid,
  .n-transition-flash,
  .n-transition-hud,
  .n-transition-topline,
  .n-transition-edge
) {
  animation: none !important;
}

.n-page-transition.is-reduced .n-transition-hud {
  opacity: 1;
  transform: none;
}

.n-intro {
  --intro-x: 50vw;
  --intro-y: 50vh;
  --intro-rx: 0deg;
  --intro-ry: 0deg;
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 18px;
  padding: 28px 32px;
  overflow: hidden;
  color: var(--ivory);
  background:
    linear-gradient(rgba(240, 229, 208, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 229, 208, .035) 1px, transparent 1px),
    radial-gradient(circle at 78% 18%, rgba(220, 92, 51, .13), transparent 34%),
    linear-gradient(145deg, #071009, #0b130e 54%, #11110d);
  background-size: 56px 56px, 56px 56px, auto, auto;
  clip-path: inset(0 0 0 0);
  transition: clip-path .9s var(--ease), visibility 0s .9s;
  perspective: 900px;
}

.n-intro::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: min(62vmax, 920px);
  aspect-ratio: 1;
  pointer-events: none;
  border-radius: 50%;
  opacity: .72;
  background: radial-gradient(circle, rgba(220, 92, 51, .2), rgba(40, 86, 52, .08) 34%, transparent 70%);
  transform: translate3d(var(--intro-x), var(--intro-y), 0) translate(-50%, -50%);
  transition: opacity .35s ease;
  will-change: transform;
}

.n-intro::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: .38;
  background:
    linear-gradient(120deg, transparent 0 47%, rgba(220, 92, 51, .11) 47.08% 47.2%, transparent 47.28%),
    linear-gradient(18deg, transparent 0 69%, rgba(240, 229, 208, .055) 69.06% 69.16%, transparent 69.22%);
}

.n-intro.complete {
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
}

.n-intro-field {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.n-intro-field::before,
.n-intro-field::after {
  content: "";
  position: absolute;
  opacity: .34;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  will-change: transform;
}

.n-intro-field::before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--orange), transparent);
  transform: translate3d(var(--intro-x), 0, 0);
}

.n-intro-field::after {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  transform: translate3d(0, var(--intro-y), 0);
}

.n-intro-top,
.n-intro-bottom {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 620;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.n-intro-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--orange-hot);
}

.n-intro-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(220, 92, 51, .09), 0 0 18px currentColor;
  animation: n-intro-status-pulse .9s ease-in-out infinite alternate;
}

.n-intro-status b {
  font-weight: 650;
}

.n-intro.is-locked .n-intro-status {
  color: var(--green);
}

.n-intro.is-locked .n-intro-mark {
  border-color: rgba(168, 193, 143, .42);
}

.n-intro.is-locked .n-intro-orbits i {
  animation-duration: 7s;
}

.n-intro-center {
  position: relative;
  z-index: 2;
  align-self: center;
  justify-self: center;
  display: grid;
  justify-items: center;
  gap: 18px;
}

.n-intro-mark {
  position: relative;
  width: clamp(250px, 31vw, 470px);
  aspect-ratio: 1.58;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240, 229, 208, .17);
  background:
    linear-gradient(135deg, rgba(240, 229, 208, .045), transparent 52%),
    rgba(5, 11, 7, .54);
  box-shadow: inset 0 0 54px rgba(220, 92, 51, .035), 0 34px 90px rgba(0, 0, 0, .25);
  transform: rotateX(var(--intro-rx)) rotateY(var(--intro-ry)) translateZ(0);
  transition: transform .16s ease-out, border-color .35s ease;
  transform-style: preserve-3d;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
}

.n-intro-mark::before,
.n-intro-mark::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.n-intro-mark::before {
  inset: 12px;
  border: 1px solid rgba(220, 92, 51, .22);
  clip-path: inherit;
}

.n-intro-mark::after {
  left: 12%;
  right: 12%;
  top: 22%;
  height: 1px;
  opacity: .6;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  animation: n-intro-scan 1.5s ease-in-out infinite alternate;
}

.n-intro-mark > span {
  position: absolute;
  left: 20px;
  top: 16px;
  color: var(--orange-hot);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .11em;
}

.n-intro-mark img {
  position: relative;
  z-index: 3;
  width: min(72%, calc(100% - 80px));
  height: auto;
  max-height: none;
  object-fit: contain;
  clip-path: none;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .3));
  transform: translateZ(26px);
  animation: n-intro-logo-lock .9s var(--ease) both, n-intro-logo-live 1.8s 1s ease-in-out infinite alternate;
}

.n-intro-orbits {
  position: absolute;
  z-index: 1;
  inset: 16% 24%;
  pointer-events: none;
  transform: translateZ(5px);
}

.n-intro-orbits i {
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  border-top-color: rgba(220, 92, 51, .52);
  border-right-color: rgba(220, 92, 51, .22);
  border-radius: 50%;
  animation: n-intro-orbit-turn 4.8s linear infinite;
}

.n-intro-orbits i:nth-child(2) {
  inset: 10%;
  border-top-color: rgba(240, 229, 208, .28);
  border-right-color: rgba(240, 229, 208, .1);
  animation-duration: 3.4s;
  animation-direction: reverse;
}

.n-intro-orbits i:nth-child(3) {
  inset: 22%;
  border-top-color: rgba(168, 193, 143, .34);
  border-right-color: rgba(168, 193, 143, .12);
  animation-duration: 2.6s;
}

.n-intro-meter {
  position: absolute;
  z-index: 4;
  right: 20px;
  bottom: 17px;
  height: 22px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  transform: translateZ(18px);
}

.n-intro-meter i {
  width: 2px;
  height: 30%;
  background: var(--orange-hot);
  transform-origin: bottom;
  animation: n-intro-meter-live .58s ease-in-out infinite alternate;
}

.n-intro-meter i:nth-child(2) { animation-delay: -.34s; }
.n-intro-meter i:nth-child(3) { animation-delay: -.12s; }
.n-intro-meter i:nth-child(4) { animation-delay: -.48s; }
.n-intro-meter i:nth-child(5) { animation-delay: -.22s; }
.n-intro-meter i:nth-child(6) { animation-delay: -.4s; }

.n-intro-center > strong {
  font-family: var(--display);
  color: var(--ivory);
  font-size: clamp(17px, 1.35vw, 24px);
  font-weight: 720;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.n-intro-center > p {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.n-intro-progress {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.n-intro-progress > i {
  height: 2px;
  overflow: hidden;
  background: rgba(240, 229, 208, .11);
}

.n-intro-progress > i b {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--orange), var(--ivory), var(--orange));
  background-size: 220% 100%;
  box-shadow: 0 0 18px rgba(220, 92, 51, .52);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .12s linear;
  animation: n-intro-progress-flow 1.1s linear infinite;
}

.n-intro-progress > span {
  min-width: 110px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .11em;
  text-align: right;
  text-transform: uppercase;
}

.n-cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 88;
  width: 52px;
  height: 52px;
  display: none;
  place-items: center;
  pointer-events: none;
  border: 1px solid rgba(231, 228, 212, .38);
  border-radius: 50%;
  color: var(--ivory);
  transform: translate3d(calc(var(--x, -100px) - 50%), calc(var(--y, -100px) - 50%), 0);
  transition: width .4s var(--ease), height .4s var(--ease), color .35s ease, background .35s ease, border-color .35s ease, transform .12s linear;
  mix-blend-mode: difference;
}

.n-cursor i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.n-cursor b {
  display: none;
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 500;
  letter-spacing: .11em;
}

.n-cursor.link {
  width: 74px;
  height: 74px;
  border-color: var(--ivory);
  color: #070907;
  background: var(--ivory);
}

.n-cursor.link i {
  display: none;
}

.n-cursor.link b {
  display: block;
}

.n-cursor-trail {
  position: fixed;
  inset: 0;
  z-index: 87;
  pointer-events: none;
  mix-blend-mode: screen;
}

.n-cursor-trail i {
  position: absolute;
  left: -2px;
  top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 12px rgba(220, 92, 51, .75);
  opacity: .18;
}

.n-cursor-trail i:nth-child(2) { opacity: .14; }
.n-cursor-trail i:nth-child(3) { opacity: .1; }
.n-cursor-trail i:nth-child(4) { opacity: .07; }
.n-cursor-trail i:nth-child(5) { opacity: .04; }

.n-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 86px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 0 32px;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(6, 8, 6, .72);
  backdrop-filter: blur(22px) saturate(120%);
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity .9s ease, transform 1s var(--ease);
}

body.is-ready .n-header {
  opacity: 1;
  transform: translateY(0);
}

.n-header::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  width: var(--scroll-progress);
  height: 1px;
  background: var(--orange);
  box-shadow: 0 0 16px rgba(220, 92, 51, .65);
}

.n-logo {
  --mx: 0px;
  --my: 0px;
  width: 166px;
  transform: translate3d(var(--mx), var(--my), 0);
  transition: transform .4s var(--ease);
}

.n-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.6vw, 46px);
}

.n-nav a {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 7px;
  padding: 8px 0;
  color: rgba(231, 228, 212, .48);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color .35s ease;
}

.n-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .5s var(--ease);
}

.n-nav a:hover,
.n-nav a.active {
  color: var(--ivory);
}

.n-nav a:hover::after,
.n-nav a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.n-nav small {
  color: var(--orange);
  font-size: 6px;
}

.n-header-actions {
  display: flex;
  align-items: center;
  gap: 13px;
}

.n-glory-entry {
  --mx: 0px;
  --my: 0px;
  position: relative;
  height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 13px;
  overflow: hidden;
  border: 1px solid rgba(220, 92, 51, .42);
  color: var(--ivory);
  background: linear-gradient(110deg, rgba(220, 92, 51, .2), rgba(11, 17, 13, .72) 70%);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .065em;
  text-transform: uppercase;
  transform: translate3d(var(--mx), var(--my), 0);
  transition: color .3s ease, border-color .3s ease, background .3s ease, transform .4s var(--ease);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.n-glory-entry::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 30%, rgba(240, 229, 208, .2), transparent 70%);
  transform: translateX(-120%);
  transition: transform .65s var(--ease);
}

.n-glory-entry:hover {
  border-color: var(--orange-hot);
  background: linear-gradient(110deg, rgba(220, 92, 51, .34), rgba(11, 17, 13, .82) 72%);
}

.n-glory-entry:hover::before {
  transform: translateX(120%);
}

.n-glory-entry > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange-hot);
  box-shadow: 0 0 13px rgba(239, 106, 63, .85);
  animation: n-intro-status-pulse .9s ease-in-out infinite alternate;
}

.n-glory-entry > b {
  color: var(--orange-hot);
  font-size: 8px;
}

.n-compare {
  height: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.n-compare > * {
  min-width: 48px;
  display: grid;
  place-items: center;
}

.n-compare a {
  color: rgba(231, 228, 212, .4);
  transition: color .35s ease, background .35s ease;
}

.n-compare a:hover {
  color: var(--ivory);
  background: rgba(231, 228, 212, .05);
}

.n-compare span {
  color: white;
  background: var(--orange);
}

.n-menu-button {
  width: 42px;
  height: 38px;
  display: none;
  place-items: center;
  background: transparent;
  border: 1px solid var(--line);
}

.n-menu-button i {
  position: absolute;
  width: 16px;
  height: 1px;
  background: var(--ivory);
  transition: transform .4s var(--ease);
}

.n-menu-button i:first-child { transform: translateY(-3px); }
.n-menu-button i:last-child { transform: translateY(3px); }
.menu-open .n-menu-button i:first-child { transform: rotate(45deg); }
.menu-open .n-menu-button i:last-child { transform: rotate(-45deg); }

.n-sound {
  --mx: 0px;
  --my: 0px;
  position: fixed;
  z-index: 55;
  left: 24px;
  bottom: 20px;
  min-width: 112px;
  height: 38px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 11px;
  border: 1px solid var(--line);
  color: rgba(231, 228, 212, .65);
  background: rgba(6, 8, 6, .8);
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translate3d(var(--mx), calc(var(--my) + 20px), 0);
  transition: opacity .8s ease, transform .8s var(--ease), color .35s ease, border-color .35s ease;
}

body.is-ready .n-sound {
  opacity: 1;
  transform: translate3d(var(--mx), var(--my), 0);
}

.n-sound:hover,
.n-sound.active {
  color: var(--ivory);
  border-color: rgba(220, 92, 51, .6);
}

.n-sound > span {
  height: 15px;
  display: flex;
  align-items: center;
  gap: 2px;
}

.n-sound i {
  width: 2px;
  height: 25%;
  background: var(--orange);
}

.n-sound i:nth-child(2) { height: 70%; }
.n-sound i:nth-child(3) { height: 42%; }
.n-sound i:nth-child(4) { height: 90%; }

.n-sound.active i {
  animation: n-meter .65s ease-in-out infinite alternate;
}

.n-sound i:nth-child(2) { animation-delay: -.3s !important; }
.n-sound i:nth-child(3) { animation-delay: -.55s !important; }
.n-sound i:nth-child(4) { animation-delay: -.15s !important; }

.n-sound b {
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.n-page-rail {
  position: fixed;
  z-index: 30;
  right: 14px;
  top: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(231, 228, 212, .26);
  font-family: var(--mono);
  font-size: 6px;
  letter-spacing: .12em;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.n-page-rail > i {
  width: 1px;
  height: 72px;
  overflow: hidden;
  background: var(--line);
}

.n-page-rail > i b {
  width: 1px;
  height: 24px;
  display: block;
  background: var(--orange);
  animation: n-rail 2.3s var(--ease) infinite;
}

.n-hero {
  position: relative;
  min-height: clamp(700px, 88svh, 900px);
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 116px max(36px, calc((100vw - 1540px) / 2)) 52px;
}

.n-hero::before,
.n-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.n-hero::before {
  left: 50%;
  top: 86px;
  bottom: 0;
  width: 1px;
  background: linear-gradient(transparent, var(--line-soft) 18% 82%, transparent);
}

.n-hero::after {
  top: 52%;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-soft) 10% 90%, transparent);
}

.n-hero-grid {
  position: absolute;
  inset: 86px 0 0;
  opacity: .32;
  background:
    linear-gradient(rgba(231, 228, 212, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231, 228, 212, .035) 1px, transparent 1px);
  background-size: 9.09% 16.66%;
  mask-image: radial-gradient(circle at 67% 47%, #000, transparent 62%);
}

.n-hero-meta {
  position: absolute;
  z-index: 4;
  top: 108px;
  right: max(36px, calc((100vw - 1540px) / 2));
  left: max(36px, calc((100vw - 1540px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(231, 228, 212, .34);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.n-hero-copy {
  position: relative;
  z-index: 4;
  width: min(900px, 66vw);
  opacity: var(--hero-fade);
  transform: translateY(var(--hero-shift));
  transition: opacity .12s linear, transform .12s linear;
}

.n-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(231, 228, 212, .56);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.n-kicker i,
.n-archive-status i,
.n-manager-status i,
.n-summary-status i {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(220, 92, 51, .1), 0 0 18px rgba(220, 92, 51, .7);
  animation: n-pulse 1.7s ease-in-out infinite;
}

.n-display-title {
  margin: 22px 0 0 -.055em;
  font-family: var(--display);
  font-size: clamp(70px, 9.4vw, 164px);
  font-weight: 800;
  line-height: .78;
  letter-spacing: -.075em;
  text-transform: uppercase;
}

.n-title-line {
  display: block;
  overflow: hidden;
}

.n-title-line b {
  display: block;
  font-weight: inherit;
  transform: translateY(112%) skewY(4deg);
}

body.is-ready .n-title-line b {
  animation: n-title-in 1.25s var(--ease) forwards;
}

body.is-ready .n-title-line:nth-child(2) b {
  animation-delay: .11s;
}

.n-claw-text {
  --cut-x: 50%;
  --cut-y: 50%;
  position: relative;
  isolation: isolate;
}

.n-claw-text > .n-title-glyph,
.n-claw-text > .n-title-slice {
  display: block;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
  -webkit-text-stroke: inherit;
}

.n-claw-text > .n-title-glyph {
  opacity: 1;
}

.n-claw-text > .n-title-slice {
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity, filter;
}

.n-claw-text > .n-title-slice.top {
  clip-path: polygon(0 0, 100% 0, 100% calc(var(--cut-y) - 6%), 0 calc(var(--cut-y) + 4%));
}

.n-claw-text > .n-title-slice.bottom {
  clip-path: polygon(0 calc(var(--cut-y) + 4%), 100% calc(var(--cut-y) - 6%), 100% 100%, 0 100%);
}

.n-claw-text > .n-title-cut {
  position: absolute;
  z-index: 4;
  top: var(--cut-y);
  left: var(--cut-x);
  width: clamp(70px, 12vw, 180px);
  height: 2px;
  opacity: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 234, 218, .94) 18%, var(--orange) 50%, rgba(255, 234, 218, .82) 82%, transparent);
  box-shadow:
    0 0 5px rgba(220, 92, 51, .62),
    0 0 14px rgba(220, 92, 51, .34);
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-5deg) scaleX(0);
  transform-origin: center;
}

.n-claw-text.is-clawed > .n-title-glyph {
  opacity: 0;
}

.n-claw-text.is-clawed > .n-title-slice {
  opacity: 1;
  filter: drop-shadow(0 0 1px rgba(220, 92, 51, .32));
}

.n-claw-text.is-clawed > .n-title-slice.top {
  animation: n-claw-slice-top .56s var(--ease) both;
}

.n-claw-text.is-clawed > .n-title-slice.bottom {
  animation: n-claw-slice-bottom .56s var(--ease) both;
}

.n-claw-text.is-clawed > .n-title-cut {
  animation: n-claw-cut .52s ease-out both;
}

.n-title-line.outline b {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(231, 228, 212, .72);
}

.n-display-title > em {
  display: block;
  margin-top: .14em;
  color: var(--orange);
  font-size: .28em;
  font-style: italic;
  letter-spacing: -.035em;
  line-height: 1;
  opacity: 0;
  transform: translateX(-20px);
}

body.is-ready .n-display-title > em {
  animation: n-accent-in .8s .55s var(--ease) forwards;
}

.n-hero-description {
  max-width: 660px;
  margin: 24px 0 0;
  padding: 16px 0 0 18px;
  border-left: 1px solid var(--orange);
  color: rgba(231, 228, 212, .64);
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.7;
}

.n-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.n-action {
  --mx: 0px;
  --my: 0px;
  position: relative;
  overflow: hidden;
  width: fit-content;
  min-width: 218px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 20px;
  padding: 0 17px;
  border: 1px solid rgba(220, 92, 51, .58);
  color: var(--ivory);
  background: rgba(220, 92, 51, .07);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  transform: translate3d(var(--mx), var(--my), 0);
  transition: color .45s ease, border-color .45s ease, transform .38s var(--ease);
}

.n-action::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .55s var(--ease);
}

.n-action span,
.n-action b {
  position: relative;
  z-index: 1;
}

.n-action b {
  color: var(--orange);
  font-size: 17px;
  font-weight: 400;
  transition: color .35s ease, transform .4s var(--ease);
}

.n-action:hover {
  border-color: var(--orange);
  color: white;
}

.n-action:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.n-action:hover b {
  color: white;
  transform: translate(3px, -3px);
}

.n-action-row .n-action + .n-action {
  border-color: var(--line);
  background: transparent;
}

.n-signal-object {
  --rx: 0deg;
  --ry: 0deg;
  position: absolute;
  z-index: 3;
  right: max(4vw, calc((100vw - 1540px) / 2));
  top: 50%;
  width: min(39vw, 610px);
  aspect-ratio: 1;
  opacity: 0;
  filter: blur(18px);
  transform: translateY(-46%) perspective(1000px) rotateX(var(--rx)) rotateY(var(--ry)) scale(.8);
  transition: opacity 1.3s .25s ease, filter 1.3s .25s ease, transform 1.3s var(--ease);
}

body.is-ready .n-signal-object {
  opacity: 1;
  filter: blur(0);
  transform: translateY(-46%) perspective(1000px) rotateX(var(--rx)) rotateY(var(--ry)) scale(1);
}

.n-signal-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(220, 92, 51, .32);
  border-radius: 50%;
}

.n-signal-ring i {
  position: absolute;
  left: 50%;
  top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 22px rgba(220, 92, 51, .85);
}

.n-signal-ring.ring-a {
  animation: n-orbit 15s linear infinite;
}

.n-signal-ring.ring-b {
  inset: 13%;
  border-color: rgba(231, 228, 212, .16);
  border-style: dashed;
  animation: n-orbit-reverse 9s linear infinite;
}

.n-signal-ring.ring-c {
  inset: 29%;
  border-color: rgba(220, 92, 51, .18);
  box-shadow: inset 0 0 80px rgba(220, 92, 51, .055);
  animation: n-ring-breathe 4.2s ease-in-out infinite;
}

.n-signal-core {
  position: absolute;
  inset: 38%;
  display: grid;
  place-content: center;
  justify-items: center;
  border: 1px solid var(--orange);
  background: rgba(7, 10, 7, .75);
  box-shadow: 0 0 70px rgba(220, 92, 51, .15);
  transform: rotate(45deg);
}

.n-signal-core > * {
  transform: rotate(-45deg);
}

.n-signal-core span {
  color: rgba(231, 228, 212, .46);
  font-family: var(--mono);
  font-size: 6px;
  letter-spacing: .1em;
}

.n-signal-core b {
  color: var(--ivory);
  font-family: var(--display);
  font-size: clamp(23px, 3vw, 48px);
  line-height: .9;
}

.n-signal-scan {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 0;
  height: 1px;
  background: var(--orange);
  box-shadow: 0 0 20px rgba(220, 92, 51, .7);
  animation: n-scan 4.2s var(--ease) infinite;
}

.n-hero-timecode {
  position: absolute;
  z-index: 4;
  right: max(36px, calc((100vw - 1540px) / 2));
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .1em;
}

.n-hero-timecode i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
  animation: n-pulse 1.7s ease-in-out infinite;
}

.n-hero-timecode span {
  color: var(--orange);
}

.n-hero-timecode b {
  font-weight: 400;
}

.n-scroll-note {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 28px;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: rgba(231, 228, 212, .27);
  font-family: var(--mono);
  font-size: 6px;
  letter-spacing: .11em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.n-scroll-note i {
  width: 1px;
  height: 28px;
  overflow: hidden;
  background: var(--line);
}

.n-scroll-note i::after {
  content: "";
  width: 1px;
  height: 13px;
  display: block;
  background: var(--orange);
  animation: n-scroll-cue 1.7s ease-in-out infinite;
}

.n-section {
  width: var(--page);
  margin: 0 auto;
  padding: clamp(76px, 7vw, 118px) 0;
}

.n-section-head {
  position: relative;
  display: grid;
  grid-template-columns: .34fr 1.2fr .55fr;
  align-items: start;
  gap: clamp(24px, 4vw, 62px);
  margin-bottom: clamp(34px, 4vw, 58px);
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.n-section-head > span,
.n-events-promo-copy > span,
.n-request-cta > div > span {
  padding-top: 8px;
  color: var(--orange);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.n-section-head h2 {
  font-family: var(--display);
  font-size: clamp(48px, 6.7vw, 110px);
  font-weight: 800;
  line-height: .8;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.n-section-head p {
  max-width: 410px;
  padding-left: 18px;
  border-left: 1px solid var(--orange);
  color: rgba(231, 228, 212, .55);
  font-size: 13px;
  line-height: 1.7;
}

.reveal {
  opacity: 0;
  filter: blur(14px);
  clip-path: inset(0 0 18% 0);
  transform: translateY(40px);
  transition: opacity 1s var(--ease), filter 1.05s ease, clip-path 1.1s var(--ease), transform 1.1s var(--ease);
}

.reveal.visible {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

[data-tilt] {
  --rx: 0deg;
  --ry: 0deg;
  --spot-x: 50%;
  --spot-y: 50%;
  transform: perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform .45s var(--ease);
  will-change: transform;
}

.n-intro-editorial {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(38px, 6vw, 90px);
}

.n-intro-editorial .n-section-head {
  display: block;
  margin: 0;
  border-bottom: 0;
}

.n-intro-editorial .n-section-head > span {
  display: block;
  margin-bottom: 20px;
}

.n-editorial-copy {
  display: grid;
}

.n-editorial-copy p {
  padding: 20px 0;
  border-top: 1px solid var(--line);
  color: rgba(231, 228, 212, .61);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.75;
}

.n-editorial-copy p:last-child {
  border-bottom: 1px solid var(--line);
}

.n-stats {
  width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.n-stat {
  position: relative;
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-right: 1px solid var(--line);
  transition: background .5s ease, padding .5s var(--ease);
}

.n-stat:last-child {
  border-right: 0;
}

.n-stat::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--orange);
  transform: scaleY(0);
  transition: transform .5s var(--ease);
}

.n-stat:hover {
  padding-left: 27px;
  background: linear-gradient(110deg, rgba(220, 92, 51, .085), transparent);
}

.n-stat:hover::before {
  transform: scaleY(1);
}

.n-stat > span {
  color: rgba(231, 228, 212, .34);
  font-family: var(--mono);
  font-size: 8px;
}

.n-stat strong {
  color: var(--ivory);
  font-family: var(--display);
  font-size: clamp(52px, 5.7vw, 94px);
  font-weight: 700;
  line-height: .8;
  letter-spacing: -.065em;
}

.n-stat p {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.n-founder {
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: start;
}

.n-founder-photo {
  position: sticky;
  top: 116px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #111;
}

.n-founder-photo::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(transparent 58%, rgba(5, 7, 5, .88));
}

.n-founder-photo img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center top;
  filter: saturate(.78) contrast(1.05);
  transition: transform 1.2s var(--ease), filter .8s ease;
}

.n-founder-photo:hover img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.03);
}

.n-founder-photo > span {
  position: absolute;
  z-index: 3;
  left: 18px;
  bottom: 16px;
  color: var(--ivory);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.n-founder-copy h2,
.n-story-body .n-section-head h2,
.n-events-promo-copy h2,
.n-request-cta h2 {
  margin: 22px 0 28px;
  font-family: var(--display);
  font-size: clamp(54px, 7vw, 112px);
  font-weight: 800;
  line-height: .81;
  letter-spacing: -.065em;
  text-transform: uppercase;
}

.n-founder-copy h2 em {
  color: var(--orange);
  font-style: italic;
}

.n-founder-text {
  display: grid;
}

.n-founder-text p {
  padding: 19px 0;
  border-top: 1px solid var(--line);
  color: rgba(231, 228, 212, .58);
  font-size: 14px;
  line-height: 1.75;
}

.n-founder-text p:last-child {
  border-bottom: 1px solid var(--line);
}

.n-photo-section {
  overflow: hidden;
}

.n-gallery {
  display: grid;
  grid-template-columns: 1fr 1.35fr .85fr 1.25fr;
  gap: 10px;
}

.n-gallery-item {
  --rx: 0deg;
  --ry: 0deg;
  --spot-x: 50%;
  --spot-y: 50%;
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background: var(--bg-soft);
}

.n-gallery-item:nth-child(even) {
  margin-top: 28px;
}

.n-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(220, 92, 51, .16), transparent 35%),
    linear-gradient(transparent 56%, rgba(4, 6, 4, .86));
  opacity: .65;
  transition: opacity .6s ease;
}

.n-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.58) contrast(1.06);
  transition: transform 1s var(--ease), filter .7s ease;
}

.n-gallery-item:hover img {
  transform: scale(1.055);
  filter: saturate(1) contrast(1.02);
}

.n-gallery-item:hover::after {
  opacity: .36;
}

.n-gallery-item figcaption {
  position: absolute;
  z-index: 2;
  left: 13px;
  bottom: 12px;
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.n-events-promo {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.n-events-promo-image {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  display: grid;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.n-events-promo-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(220, 92, 51, .13), transparent);
  transform: translateX(-100%);
  animation: n-image-sweep 5s ease-in-out infinite;
}

.n-events-promo-image img {
  width: 100%;
}

.n-events-promo-copy h2 {
  margin: 22px 0 0;
}

.n-quote {
  width: var(--page);
  margin: 0 auto;
  padding: clamp(82px, 8vw, 132px) 0;
  display: grid;
  grid-template-columns: .3fr 1.3fr .35fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.n-quote > span,
.n-quote cite {
  color: rgba(231, 228, 212, .42);
  font-family: var(--mono);
  font-size: 8px;
  font-style: normal;
  letter-spacing: .1em;
  line-height: 1.7;
  text-transform: uppercase;
}

.n-quote blockquote {
  font-family: var(--display);
  font-size: clamp(41px, 5.4vw, 88px);
  font-weight: 600;
  line-height: .99;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.n-quote blockquote em {
  color: var(--orange);
  font-style: italic;
}

.n-story {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 6vw, 90px);
}

.n-story-media {
  position: sticky;
  top: 116px;
  overflow: hidden;
  height: fit-content;
  border: 1px solid var(--line);
}

.n-story-media img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center top;
}

.n-story-media > div {
  display: grid;
  gap: 5px;
  padding: 15px;
  border-top: 1px solid var(--line);
  background: rgba(7, 10, 7, .9);
}

.n-story-media span {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.n-story-media b {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.n-story-body .n-section-head {
  grid-template-columns: 1fr;
}

.n-story-body .n-section-head h2 {
  margin: 12px 0;
}

.n-story-body .n-section-head p {
  max-width: 580px;
}

.n-timeline {
  border-top: 1px solid var(--line);
}

.n-timeline-item {
  display: grid;
  grid-template-columns: 38px 100px 1fr;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.n-timeline-item > span,
.n-timeline-item time {
  color: rgba(231, 228, 212, .37);
  font-family: var(--mono);
  font-size: 8px;
}

.n-timeline-item time {
  color: var(--orange);
}

.n-timeline-item h3 {
  margin-bottom: 11px;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.n-timeline-item p {
  color: rgba(231, 228, 212, .55);
  font-size: 13px;
  line-height: 1.7;
}

.n-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 26px;
}

.n-tags span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  color: rgba(231, 228, 212, .55);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: border-color .35s ease, color .35s ease, background .35s ease;
}

.n-tags span:hover {
  border-color: rgba(220, 92, 51, .45);
  color: var(--ivory);
  background: rgba(220, 92, 51, .08);
}

.n-tool-list {
  border-top: 1px solid var(--line);
}

.n-tool-row {
  --rx: 0deg;
  --ry: 0deg;
  --spot-x: 50%;
  --spot-y: 50%;
  min-height: 430px;
  display: grid;
  grid-template-columns: 70px minmax(320px, .85fr) minmax(370px, 1.15fr);
  gap: clamp(30px, 4.5vw, 68px);
  align-items: center;
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
}

.n-tool-number {
  align-self: start;
  color: rgba(231, 228, 212, .33);
  font-family: var(--mono);
  font-size: 9px;
}

.n-tool-copy > span {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .11em;
}

.n-tool-copy h2 {
  margin: 15px 0 18px;
  font-family: var(--display);
  font-size: clamp(48px, 5.2vw, 84px);
  font-weight: 800;
  line-height: .85;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.n-tool-copy p {
  max-width: 580px;
  color: rgba(231, 228, 212, .57);
  font-size: 14px;
  line-height: 1.75;
}

.n-inline-link {
  --mx: 0px;
  --my: 0px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 34px;
  margin-top: 19px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--orange);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
  transform: translate3d(var(--mx), var(--my), 0);
  transition: gap .45s var(--ease), transform .35s var(--ease);
}

.n-inline-link b {
  color: var(--orange);
  font-size: 16px;
  font-weight: 400;
}

.n-inline-link:hover {
  gap: 48px;
}

.n-inline-status {
  width: max-content;
  color: rgba(231, 228, 212, .46);
  cursor: default;
  pointer-events: none;
}

.n-inline-status b {
  letter-spacing: .15em;
}

.n-tool-visual {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--line);
  background: #050705;
  outline: 0;
  transition: border-color .5s ease, box-shadow .5s ease;
}

.n-tool-visual.is-playing,
.n-tool-visual:focus-visible {
  border-color: rgba(220, 92, 51, .46);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .26), inset 0 0 35px rgba(220, 92, 51, .06);
}

.n-tool-visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(220, 92, 51, .18), transparent 37%),
    linear-gradient(180deg, rgba(4, 6, 4, .08), transparent 46%, rgba(4, 6, 4, .74));
}

.n-tool-visual video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.68) contrast(1.1) brightness(.76);
  transform: scale(1.015);
  transition: filter .7s ease, transform 1.2s var(--ease);
}

.n-tool-visual.is-playing video {
  filter: saturate(.92) contrast(1.06) brightness(.84);
  transform: scale(1.045);
}

.n-tool-grid {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: .22;
  background:
    linear-gradient(rgba(231, 228, 212, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231, 228, 212, .05) 1px, transparent 1px);
  background-size: 12.5% 20%;
}

.n-tool-visual strong {
  position: absolute;
  z-index: 3;
  left: 13px;
  bottom: 12px;
  padding: 8px 10px;
  border: 1px solid rgba(231, 228, 212, .18);
  color: var(--ivory);
  background: rgba(5, 7, 5, .66);
  backdrop-filter: blur(8px);
  font-family: var(--mono);
  font-size: clamp(9px, .8vw, 12px);
  font-weight: 500;
  letter-spacing: .08em;
  white-space: nowrap;
}

.n-tool-video-status {
  position: absolute;
  z-index: 3;
  left: 13px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(231, 228, 212, .68);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.n-tool-video-status b {
  font-weight: 500;
}

.n-tool-video-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 9px rgba(220, 92, 51, .58);
  transition: background .35s ease, box-shadow .35s ease, transform .35s var(--ease);
}

.n-tool-visual.is-playing .n-tool-video-status i {
  background: var(--green);
  box-shadow: 0 0 12px rgba(148, 255, 0, .78);
  transform: scale(1.25);
}

.n-tool-visual > i {
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 20px rgba(220, 92, 51, .8);
  animation: n-tool-point 3s ease-in-out infinite;
}

.n-tool-visual > i:nth-of-type(1) { left: 13%; top: 27%; }
.n-tool-visual > i:nth-of-type(2) { right: 12%; top: 43%; animation-delay: -1s; }
.n-tool-visual > i:nth-of-type(3) { left: 38%; bottom: 12%; animation-delay: -2s; }

.n-tool-upcoming {
  background:
    radial-gradient(circle at 68% 45%, rgba(220, 92, 51, .14), transparent 31%),
    radial-gradient(circle at 27% 66%, rgba(148, 255, 0, .045), transparent 27%),
    #050705;
}

.n-tool-upcoming::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  opacity: .54;
  background:
    linear-gradient(90deg, transparent, rgba(220, 92, 51, .34), transparent) 0 -8% / 100% 2px no-repeat,
    repeating-linear-gradient(180deg, transparent 0 7px, rgba(231, 228, 212, .025) 7px 8px);
  animation: n-upcoming-scan 5.5s linear infinite;
}

.n-tool-upcoming .n-tool-grid {
  opacity: .31;
}

.n-tool-upcoming strong {
  top: 50%;
  bottom: auto;
  left: 50%;
  width: min(84%, 620px);
  padding: 0;
  border: 0;
  color: rgba(231, 228, 212, .58);
  background: transparent;
  backdrop-filter: none;
  font-family: var(--display);
  font-size: clamp(27px, 3.15vw, 54px);
  font-weight: 800;
  line-height: .88;
  letter-spacing: -.045em;
  text-align: center;
  white-space: normal;
  filter: blur(3.1px);
  text-shadow: 0 0 28px rgba(220, 92, 51, .22);
  transform: translate(-50%, -50%);
  transition: color .65s ease, filter .65s ease, opacity .65s ease, transform .65s var(--ease);
}

.n-tool-upcoming:hover {
  border-color: rgba(220, 92, 51, .38);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .26), inset 0 0 45px rgba(220, 92, 51, .065);
}

.n-tool-upcoming:hover strong {
  color: rgba(231, 228, 212, .76);
  filter: blur(1.65px);
  transform: translate(-50%, -50%) scale(1.015);
}

.n-tool-upcoming .n-tool-video-status i {
  animation: n-tool-point 2.4s ease-in-out infinite;
}

.n-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.n-price-card {
  --rx: 0deg;
  --ry: 0deg;
  --spot-x: 50%;
  --spot-y: 50%;
  position: relative;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  padding: 19px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(220, 92, 51, .1), transparent 34%),
    linear-gradient(145deg, rgba(17, 23, 16, .8), rgba(7, 9, 7, .88));
  transition: border-color .5s ease, box-shadow .5s ease, transform .45s var(--ease);
}

.n-price-card::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 70px;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .55s var(--ease);
}

.n-price-card:hover,
.n-price-card.featured {
  border-color: rgba(220, 92, 51, .36);
  box-shadow: 0 36px 100px rgba(0, 0, 0, .28);
}

.n-price-card:hover::before,
.n-price-card.featured::before {
  transform: scaleX(1);
}

.n-price-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(231, 228, 212, .35);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.n-price-top b {
  color: var(--orange);
  font-weight: 500;
}

.n-price-card h2 {
  min-height: 78px;
  margin: 42px 0 13px;
  font-family: var(--display);
  font-size: clamp(30px, 3vw, 47px);
  font-weight: 700;
  line-height: .92;
  text-transform: uppercase;
}

.n-price-card > strong {
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
  color: var(--orange);
  font-family: var(--display);
  font-size: clamp(27px, 2.3vw, 38px);
  font-weight: 700;
  letter-spacing: -.04em;
}

.n-price-card > p {
  min-height: 72px;
  padding: 17px 0;
  color: rgba(231, 228, 212, .54);
  font-size: 12px;
  line-height: 1.65;
}

.n-price-card ul {
  display: grid;
  gap: 11px;
}

.n-price-card li {
  display: grid;
  grid-template-columns: 6px 1fr;
  gap: 9px;
  color: rgba(231, 228, 212, .67);
  font-size: 11px;
}

.n-price-card li i {
  width: 4px;
  height: 4px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--orange);
}

.n-price-card .n-inline-link {
  margin-top: auto;
}

.n-table-wrap {
  overflow-x: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.n-table {
  width: 100%;
  border-collapse: collapse;
}

.n-table th,
.n-table td {
  min-width: 120px;
  padding: 16px 13px;
  border-bottom: 1px solid var(--line-soft);
  color: rgba(231, 228, 212, .52);
  font-size: 11px;
  text-align: center;
}

.n-table th:first-child,
.n-table td:first-child {
  min-width: 230px;
  color: rgba(231, 228, 212, .78);
  text-align: left;
}

.n-table thead th {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.n-table tbody tr {
  transition: background .35s ease;
}

.n-table tbody tr:hover {
  background: rgba(220, 92, 51, .055);
}

.n-table .yes {
  color: var(--green);
}

.n-table .no {
  color: rgba(231, 228, 212, .2);
}

.n-service-list {
  border-top: 1px solid var(--line);
}

.n-service-row {
  min-height: 118px;
  display: grid;
  grid-template-columns: 55px .7fr 1fr 30px;
  align-items: center;
  gap: clamp(20px, 4vw, 65px);
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  transition: padding .55s var(--ease), background .5s ease;
}

.n-service-row:hover {
  padding-right: 18px;
  padding-left: 18px;
  background: linear-gradient(90deg, rgba(220, 92, 51, .08), transparent);
}

.n-service-row > span,
.n-service-row > i {
  color: rgba(231, 228, 212, .33);
  font-family: var(--mono);
  font-size: 8px;
  font-style: normal;
}

.n-service-row h3 {
  font-family: var(--display);
  font-size: clamp(25px, 2.6vw, 42px);
  font-weight: 700;
  text-transform: uppercase;
}

.n-service-row p {
  color: rgba(231, 228, 212, .51);
  font-size: 12px;
  line-height: 1.65;
}

.n-service-row > i {
  color: var(--orange);
  font-size: 19px;
}

.n-archive {
  padding-top: 76px;
}

.n-archive-status,
.n-manager-status {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
  padding: 0 15px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: rgba(231, 228, 212, .42);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.n-archive-status > span:first-child,
.n-manager-status > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ivory);
}

.n-archive-status b,
.n-manager-status b {
  color: var(--ivory);
  font-weight: 500;
}

.n-event-channel {
  margin-bottom: 36px;
  border: 1px solid var(--line);
  background: rgba(8, 12, 8, .72);
  box-shadow: 0 36px 100px rgba(0, 0, 0, .24);
}

.n-event-channel.primary {
  border-color: rgba(220, 92, 51, .34);
  background: linear-gradient(135deg, rgba(220, 92, 51, .08), rgba(8, 12, 8, .76) 52%);
}

.n-event-channel > header {
  min-height: 152px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 21px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.n-event-channel > header::after {
  content: "RAGE RAPTORS";
  position: absolute;
  right: -20px;
  bottom: -18px;
  color: rgba(231, 228, 212, .025);
  font-family: var(--display);
  font-size: 110px;
  font-weight: 800;
  letter-spacing: -.06em;
}

.n-event-channel > header > span {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: var(--orange);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.n-event-channel > header h2 {
  position: relative;
  z-index: 1;
  max-width: 900px;
  font-family: var(--display);
  font-size: clamp(36px, 4.5vw, 70px);
  font-weight: 800;
  line-height: .85;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.n-event-channel > header > b {
  position: absolute;
  z-index: 1;
  right: 25px;
  top: 20px;
  color: var(--ivory);
  font-family: var(--display);
  font-size: 55px;
  font-weight: 700;
}

.n-event-list {
  display: grid;
}

.n-event-list.scroll-list {
  max-height: 690px;
  overflow-y: auto;
  scrollbar-gutter: stable;
}

.n-event-row {
  min-height: 64px;
  display: grid;
  grid-template-columns: 40px 150px 90px minmax(220px, 1fr) 64px;
  align-items: center;
  gap: 16px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line-soft);
  transition: padding .42s var(--ease), background .42s ease, border-color .42s ease;
}

.n-event-row:hover {
  padding-left: 21px;
  border-color: rgba(220, 92, 51, .28);
  background: linear-gradient(90deg, rgba(220, 92, 51, .08), transparent);
}

.n-event-row > span,
.n-event-row time,
.n-event-row > b,
.n-event-row > a,
.n-event-row.manager button {
  color: rgba(231, 228, 212, .38);
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.n-event-row > b {
  color: var(--orange);
}

.n-event-row h3 {
  color: rgba(231, 228, 212, .76);
  font-size: 12px;
  font-weight: 500;
}

.n-event-row > a {
  padding: 7px 5px;
  border: 1px solid var(--line);
  color: var(--ivory);
  text-align: center;
  transition: border-color .35s ease, background .35s ease;
}

.n-event-row > a:hover {
  border-color: var(--orange);
  background: rgba(220, 92, 51, .11);
}

.n-error {
  padding: 40px;
  border: 1px solid var(--line);
  color: var(--muted);
}

.n-tournament-manager {
  padding-top: 76px;
}

.n-add-form {
  display: grid;
  grid-template-columns: 1fr .65fr 1.5fr 1fr auto;
  gap: 8px;
  margin-bottom: 30px;
}

.n-add-form label {
  min-height: 84px;
  display: grid;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: rgba(8, 11, 8, .68);
}

.n-add-form label:focus-within {
  border-color: rgba(220, 92, 51, .56);
  background: rgba(220, 92, 51, .055);
}

.n-add-form label span {
  color: rgba(231, 228, 212, .38);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.n-add-form input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ivory);
  background: transparent;
  font-size: 12px;
}

.n-add-form input::placeholder {
  color: rgba(231, 228, 212, .23);
}

.n-add-form .n-action {
  min-width: 160px;
  height: 84px;
  margin: 0;
}

.n-manager-status {
  margin-bottom: 0;
}

.n-manager-list {
  max-height: 760px;
  overflow-y: auto;
  border: 1px solid var(--line);
  border-top: 0;
}

.n-event-row.manager {
  grid-template-columns: 40px 150px 90px 1fr auto;
}

.n-event-row.manager > div {
  display: flex;
  gap: 6px;
}

.n-event-row.manager button {
  padding: 7px;
  border: 1px solid var(--line);
  background: transparent;
}

.n-event-row.manager button:hover {
  border-color: var(--orange);
  color: var(--ivory);
}

.n-calculator {
  padding-top: 76px;
}

.n-calc-presets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-bottom: 72px;
}

.n-preset {
  position: relative;
  min-height: 238px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 17px;
  border: 1px solid var(--line);
  color: var(--ivory);
  background: rgba(9, 13, 9, .7);
  text-align: left;
  transition: border-color .45s ease, background .45s ease, transform .45s var(--ease);
}

.n-preset::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 55px;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s var(--ease);
}

.n-preset:hover {
  transform: translateY(-5px);
  border-color: rgba(220, 92, 51, .38);
}

.n-preset.selected {
  border-color: rgba(220, 92, 51, .6);
  background: linear-gradient(145deg, rgba(220, 92, 51, .14), rgba(9, 13, 9, .8));
}

.n-preset.selected::before {
  transform: scaleX(1);
}

.n-preset > span {
  color: rgba(231, 228, 212, .33);
  font-family: var(--mono);
  font-size: 7px;
}

.n-preset h3 {
  margin: 28px 0 8px;
  font-family: var(--display);
  font-size: clamp(26px, 2.6vw, 42px);
  font-weight: 700;
  line-height: .95;
  text-transform: uppercase;
}

.n-preset strong {
  color: var(--orange);
  font-family: var(--display);
  font-size: clamp(22px, 2vw, 32px);
}

.n-preset p {
  margin: 14px 0;
  color: rgba(231, 228, 212, .48);
  font-size: 11px;
  line-height: 1.55;
}

.n-preset > i {
  margin-top: auto;
  color: rgba(231, 228, 212, .38);
  font-family: var(--mono);
  font-size: 7px;
  font-style: normal;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.n-preset.selected > i {
  color: var(--green);
}

.n-calc-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: start;
  gap: clamp(30px, 5vw, 70px);
}

.n-calc-layout .n-section-head {
  grid-template-columns: 1fr;
}

.n-calc-layout .n-section-head h2 {
  max-width: 800px;
}

.n-calc-notice {
  position: sticky;
  top: 94px;
  z-index: 5;
  min-height: 0;
  overflow: hidden;
  padding: 0 14px;
  border: 1px solid transparent;
  color: var(--ivory);
  background: rgba(220, 92, 51, .15);
  font-size: 11px;
  line-height: 0;
  opacity: 0;
  transition: min-height .4s var(--ease), padding .4s var(--ease), line-height .4s var(--ease), opacity .35s ease, border-color .35s ease;
}

.n-calc-notice.visible {
  min-height: 42px;
  padding: 11px 14px;
  border-color: rgba(220, 92, 51, .35);
  line-height: 1.6;
  opacity: 1;
}

.n-calc-categories {
  display: grid;
  border-top: 1px solid var(--line);
}

.n-calc-category {
  border-bottom: 1px solid var(--line);
}

.n-category-head {
  width: 100%;
  min-height: 108px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 25px;
  padding: 15px 5px;
  color: var(--ivory);
  background: transparent;
  text-align: left;
}

.n-category-head > span:first-child {
  display: grid;
  gap: 6px;
}

.n-category-head small {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.n-category-head strong {
  font-family: var(--display);
  font-size: clamp(24px, 2.7vw, 40px);
  font-weight: 700;
  text-transform: uppercase;
}

.n-category-head em {
  max-width: 620px;
  color: rgba(231, 228, 212, .43);
  font-size: 11px;
  font-style: normal;
}

.n-category-head > span:last-child {
  display: grid;
  grid-template-columns: auto auto 26px;
  align-items: center;
  gap: 16px;
  font-family: var(--mono);
  font-size: 8px;
}

.n-category-head > span:last-child b {
  color: rgba(231, 228, 212, .37);
  font-weight: 500;
}

.n-category-head > span:last-child strong {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 11px;
}

.n-category-head > span:last-child i {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid var(--line);
}

.n-category-head > span:last-child i::before,
.n-category-head > span:last-child i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 1px;
  background: var(--orange);
  transform: translate(-50%, -50%);
  transition: transform .4s var(--ease);
}

.n-category-head > span:last-child i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.n-calc-category.open .n-category-head > span:last-child i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.n-category-items {
  display: grid;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .65s var(--ease), opacity .45s ease;
}

.n-calc-category.open .n-category-items {
  max-height: 2800px;
  padding-bottom: 12px;
  opacity: 1;
}

.n-calc-item {
  min-height: 88px;
  display: grid;
  grid-template-columns: 35px 1fr auto;
  align-items: start;
  gap: 15px;
  padding: 12px 10px;
  border-top: 1px solid var(--line-soft);
  background: rgba(231, 228, 212, .012);
  transition: background .4s ease, padding .4s var(--ease);
}

.n-calc-item.active {
  background: linear-gradient(90deg, rgba(220, 92, 51, .08), transparent);
}

.n-calc-item:hover {
  padding-left: 16px;
}

.n-calc-item > button {
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  background: transparent;
}

.n-calc-item.active > button {
  border-color: var(--orange);
  background: var(--orange);
}

.n-calc-item > button i {
  color: white;
  font-size: 10px;
  font-style: normal;
}

.n-calc-item h3 {
  margin-bottom: 7px;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.n-calc-item p {
  max-width: 650px;
  color: rgba(231, 228, 212, .44);
  font-size: 11px;
  line-height: 1.55;
}

.n-calc-item small {
  display: block;
  margin-top: 7px;
  color: var(--orange);
  font-family: var(--mono);
  font-size: 7px;
}

.n-calc-item > strong {
  color: rgba(231, 228, 212, .68);
  font-family: var(--mono);
  font-size: 10px;
}

.n-calc-summary {
  position: sticky;
  top: 112px;
  padding: 18px;
  border: 1px solid rgba(220, 92, 51, .34);
  background:
    radial-gradient(circle at 90% 4%, rgba(220, 92, 51, .13), transparent 33%),
    rgba(8, 12, 8, .88);
  box-shadow: 0 35px 100px rgba(0, 0, 0, .3);
}

.n-summary-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--green);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.n-calc-summary > span {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.n-calc-summary > h2 {
  margin: 8px 0 5px;
  font-family: var(--display);
  font-size: 31px;
  font-weight: 700;
  line-height: .98;
  text-transform: uppercase;
}

.n-calc-summary > p,
.n-calc-summary > small {
  color: rgba(231, 228, 212, .4);
  font-size: 10px;
}

.n-summary-groups {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.n-summary-groups > div,
.n-summary-value {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(231, 228, 212, .52);
  font-size: 10px;
}

.n-summary-groups b,
.n-summary-value b {
  color: var(--ivory);
  font-family: var(--mono);
  font-weight: 500;
}

.n-summary-value {
  padding: 5px 0;
}

.n-summary-value.discount b {
  color: var(--green);
}

.n-summary-total {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 13px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
}

.n-summary-total span {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.n-summary-total strong {
  color: var(--ivory);
  font-family: var(--display);
  font-size: 39px;
  line-height: .8;
  letter-spacing: -.05em;
}

.n-calc-summary .n-action {
  width: 100%;
  margin-top: 18px;
}

.n-reset {
  width: 100%;
  margin-top: 8px;
  padding: 10px;
  color: rgba(231, 228, 212, .38);
  background: transparent;
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .35s ease;
}

.n-reset:hover {
  color: var(--ivory);
}

.n-factor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.n-factor {
  min-height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
  border: 1px solid var(--line);
  background: rgba(8, 11, 8, .5);
  transition: border-color .4s ease, background .4s ease, transform .4s var(--ease);
}

.n-factor:hover {
  border-color: rgba(220, 92, 51, .4);
  background: rgba(220, 92, 51, .055);
  transform: translateY(-4px);
}

.n-factor span {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 7px;
}

.n-factor h3 {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.n-commercial-note {
  max-width: 720px;
  margin-top: 19px;
  padding-left: 17px;
  border-left: 1px solid var(--orange);
  color: rgba(231, 228, 212, .48);
  font-size: 12px;
  line-height: 1.65;
}

.n-request-cta {
  min-height: 360px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.n-request-cta h2 {
  margin: 18px 0;
}

.n-request-cta p {
  max-width: 610px;
  color: rgba(231, 228, 212, .5);
  font-size: 13px;
  line-height: 1.65;
}

.n-request-cta .n-action {
  margin-top: 0;
}

.n-live-page {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 96px 36px 52px;
}

.n-live-background {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.n-live-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, transparent, rgba(4, 6, 4, .58) 58%),
    linear-gradient(90deg, rgba(4, 6, 4, .72), transparent 43% 57%, rgba(4, 6, 4, .72)),
    rgba(6, 8, 6, .35);
}

.n-live-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.65) contrast(1.1);
  animation: n-live-image 18s ease-in-out infinite alternate;
}

.n-live-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(64vw, 940px);
  aspect-ratio: 1;
  border: 1px solid rgba(220, 92, 51, .35);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: n-ring-breathe 5s ease-in-out infinite;
}

.n-live-orbit::before,
.n-live-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.n-live-orbit::before {
  inset: 13%;
  border: 1px dashed rgba(231, 228, 212, .18);
  animation: n-orbit 22s linear infinite;
}

.n-live-orbit::after {
  inset: 32%;
  border: 1px solid rgba(220, 92, 51, .28);
  box-shadow: inset 0 0 100px rgba(220, 92, 51, .07);
}

.n-live-orbit > i {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 19px rgba(220, 92, 51, .9);
}

.n-live-orbit > i:nth-child(1) { left: 50%; top: -3px; }
.n-live-orbit > i:nth-child(2) { right: 7%; top: 27%; }
.n-live-orbit > i:nth-child(3) { left: 16%; bottom: 13%; }

.n-live-orbit > b {
  position: absolute;
  inset: 44%;
  border: 1px solid var(--orange);
  background: rgba(220, 92, 51, .1);
  transform: rotate(45deg);
  animation: n-orbit-reverse 8s linear infinite;
}

.n-live-word {
  position: absolute;
  inset: 50% -2vw auto;
  display: flex;
  justify-content: space-between;
  color: rgba(231, 228, 212, .055);
  font-family: var(--display);
  font-size: 16vw;
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: .7;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.n-live-word span:first-child {
  animation: n-word-left 14s ease-in-out infinite alternate;
}

.n-live-word span:last-child {
  animation: n-word-right 14s ease-in-out infinite alternate;
}

.n-live-content {
  position: relative;
  z-index: 4;
  max-width: 980px;
  text-align: center;
}

.n-live-content h1 {
  margin: 20px 0;
  font-family: var(--display);
  font-size: clamp(84px, 14vw, 220px);
  font-weight: 800;
  line-height: .67;
  letter-spacing: -.08em;
  text-transform: uppercase;
}

.n-live-content h1 span,
.n-live-content h1 em {
  display: block;
  overflow: hidden;
}

.n-live-content h1 em {
  color: var(--orange);
  font-style: italic;
}

.n-live-content p {
  max-width: 620px;
  margin: 9px auto;
  color: rgba(231, 228, 212, .7);
  font-size: 14px;
}

.n-live-content .n-action {
  margin-right: auto;
  margin-left: auto;
}

.n-live-meta {
  position: absolute;
  z-index: 5;
  right: 30px;
  bottom: 23px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: rgba(231, 228, 212, .43);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.n-live-meta span:last-child {
  color: var(--green);
}

.n-footer {
  position: relative;
  width: var(--page);
  margin: 0 auto;
  padding: 82px 0 26px;
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.n-footer-main {
  position: relative;
  display: grid;
  grid-template-columns: 1.6fr repeat(3, .55fr);
  gap: clamp(35px, 7vw, 100px);
  padding-bottom: 52px;
}

.n-footer-brand img {
  width: 190px;
}

.n-footer-brand p {
  max-width: 440px;
  margin-top: 20px;
  color: rgba(231, 228, 212, .43);
  font-size: 12px;
  line-height: 1.7;
}

.n-footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.n-footer-column > span {
  margin-bottom: 9px;
  color: var(--orange);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.n-footer-column a {
  width: fit-content;
  color: rgba(231, 228, 212, .49);
  font-size: 11px;
  transition: color .3s ease, transform .35s var(--ease);
}

.n-footer-column a:hover {
  color: var(--ivory);
  transform: translateX(4px);
}

.n-footer-bottom {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 25px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  color: rgba(231, 228, 212, .28);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.n-footer-bottom a {
  justify-self: end;
}

#scrollToTopBtn {
  --top-progress: 0deg;
  position: fixed;
  right: 40px;
  bottom: 46px;
  z-index: 80;
  width: 70px;
  height: 70px;
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  gap: 1px;
  padding: 10px 9px 8px;
  overflow: hidden;
  isolation: isolate;
  color: var(--ivory);
  background:
    conic-gradient(
      from -90deg,
      var(--orange) var(--top-progress),
      rgba(231, 228, 212, .13) var(--top-progress)
    ) border-box;
  border: 1px solid transparent;
  border-radius: 8px 2px 8px 2px;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, .42),
    0 0 0 1px rgba(220, 92, 51, .06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: url("images/rr-cursor.png?v=37") 1 1, pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px) scale(.94);
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 220ms cubic-bezier(.2, .75, .25, 1),
    box-shadow 180ms ease,
    color 180ms ease;
}

#scrollToTopBtn::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 7px 1px 7px 1px;
  background:
    linear-gradient(145deg, rgba(220, 92, 51, .16), transparent 48%),
    rgba(8, 10, 8, .91);
  transition: background 180ms ease;
}

#scrollToTopBtn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.scroll-top-icon {
  width: 28px;
  height: 28px;
  color: var(--orange);
  filter: drop-shadow(0 0 8px rgba(220, 92, 51, .48));
  transition: transform 180ms ease, color 180ms ease;
}

.scroll-top-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.scroll-top-label {
  padding-left: .22em;
  color: var(--muted);
  font-family: var(--display);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .22em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

@media (hover: hover) {
  #scrollToTopBtn:hover {
    color: #fff;
    transform: translateY(-4px);
    box-shadow:
      0 18px 42px rgba(0, 0, 0, .52),
      0 0 24px rgba(220, 92, 51, .16);
  }

  #scrollToTopBtn:hover::before {
    background:
      linear-gradient(145deg, rgba(220, 92, 51, .26), transparent 58%),
      rgba(13, 18, 12, .96);
  }

  #scrollToTopBtn:hover .scroll-top-icon {
    color: var(--orange-hot);
    transform: translateY(-2px);
  }

  #scrollToTopBtn:hover .scroll-top-label {
    color: var(--ivory);
  }
}

#scrollToTopBtn:active {
  transform: translateY(-1px) scale(.97);
}

#scrollToTopBtn:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}

@media (max-width: 620px) {
  #scrollToTopBtn {
    right: 20px;
    bottom: max(24px, env(safe-area-inset-bottom));
    width: 60px;
    height: 60px;
    padding: 8px 7px 7px;
  }

  .scroll-top-icon {
    width: 24px;
    height: 24px;
  }

  .scroll-top-label {
    font-size: 7px;
  }
}

/* Visual system shaped around Anybody Expanded */
.n-display-title,
.n-section-head h2,
.n-tool-copy h2,
.n-event-channel > header h2,
.n-service-row h3,
.n-price-card h2,
.n-calc-summary > h2 {
  font-weight: 760;
  text-wrap: balance;
  text-rendering: geometricPrecision;
}

.n-display-title {
  letter-spacing: -.058em;
  line-height: .8;
}

.n-display-title > em {
  width: max-content;
  margin-top: .2em;
  padding: .18em .42em .16em .32em;
  color: #090b09;
  background: var(--orange);
  font-size: .22em;
  font-style: normal;
  font-weight: 760;
  letter-spacing: .055em;
  clip-path: polygon(0 0, calc(100% - .4em) 0, 100% 50%, calc(100% - .4em) 100%, 0 100%);
  box-shadow: 0 0 44px rgba(220, 92, 51, .16);
}

.n-kicker {
  gap: 11px;
  min-height: 34px;
  padding: 6px 11px 6px 9px;
  border: 1px solid rgba(231, 228, 212, .14);
  background: rgba(7, 10, 7, .52);
  color: rgba(231, 228, 212, .72);
}

.n-hero-description {
  max-width: 720px;
  margin-top: 27px;
  padding: 17px 22px 18px;
  border-left: 3px solid var(--orange);
  background: linear-gradient(90deg, rgba(220, 92, 51, .09), rgba(8, 11, 8, .28) 62%, transparent);
  line-height: 1.58;
}

.n-action {
  min-width: 236px;
  min-height: 58px;
  padding: 0 19px;
  border-color: rgba(220, 92, 51, .72);
  background: linear-gradient(90deg, rgba(220, 92, 51, .17), rgba(220, 92, 51, .055));
  box-shadow: inset 3px 0 0 var(--orange);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .035em;
}

.n-action b {
  min-width: 28px;
  color: var(--orange);
  font-size: 21px;
  text-align: center;
}

.n-section {
  padding-top: clamp(68px, 6vw, 102px);
  padding-bottom: clamp(68px, 6vw, 102px);
}

.n-section-head {
  margin-bottom: clamp(30px, 3.4vw, 50px);
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid var(--line-soft);
}

.n-section-head > span,
.n-events-promo-copy > span,
.n-request-cta > div > span {
  width: max-content;
  padding: 8px 10px;
  border: 1px solid rgba(220, 92, 51, .32);
  background: rgba(220, 92, 51, .075);
  line-height: 1;
}

.n-section-head h2 {
  line-height: .82;
  letter-spacing: -.052em;
}

.n-section-head p {
  padding: 14px 16px;
  border-left-width: 3px;
  background: linear-gradient(90deg, rgba(220, 92, 51, .07), transparent);
  line-height: 1.55;
}

.n-stat {
  min-height: 190px;
  padding: 22px;
  background: linear-gradient(145deg, rgba(231, 228, 212, .018), transparent 58%);
}

.n-stat strong {
  font-weight: 720;
  letter-spacing: -.045em;
  transition: color .4s ease, transform .5s var(--ease);
}

.n-stat:hover strong {
  color: var(--orange);
  transform: translateX(5px);
}

.n-price-card,
.n-event-channel,
.n-calc-summary,
.n-tool-visual {
  border-color: rgba(231, 228, 212, .18);
  box-shadow: inset 0 1px 0 rgba(231, 228, 212, .045), 0 28px 80px rgba(0, 0, 0, .18);
}

.n-price-card {
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(231, 228, 212, .025), transparent 26%),
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(220, 92, 51, .11), transparent 34%),
    linear-gradient(145deg, rgba(17, 23, 16, .86), rgba(7, 9, 7, .92));
}

.n-price-card.featured {
  box-shadow: inset 0 3px 0 var(--orange), 0 36px 100px rgba(0, 0, 0, .3);
}

.n-price-card h2 {
  margin-top: 34px;
  letter-spacing: -.035em;
}

.n-price-card > strong,
.n-summary-total strong {
  font-weight: 740;
  letter-spacing: -.025em;
}

.n-tool-row {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}

.n-tool-copy > span,
.n-price-top,
.n-event-channel > header > span {
  display: inline-flex;
  width: max-content;
  padding: 6px 8px;
  border: 1px solid rgba(220, 92, 51, .28);
  background: rgba(220, 92, 51, .065);
  line-height: 1;
}

.n-tool-copy h2 {
  letter-spacing: -.045em;
}

.n-service-row {
  min-height: 126px;
  padding-right: 14px;
  padding-left: 14px;
}

.n-service-row > span {
  color: var(--orange);
  font-weight: 700;
}

.n-service-row h3 {
  letter-spacing: -.028em;
}

.n-event-channel > header {
  min-height: 172px;
  padding: 26px;
}

.n-event-channel > header::after {
  bottom: -24px;
  color: rgba(231, 228, 212, .032);
  font-size: clamp(88px, 10vw, 150px);
  font-variation-settings: 'wdth' 150;
}

.n-event-channel > header h2 {
  letter-spacing: -.038em;
}

.n-event-row {
  border-left: 2px solid transparent;
}

.n-event-row:hover {
  border-left-color: var(--orange);
}

.n-event-row h3 {
  color: rgba(231, 228, 212, .82);
  font-weight: 580;
  letter-spacing: -.01em;
}

.n-calc-summary {
  padding: 23px;
  box-shadow: inset 0 3px 0 var(--orange), 0 35px 100px rgba(0, 0, 0, .3);
}

.n-footer {
  padding-top: 68px;
}

.n-footer-column a {
  font-weight: 520;
  letter-spacing: -.005em;
}

@media (min-width: 901px) {
  .n-header {
    padding-right: 24px;
    padding-left: 24px;
  }

  .n-nav {
    gap: 2px;
    padding: 4px;
    border: 1px solid var(--line-soft);
    background: rgba(231, 228, 212, .018);
  }

  .n-nav a {
    min-height: 40px;
    align-items: center;
    padding: 0 clamp(9px, 1vw, 15px);
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 620;
    letter-spacing: .025em;
  }

  .n-nav a:hover,
  .n-nav a.active {
    border-color: rgba(220, 92, 51, .22);
    background: rgba(220, 92, 51, .09);
  }

  .n-nav a::after {
    right: 9px;
    bottom: 3px;
    left: 9px;
    height: 2px;
  }

  .n-nav small {
    font-size: 9px;
    font-weight: 700;
  }

  .n-tool-number {
    color: transparent;
    font-size: clamp(38px, 4.5vw, 72px);
    font-weight: 800;
    line-height: .8;
    letter-spacing: -.06em;
    -webkit-text-stroke: 1px rgba(220, 92, 51, .55);
  }
}

@media (max-width: 900px) {
  .n-display-title > em {
    font-size: .25em;
  }

  .n-section-head {
    padding-top: 18px;
  }

  .n-action {
    min-width: 220px;
  }
}

@media (max-width: 620px) {
  .n-kicker {
    max-width: 100%;
    line-height: 1.2;
  }

  .n-hero-description {
    padding-right: 14px;
    padding-left: 16px;
  }

  .n-section-head > span {
    padding: 7px 8px;
  }

  .n-price-card,
  .n-calc-summary {
    padding: 18px;
  }

  .n-event-channel > header {
    min-height: 150px;
    padding: 18px;
  }
}

/* Anybody Expanded typography system */
:where(
  h1,
  h2,
  h3,
  h4,
  .n-display-title,
  .n-stat strong,
  .n-signal-core span,
  .n-price-card > strong,
  .n-summary-total strong,
  .n-live-title
) {
  font-family: var(--display);
  font-stretch: 124%;
  font-variation-settings: 'wdth' 124;
}

:where(
  p,
  li,
  td,
  input,
  textarea,
  .n-commercial-note,
  .n-calc-notice
) {
  font-family: var(--sans);
  font-stretch: 100%;
  font-variation-settings: 'wdth' 100;
  letter-spacing: 0;
}

:where(
  .n-nav a,
  .n-kicker,
  .n-action,
  .n-hero-meta,
  .n-hero-timecode,
  .n-section-head > span,
  .n-page-rail,
  .n-sound b,
  .n-footer-column > span,
  .n-footer-bottom,
  .n-table th,
  .n-event-row > span,
  .n-event-row time,
  .n-event-row > b,
  .n-tool-number,
  .n-price-top,
  .n-live-meta
) {
  font-family: var(--mono);
  font-stretch: 122%;
  font-variation-settings: 'wdth' 122;
  font-variant-numeric: tabular-nums;
  letter-spacing: .045em;
}

:where(
  .n-hero-timecode,
  .n-page-rail,
  .n-price-card,
  .n-table,
  .n-event-row,
  .n-calc-summary,
  .n-live-meta
) {
  font-variant-numeric: tabular-nums;
}

@media (max-width: 620px) {
  :where(h1, h2, h3, .n-display-title, .n-stat strong) {
    font-stretch: 112%;
    font-variation-settings: 'wdth' 112;
  }
}

@media (prefers-reduced-motion: reduce) {
  #scrollToTopBtn,
  .scroll-top-icon {
    transition: none;
  }
}

body:is(
  [data-page="tools"],
  [data-page="services"],
  [data-page="calculator"],
  [data-page="about"],
  [data-page="events"]
) #app > :first-child {
  padding-top: clamp(132px, 10vw, 158px);
}

@keyframes n-noise {
  0% { transform: translate3d(-1%, -1%, 0); }
  25% { transform: translate3d(1%, 0, 0); }
  50% { transform: translate3d(0, 1%, 0); }
  75% { transform: translate3d(-1%, 1%, 0); }
  100% { transform: translate3d(1%, -1%, 0); }
}

@keyframes n-site-pattern-drift {
  from { transform: translate3d(-1.4%, -.8%, 0) scale(1.02); }
  to { transform: translate3d(1.4%, .8%, 0) scale(1.035); }
}

@keyframes n-route-flow-pulse {
  0%, 100% { opacity: .82; }
  30% { opacity: 1; filter: saturate(118%) brightness(1.08); }
  58% { opacity: .92; filter: saturate(108%) brightness(1.03); }
}

@keyframes n-route-slice-forward {
  0%, 8% {
    opacity: 0;
    transform: translate3d(-72%, 0, 0) skewX(-8deg);
  }
  28% { opacity: .42; }
  45% { opacity: .98; }
  59% { opacity: .64; }
  90%, 100% {
    opacity: 0;
    transform: translate3d(72%, 0, 0) skewX(-8deg);
  }
}

@keyframes n-route-slice-backward {
  0%, 8% {
    opacity: 0;
    transform: translate3d(72%, 0, 0) skewX(8deg);
  }
  28% { opacity: .42; }
  45% { opacity: .98; }
  59% { opacity: .64; }
  90%, 100% {
    opacity: 0;
    transform: translate3d(-72%, 0, 0) skewX(8deg);
  }
}

@keyframes n-route-scanlines {
  0%, 10%, 100% {
    opacity: 0;
    transform: translate3d(-1.2%, 0, 0);
  }
  32% {
    opacity: .34;
    transform: translate3d(.7%, 0, 0);
  }
  46% {
    opacity: .62;
    transform: translate3d(-.35%, 0, 0);
  }
  61% {
    opacity: .22;
    transform: translate3d(.2%, 0, 0);
  }
  78% { opacity: 0; }
}

@keyframes n-route-brand-pulse {
  0%, 100% {
    filter: none;
    transform: translate3d(0, 0, 0);
  }
  38% {
    filter: brightness(1.35) sepia(.16) drop-shadow(0 0 9px rgba(220, 92, 51, .42));
    transform: translate3d(-1px, 0, 0);
  }
  46% {
    filter: brightness(1.05) drop-shadow(0 0 2px rgba(220, 92, 51, .2));
    transform: translate3d(2px, 0, 0);
  }
  58% {
    filter: brightness(1.2) sepia(.1);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes n-route-view-forward-out {
  0% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  48% { opacity: .76; }
  100% { opacity: 0; transform: translate3d(-2%, -6px, 0) scale(.99) rotateY(-1.1deg); }
}

@keyframes n-route-view-forward-in {
  0% {
    opacity: 0;
    transform: translate3d(2.3%, 9px, 0) scale(1.012) rotateY(1.25deg);
    box-shadow: -26px 0 64px rgba(220, 92, 51, .24);
  }
  42% {
    opacity: .68;
    box-shadow: -12px 0 38px rgba(220, 92, 51, .14);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotateY(0);
    box-shadow: 0 0 0 rgba(220, 92, 51, 0);
  }
}

@keyframes n-route-view-backward-out {
  0% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  48% { opacity: .76; }
  100% { opacity: 0; transform: translate3d(2%, -6px, 0) scale(.99) rotateY(1.1deg); }
}

@keyframes n-route-view-backward-in {
  0% {
    opacity: 0;
    transform: translate3d(-2.3%, 9px, 0) scale(1.012) rotateY(-1.25deg);
    box-shadow: 26px 0 64px rgba(220, 92, 51, .24);
  }
  42% {
    opacity: .68;
    box-shadow: 12px 0 38px rgba(220, 92, 51, .14);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotateY(0);
    box-shadow: 0 0 0 rgba(220, 92, 51, 0);
  }
}

@keyframes n-route-fallback-forward-in {
  from { opacity: 0; transform: translate3d(10px, 6px, 0) scale(1.003); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes n-route-fallback-backward-in {
  from { opacity: 0; transform: translate3d(-10px, 6px, 0) scale(1.003); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes n-transition-veil {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.012);
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
  }
  34% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1.006);
  }
  62% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1.002);
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes n-transition-grid-drift {
  from { background-position: 0 0, 0 0, 0 0; transform: translate3d(-8px, 0, 0); }
  to { background-position: 27px 12px, 27px 12px, 0 8px; transform: translate3d(8px, 0, 0); }
}

@keyframes n-transition-flash {
  0%, 18% { opacity: 0; transform: translate3d(-48%, 0, 0) skewX(-10deg); }
  40% { opacity: .46; }
  66% { opacity: .25; }
  84%, 100% { opacity: 0; transform: translate3d(48%, 0, 0) skewX(-10deg); }
}

@keyframes n-transition-hud-cycle {
  0%, 20% { opacity: 0; transform: translate3d(0, 14px, 0); }
  34%, 58% { opacity: 1; transform: translate3d(0, 0, 0); }
  78%, 100% { opacity: 0; transform: translate3d(10px, 0, 0); }
}

@keyframes n-transition-topline-cycle {
  0% { opacity: 0; transform: scaleX(.12); transform-origin: left; }
  32%, 62% { opacity: .72; transform: scaleX(1); transform-origin: left; }
  100% { opacity: 0; transform: scaleX(.24); transform-origin: right; }
}

@keyframes n-transition-edge-cycle {
  0%, 14% { opacity: 0; transform: translate3d(-3px, 0, 0); }
  30% { opacity: .72; }
  68% { opacity: .42; }
  84%, 100% { opacity: 0; transform: translate3d(calc(100vw + 3px), 0, 0); }
}

@keyframes n-intro-word {
  from { transform: translateY(115%) skewY(5deg); }
  to { transform: translateY(0) skewY(0); }
}

@keyframes n-intro-progress {
  to { width: 100%; }
}

@keyframes n-intro-status-pulse {
  from { opacity: .46; transform: scale(.82); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes n-intro-scan {
  from { top: 22%; opacity: .24; }
  to { top: 78%; opacity: .78; }
}

@keyframes n-intro-logo-lock {
  0% { opacity: 0; transform: translateZ(26px) scale(.82); }
  42% { opacity: .58; transform: translateZ(26px) scale(1.035); }
  58% { opacity: .32; transform: translateZ(26px) scale(.97); }
  72% { opacity: .9; transform: translateZ(26px) scale(1.012); }
  100% { opacity: 1; transform: translateZ(26px) scale(1); }
}

@keyframes n-intro-logo-live {
  from { opacity: .88; transform: translateZ(26px) scale(.985); }
  to { opacity: 1; transform: translateZ(30px) scale(1.015); }
}

@keyframes n-intro-orbit-turn {
  to { transform: rotate(360deg); }
}

@keyframes n-intro-meter-live {
  from { opacity: .42; transform: scaleY(.28); }
  to { opacity: 1; transform: scaleY(1); }
}

@keyframes n-intro-progress-flow {
  to { background-position: -220% 0; }
}

@keyframes n-meter {
  from { height: 15%; opacity: .35; }
  to { height: 100%; opacity: 1; }
}

@keyframes n-rail {
  from { transform: translateY(-27px); }
  to { transform: translateY(76px); }
}

@keyframes n-title-in {
  to { transform: translateY(0) skewY(0); }
}

@keyframes n-claw-slice-top {
  0%, 100% { transform: translate3d(0, 0, 0); }
  18% { transform: translate3d(-4px, -6px, 0) skewX(-1deg); }
  55% { transform: translate3d(-2px, -3px, 0) skewX(-.35deg); }
}

@keyframes n-claw-slice-bottom {
  0%, 100% { transform: translate3d(0, 0, 0); }
  18% { transform: translate3d(5px, 6px, 0) skewX(1deg); }
  55% { transform: translate3d(2px, 3px, 0) skewX(.35deg); }
}

@keyframes n-claw-cut {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(-5deg) scaleX(.05); }
  14% { opacity: .92; transform: translate(-50%, -50%) rotate(-5deg) scaleX(1); }
  52% { opacity: .66; transform: translate(-50%, -50%) rotate(-5deg) scaleX(.92); }
  100% { opacity: 0; transform: translate(-50%, -50%) rotate(-5deg) scaleX(.5); }
}

@keyframes n-accent-in {
  to { opacity: 1; transform: translateX(0); }
}

@keyframes n-orbit {
  to { transform: rotate(360deg); }
}

@keyframes n-orbit-reverse {
  to { transform: rotate(-360deg); }
}

@keyframes n-ring-breathe {
  0%, 100% { opacity: .55; transform: scale(.95); }
  50% { opacity: 1; transform: scale(1.04); }
}

@keyframes n-scan {
  0% { transform: translateY(0); opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { transform: translateY(560px); opacity: 0; }
}

@keyframes n-pulse {
  0%, 100% { opacity: .42; transform: scale(.78); }
  50% { opacity: 1; transform: scale(1); }
}

@keyframes n-scroll-cue {
  from { transform: translateY(-15px); }
  to { transform: translateY(30px); }
}

@keyframes n-image-sweep {
  0%, 15% { transform: translateX(-100%); opacity: 0; }
  35% { opacity: .7; }
  65%, 100% { transform: translateX(100%); opacity: 0; }
}

@keyframes n-tool-point {
  0%, 100% { opacity: .28; transform: scale(.72); }
  50% { opacity: 1; transform: scale(1.25); }
}

@keyframes n-live-image {
  from { transform: scale(1.02) translateX(-.6%); }
  to { transform: scale(1.09) translateX(.8%); }
}

@keyframes n-word-left {
  to { transform: translateX(-4vw); }
}

@keyframes n-word-right {
  to { transform: translateX(4vw); }
}

@keyframes n-upcoming-scan {
  from { background-position: 0 -8%, 0 0; }
  to { background-position: 0 108%, 0 8px; }
}

@media (max-width: 1180px) {
  :root { --page: min(100% - 46px, 1080px); }
  .n-header { grid-template-columns: 170px 1fr auto; padding: 0 22px; }
  .n-nav { gap: 18px; }
  .n-nav a { font-size: 7px; }
  .n-nav a small { display: none; }
  .n-hero { padding-right: 24px; padding-left: 24px; }
  .n-hero-meta { right: 24px; left: 24px; }
  .n-hero-copy { width: 72vw; }
  .n-signal-object { right: 1.5vw; width: 46vw; }
  .n-pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .n-price-card { min-height: 540px; }
  .n-factor-grid { grid-template-columns: repeat(3, 1fr); }
  .n-tool-row { grid-template-columns: 50px 1fr; }
  .n-tool-visual { grid-column: 2; }
  .n-calc-layout { grid-template-columns: minmax(0, 1fr) 330px; gap: 28px; }
}

@media (max-width: 900px) {
  body,
  a,
  button,
  input {
    cursor: auto;
  }

  .n-cursor,
  .n-cursor-trail,
  .n-page-rail {
    display: none;
  }

  .n-header {
    height: 72px;
    grid-template-columns: 1fr auto;
  }

  .n-logo { width: 145px; }
  .n-glory-entry { height: 36px; padding: 0 10px; font-size: 9px; }
  .n-glory-entry > b { display: none; }
  .n-menu-button { display: grid; }

  .n-nav {
    position: fixed;
    inset: 72px 0 auto;
    height: calc(100svh - 72px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    padding: 28px;
    background: rgba(6, 8, 6, .97);
    backdrop-filter: blur(22px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-24px);
    transition: opacity .45s ease, visibility 0s .45s, transform .55s var(--ease);
  }

  .menu-open .n-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .n-nav a {
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--display);
    font-size: clamp(34px, 8vw, 60px);
    font-weight: 700;
    letter-spacing: -.04em;
  }

  .n-nav a small {
    display: inline;
    order: 2;
    font-family: var(--mono);
    font-size: 8px;
  }

  .n-compare { height: 36px; }
  .n-hero { min-height: 760px; padding-top: 104px; }
  .n-hero-meta { top: 92px; }
  .n-hero-copy { width: 90%; }
  body::after {
    opacity: .003;
    -webkit-mask-size: 1040px 685px;
    mask-size: 1040px 685px;
  }
  .n-display-title { font-size: clamp(68px, 16vw, 132px); }
  .n-signal-object { right: -7vw; top: 47%; width: 67vw; opacity: .63 !important; }
  .n-hero-timecode { right: 24px; }

  .n-section-head { grid-template-columns: .35fr 1fr; }
  .n-section-head p { grid-column: 2; }
  .n-intro-editorial,
  .n-founder,
  .n-story,
  .n-events-promo {
    grid-template-columns: 1fr;
  }

  .n-founder-photo,
  .n-story-media {
    position: relative;
    top: auto;
  }

  .n-founder-photo img,
  .n-story-media img { min-height: 500px; }
  .n-stats { grid-template-columns: repeat(2, 1fr); }
  .n-stat:nth-child(2) { border-right: 0; }
  .n-stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .n-gallery { grid-template-columns: 1fr 1fr; }
  .n-gallery-item:nth-child(even) { margin-top: 0; }
  .n-quote { grid-template-columns: 1fr; }
  .n-tool-row { min-height: auto; }
  .n-pricing-grid { grid-template-columns: 1fr 1fr; }
  .n-service-row { grid-template-columns: 40px 1fr 25px; }
  .n-service-row p { grid-column: 2; }
  .n-service-row > i { grid-column: 3; grid-row: 1; }
  .n-add-form { grid-template-columns: 1fr 1fr; }
  .n-add-form .wide { grid-column: 1 / -1; }
  .n-add-form .n-action { width: 100%; }
  .n-calc-presets { grid-template-columns: 1fr 1fr; }
  .n-calc-layout { grid-template-columns: 1fr; }
  .n-calc-summary { position: relative; top: auto; }
  .n-factor-grid { grid-template-columns: 1fr 1fr; }
  .n-request-cta { grid-template-columns: 1fr; padding-top: 58px; padding-bottom: 58px; }
  .n-footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .n-footer-contact { grid-column: 2; }
}

@media (max-width: 620px) {
  :root { --page: calc(100% - 28px); }
  .n-intro { padding: 18px 14px; }
  .n-intro-mark { width: min(86vw, 340px); }
  .n-intro-mark > span { left: 16px; top: 13px; font-size: 8px; }
  .n-intro-center { gap: 12px; }
  .n-intro-center > p { display: none; }
  .n-intro-progress { gap: 10px; }
  .n-intro-progress > span { min-width: 88px; font-size: 8px; }
  .n-header { padding: 0 14px; }
  .n-logo { width: 128px; }
  .n-compare > * { min-width: 42px; }
  .n-sound { left: 14px; bottom: 13px; cursor: pointer; }

  .n-hero {
    min-height: 700px;
    padding: 92px 14px 34px;
  }

  .n-hero-meta { top: 90px; right: 14px; left: 14px; }
  .n-hero-meta span:last-child { display: none; }
  .n-hero-copy { width: 100%; }
  body::after {
    inset: -20%;
    opacity: .003;
    -webkit-mask-size: 820px 540px;
    mask-size: 820px 540px;
  }
  .n-display-title { margin-top: 20px; font-size: clamp(58px, 17vw, 96px); line-height: .8; }
  .n-hero-description { margin-top: 20px; font-size: 13px; }
  .n-action-row { display: grid; }
  .n-action { min-width: 205px; }
  .n-signal-object { top: 41%; right: -22vw; width: 92vw; opacity: .42 !important; }
  .n-hero-timecode { right: 14px; bottom: 29px; }
  .n-scroll-note { display: none; }

  .n-section { padding: 70px 0; }
  body:is(
    [data-page="tools"],
    [data-page="services"],
    [data-page="calculator"],
    [data-page="about"],
    [data-page="events"]
  ) #app > :first-child {
    padding-top: 108px;
  }
  .n-section-head { grid-template-columns: 1fr; gap: 14px; margin-bottom: 34px; }
  .n-section-head p { grid-column: auto; }
  .n-section-head h2 { font-size: clamp(43px, 14vw, 68px); }
  .n-intro-editorial { gap: 32px; }

  .n-stats { grid-template-columns: 1fr 1fr; }
  .n-stat { min-height: 175px; padding: 14px; }
  .n-stat strong { font-size: clamp(40px, 14vw, 65px); }

  .n-founder { gap: 34px; }
  .n-founder-photo img,
  .n-story-media img { min-height: 430px; }
  .n-founder-copy h2,
  .n-story-body .n-section-head h2,
  .n-events-promo-copy h2,
  .n-request-cta h2 { font-size: clamp(45px, 14vw, 70px); }

  .n-gallery { grid-template-columns: 1fr; }
  .n-gallery-item { min-height: 350px; }
  .n-events-promo-image { min-height: 260px; }
  .n-quote { padding: 70px 0; }
  .n-quote blockquote { font-size: clamp(38px, 12vw, 58px); }
  .n-timeline-item { grid-template-columns: 32px 1fr; }
  .n-timeline-item time { grid-column: 2; }
  .n-timeline-item > div { grid-column: 2; }

  .n-tool-row { grid-template-columns: 1fr; gap: 22px; padding: 38px 0; }
  .n-tool-number { grid-column: 1; }
  .n-tool-visual { grid-column: 1; min-height: 0; aspect-ratio: 16 / 9; }
  .n-tool-copy h2 { font-size: clamp(41px, 13vw, 64px); }

  .n-pricing-grid,
  .n-calc-presets,
  .n-factor-grid { grid-template-columns: 1fr; }
  .n-price-card { min-height: 490px; }
  .n-price-card h2 { min-height: auto; margin-top: 34px; }
  .n-service-row { min-height: 132px; grid-template-columns: 28px 1fr 22px; gap: 12px; }

  .n-archive { padding-top: 62px; }
  .n-archive-status { align-items: flex-start; flex-direction: column; gap: 8px; padding: 12px; }
  .n-event-channel > header { min-height: 145px; padding: 18px; }
  .n-event-channel > header h2 { font-size: clamp(31px, 10vw, 46px); }
  .n-event-channel > header > b { right: 17px; top: 13px; font-size: 39px; }
  .n-event-row { grid-template-columns: 30px 1fr auto; gap: 8px; padding: 12px 9px; }
  .n-event-row time { grid-column: 2; }
  .n-event-row > b { grid-column: 3; grid-row: 1; }
  .n-event-row h3 { grid-column: 2 / -1; }
  .n-event-row > a { grid-column: 3; grid-row: 3; }

  .n-add-form { grid-template-columns: 1fr; }
  .n-add-form .wide { grid-column: auto; }
  .n-event-row.manager { grid-template-columns: 30px 1fr auto; }
  .n-event-row.manager > div { grid-column: 2 / -1; }

  .n-category-head { min-height: 104px; grid-template-columns: 1fr; }
  .n-category-head > span:last-child { justify-self: stretch; grid-template-columns: auto 1fr 26px; }
  .n-calc-item { grid-template-columns: 30px 1fr; }
  .n-calc-item > strong { grid-column: 2; }
  .n-summary-total strong { font-size: 34px; }

  .n-live-page { min-height: 720px; padding: 92px 14px 72px; }
  .n-live-orbit { width: 115vw; }
  .n-live-content h1 { font-size: clamp(82px, 29vw, 150px); }
  .n-live-content p { font-size: 12px; }
  .n-live-meta { right: 14px; left: 14px; }
  .n-live-meta span:first-child { display: none; }

  .n-footer { padding-top: 66px; }
  .n-footer-main { grid-template-columns: 1fr 1fr; }
  .n-footer-brand { grid-column: 1 / -1; }
  .n-footer-contact { grid-column: auto; }
  .n-footer-bottom { grid-template-columns: 1fr auto; }
  .n-footer-bottom span:nth-child(2) { display: none; }
}

@media (hover: none), (pointer: coarse) {
  body,
  a,
  button,
  input {
    cursor: auto;
  }

  .n-cursor,
  .n-cursor-trail {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  .n-flow-canvas,
  .n-noise,
  .n-cursor,
  .n-cursor-trail {
    display: none;
  }

  .reveal,
  .n-header,
  .n-title-line b,
  .n-display-title > em,
  .n-signal-object,
  .n-sound {
    opacity: 1;
    filter: none;
    clip-path: none;
    transform: none;
  }

  .n-intro {
    display: grid;
    transition-duration: .65s !important;
  }

  .n-intro-status i,
  .n-intro-mark::after,
  .n-intro-progress > i b {
    animation-duration: 1.1s !important;
    animation-iteration-count: infinite !important;
  }

  .n-intro-orbits i {
    animation-duration: 5.5s !important;
    animation-iteration-count: infinite !important;
  }

  .n-intro-meter i {
    animation-duration: .72s !important;
    animation-iteration-count: infinite !important;
  }

  .n-intro-mark img {
    animation-duration: .8s, 2.2s !important;
    animation-iteration-count: 1, infinite !important;
  }
}

/* Route changes are a deliberate, short interaction even when the OS limits ambient motion. */
@media (prefers-reduced-motion: reduce) {
  html[data-route-animating] .n-noise {
    display: block;
  }

  html[data-route-animating] .n-noise::before,
  html[data-route-animating] .n-noise::after {
    animation-duration: 1.11s !important;
    animation-iteration-count: 1 !important;
  }
}

/* Larger micro typography for the new design */
.n-intro-top,
.n-intro-bottom,
.n-compare,
.n-sound b,
.n-hero-meta,
.n-kicker,
.n-action,
.n-hero-timecode,
.n-section-head > span,
.n-events-promo-copy > span,
.n-request-cta > div > span,
.n-stat > span,
.n-stat p,
.n-founder-photo > span,
.n-gallery-item figcaption,
.n-quote > span,
.n-quote cite,
.n-story-media span,
.n-timeline-item > span,
.n-timeline-item time,
.n-tags span,
.n-tool-number,
.n-tool-copy > span,
.n-inline-link,
.n-price-top,
.n-table thead th,
.n-service-row > span,
.n-archive-status,
.n-manager-status,
.n-event-channel > header > span,
.n-event-row > span,
.n-event-row time,
.n-event-row > b,
.n-event-row > a,
.n-event-row.manager button,
.n-add-form label span,
.n-preset > span,
.n-preset > i,
.n-category-head small,
.n-category-head > span:last-child,
.n-calc-item small,
.n-summary-status,
.n-calc-summary > span,
.n-summary-total span,
.n-reset,
.n-factor span,
.n-live-meta,
.n-footer-column > span,
.n-footer-bottom {
  font-size: 14px;
  letter-spacing: .065em;
}

.n-cursor b,
.n-nav small,
.n-page-rail,
.n-signal-core span,
.n-scroll-note {
  font-size: 12px;
}

.n-price-card > p,
.n-price-card li,
.n-table th,
.n-table td,
.n-service-row p,
.n-event-row h3,
.n-add-form input,
.n-preset p,
.n-calc-notice,
.n-category-head em,
.n-category-head > span:last-child strong,
.n-calc-item p,
.n-calc-item > strong,
.n-calc-summary > p,
.n-calc-summary > small,
.n-summary-groups > div,
.n-summary-value,
.n-commercial-note,
.n-live-content p,
.n-footer-brand p,
.n-footer-column a {
  font-size: 15px;
}

.n-calc-item > button i {
  font-size: 16px;
}

.n-sound {
  min-width: 155px;
  height: 44px;
}

.n-compare > * {
  min-width: 58px;
}

.n-event-row {
  min-height: 78px;
  grid-template-columns: 50px 190px 110px minmax(230px, 1fr) 78px;
}

.n-table th,
.n-table td {
  padding-top: 19px;
  padding-bottom: 19px;
}

@media (min-width: 901px) {
  .n-nav a {
    font-size: 14px;
    letter-spacing: .055em;
  }

  .n-header {
    height: 94px;
    grid-template-columns: 190px minmax(0, 1fr) auto;
  }

  .n-calc-summary {
    top: 120px;
  }
}

@media (max-width: 620px) {
  .n-event-row {
    grid-template-columns: 36px 1fr auto;
  }

  .n-intro-top,
  .n-intro-bottom,
  .n-hero-meta,
  .n-kicker,
  .n-action,
  .n-section-head > span,
  .n-events-promo-copy > span,
  .n-request-cta > div > span,
  .n-stat > span,
  .n-stat p,
  .n-gallery-item figcaption,
  .n-event-channel > header > span,
  .n-event-row > span,
  .n-event-row time,
  .n-event-row > b,
  .n-event-row > a,
  .n-add-form label span,
  .n-footer-column > span,
  .n-footer-bottom {
    font-size: 12px;
  }
}

/* Final cascade for the expanded editorial controls */
.n-action {
  font-size: 13px;
  letter-spacing: .035em;
}

@media (min-width: 901px) {
  .n-nav {
    gap: 2px;
  }

  .n-nav a {
    min-height: 40px;
    padding-right: clamp(9px, 1vw, 15px);
    padding-left: clamp(9px, 1vw, 15px);
    font-size: 12px;
    letter-spacing: .025em;
  }

  .n-tool-number {
    color: transparent;
    font-size: clamp(38px, 4.5vw, 72px);
    font-weight: 800;
    line-height: .8;
    letter-spacing: -.06em;
    -webkit-text-stroke: 1px rgba(220, 92, 51, .55);
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .n-nav a {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 11px;
  }
}

/* Rage Raptors brand-board alignment */
:root {
  --bg: #0b110d;
  --bg-soft: #101a13;
  --panel: rgba(15, 26, 18, .86);
  --ivory: #f0e5d0;
  --muted: #aaa18f;
  --orange: #dc5c33;
  --orange-hot: #ef6a3f;
  --green: #a8c18f;
  --charcoal: #171817;
  --line: rgba(240, 229, 208, .16);
  --line-soft: rgba(240, 229, 208, .08);
}

body {
  background:
    radial-gradient(circle at 84% 8%, rgba(220, 92, 51, .12), transparent 32rem),
    radial-gradient(circle at 12% 48%, rgba(28, 65, 42, .25), transparent 34rem),
    linear-gradient(180deg, #111713 0, #0b120d 47%, #09100c 100%);
}

body::before {
  opacity: .68;
  background:
    linear-gradient(rgba(240, 229, 208, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 229, 208, .02) 1px, transparent 1px);
  background-size: 64px 64px;
}

.n-header {
  border-bottom-color: rgba(240, 229, 208, .1);
  background: rgba(11, 17, 13, .88);
  backdrop-filter: blur(24px) saturate(132%);
}

.n-logo img {
  filter: drop-shadow(0 10px 26px rgba(0, 0, 0, .22));
}

@media (min-width: 901px) {
  .n-nav {
    border-color: rgba(240, 229, 208, .1);
    background: rgba(240, 229, 208, .022);
  }

  .n-nav a {
    clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
  }

  .n-nav a:hover,
  .n-nav a.active {
    color: var(--ivory);
    border-color: rgba(220, 92, 51, .34);
    background: linear-gradient(110deg, rgba(220, 92, 51, .2), rgba(220, 92, 51, .07));
  }
}

.n-hero::before {
  left: auto;
  right: -9vw;
  top: 94px;
  bottom: 0;
  width: min(62vw, 960px);
  height: auto;
  background:
    linear-gradient(145deg, rgba(220, 92, 51, .13), transparent 28%),
    linear-gradient(135deg, rgba(19, 42, 27, .74), rgba(10, 18, 13, .12) 68%);
  clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%, 12% 56%);
}

.n-hero::after {
  left: 50%;
  right: -7%;
  top: 94px;
  bottom: 0;
  width: auto;
  height: auto;
  opacity: .055;
  background: url("SVG_PATERN.svg?v=2") center / 980px auto repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 35%, #000 78%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 35%, #000 78%, transparent 100%);
}

.n-hero-grid {
  opacity: .24;
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .72) 54%, transparent 94%);
}

.n-signal-ring {
  border-radius: 0;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.n-signal-ring.ring-b {
  border-color: rgba(240, 229, 208, .2);
}

.n-signal-core {
  border-color: rgba(220, 92, 51, .78);
  background: rgba(11, 21, 14, .88);
  box-shadow: inset 0 0 36px rgba(220, 92, 51, .06), 0 0 70px rgba(220, 92, 51, .14);
}

.n-display-title {
  color: var(--ivory);
  text-shadow: 0 14px 44px rgba(0, 0, 0, .2);
}

.n-display-title > em,
.n-action {
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.n-action {
  background: linear-gradient(105deg, rgba(220, 92, 51, .21), rgba(220, 92, 51, .07));
}

.n-action:hover {
  box-shadow: inset 4px 0 0 var(--ivory), 0 18px 46px rgba(220, 92, 51, .14);
}

.n-section-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 74px;
  height: 9px;
  background: var(--orange);
  clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
}

.n-section-head h2,
.n-founder-copy h2,
.n-events-promo-copy h2,
.n-request-cta h2,
.n-quote blockquote {
  color: var(--ivory);
}

.n-section-head p,
.n-hero-description {
  color: rgba(240, 229, 208, .66);
}

.n-stat,
.n-price-card,
.n-event-channel,
.n-calc-summary,
.n-tool-visual,
.n-story-media,
.n-founder-photo,
.n-gallery-item {
  border-color: rgba(240, 229, 208, .16);
}

.n-stat {
  background:
    linear-gradient(135deg, rgba(240, 229, 208, .025), transparent 42%),
    linear-gradient(180deg, rgba(17, 31, 21, .42), rgba(11, 18, 13, .34));
}

.n-stat::after,
.n-price-card::after,
.n-event-channel::before,
.n-calc-summary::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: -1px;
  top: -1px;
  width: 25px;
  height: 25px;
  pointer-events: none;
  background: var(--orange);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  opacity: .72;
}

.n-price-card,
.n-event-channel,
.n-calc-summary {
  position: relative;
  overflow: hidden;
}

.n-price-card {
  background:
    linear-gradient(155deg, rgba(25, 48, 31, .56), transparent 42%),
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(220, 92, 51, .11), transparent 35%),
    linear-gradient(145deg, rgba(16, 28, 19, .94), rgba(10, 15, 11, .96));
}

.n-price-card.featured {
  background:
    linear-gradient(155deg, rgba(220, 92, 51, .13), transparent 38%),
    linear-gradient(145deg, rgba(19, 35, 23, .98), rgba(10, 15, 11, .96));
}

.n-event-channel {
  background: linear-gradient(145deg, rgba(16, 29, 19, .96), rgba(10, 16, 12, .94));
}

.n-event-channel.primary {
  border-color: rgba(220, 92, 51, .42);
  background: linear-gradient(135deg, rgba(220, 92, 51, .13), rgba(18, 35, 22, .9) 42%, rgba(9, 15, 11, .96));
}

.n-event-channel > header::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .045;
  pointer-events: none;
  background: url("SVG_PATERN.svg?v=2") center 42% / 840px auto repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 58%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 58%, transparent);
}

.n-service-row {
  border-left: 2px solid rgba(240, 229, 208, .06);
}

.n-service-row:hover {
  border-left-color: var(--orange);
  background: linear-gradient(90deg, rgba(220, 92, 51, .12), rgba(23, 48, 30, .12) 48%, transparent);
}

.n-tool-row {
  background: linear-gradient(90deg, rgba(18, 36, 23, .16), transparent 44%);
}

.n-tool-visual {
  background: #08100b;
  box-shadow: inset 0 0 60px rgba(23, 57, 35, .18), 0 28px 80px rgba(0, 0, 0, .22);
}

.n-calc-summary {
  background:
    radial-gradient(circle at 92% 4%, rgba(220, 92, 51, .16), transparent 34%),
    linear-gradient(145deg, rgba(18, 35, 22, .98), rgba(9, 15, 11, .96));
}

.n-calc-item.active {
  background: linear-gradient(90deg, rgba(220, 92, 51, .13), rgba(24, 50, 31, .1), transparent);
}

.n-founder-photo::before {
  background:
    linear-gradient(135deg, rgba(20, 57, 34, .18), transparent 48%),
    linear-gradient(transparent 54%, rgba(7, 13, 9, .93));
}

.n-gallery-item::after {
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(220, 92, 51, .17), transparent 34%),
    linear-gradient(135deg, rgba(20, 57, 34, .2), transparent 54%),
    linear-gradient(transparent 52%, rgba(6, 12, 8, .92));
}

.n-founder-photo img,
.n-gallery-item img,
.n-story-media img {
  filter: saturate(.68) contrast(1.08) brightness(.94);
}

.n-founder-photo:hover img,
.n-gallery-item:hover img,
.n-story-media:hover img {
  filter: saturate(.9) contrast(1.05) brightness(.98);
}

.n-footer {
  isolation: isolate;
}

.n-footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -12%;
  bottom: 0;
  width: 58%;
  opacity: .04;
  pointer-events: none;
  background: url("SVG_PATERN.svg?v=2") center / 820px auto repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 58%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 58%, transparent);
}

.n-footer-main {
  padding: 34px;
  border: 1px solid rgba(240, 229, 208, .1);
  background: linear-gradient(135deg, rgba(18, 35, 22, .68), rgba(10, 16, 12, .72));
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
}

@media (max-width: 900px) {
  .n-hero::before {
    right: -32%;
    width: 100%;
    opacity: .76;
  }

  .n-hero::after {
    left: 28%;
    opacity: .035;
  }

  .n-footer-main {
    padding: 25px;
  }
}

@media (max-width: 620px) {
  .n-section-head::before {
    width: 52px;
    height: 7px;
  }

  .n-stat::after,
  .n-price-card::after,
  .n-event-channel::before,
  .n-calc-summary::before {
    width: 18px;
    height: 18px;
  }

  .n-footer-main {
    padding: 18px;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  }
}

/* Responsive repair after introducing expanded headings */
.n-display-title {
  max-width: 100%;
  font-stretch: 132%;
  font-variation-settings: 'wdth' 132;
}

.n-section-head h2,
.n-tool-copy h2,
.n-event-channel > header h2,
.n-service-row h3,
.n-price-card h2,
.n-calc-summary > h2 {
  max-width: 100%;
  font-stretch: 118%;
  font-variation-settings: 'wdth' 118;
}

.n-founder-copy,
.n-story-body,
.n-events-promo-copy,
.n-request-cta > div {
  min-width: 0;
}

.n-founder-copy h2,
.n-story-body .n-section-head h2,
.n-events-promo-copy h2,
.n-request-cta h2,
.n-quote blockquote {
  max-width: 100%;
  font-size: clamp(46px, 6vw, 94px);
  font-stretch: 114%;
  font-variation-settings: 'wdth' 114;
  letter-spacing: -.042em;
}

@media (max-width: 1100px) {
  .n-founder,
  .n-story {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .n-founder-photo,
  .n-story-media {
    position: relative;
    top: auto;
    width: min(100%, 680px);
  }

  .n-founder-copy h2,
  .n-story-body .n-section-head h2,
  .n-events-promo-copy h2,
  .n-request-cta h2 {
    font-size: clamp(44px, 8vw, 78px);
  }
}

@media (max-width: 620px) {
  .n-display-title {
    font-stretch: 116%;
    font-variation-settings: 'wdth' 116;
  }

  .n-section-head h2,
  .n-tool-copy h2,
  .n-event-channel > header h2,
  .n-service-row h3,
  .n-price-card h2,
  .n-calc-summary > h2,
  .n-founder-copy h2,
  .n-story-body .n-section-head h2,
  .n-events-promo-copy h2,
  .n-request-cta h2,
  .n-quote blockquote {
    font-stretch: 108%;
    font-variation-settings: 'wdth' 108;
  }
}

/* Calculator estimate follows the page until the final call to action. */
.n-calc-layout {
  position: relative;
}

.n-calc-summary.is-floating {
  position: fixed;
  z-index: 42;
  top: 120px;
  left: var(--summary-left);
  width: var(--summary-width);
  max-height: calc(100svh - 144px);
  overflow-x: hidden;
  overflow-y: auto;
  animation: n-summary-follow-in .36s var(--ease) both;
}

.n-calc-summary.is-docked {
  position: absolute;
  z-index: 18;
  top: var(--summary-dock-top);
  right: 0;
  left: auto;
  width: var(--summary-width);
  max-height: none;
}

.n-calc-summary.is-floating::-webkit-scrollbar {
  width: 3px;
}

.n-calc-summary.is-floating::-webkit-scrollbar-thumb {
  background: rgba(220, 92, 51, .72);
}

@keyframes n-summary-follow-in {
  from {
    opacity: .72;
    transform: translate3d(0, 10px, 0) scale(.99);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (max-width: 900px) {
  .n-calc-summary.is-floating,
  .n-calc-summary.is-docked {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: auto;
    max-height: none;
    overflow: hidden;
    animation: none;
  }
}

/* Persistent cinematic video background */
.n-site-video-bg {
  position: fixed;
  inset: 0;
  z-index: -5;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  background: #09100c url("assets/BG_main.png") center / cover no-repeat;
}

.n-site-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.72) contrast(1.12) brightness(.62);
  transform: scale(1.01);
}

.n-site-video-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 14, 10, .91) 0, rgba(8, 14, 10, .76) 38%, rgba(8, 14, 10, .48) 72%, rgba(8, 14, 10, .67) 100%),
    linear-gradient(180deg, rgba(8, 14, 10, .58), rgba(8, 14, 10, .7) 48%, rgba(8, 14, 10, .88) 100%);
}

body {
  background: transparent;
}

body[data-page="home"] .n-hero::before,
body[data-page="home"] .n-hero::after {
  display: none;
}

body[data-page="home"] .n-hero {
  overflow: visible;
}

body[data-page="home"] .n-hero-grid {
  opacity: .14;
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .7) 48%, transparent 92%);
}

body[data-page="home"] .n-hero-copy {
  width: min(760px, 58vw);
}

body[data-page="home"] .n-display-title {
  font-size: clamp(60px, 7.2vw, 122px);
  line-height: .83;
}

body[data-page="home"] .n-signal-object {
  opacity: .48;
  filter: blur(0) saturate(.82);
}

.n-claw-stage {
  position: absolute;
  z-index: 3;
  right: max(1vw, calc((100vw - 1600px) / 2));
  top: 50%;
  width: min(50vw, 790px);
  aspect-ratio: 1;
  opacity: 0;
  filter: none;
  transform: translateY(-47%) scale(.94);
  transition: opacity .62s ease-out, transform .85s var(--ease);
  isolation: isolate;
  touch-action: pan-y;
  will-change: opacity, transform;
}

body.is-ready .n-claw-stage {
  opacity: 1;
  filter: blur(0);
  transform: translateY(-47%) scale(1);
}

.n-claw-stage::before,
.n-claw-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.n-claw-stage::before {
  z-index: -2;
  inset: 9%;
  border: 1px solid rgba(240, 229, 208, .14);
  background:
    linear-gradient(rgba(240, 229, 208, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 229, 208, .04) 1px, transparent 1px);
  background-size: 12.5% 12.5%;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  animation: n-claw-field-turn 28s linear infinite;
}

.n-claw-stage::after {
  z-index: -1;
  inset: 5%;
  background:
    radial-gradient(circle at 63% 35%, rgba(220, 92, 51, .27), transparent 29%),
    radial-gradient(circle at 42% 60%, rgba(157, 196, 143, .13), transparent 40%);
  filter: blur(30px);
}

.n-claw-stage canvas {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(.97);
  filter: none;
  transition: opacity .72s ease-out, transform .9s var(--ease);
  will-change: opacity, transform;
}

.n-claw-stage.is-loaded canvas {
  opacity: 1;
  transform: scale(1);
}

.n-claw-stage.is-cached canvas {
  transition-duration: .24s;
}

.n-claw-hud {
  position: absolute;
  z-index: 3;
  inset: 12%;
  pointer-events: none;
}

.n-claw-hud i {
  position: absolute;
  width: 42px;
  height: 42px;
  border-color: rgba(220, 92, 51, .72);
  border-style: solid;
}

.n-claw-hud i:nth-child(1) { left: 0; top: 0; border-width: 2px 0 0 2px; }
.n-claw-hud i:nth-child(2) { right: 0; top: 0; border-width: 2px 2px 0 0; }
.n-claw-hud i:nth-child(3) { right: 0; bottom: 0; border-width: 0 2px 2px 0; }
.n-claw-hud i:nth-child(4) { left: 0; bottom: 0; border-width: 0 0 2px 2px; }

.n-claw-stage.is-fallback::after {
  filter: blur(14px);
  background: url("images/LOGO.png") center / 44% auto no-repeat;
  opacity: .3;
}

@keyframes n-claw-field-turn {
  to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
  .n-site-video-bg video {
    object-position: 60% center;
  }

  body[data-page="home"] .n-hero-copy {
    width: min(88%, 680px);
  }

  body[data-page="home"] .n-display-title {
    font-size: clamp(56px, 11vw, 92px);
  }

  body[data-page="home"] .n-signal-object {
    opacity: .28;
  }

  .n-claw-stage {
    right: 0;
    top: 46%;
    width: 72vw;
  }
}

@media (max-width: 620px) {
  .n-site-video-bg video {
    object-position: 66% center;
  }

  body[data-page="home"] .n-hero-copy {
    width: 100%;
  }

  body[data-page="home"] .n-display-title {
    font-size: clamp(50px, 14.5vw, 76px);
  }

  body[data-page="home"] .n-signal-object {
    opacity: .18;
  }

  .n-claw-stage {
    right: 0;
    top: 18%;
    width: 48%;
  }

  body.is-ready .n-claw-stage {
    opacity: .48;
  }

  .n-claw-hud {
    display: none;
  }

  .n-request-cta h2 {
    font-size: clamp(31px, 9.5vw, 38px);
    line-height: .92;
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  .n-claw-stage,
  body.is-ready .n-claw-stage {
    opacity: 1;
    filter: none;
    transform: translateY(-47%);
  }

  .n-claw-stage::before {
    animation: none;
  }
}

/* Compact editorial section titles */
.n-section-head h2,
.n-story-body .n-section-head h2 {
  font-size: clamp(24px, 3.35vw, 55px);
  line-height: .9;
  letter-spacing: -.035em;
}

@media (max-width: 900px) {
  .n-section-head h2,
  .n-story-body .n-section-head h2 {
    font-size: clamp(23px, 7vw, 36px);
  }
}

@media (max-width: 620px) {
  .n-section-head h2,
  .n-story-body .n-section-head h2 {
    font-size: clamp(22px, 8vw, 34px);
  }
}

.n-quote blockquote {
  font-size: clamp(24px, 3vw, 47px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.n-events-promo-copy h2 {
  font-size: clamp(24px, 3vw, 47px);
  line-height: .95;
  letter-spacing: -.03em;
}

@media (max-width: 620px) {
  .n-quote blockquote {
    font-size: clamp(23px, 7vw, 32px);
  }

  .n-events-promo-copy h2 {
    font-size: clamp(23px, 7vw, 32px);
  }
}

@media (max-width: 900px) {
  .n-sound,
  body.is-ready .n-sound {
    top: 14px;
    right: 70px;
    bottom: auto;
    left: auto;
    width: 44px;
    min-width: 44px;
    height: 44px;
    justify-content: center;
    padding: 0;
    transform: none;
  }

  .n-sound b {
    display: none;
  }
}

/* Pre-launch commercial status and legal pages */
.n-offer-note {
  max-width: 860px;
  margin-top: 26px;
}

.n-footer-status {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  max-width: 440px;
  margin-top: 18px;
  color: rgba(240, 229, 208, .58);
  font-size: 12px;
  font-weight: 620;
  line-height: 1.5;
  letter-spacing: .025em;
}

.n-footer-status i {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 14px rgba(220, 92, 51, .72);
}

.n-footer-legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.n-footer-legal a {
  color: rgba(240, 229, 208, .5);
  transition: color .25s ease;
}

.n-footer-legal a:hover {
  color: var(--ivory);
}

.n-legal-page {
  padding-top: clamp(150px, 14vw, 210px);
}

.n-legal-header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(28px, 6vw, 88px);
  padding: 28px 0 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.n-legal-header::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: min(180px, 22vw);
  height: 3px;
  background: var(--orange);
  box-shadow: 0 0 22px rgba(220, 92, 51, .35);
}

.n-legal-header > span,
.n-legal-header > small {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.n-legal-header > span {
  grid-column: 1 / -1;
}

.n-legal-header h1 {
  margin: 0;
  color: var(--ivory);
  font-family: var(--display);
  font-size: clamp(54px, 7.4vw, 118px);
  font-stretch: 118%;
  font-variation-settings: 'wdth' 118;
  font-weight: 850;
  line-height: .82;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.n-legal-header h1 em {
  color: var(--orange);
  font-style: normal;
}

.n-legal-header p {
  align-self: end;
  max-width: 540px;
  margin: 0;
  padding: 16px 18px;
  border-left: 3px solid var(--orange);
  color: rgba(240, 229, 208, .64);
  background: linear-gradient(90deg, rgba(220, 92, 51, .08), transparent);
  font-size: 16px;
  line-height: 1.65;
}

.n-legal-header > small {
  grid-column: 2;
  justify-self: end;
  color: rgba(240, 229, 208, .4);
}

.n-legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, .34fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 110px);
  padding-top: clamp(42px, 5vw, 72px);
}

.n-legal-aside {
  position: sticky;
  top: 126px;
  align-self: start;
  padding: 22px;
  border: 1px solid rgba(240, 229, 208, .11);
  background: linear-gradient(145deg, rgba(18, 35, 22, .74), rgba(8, 13, 10, .72));
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.n-legal-aside > span {
  color: rgba(240, 229, 208, .4);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .12em;
}

.n-legal-aside strong {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 15px;
  color: var(--ivory);
  font-size: 14px;
  letter-spacing: .04em;
}

.n-legal-aside strong i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 15px rgba(220, 92, 51, .72);
}

.n-legal-aside p {
  margin: 18px 0 22px;
  color: rgba(240, 229, 208, .55);
  font-size: 14px;
  line-height: 1.65;
}

.n-legal-aside a {
  color: var(--orange);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.n-legal-content {
  border-top: 1px solid var(--line);
}

.n-legal-content article {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  padding: 30px 0 34px;
  border-bottom: 1px solid var(--line);
}

.n-legal-content article > span {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
}

.n-legal-content h2 {
  margin: 0 0 12px;
  color: var(--ivory);
  font-family: var(--display);
  font-size: clamp(24px, 2.2vw, 36px);
  font-stretch: 112%;
  font-variation-settings: 'wdth' 112;
  font-weight: 780;
  line-height: .95;
  letter-spacing: -.025em;
}

.n-legal-content p {
  max-width: 820px;
  margin: 0;
  color: rgba(240, 229, 208, .62);
  font-size: 15px;
  line-height: 1.72;
}

.n-legal-content p a {
  color: var(--orange);
  text-decoration: underline;
  text-decoration-color: rgba(220, 92, 51, .4);
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .n-legal-header {
    grid-template-columns: 1fr;
  }

  .n-legal-header > small {
    grid-column: 1;
    justify-self: start;
  }

  .n-legal-layout {
    grid-template-columns: 1fr;
  }

  .n-legal-aside {
    position: relative;
    top: auto;
  }
}

@media (max-width: 620px) {
  .n-footer-status {
    font-size: 11px;
  }

  .n-footer-bottom {
    grid-template-columns: 1fr auto;
    row-gap: 18px;
  }

  .n-footer-legal {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    gap: 16px;
  }

  .n-legal-page {
    padding-top: 118px;
  }

  .n-legal-header {
    padding-bottom: 28px;
  }

  .n-legal-header h1 {
    font-size: clamp(45px, 15vw, 68px);
  }

  .n-legal-header p {
    font-size: 14px;
  }

  .n-legal-layout {
    padding-top: 32px;
  }

  .n-legal-content article {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    padding: 24px 0 28px;
  }

  .n-legal-content h2 {
    font-size: 24px;
  }

  .n-legal-content p {
    font-size: 14px;
  }
}

/* Calculator package tiers */
.n-preset {
  --preset-accent: var(--orange);
  --preset-border: rgba(220, 92, 51, .6);
  --preset-background: rgba(220, 92, 51, .14);
  min-height: 430px;
}

.n-preset[data-tone="essential"] {
  --preset-accent: #64d66a;
  --preset-border: rgba(100, 214, 106, .58);
  --preset-background: rgba(100, 214, 106, .12);
}

.n-preset[data-tone="gaming"] {
  --preset-accent: #f1843f;
  --preset-border: rgba(241, 132, 63, .62);
  --preset-background: rgba(241, 132, 63, .13);
}

.n-preset[data-tone="high-end"] {
  --preset-accent: #ef4c49;
  --preset-border: rgba(239, 76, 73, .62);
  --preset-background: rgba(239, 76, 73, .13);
}

.n-preset[data-tone="custom"] {
  --preset-accent: #808780;
  --preset-border: rgba(128, 135, 128, .56);
  --preset-background: rgba(128, 135, 128, .1);
}

.n-preset::before {
  background: var(--preset-accent);
}

.n-preset.selected {
  border-color: var(--preset-border);
  background: linear-gradient(145deg, var(--preset-background), rgba(9, 13, 9, .84));
}

.n-preset h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.n-preset h3 .n-preset-dot {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--preset-accent);
  box-shadow: 0 0 16px color-mix(in srgb, var(--preset-accent) 65%, transparent);
}

.n-preset > strong,
.n-preset.selected > i {
  color: var(--preset-accent);
}

.n-preset-includes {
  width: 100%;
  display: grid;
  gap: 9px;
  margin: 2px 0 20px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
}

.n-preset-includes small {
  color: rgba(231, 228, 212, .38);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.n-preset-includes ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.n-preset-includes li {
  color: rgba(231, 228, 212, .68);
  font-size: 10px;
  line-height: 1.35;
}

@media (max-width: 620px) {
  .n-preset {
    min-height: 390px;
  }
}

/* Broadcast software-style module markers */
.n-module-mark {
  position: relative;
  width: 38px;
  height: 24px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(231, 228, 212, .2);
  color: rgba(231, 228, 212, .82);
  background: linear-gradient(145deg, rgba(220, 92, 51, .16), rgba(104, 181, 90, .08));
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .32);
  font-family: var(--mono);
  font-size: 7px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.n-module-mark::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 11px;
  height: 2px;
  background: var(--orange);
  box-shadow: 19px 23px 0 rgba(104, 181, 90, .7);
}

.n-category-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.n-module-mark-small {
  width: 31px;
  height: 19px;
  font-size: 6px;
}

.n-module-mark-small::before {
  width: 8px;
  box-shadow: 16px 18px 0 rgba(104, 181, 90, .7);
}

.n-module-mark-tiny {
  width: 27px;
  height: 17px;
  font-size: 5px;
}

.n-module-mark-tiny::before {
  width: 7px;
  box-shadow: 14px 16px 0 rgba(104, 181, 90, .7);
}

.n-preset-includes li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.n-preset-includes li b {
  color: inherit;
  font-weight: 500;
}

.n-summary-groups > div > span {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 620px) {
  .n-category-title {
    align-items: flex-start;
  }
}

/* Compact commercial factor cards */
.n-factor {
  min-height: 104px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  justify-content: normal;
  gap: 14px;
  padding: 13px 14px;
}

.n-factor > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(220, 92, 51, .35);
  color: var(--orange);
  background: rgba(220, 92, 51, .07);
  font-size: 10px;
  line-height: 1;
}

.n-factor h3 {
  font-size: 16px;
  line-height: 1.08;
}

@media (max-width: 620px) {
  .n-factor {
    min-height: 88px;
  }
}

/* Protected event control desk */
[hidden] {
  display: none !important;
}

.n-tournament-manager {
  min-height: 720px;
}

.n-admin-auth {
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: 36px 0 80px;
}

.n-admin-auth-card {
  position: relative;
  width: min(100%, 650px);
  padding: clamp(28px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(220, 92, 51, .34);
  background: linear-gradient(145deg, rgba(220, 92, 51, .1), rgba(6, 9, 6, .94) 48%);
  box-shadow: 0 42px 120px rgba(0, 0, 0, .42);
}

.n-admin-auth-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  height: 3px;
  background: var(--orange);
  box-shadow: 92px 0 0 rgba(104, 181, 90, .55);
}

.n-admin-auth-card > span,
.n-admin-field > span,
.n-admin-record-controls label > span,
.n-admin-channel > header > span {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.n-admin-auth-card h2 {
  margin: 28px 0 16px;
  font-family: var(--display);
  font-size: clamp(45px, 6vw, 78px);
  font-weight: 700;
  line-height: .88;
  text-transform: uppercase;
}

.n-admin-auth-card > p {
  max-width: 520px;
  margin-bottom: 30px;
  color: rgba(231, 228, 212, .52);
  font-size: 15px;
  line-height: 1.6;
}

.n-admin-auth-card form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.n-admin-auth-card form label {
  min-height: 72px;
  display: grid;
  gap: 9px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  background: rgba(4, 7, 4, .72);
}

.n-admin-auth-card form label:focus-within {
  border-color: rgba(220, 92, 51, .58);
}

.n-admin-auth-card form label span {
  color: rgba(231, 228, 212, .4);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.n-admin-auth-card input,
.n-admin-field input,
.n-admin-field select,
.n-admin-record-controls input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ivory);
  background: transparent;
  font: inherit;
}

.n-admin-auth-card form .n-action {
  min-width: 190px;
  height: 72px;
  margin: 0;
}

.n-admin-auth-card > small {
  min-height: 22px;
  display: block;
  margin-top: 14px;
  color: rgba(231, 228, 212, .54);
  font-size: 12px;
}

.n-admin-toolbar {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 70px;
  padding: 0 15px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(6, 10, 6, .72);
}

.n-admin-toolbar > div {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(231, 228, 212, .48);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

.n-admin-toolbar span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ivory);
}

.n-admin-toolbar span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 15px rgba(104, 181, 90, .75);
}

.n-admin-toolbar b {
  color: var(--orange);
  font-weight: 500;
}

.n-admin-toolbar > button,
.n-admin-cancel,
.n-admin-record-controls button,
.n-admin-event-actions button,
.n-admin-event-actions a {
  padding: 9px 11px;
  border: 1px solid var(--line);
  color: rgba(231, 228, 212, .55);
  background: rgba(8, 11, 8, .72);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: color .25s ease, border-color .25s ease, background .25s ease;
}

.n-admin-toolbar > button:hover,
.n-admin-cancel:hover,
.n-admin-record-controls button:hover,
.n-admin-event-actions button:hover,
.n-admin-event-actions a:hover,
.n-admin-record-controls button.active {
  border-color: rgba(220, 92, 51, .55);
  color: var(--ivory);
  background: rgba(220, 92, 51, .1);
}

.n-admin-editor {
  scroll-margin-top: 100px;
  margin-bottom: 78px;
}

.n-admin-form {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 8px;
}

.n-admin-field {
  min-height: 82px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  background: rgba(8, 11, 8, .72);
  transition: border-color .25s ease, background .25s ease;
}

.n-admin-field:focus-within {
  border-color: rgba(220, 92, 51, .55);
  background: rgba(220, 92, 51, .055);
}

.n-admin-field.scope {
  grid-column: span 3;
}

.n-admin-field:not(.scope):not(.championship):not(.link) {
  grid-column: span 2;
}

.n-admin-field.championship {
  grid-column: span 5;
}

.n-admin-field.link {
  grid-column: span 8;
}

.n-admin-field input,
.n-admin-field select {
  min-height: 27px;
  font-size: 14px;
}

.n-admin-field select {
  cursor: pointer;
}

.n-admin-field select option {
  color: var(--ivory);
  background: #0b0f0b;
}

.n-admin-form-actions {
  grid-column: span 4;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.n-admin-form-actions .n-action {
  width: 100%;
  height: 82px;
  margin: 0;
}

.n-admin-cancel {
  min-width: 120px;
}

.n-admin-message {
  min-height: 25px;
  margin-top: 13px;
  color: var(--green);
  font-size: 12px;
}

.n-admin-message.error {
  color: #ef6764;
}

.n-admin-record-controls {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}

.n-admin-record-controls label {
  width: min(100%, 520px);
  min-height: 62px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  background: rgba(8, 11, 8, .72);
}

.n-admin-record-controls input {
  font-size: 14px;
}

.n-admin-record-controls > div {
  display: flex;
  align-items: center;
  gap: 6px;
}

.n-admin-channel {
  margin-bottom: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(7, 10, 7, .76);
}

.n-admin-channel > header {
  position: relative;
  min-height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(110deg, rgba(220, 92, 51, .09), transparent 58%);
}

.n-admin-channel.primary > header {
  background: linear-gradient(110deg, rgba(104, 181, 90, .11), transparent 58%);
}

.n-admin-channel > header h2 {
  font-family: var(--display);
  font-size: clamp(30px, 4.1vw, 58px);
  font-weight: 700;
  line-height: .87;
  text-transform: uppercase;
}

.n-admin-channel > header > b {
  position: absolute;
  right: 20px;
  top: 15px;
  color: rgba(231, 228, 212, .12);
  font-family: var(--display);
  font-size: 64px;
  font-weight: 700;
}

.n-admin-event-list {
  display: grid;
  max-height: 680px;
  overflow-y: auto;
}

.n-admin-event-row {
  min-height: 78px;
  display: grid;
  grid-template-columns: 48px 225px minmax(220px, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  transition: background .25s ease, border-color .25s ease;
}

.n-admin-event-row:hover {
  background: linear-gradient(90deg, rgba(220, 92, 51, .075), transparent 65%);
}

.n-admin-event-row > span,
.n-admin-event-meta,
.n-admin-event-actions {
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

.n-admin-event-row > span {
  color: rgba(231, 228, 212, .3);
}

.n-admin-event-meta {
  display: grid;
  gap: 5px;
}

.n-admin-event-meta time {
  color: rgba(231, 228, 212, .65);
}

.n-admin-event-meta b {
  color: var(--orange);
  font-weight: 500;
}

.n-admin-event-row h3 {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.05;
  text-transform: uppercase;
}

.n-admin-event-actions {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}

.n-admin-event-actions [data-delete]:hover {
  border-color: rgba(239, 76, 73, .6);
  background: rgba(239, 76, 73, .1);
}

.n-admin-empty {
  padding: 28px 18px;
  color: rgba(231, 228, 212, .38);
  font-size: 13px;
}

.n-event-no-link {
  color: rgba(231, 228, 212, .23) !important;
  font-family: var(--mono);
  font-size: 9px !important;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .n-admin-field.scope,
  .n-admin-field:not(.scope):not(.championship):not(.link) {
    grid-column: span 4;
  }

  .n-admin-field.championship,
  .n-admin-field.link {
    grid-column: span 8;
  }

  .n-admin-form-actions {
    grid-column: span 4;
  }

  .n-admin-event-row {
    grid-template-columns: 42px 190px minmax(180px, 1fr) auto;
  }
}

@media (max-width: 760px) {
  .n-admin-toolbar,
  .n-admin-record-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .n-admin-toolbar {
    padding: 12px;
  }

  .n-admin-toolbar > button {
    align-self: flex-start;
  }

  .n-admin-field.scope,
  .n-admin-field:not(.scope):not(.championship):not(.link),
  .n-admin-field.championship,
  .n-admin-field.link,
  .n-admin-form-actions {
    grid-column: span 6;
  }

  .n-admin-record-controls label {
    width: 100%;
  }

  .n-admin-record-controls > div {
    flex-wrap: wrap;
  }

  .n-admin-event-row {
    grid-template-columns: 34px 1fr auto;
  }

  .n-admin-event-row h3 {
    grid-column: 2 / -1;
  }

  .n-admin-event-actions {
    grid-column: 2 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 540px) {
  .n-admin-auth-card form {
    grid-template-columns: 1fr;
  }

  .n-admin-auth-card form .n-action {
    width: 100%;
  }

  .n-admin-field.scope,
  .n-admin-field:not(.scope):not(.championship):not(.link),
  .n-admin-field.championship,
  .n-admin-field.link,
  .n-admin-form-actions {
    grid-column: 1 / -1;
  }

  .n-admin-form-actions {
    grid-template-columns: 1fr;
  }

  .n-admin-cancel {
    min-height: 48px;
  }

  .n-admin-channel > header {
    min-height: 140px;
  }

  .n-admin-channel > header > b {
    font-size: 48px;
  }
}

/* Calculator opening statement */
.n-calculator-intro {
  display: grid;
  grid-template-columns: minmax(150px, .3fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(24px, 5vw, 90px);
  margin-bottom: clamp(58px, 8vw, 105px);
  padding: 22px 0 26px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.n-calculator-intro > span {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.n-calculator-intro > p {
  max-width: 980px;
  color: rgba(231, 228, 212, .82);
  font-family: var(--display);
  font-size: clamp(23px, 2.5vw, 39px);
  font-weight: 600;
  line-height: 1.08;
  text-transform: uppercase;
}

@media (max-width: 620px) {
  .n-calculator-intro {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 54px;
  }
}
