@font-face {
  font-family: "Ghost Pixel";
  src: url("assets/fonts/ghost-pixel.ttf") format("truetype");
  font-display: block;
}

@font-face {
  font-family: "Ghost Display";
  src: url("assets/fonts/ghost-display.ttf") format("truetype");
  font-display: block;
}

:root {
  color-scheme: dark;
  --night-950: #060912;
  --night-900: #0a1020;
  --night-800: #101a30;
  --mist-100: #f2f3f2;
  --mist-200: #cfd7e3;
  --mist-400: #7788a3;
  --ember: #ff5b17;
  --ember-bright: #ff8a20;
  --blood: #bc241b;
  --gold: #e2a843;
  --wood: #241611;
  --header-height: 94px;
  --page-gutter: clamp(22px, 5vw, 76px);
  font-synthesis: none;
  text-rendering: geometricPrecision;
}

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

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--night-950);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--mist-100);
  background: var(--night-950);
  font-family: "Ghost Pixel", ui-monospace, SFMono-Regular, Menlo, monospace;
  -webkit-font-smoothing: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

::selection {
  color: #fff;
  background: var(--blood);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--night-950);
  border: 1px solid var(--ember);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.world,
.policy-atmosphere {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.world__background,
.policy-atmosphere__forest {
  position: absolute;
  inset: -3%;
  background-image: url("assets/images/forest-background.png");
  background-position: center;
  background-size: cover;
  image-rendering: pixelated;
  transform: scale(1.03);
  will-change: transform;
}

.world__vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 8, 16, 0.78) 0%, transparent 28%, transparent 65%, rgba(4, 6, 12, 0.82) 100%),
    radial-gradient(circle at 50% 44%, transparent 0%, transparent 33%, rgba(4, 6, 12, 0.35) 66%, rgba(4, 6, 12, 0.8) 100%);
}

.world__mist {
  position: absolute;
  left: -25%;
  width: 150%;
  opacity: 0.24;
  filter: blur(20px);
  background:
    radial-gradient(ellipse at 10% 50%, rgba(199, 215, 232, 0.46), transparent 28%),
    radial-gradient(ellipse at 45% 40%, rgba(205, 220, 235, 0.38), transparent 25%),
    radial-gradient(ellipse at 75% 55%, rgba(205, 220, 235, 0.42), transparent 30%);
}

.world__mist--far {
  bottom: 23%;
  height: 25%;
  animation: mist-drift 26s linear infinite alternate;
}

.world__mist--near {
  bottom: -6%;
  height: 24%;
  opacity: 0.32;
  animation: mist-drift 18s linear infinite alternate-reverse;
}

.world__leaves {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.falling-leaf {
  position: absolute;
  top: -12vh;
  left: var(--leaf-x);
  width: var(--leaf-size);
  height: var(--leaf-size);
  opacity: var(--leaf-opacity);
  background: url("assets/images/autumn-leaf.png") center / contain no-repeat;
  image-rendering: pixelated;
  filter: drop-shadow(0 0 7px rgba(255, 93, 20, 0.34));
  animation: leaf-fall var(--leaf-duration) linear var(--leaf-delay) infinite;
}

.world__scanlines {
  position: absolute;
  inset: 0;
  opacity: 0.09;
  mix-blend-mode: overlay;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 3px,
    rgba(2, 4, 9, 0.85) 4px
  );
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: var(--header-height);
  padding: 20px var(--page-gutter);
  border-bottom: 1px solid rgba(216, 224, 236, 0.16);
  background: linear-gradient(180deg, rgba(4, 7, 14, 0.75), rgba(4, 7, 14, 0.08));
}

.site-header--solid {
  position: sticky;
  top: 0;
  background: rgba(6, 9, 18, 0.94);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--mist-100);
  text-decoration: none;
}

.brand-mark__sigil {
  position: relative;
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  color: var(--ember-bright);
  font-family: "Ghost Display", sans-serif;
  font-size: 19px;
  letter-spacing: 1px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
}

.brand-mark__sigil::before {
  position: absolute;
  z-index: -1;
  inset: 4px;
  content: "";
  border: 1px solid rgba(255, 125, 35, 0.72);
  background:
    linear-gradient(135deg, transparent 44%, rgba(255, 112, 30, 0.18) 45%, rgba(255, 112, 30, 0.18) 55%, transparent 56%),
    rgba(6, 9, 18, 0.76);
  box-shadow:
    inset 0 0 0 3px rgba(6, 9, 18, 0.8),
    0 0 20px rgba(255, 91, 23, 0.12);
  transform: rotate(45deg);
}

.brand-mark__text {
  font-family: "Ghost Display", sans-serif;
  font-size: 21px;
  letter-spacing: 3px;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.75);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
}

.site-nav__link {
  position: relative;
  padding: 7px 2px;
  color: rgba(235, 238, 242, 0.62);
  font-size: 11px;
  letter-spacing: 2.4px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 150ms ease;
}

.site-nav__link::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  height: 2px;
  content: "";
  background: var(--ember);
  box-shadow: 0 0 9px rgba(255, 91, 23, 0.8);
  transition: inset 160ms ease;
}

.site-nav__link:hover,
.site-nav__link:focus-visible,
.site-nav__link.is-active {
  color: #fff;
}

.site-nav__link:hover::after,
.site-nav__link:focus-visible::after,
.site-nav__link.is-active::after {
  right: 0;
  left: 0;
}

.site-nav__divider {
  width: 3px;
  height: 3px;
  background: var(--ember-bright);
  transform: rotate(45deg);
}

.hero {
  position: relative;
  z-index: 5;
  display: grid;
  min-height: calc(100vh - var(--header-height) - 64px);
  place-items: center;
  padding: clamp(28px, 4.5vh, 64px) var(--page-gutter) clamp(110px, 15vh, 170px);
}

.hero__content {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  width: min(760px, 92vw);
  flex-direction: column;
  text-align: center;
  animation: hero-arrive 1s steps(10, end) both;
}

.eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
  margin: 0 0 -16px;
  color: rgba(226, 232, 241, 0.7);
  font-size: clamp(8px, 1vw, 11px);
  letter-spacing: clamp(2px, 0.5vw, 5px);
  line-height: 1.6;
  text-transform: uppercase;
}

.eyebrow span {
  width: clamp(26px, 6vw, 68px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 102, 25, 0.8));
}

.eyebrow span:last-child {
  transform: scaleX(-1);
}

.eyebrow--left {
  justify-content: flex-start;
  margin: 0 0 14px;
}

.hero__logo {
  display: block;
  width: min(640px, 84vw);
  height: auto;
  margin: 0 auto -40px;
  image-rendering: pixelated;
  filter:
    drop-shadow(0 12px 0 rgba(4, 6, 12, 0.55))
    drop-shadow(0 22px 22px rgba(0, 0, 0, 0.52));
}

.hero__tagline {
  margin: 0 0 30px;
  color: rgba(237, 240, 244, 0.86);
  font-family: "Ghost Display", sans-serif;
  font-size: clamp(25px, 3vw, 40px);
  letter-spacing: 3px;
  line-height: 1;
  text-shadow:
    3px 3px 0 rgba(6, 9, 18, 0.9),
    0 0 24px rgba(139, 158, 190, 0.3);
  text-transform: uppercase;
}

.store-button {
  position: relative;
  display: grid;
  isolation: isolate;
  width: clamp(218px, 20vw, 258px);
  aspect-ratio: 119.664 / 40;
  padding: 0;
  cursor: pointer;
  place-items: center;
  border: 0;
  outline: none;
  background: transparent;
}

.store-button::before {
  position: absolute;
  z-index: -1;
  inset: 7% 5% 0;
  content: "";
  opacity: 0;
  border-radius: 16px;
  background: rgba(2, 4, 9, 0.74);
  box-shadow:
    0 11px 20px rgba(0, 0, 0, 0.44),
    0 0 15px rgba(255, 91, 24, 0.14);
  filter: blur(7px);
  transform: translateY(4px) scale(0.97);
  transition:
    opacity 220ms ease,
    transform 260ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.store-button__badge {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.store-button:hover::before,
.store-button:focus-visible::before {
  opacity: 0.82;
  transform: translateY(6px) scale(1);
}

.store-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.82);
  outline-offset: 6px;
}

.store-button__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.hero__status {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0 0;
  color: rgba(222, 226, 231, 0.62);
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero__status.is-awake {
  color: #ffbb57;
}

.status-gem {
  width: 4px;
  height: 4px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}

.landing-footer {
  position: fixed;
  z-index: 10;
  right: var(--page-gutter);
  bottom: 0;
  left: var(--page-gutter);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 64px;
  gap: 20px;
  color: rgba(226, 232, 241, 0.54);
  border-top: 1px solid rgba(216, 224, 236, 0.12);
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.landing-footer p {
  margin: 0;
}

.landing-footer__legend {
  color: rgba(226, 232, 241, 0.4);
  letter-spacing: 3px;
}

.landing-footer a {
  justify-self: end;
  text-underline-offset: 4px;
}

.landing-footer__links {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 16px;
}

[data-analytics-settings] {
  padding: 0;
  cursor: pointer;
  color: inherit;
  border: 0;
  background: none;
  font: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: inherit;
}

.landing-footer a:hover,
.landing-footer a:focus-visible,
.landing-footer [data-analytics-settings]:hover,
.landing-footer [data-analytics-settings]:focus-visible {
  color: var(--ember-bright);
}

/* Support */
.support-page {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  background: #070b15;
}

.support-world .world__background {
  opacity: 0.74;
  filter: saturate(0.86) contrast(1.08);
}

.support-world .world__vignette {
  background:
    linear-gradient(90deg, rgba(4, 6, 12, 0.72), rgba(4, 6, 12, 0.16) 48%, rgba(4, 6, 12, 0.7)),
    linear-gradient(180deg, rgba(5, 8, 16, 0.78) 0%, transparent 28%, rgba(4, 6, 12, 0.82) 100%),
    radial-gradient(circle at 67% 46%, transparent 0%, rgba(4, 6, 12, 0.16) 45%, rgba(4, 6, 12, 0.72) 100%);
}

.support-header {
  flex: 0 0 auto;
  background: linear-gradient(180deg, rgba(4, 7, 14, 0.88), rgba(4, 7, 14, 0.28));
  backdrop-filter: blur(3px);
}

.support-shell {
  position: relative;
  z-index: 5;
  display: grid;
  width: min(1180px, calc(100% - (var(--page-gutter) * 2)));
  min-height: calc(100svh - var(--header-height));
  margin: 0 auto;
  flex: 1 0 auto;
  grid-template-columns: minmax(300px, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(54px, 7vw, 108px);
  padding: clamp(38px, 5vh, 64px) 0;
}

.support-intro {
  min-width: 0;
  animation: hero-arrive 700ms steps(8, end) both;
}

.support-intro .eyebrow {
  max-width: 330px;
  margin-bottom: 24px;
}

.support-intro h1 {
  margin: 0;
  color: #f3f2ed;
  font-family: "Ghost Display", sans-serif;
  font-size: clamp(58px, 6vw, 92px);
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 0.86;
  text-shadow:
    6px 6px 0 rgba(4, 6, 12, 0.7),
    0 0 36px rgba(126, 148, 183, 0.2);
  text-transform: uppercase;
}

.support-intro__lead {
  max-width: 470px;
  margin: 30px 0 0;
  color: rgba(222, 227, 235, 0.68);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  line-height: 1.8;
}

.support-intro__details {
  display: grid;
  max-width: 470px;
  margin-top: 34px;
  border-top: 1px solid rgba(222, 228, 236, 0.13);
}

.support-intro__details > div {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 13px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(222, 228, 236, 0.13);
}

.support-intro__index {
  padding-top: 3px;
  color: var(--ember);
  font-size: 8px;
  letter-spacing: 1px;
}

.support-intro__details p {
  margin: 0;
  color: rgba(210, 217, 227, 0.48);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  line-height: 1.65;
}

.support-intro__details strong {
  display: block;
  margin-bottom: 2px;
  color: rgba(242, 236, 227, 0.88);
  font-family: "Ghost Pixel", monospace;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.support-panel {
  position: relative;
  min-width: 0;
  padding: clamp(25px, 3vw, 36px);
  border: 1px solid rgba(222, 228, 236, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 91, 23, 0.07), transparent 34%),
    linear-gradient(180deg, rgba(13, 21, 38, 0.96), rgba(7, 11, 21, 0.97));
  box-shadow:
    12px 12px 0 rgba(2, 4, 9, 0.32),
    0 26px 80px rgba(0, 0, 0, 0.36),
    inset 0 0 42px rgba(111, 132, 164, 0.035);
  animation: hero-arrive 700ms steps(8, end) 100ms both;
}

.support-panel::before {
  position: absolute;
  top: 0;
  right: 34px;
  left: 34px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 102, 25, 0.7), transparent);
}

.support-panel__corner {
  position: absolute;
  width: 13px;
  height: 13px;
  pointer-events: none;
  border-color: rgba(226, 168, 67, 0.75);
}

.support-panel__corner--top {
  top: 9px;
  left: 9px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.support-panel__corner--bottom {
  right: 9px;
  bottom: 9px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.support-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(222, 228, 236, 0.13);
}

.support-panel__kicker {
  margin: 0 0 7px;
  color: rgba(216, 223, 232, 0.4);
  font-size: 7px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.support-panel__header h2 {
  margin: 0;
  color: #f3eee6;
  font-family: "Ghost Display", sans-serif;
  font-size: clamp(34px, 3.3vw, 48px);
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 0.9;
  text-transform: uppercase;
}

.support-panel__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-top: 6px;
  color: rgba(216, 223, 232, 0.45);
  font-size: 7px;
  letter-spacing: 1.6px;
  white-space: nowrap;
  text-transform: uppercase;
}

.support-panel__status i {
  width: 5px;
  height: 5px;
  background: #e2a843;
  box-shadow: 0 0 9px rgba(226, 168, 67, 0.7);
  transform: rotate(45deg);
}

.support-form {
  display: grid;
  gap: 15px;
}

.support-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.support-form__field {
  display: grid;
  min-width: 0;
  gap: 7px;
  color: rgba(229, 233, 238, 0.66);
  font-size: 7px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.support-form__field input,
.support-form__field select,
.support-form__field textarea {
  width: 100%;
  color: rgba(246, 243, 237, 0.92);
  border: 1px solid rgba(220, 227, 237, 0.16);
  border-radius: 0;
  outline: none;
  background: rgba(4, 8, 16, 0.62);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
  transition:
    border-color 150ms ease,
    background-color 150ms ease,
    box-shadow 150ms ease;
}

.support-form__field input,
.support-form__field select {
  height: 47px;
  padding: 0 14px;
}

.support-form__field textarea {
  min-height: 128px;
  max-height: 260px;
  padding: 13px 14px 30px;
  resize: vertical;
}

.support-form__field input::placeholder,
.support-form__field textarea::placeholder {
  color: rgba(187, 198, 213, 0.31);
}

.support-form__field input:hover,
.support-form__field select:hover,
.support-form__field textarea:hover {
  border-color: rgba(220, 227, 237, 0.28);
}

.support-form__field input:focus,
.support-form__field select:focus,
.support-form__field textarea:focus {
  border-color: rgba(255, 107, 31, 0.72);
  background: rgba(7, 12, 23, 0.86);
  box-shadow:
    0 0 0 2px rgba(255, 91, 23, 0.08),
    inset 3px 0 0 rgba(255, 91, 23, 0.7);
}

.support-form__field input[aria-invalid="true"],
.support-form__field select[aria-invalid="true"],
.support-form__field textarea[aria-invalid="true"] {
  border-color: rgba(224, 69, 49, 0.82);
}

.support-select-wrap {
  position: relative;
  display: block;
}

.support-select-wrap::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  content: "";
  pointer-events: none;
  border-right: 1px solid var(--ember-bright);
  border-bottom: 1px solid var(--ember-bright);
  transform: translateY(-70%) rotate(45deg);
}

.support-form__field select {
  padding-right: 42px;
  cursor: pointer;
  appearance: none;
}

.support-form__field select:invalid {
  color: rgba(187, 198, 213, 0.42);
}

.support-form__field select option {
  color: #f3f4f4;
  background: #0b1220;
}

.support-form__field--message {
  position: relative;
}

.support-form__counter {
  position: absolute;
  right: 12px;
  bottom: 22px;
  color: rgba(203, 211, 222, 0.32);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  letter-spacing: 0.8px;
}

.support-form__counter b {
  color: rgba(231, 235, 240, 0.52);
  font-weight: 400;
}

.support-form__error {
  min-height: 9px;
  color: #ff8568;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.support-form__trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.support-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 2px;
}

.support-form__footer p {
  max-width: 255px;
  margin: 0;
  color: rgba(201, 210, 222, 0.38);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  line-height: 1.55;
}

.support-form__footer a {
  color: rgba(238, 232, 223, 0.66);
  text-underline-offset: 3px;
}

.support-form__footer a:hover,
.support-form__footer a:focus-visible {
  color: var(--ember-bright);
}

.support-form__footer [data-analytics-settings] {
  margin-left: 7px;
  color: rgba(238, 232, 223, 0.66);
}

.support-form__footer [data-analytics-settings]:hover,
.support-form__footer [data-analytics-settings]:focus-visible {
  color: var(--ember-bright);
}

.support-submit {
  position: relative;
  display: inline-flex;
  min-width: 196px;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 17px 0 20px;
  cursor: pointer;
  color: #fff4e8;
  border: 1px solid rgba(255, 115, 37, 0.76);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(209, 54, 26, 0.94), rgba(135, 29, 21, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 172, 85, 0.28),
    5px 5px 0 rgba(2, 4, 9, 0.38);
  font-size: 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition:
    translate 150ms ease,
    box-shadow 150ms ease,
    filter 150ms ease;
}

.support-submit:hover,
.support-submit:focus-visible {
  filter: brightness(1.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 172, 85, 0.35),
    7px 7px 0 rgba(2, 4, 9, 0.42),
    0 0 24px rgba(255, 78, 23, 0.16);
  translate: -1px -1px;
}

.support-submit:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 4px;
}

.support-submit:active {
  box-shadow:
    inset 0 1px 0 rgba(255, 172, 85, 0.22),
    2px 2px 0 rgba(2, 4, 9, 0.4);
  translate: 2px 2px;
}

.support-submit:disabled {
  cursor: wait;
  filter: grayscale(0.15) brightness(0.72);
}

.support-submit__busy {
  display: none;
}

.support-submit.is-loading .support-submit__label {
  display: none;
}

.support-submit.is-loading .support-submit__busy {
  display: inline;
}

.support-submit i {
  color: #ffd09a;
  font-size: 14px;
  font-style: normal;
}

.support-form__notice {
  min-height: 17px;
  margin: 0;
  color: rgba(216, 223, 232, 0.54);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 9px;
  line-height: 1.5;
}

.support-form__notice.is-success {
  color: #e7bd70;
}

.support-form__notice.is-error {
  color: #ff9479;
}

/* Analytics consent */
.analytics-consent {
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: min(690px, calc(100% - 48px));
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 0 18px;
  padding: 22px;
  color: var(--mist-100);
  border: 1px solid rgba(225, 231, 239, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 91, 23, 0.09), transparent 36%),
    rgba(7, 12, 23, 0.98);
  box-shadow:
    9px 9px 0 rgba(2, 4, 9, 0.4),
    0 22px 70px rgba(0, 0, 0, 0.54),
    inset 0 0 36px rgba(111, 132, 164, 0.04);
  animation: consent-arrive 280ms steps(5, end) both;
}

.analytics-consent::before,
.analytics-consent::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  border-color: rgba(226, 168, 67, 0.75);
}

.analytics-consent::before {
  top: 7px;
  left: 7px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.analytics-consent::after {
  right: 7px;
  bottom: 7px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.analytics-consent__mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--ember-bright);
  border: 1px solid rgba(255, 103, 29, 0.5);
  background: rgba(4, 8, 16, 0.68);
  font-family: "Ghost Display", sans-serif;
  font-size: 18px;
  box-shadow: inset 0 0 0 4px rgba(255, 91, 23, 0.04);
}

.analytics-consent__copy {
  min-width: 0;
}

.analytics-consent__eyebrow {
  margin: 0 0 6px !important;
  color: rgba(255, 130, 54, 0.72) !important;
  font-family: "Ghost Pixel", monospace !important;
  font-size: 7px !important;
  letter-spacing: 2px;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.analytics-consent h2 {
  margin: 0 0 7px;
  color: #f4efe6;
  font-family: "Ghost Display", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.analytics-consent__copy > p:last-child {
  margin: 0;
  color: rgba(210, 219, 230, 0.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  line-height: 1.6;
}

.analytics-consent a {
  color: rgba(246, 238, 226, 0.78);
  text-underline-offset: 3px;
}

.analytics-consent__actions {
  display: flex;
  grid-column: 2;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

.analytics-consent__actions button {
  min-height: 39px;
  padding: 0 16px;
  cursor: pointer;
  color: rgba(235, 238, 242, 0.7);
  border: 1px solid rgba(220, 227, 237, 0.2);
  border-radius: 0;
  background: rgba(4, 8, 16, 0.68);
  font-size: 7px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition:
    border-color 150ms ease,
    color 150ms ease,
    translate 150ms ease;
}

.analytics-consent__actions button:hover,
.analytics-consent__actions button:focus-visible {
  color: #fff;
  border-color: rgba(255, 118, 39, 0.62);
  outline: none;
  translate: 0 -1px;
}

.analytics-consent__actions .analytics-consent__allow {
  color: #fff4e8;
  border-color: rgba(255, 115, 37, 0.76);
  background: linear-gradient(180deg, rgba(209, 54, 26, 0.94), rgba(135, 29, 21, 0.96));
  box-shadow: 3px 3px 0 rgba(2, 4, 9, 0.36);
}

/* Privacy policy */
.policy-page {
  background: #080c16;
}

.policy-atmosphere__forest {
  opacity: 0.18;
  filter: saturate(0.7) contrast(1.08);
}

.policy-atmosphere__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 9, 18, 0.5), #080c16 40vh),
    radial-gradient(circle at 75% 5%, rgba(99, 121, 157, 0.2), transparent 35%);
}

.policy-shell {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1180px, calc(100% - (var(--page-gutter) * 2)));
  margin: 0 auto;
  grid-template-columns: 240px minmax(0, 760px);
  justify-content: center;
  gap: clamp(48px, 8vw, 110px);
  padding: clamp(70px, 8vw, 120px) 0 100px;
}

.policy-aside {
  position: sticky;
  top: calc(var(--header-height) + 36px);
  align-self: start;
}

.policy-aside__back {
  display: inline-block;
  margin-bottom: 40px;
  color: var(--mist-400);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.policy-aside__back:hover,
.policy-aside__back:focus-visible {
  color: var(--ember-bright);
}

.policy-aside__seal {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  place-items: center;
  color: var(--ember-bright);
  border: 1px solid rgba(255, 91, 23, 0.55);
  background: rgba(6, 9, 18, 0.62);
  box-shadow:
    inset 0 0 0 5px rgba(255, 91, 23, 0.05),
    8px 8px 0 rgba(0, 0, 0, 0.22);
  font-family: "Ghost Display", sans-serif;
  font-size: 32px;
}

.policy-aside__label {
  margin: 0 0 24px;
  color: rgba(232, 235, 239, 0.38);
  font-size: 8px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.policy-aside nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  border-left: 1px solid rgba(222, 228, 236, 0.13);
}

.policy-aside nav a {
  position: relative;
  margin-left: -1px;
  padding-left: 18px;
  color: rgba(216, 223, 232, 0.48);
  border-left: 1px solid transparent;
  font-size: 9px;
  letter-spacing: 1.5px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
}

.policy-aside nav a:hover,
.policy-aside nav a:focus-visible,
.policy-aside nav a.is-current {
  color: #fff;
  border-left-color: var(--ember);
}

.policy-document {
  min-width: 0;
}

.policy-document__header {
  margin-bottom: 68px;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(220, 226, 236, 0.14);
}

.policy-document__header h1 {
  margin: 0 0 16px;
  font-family: "Ghost Display", sans-serif;
  font-size: clamp(56px, 8vw, 94px);
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 0.88;
  text-shadow:
    5px 5px 0 rgba(0, 0, 0, 0.46),
    0 0 40px rgba(105, 126, 158, 0.18);
  text-transform: uppercase;
}

.policy-document__meta {
  margin: 0;
  color: var(--mist-400);
  font-size: 9px;
  letter-spacing: 1.5px;
  line-height: 1.8;
  text-transform: uppercase;
}

.policy-document__meta span {
  margin: 0 8px;
  color: var(--ember);
}

.policy-document section {
  scroll-margin-top: calc(var(--header-height) + 30px);
  margin-bottom: 68px;
}

.policy-document h2 {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin: 0 0 26px;
  color: #f4f3ef;
  font-family: "Ghost Display", sans-serif;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.policy-document h2 span {
  color: var(--ember);
  font-family: "Ghost Pixel", monospace;
  font-size: 9px;
  letter-spacing: 1px;
}

.policy-document h3 {
  margin: 0 0 13px;
  color: #f2e8da;
  font-family: "Ghost Display", sans-serif;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.policy-document p,
.policy-document li {
  color: rgba(214, 220, 228, 0.72);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
  line-height: 1.9;
}

.policy-document p {
  margin: 0 0 18px;
}

.policy-document strong {
  color: #f0e7db;
  font-weight: 600;
}

.policy-document code {
  color: #efb46a;
}

.privacy-inline-settings {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  color: #f3e8dc;
  border: 1px solid rgba(255, 105, 29, 0.48);
  background: rgba(255, 91, 23, 0.06);
  font-size: 8px;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.privacy-inline-settings:hover,
.privacy-inline-settings:focus-visible {
  color: #fff;
  border-color: var(--ember-bright);
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(224, 229, 236, 0.12);
  background: rgba(224, 229, 236, 0.12);
  box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.12);
}

.data-card {
  min-height: 255px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255, 91, 23, 0.045), transparent 40%),
    rgba(10, 16, 30, 0.9);
}

.data-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.85;
}

.data-card--wide {
  grid-column: 1 / -1;
  min-height: auto;
}

.pixel-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.pixel-list li {
  position: relative;
  padding-left: 25px;
}

.pixel-list li::before {
  position: absolute;
  top: 0.83em;
  left: 3px;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--ember);
  box-shadow: 3px 3px 0 rgba(117, 22, 15, 0.66);
  transform: rotate(45deg);
}

.provider-list {
  display: grid;
  margin: 28px 0;
  border-top: 1px solid rgba(220, 226, 236, 0.13);
}

.provider-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 4px;
  color: rgba(215, 222, 232, 0.62);
  border-bottom: 1px solid rgba(220, 226, 236, 0.13);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  line-height: 1.65;
  text-decoration: none;
  transition: color 140ms ease, padding 140ms ease;
}

.provider-list a:hover,
.provider-list a:focus-visible {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  background: rgba(255, 91, 23, 0.04);
}

.provider-list strong {
  display: block;
  color: #f0e7db;
  font-family: "Ghost Display", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.provider-list a > span:last-child {
  color: var(--ember-bright);
  font-size: 17px;
}

.contact-section {
  position: relative;
  padding: 36px;
  border: 1px solid rgba(226, 168, 67, 0.26);
  background:
    linear-gradient(135deg, rgba(226, 168, 67, 0.08), transparent 40%),
    rgba(10, 16, 30, 0.86);
  box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.15);
}

.contact-section::before,
.contact-section::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  border: 1px solid var(--gold);
}

.contact-section::before {
  top: 8px;
  left: 8px;
  border-right: 0;
  border-bottom: 0;
}

.contact-section::after {
  right: 8px;
  bottom: 8px;
  border-top: 0;
  border-left: 0;
}

.contact-section p a {
  color: #efb46a;
  text-underline-offset: 4px;
}

.contact-section p a:hover,
.contact-section p a:focus-visible {
  color: var(--ember-bright);
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 8px;
  color: var(--ember-bright);
  font-size: 10px;
  letter-spacing: 2px;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.policy-document__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(220, 226, 236, 0.12);
}

.policy-document__footer img {
  width: 24px;
  height: 24px;
  image-rendering: pixelated;
}

.policy-document__footer p {
  margin: 0;
  color: rgba(214, 220, 228, 0.38);
  font-family: "Ghost Pixel", monospace;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.policy-document__footer span {
  color: var(--ember);
}

.policy-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 20px var(--page-gutter);
  color: rgba(216, 223, 232, 0.4);
  border-top: 1px solid rgba(220, 226, 236, 0.1);
  background: #060912;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.policy-footer a {
  text-underline-offset: 4px;
}

.policy-footer a:hover,
.policy-footer a:focus-visible {
  color: var(--ember-bright);
}

.policy-footer__links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.policy-footer [data-analytics-settings]:hover,
.policy-footer [data-analytics-settings]:focus-visible {
  color: var(--ember-bright);
}

/* July Beta Challenge */
.event-page {
  background: #060912;
}

.event-world .world__background {
  opacity: 0.3;
  filter: saturate(0.72) brightness(0.64);
}

.event-world .world__vignette {
  background:
    linear-gradient(180deg, rgba(5, 8, 16, 0.62) 0%, rgba(5, 8, 16, 0.18) 28%, rgba(4, 6, 12, 0.72) 78%, #060912 100%),
    radial-gradient(circle at 50% 24%, transparent 0%, rgba(4, 6, 12, 0.16) 42%, rgba(4, 6, 12, 0.8) 100%);
}

.event-shell {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - (var(--page-gutter) * 2)));
  margin: 0 auto;
  padding: 82px 0 94px;
}

.event-hero {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.event-hero .eyebrow {
  margin-bottom: 20px;
}

.event-hero h1 {
  margin: 0;
  color: #f3eee6;
  font-family: "Ghost Display", sans-serif;
  font-size: 76px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 0.94;
  text-transform: uppercase;
  text-shadow:
    5px 5px 0 rgba(1, 3, 8, 0.82),
    0 0 32px rgba(255, 91, 23, 0.08);
}

.event-hero__lead {
  max-width: 760px;
  margin: 28px auto 38px;
  color: rgba(220, 227, 236, 0.68);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
  line-height: 1.8;
}

.event-hero__lead strong {
  color: #ffd08b;
  font-weight: 600;
}

.event-hero__banner {
  display: block;
  width: min(960px, 100%);
  height: auto;
  border: 1px solid rgba(226, 168, 67, 0.58);
  box-shadow:
    8px 8px 0 rgba(2, 4, 9, 0.48),
    0 28px 80px rgba(0, 0, 0, 0.38);
  image-rendering: pixelated;
}

.event-facts {
  display: grid;
  width: min(900px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid rgba(221, 228, 237, 0.14);
  border-bottom: 1px solid rgba(221, 228, 237, 0.14);
}

.event-facts > div {
  display: grid;
  min-width: 0;
  gap: 7px;
  padding: 22px 18px;
}

.event-facts > div + div {
  border-left: 1px solid rgba(221, 228, 237, 0.12);
}

.event-facts span,
.event-facts small {
  color: rgba(210, 219, 231, 0.44);
  font-size: 7px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.event-facts strong {
  color: #ffe0aa;
  font-family: "Ghost Display", sans-serif;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 1px;
}

.event-primary-action {
  display: inline-flex;
  min-width: 282px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
  padding: 0 24px;
  color: #fff4e8;
  border: 1px solid rgba(255, 115, 37, 0.76);
  background: rgba(150, 35, 20, 0.92);
  box-shadow: 5px 5px 0 rgba(2, 4, 9, 0.42);
  font-size: 9px;
  letter-spacing: 1.7px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 150ms ease,
    box-shadow 150ms ease,
    translate 150ms ease;
}

.event-primary-action:hover,
.event-primary-action:focus-visible {
  background: rgba(190, 45, 22, 0.98);
  box-shadow:
    7px 7px 0 rgba(2, 4, 9, 0.44),
    0 0 26px rgba(255, 91, 23, 0.14);
  translate: -1px -1px;
}

.event-primary-action:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.event-section,
.event-entry,
.event-rules {
  margin-top: 112px;
}

.event-section__header {
  max-width: 760px;
  margin-bottom: 34px;
}

.event-section__kicker {
  margin: 0 0 10px;
  color: var(--ember-bright);
  font-size: 7px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.event-section__header h2,
.event-prize-band h2,
.event-rules__content h2 {
  margin: 0;
  color: #f3eee6;
  font-family: "Ghost Display", sans-serif;
  font-size: 49px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.event-section__header > p:last-child {
  margin: 18px 0 0;
  color: rgba(214, 222, 233, 0.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.7;
}

.event-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(222, 228, 237, 0.16);
  border-bottom: 1px solid rgba(222, 228, 237, 0.16);
}

.event-steps article {
  min-width: 0;
  padding: 29px 30px 32px;
}

.event-steps article + article {
  border-left: 1px solid rgba(222, 228, 237, 0.13);
}

.event-steps article > span {
  color: rgba(255, 116, 35, 0.76);
  font-family: "Ghost Display", sans-serif;
  font-size: 24px;
}

.event-steps h3 {
  margin: 18px 0 12px;
  color: #f2eadf;
  font-family: "Ghost Display", sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.event-steps p,
.event-prize-band__copy p {
  margin: 0;
  color: rgba(209, 218, 230, 0.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.72;
}

.event-prize-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 54px;
  margin-top: 112px;
  padding: 46px 50px;
  border: 1px solid rgba(226, 168, 67, 0.34);
  background:
    linear-gradient(105deg, rgba(174, 48, 21, 0.18), transparent 44%),
    rgba(7, 11, 20, 0.82);
  box-shadow: 8px 8px 0 rgba(2, 4, 9, 0.36);
}

.event-prize-band__copy {
  display: grid;
  align-content: center;
  gap: 17px;
}

.event-prize-band__copy strong {
  color: #ffd79c;
}

.event-entry .event-section__header {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.event-form {
  padding: 38px;
  border: 1px solid rgba(221, 228, 237, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 91, 23, 0.07), transparent 30%),
    rgba(6, 10, 19, 0.94);
  box-shadow:
    8px 8px 0 rgba(2, 4, 9, 0.4),
    0 24px 70px rgba(0, 0, 0, 0.34);
}

.event-upload input[type="file"] {
  height: auto;
  min-height: 47px;
  padding: 8px;
  color: rgba(214, 222, 233, 0.62);
  font-size: 10px;
}

.event-upload input[type="file"]::file-selector-button {
  min-height: 29px;
  margin-right: 12px;
  padding: 0 12px;
  cursor: pointer;
  color: #f5e7d7;
  border: 1px solid rgba(255, 115, 37, 0.5);
  border-radius: 0;
  background: rgba(118, 31, 20, 0.84);
  font: inherit;
}

.event-upload > small:not(.support-form__error) {
  color: rgba(202, 211, 223, 0.38);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}

.event-consents {
  display: grid;
  gap: 6px;
  padding: 17px 0 4px;
  border-top: 1px solid rgba(220, 227, 237, 0.12);
}

.event-consents label {
  display: grid;
  align-items: start;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  cursor: pointer;
  color: rgba(210, 219, 231, 0.6);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  line-height: 1.55;
}

.event-consents input {
  width: 15px;
  height: 15px;
  margin: 1px 0 0;
  accent-color: var(--ember);
}

.event-consents a {
  color: #f2bd73;
  text-underline-offset: 3px;
}

.event-form__footer > p {
  max-width: 500px;
}

.event-rules details {
  border-top: 1px solid rgba(220, 227, 237, 0.18);
  border-bottom: 1px solid rgba(220, 227, 237, 0.18);
}

.event-rules summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 4px;
  cursor: pointer;
  color: #f1e9de;
  font-family: "Ghost Display", sans-serif;
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.event-rules summary small {
  color: rgba(208, 217, 229, 0.42);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  letter-spacing: 1px;
}

.event-rules__content {
  max-width: 900px;
  padding: 24px 0 42px;
}

.event-rules__content h2 {
  margin-bottom: 26px;
  font-size: 35px;
}

.event-rules__content ol {
  display: grid;
  gap: 16px;
  margin: 0;
  padding-left: 23px;
}

.event-rules__content li {
  padding-left: 7px;
  color: rgba(210, 219, 231, 0.62);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  line-height: 1.72;
}

.event-rules__content strong,
.event-rules__content a {
  color: #f1c17b;
}

.event-footer {
  margin-top: 0;
}

@keyframes consent-arrive {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes mist-drift {
  from { transform: translate3d(-6%, 0, 0) scaleY(0.92); }
  to { transform: translate3d(6%, -4%, 0) scaleY(1.08); }
}

@keyframes leaf-fall {
  0% { transform: translate3d(0, -10vh, 0) rotate(0deg); }
  45% { transform: translate3d(var(--leaf-drift), 48vh, 0) rotate(205deg); }
  100% { transform: translate3d(calc(var(--leaf-drift) * -0.35), 116vh, 0) rotate(520deg); }
}

@keyframes hero-arrive {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .support-shell {
    width: min(760px, calc(100% - (var(--page-gutter) * 2)));
    grid-template-columns: 1fr;
    align-items: start;
    gap: 42px;
    padding-top: 58px;
    padding-bottom: 72px;
  }

  .support-intro h1 {
    font-size: clamp(64px, 11vw, 92px);
  }

  .support-intro__details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    border-top: 0;
  }

  .policy-shell {
    grid-template-columns: minmax(0, 760px);
  }

  .policy-aside {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
  }

  .policy-aside__back {
    margin: 0;
  }

  .policy-aside__seal,
  .policy-aside__label,
  .policy-aside nav {
    display: none;
  }

  .event-shell {
    padding-top: 66px;
  }

  .event-hero h1 {
    font-size: 64px;
  }

  .event-prize-band {
    gap: 34px;
    padding: 38px 34px;
  }

}

@media (max-width: 680px) {
  :root {
    --header-height: 76px;
    --page-gutter: 18px;
  }

  .site-header {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .brand-mark {
    gap: 9px;
  }

  .brand-mark__sigil {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .brand-mark__text {
    display: none;
  }

  .site-nav__link {
    font-size: 9px;
    letter-spacing: 1.6px;
  }

  .site-nav {
    gap: 11px;
  }

  .site-nav__divider {
    display: none;
  }

  .hero {
    min-height: calc(100svh - var(--header-height));
    padding-top: 5vh;
    padding-bottom: 118px;
  }

  .hero__content {
    transform: translateY(-2vh);
  }

  .eyebrow {
    gap: 10px;
    margin-bottom: -4px;
    letter-spacing: 2px;
  }

  .hero__logo {
    width: min(520px, 94vw);
    margin-bottom: -24px;
  }

  .hero__tagline {
    max-width: 290px;
    margin-bottom: 26px;
    line-height: 1.08;
  }

  .store-button {
    width: min(242px, 67vw);
  }

  .landing-footer {
    right: var(--page-gutter);
    left: var(--page-gutter);
    grid-template-columns: 1fr 1fr;
  }

  .landing-footer__legend {
    display: none;
  }

  .landing-footer__links {
    align-items: flex-end;
    flex-direction: column;
    gap: 5px;
  }

  .support-shell {
    width: calc(100% - (var(--page-gutter) * 2));
    min-height: calc(100svh - var(--header-height));
    gap: 34px;
    padding-top: 38px;
    padding-bottom: 52px;
  }

  .support-intro .eyebrow {
    margin-bottom: 19px;
  }

  .support-intro h1 {
    font-size: clamp(54px, 17vw, 76px);
  }

  .support-intro__lead {
    margin-top: 24px;
    font-size: 12px;
  }

  .support-intro__details {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 24px;
    border-top: 1px solid rgba(222, 228, 236, 0.13);
  }

  .support-panel {
    padding: 24px 20px;
    box-shadow:
      7px 7px 0 rgba(2, 4, 9, 0.32),
      0 22px 60px rgba(0, 0, 0, 0.32);
  }

  .support-panel__header {
    margin-bottom: 22px;
  }

  .support-panel__header h2 {
    font-size: 38px;
  }

  .support-panel__status {
    font-size: 6px;
    letter-spacing: 1px;
  }

  .support-form__row {
    grid-template-columns: 1fr;
  }

  .support-form__field textarea {
    min-height: 150px;
  }

  .support-form__footer {
    align-items: stretch;
    flex-direction: column;
    gap: 17px;
  }

  .support-form__footer p {
    max-width: none;
  }

  .support-submit {
    width: 100%;
  }

  .policy-shell {
    width: calc(100% - (var(--page-gutter) * 2));
    padding-top: 46px;
  }

  .policy-document__header {
    margin-bottom: 52px;
  }

  .policy-document__header h1 {
    font-size: clamp(51px, 16vw, 76px);
  }

  .policy-document section {
    margin-bottom: 54px;
  }

  .policy-document h2 {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .policy-document p,
  .policy-document li {
    font-size: 13px;
    line-height: 1.82;
  }

  .data-grid {
    grid-template-columns: 1fr;
  }

  .data-card {
    min-height: auto;
    padding: 24px 21px;
  }

  .provider-list a {
    align-items: flex-start;
  }

  .contact-section {
    padding: 28px 22px;
  }

  .policy-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .policy-footer__links {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 9px 16px;
  }

  .event-shell {
    width: calc(100% - (var(--page-gutter) * 2));
    padding: 42px 0 64px;
  }

  .event-hero h1 {
    font-size: 45px;
    line-height: 0.98;
  }

  .event-hero__lead {
    margin: 23px auto 28px;
    font-size: 12px;
    line-height: 1.72;
  }

  .event-facts {
    grid-template-columns: 1fr;
  }

  .event-facts > div + div {
    border-top: 1px solid rgba(221, 228, 237, 0.12);
    border-left: 0;
  }

  .event-primary-action {
    width: 100%;
  }

  .event-section,
  .event-entry,
  .event-rules,
  .event-prize-band {
    margin-top: 74px;
  }

  .event-section__header h2,
  .event-prize-band h2 {
    font-size: 39px;
  }

  .event-steps {
    grid-template-columns: 1fr;
  }

  .event-steps article {
    padding: 25px 4px 27px;
  }

  .event-steps article + article {
    border-top: 1px solid rgba(222, 228, 237, 0.13);
    border-left: 0;
  }

  .event-prize-band {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 30px 24px;
  }

  .event-form {
    padding: 24px 19px;
  }

  .event-rules summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .event-rules__content h2 {
    font-size: 30px;
  }

  .event-rules__content li {
    font-size: 10px;
  }

  .analytics-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    grid-template-columns: 1fr;
    padding: 20px 18px 18px;
  }

  .analytics-consent__mark {
    display: none;
  }

  .analytics-consent h2 {
    padding-right: 10px;
    font-size: 25px;
  }

  .analytics-consent__actions {
    display: grid;
    grid-column: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .analytics-consent__actions button {
    min-height: 43px;
    padding: 0 9px;
    font-size: 6px;
    letter-spacing: 1px;
  }
}

@media (max-width: 370px) {
  .site-nav {
    gap: 7px;
  }

  .site-nav__link {
    font-size: 7px;
    letter-spacing: 1px;
  }

  .event-hero h1 {
    font-size: 39px;
  }
}

@media (max-height: 720px) and (min-width: 681px) {
  .hero {
    padding-top: 18px;
    padding-bottom: 82px;
  }

  .hero__logo {
    width: min(490px, 64vw);
    margin-bottom: -34px;
  }

  .hero__tagline {
    margin-bottom: 15px;
    font-size: 27px;
  }

  .store-button {
    width: 232px;
  }

  .hero__status {
    margin-top: 22px;
  }

  .support-shell {
    gap: clamp(38px, 5vw, 68px);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .support-intro h1 {
    font-size: clamp(54px, 5.4vw, 72px);
  }

  .support-intro__lead {
    margin-top: 20px;
  }

  .support-intro__details {
    margin-top: 22px;
  }

  .support-panel {
    padding: 22px 25px;
  }

  .support-panel__header {
    margin-bottom: 16px;
    padding-bottom: 14px;
  }

  .support-form {
    gap: 10px;
  }

  .support-form__field input,
  .support-form__field select {
    height: 42px;
  }

  .support-form__field textarea {
    min-height: 94px;
  }

  .support-form__error {
    min-height: 7px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
