:root {
  --bg: #050505;
  --ink: #f4efe4;
  --muted: #b9ac95;
  --dim: #746850;
  --gold: #c9943e;
  --gold-2: #f0c878;
  --line: rgba(216, 168, 78, 0.28);
  --glass: rgba(10, 10, 9, 0.72);
  --max: 1180px;
  --wide: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(174, 124, 48, 0.16), transparent 34rem),
    linear-gradient(180deg, #050505 0%, #0a0907 44%, #050505 100%);
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
  z-index: 5;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 6;
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(240, 200, 120, 0.09) 7.05%, transparent 7.12%),
    linear-gradient(90deg, transparent 0 92.5%, rgba(240, 200, 120, 0.08) 92.55%, transparent 92.62%);
  opacity: 0.45;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 48px, var(--wide));
  margin: 22px auto 0;
  padding: 14px 16px;
  border: 1px solid rgba(219, 171, 82, 0.24);
  background: rgba(4, 4, 4, 0.58);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 245px;
}

.brand-mark,
.premiere-symbol {
  width: 34px;
  aspect-ratio: 1;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--gold-2) 0 8%, transparent 9% 25%, var(--gold) 26% 29%, transparent 30%),
    conic-gradient(from 45deg, transparent, rgba(201, 148, 62, 0.9), transparent 34%);
  box-shadow: 0 0 28px rgba(201, 148, 62, 0.35);
}

.brand strong,
.brand small {
  display: block;
  text-transform: uppercase;
}

.brand strong {
  font-family: Cinzel, serif;
  font-size: 0.9rem;
  letter-spacing: 0.11em;
}

.brand small {
  margin-top: 2px;
  color: var(--gold-2);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.desktop-nav {
  display: flex;
  gap: 28px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.desktop-nav a {
  transition: color 180ms ease;
}

.desktop-nav a:hover {
  color: var(--gold-2);
}

.nav-cta,
.button,
.signup-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(240, 200, 120, 0.48);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
}

.nav-cta {
  padding: 0 18px;
  color: #171009;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 96svh;
  padding: 108px max(28px, calc((100vw - var(--wide)) / 2)) 64px;
  overflow: hidden;
}

.hero-bg,
.hero-veil {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: var(--hero-eye-frame, url("assets/higgsfield-single-eye.png"));
  background-position: center;
  background-size: cover;
  opacity: calc(0.84 - var(--scroll-progress, 0) * 0.16);
  transform: scale(calc(1.02 + var(--scroll-progress, 0) * 0.08));
  filter: saturate(1.28) contrast(1.14) brightness(1.08);
}

.hero-veil {
  background:
    radial-gradient(circle at 69% 47%, transparent 0 12rem, rgba(5, 5, 5, 0.16) 24rem, rgba(5, 5, 5, 0.74) 54rem),
    linear-gradient(90deg, rgba(5, 5, 5, 0.76), rgba(5, 5, 5, 0.2) 48%, rgba(5, 5, 5, 0.68)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.64), transparent 38%, #050505 96%);
}

.orbital-map {
  position: absolute;
  top: 50%;
  left: 76%;
  width: min(34vw, 560px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  opacity: 0.86;
  pointer-events: none;
}

.orbital-core {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(240, 200, 120, 0.24);
  border-radius: 50%;
  transform: rotate(calc(var(--scroll-progress, 0) * 54deg));
  box-shadow:
    inset 0 0 80px rgba(201, 148, 62, 0.1),
    0 0 42px rgba(201, 148, 62, 0.05);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, transparent 0 15%, black 16%);
  mask-image: radial-gradient(circle at 50% 50%, transparent 0 15%, black 16%);
}

.orbital-core::before,
.orbital-core::after {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(240, 200, 120, 0.28);
  border-radius: 50%;
}

.orbital-core::after {
  inset: 31%;
}

.orbital-core span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(240, 200, 120, 0.94);
  box-shadow:
    0 0 18px rgba(240, 200, 120, 0.84),
    0 0 42px rgba(201, 148, 62, 0.28);
  transform:
    rotate(calc(var(--i) * 51.4deg))
    translateX(min(18.8vw, 278px))
    rotate(calc(var(--i) * -51.4deg));
}

.orbital-core span:nth-child(2n) {
  opacity: 0.62;
  transform:
    rotate(calc(var(--i) * 51.4deg))
    translateX(min(15.2vw, 224px))
    rotate(calc(var(--i) * -51.4deg));
}

.orbital-core span:nth-child(3n) {
  width: 8px;
  opacity: 0.78;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
  padding-top: 2vh;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Cinzel, Georgia, serif;
  font-weight: 600;
  line-height: 1.02;
}

h1 {
  max-width: 780px;
  font-size: clamp(4.2rem, 8.6vw, 8.6rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4.8rem);
}

h3 {
  font-size: 1.35rem;
}

.hero-subtitle {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(244, 239, 228, 0.82);
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  line-height: 1.7;
}

.hero-kicker {
  margin: 12px 0 0;
  color: var(--gold-2);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.18rem, 2vw, 1.86rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.button {
  padding: 0 22px;
}

.button.primary {
  color: #130f08;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 14px 40px rgba(201, 148, 62, 0.2);
}

.button.secondary {
  background: rgba(6, 6, 5, 0.58);
}

.launch-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.92rem;
}

.launch-note span {
  padding: 9px 12px;
  border: 1px solid rgba(240, 200, 120, 0.18);
  background: rgba(0, 0, 0, 0.42);
}

.launch-note span:last-child {
  color: var(--gold-2);
  border-color: rgba(240, 200, 120, 0.34);
}

.mobile-key,
.realm-intro,
.realms,
.realm-feature,
.premiere,
.initiate-note,
.book-reveal,
.signup {
  position: relative;
  z-index: 3;
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
}

.mobile-key {
  display: none;
}

.realm-intro {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 48px;
  padding: 82px 0 54px;
}

.js-enabled .realm-intro,
.js-enabled .realm-card,
.js-enabled .realm-feature,
.js-enabled .premiere,
.js-enabled .initiate-note,
.js-enabled .book-reveal,
.js-enabled .signup {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.js-enabled .realm-intro.is-visible,
.js-enabled .realm-card.is-visible,
.js-enabled .realm-feature.is-visible,
.js-enabled .premiere.is-visible,
.js-enabled .initiate-note.is-visible,
.js-enabled .book-reveal.is-visible,
.js-enabled .signup.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.realm-intro p:not(.eyebrow),
.premiere p,
.signup .form-note {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.85;
}

.realms {
  display: grid;
  grid-template-columns: repeat(7, minmax(142px, 1fr));
  gap: 10px;
  padding-bottom: 120px;
}

.realm-card {
  display: grid;
  grid-template-rows: auto 1fr 2.5em 3.25em;
  min-height: 258px;
  padding: 20px 16px 18px;
  border: 1px solid rgba(240, 200, 120, 0.18);
  background:
    linear-gradient(180deg, rgba(240, 200, 120, 0.06), transparent),
    rgba(255, 255, 255, 0.025);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.realm-card:hover,
.realm-card:focus-visible,
.realm-card.active {
  border-color: rgba(240, 200, 120, 0.62);
  background:
    linear-gradient(180deg, rgba(240, 200, 120, 0.16), rgba(240, 200, 120, 0.02)),
    rgba(255, 255, 255, 0.035);
  transform: translateY(-8px);
}

.realm-card:focus-visible {
  outline: 1px solid rgba(240, 200, 120, 0.82);
  outline-offset: 5px;
}

.realm-card > span {
  display: block;
  color: var(--gold-2);
  font-family: Cinzel, serif;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1;
}

.realm-card h3 {
  align-self: start;
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: 2.5em;
  margin-bottom: 0;
  max-width: 100%;
  font-size: clamp(1.04rem, 0.86vw, 1.15rem);
  line-height: 0.98;
}

.realm-card h3 span,
.realm-card h3 strong {
  display: block;
}

.realm-card h3 span {
  align-self: end;
}

.realm-card h3 strong {
  align-self: start;
  font: inherit;
}

.realm-card p {
  align-self: end;
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: 3.25em;
  color: var(--dim);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0.01em;
}

.realm-card p span,
.realm-card p strong {
  display: block;
}

.realm-card p span {
  align-self: end;
  color: rgba(202, 178, 126, 0.62);
}

.realm-card p strong {
  align-self: start;
  color: rgba(214, 204, 184, 0.58);
  font: inherit;
  text-wrap: balance;
}

.realm-feature {
  min-height: clamp(560px, 78vh, 780px);
  scroll-margin-top: 108px;
  overflow: hidden;
  border: 1px solid rgba(240, 200, 120, 0.24);
  background: #050505;
}

.realm-feature-bg {
  position: absolute;
  inset: 0;
  --realm-image: url("assets/krainy/01-kraina-snu.png");
  background-image:
    linear-gradient(90deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0.68) 35%, rgba(5, 5, 5, 0.08) 66%, rgba(5, 5, 5, 0.54) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.04), rgba(5, 5, 5, 0.5)),
    var(--realm-image);
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
  filter: saturate(1.24) contrast(1.1) brightness(1.06);
}

.mirror-feature {
  margin-top: 28px;
}

.music-feature {
  margin-top: 28px;
}

.contrast-feature {
  margin-top: 28px;
}

.pendulum-feature {
  margin-top: 28px;
}

.labyrinth-feature {
  margin-top: 28px;
}

.fullness-feature {
  margin-top: 28px;
}

.mirror-feature .realm-feature-bg {
  --realm-image: url("assets/krainy/02-kraina-luster-v01.png");
  background-image:
    linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.72) 34%, rgba(5, 5, 5, 0.08) 64%, rgba(5, 5, 5, 0.42) 100%),
    linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.52)),
    var(--realm-image);
}

.music-feature .realm-feature-bg {
  --realm-image: url("assets/krainy/03-kraina-muzyki-v05.png");
  background-image:
    linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.7) 32%, rgba(5, 5, 5, 0.06) 62%, rgba(5, 5, 5, 0.34) 100%),
    linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.5)),
    var(--realm-image);
  background-position: center;
}

.contrast-feature .realm-feature-bg {
  --realm-image: url("assets/krainy/04-czas-kontrastow-v02.png");
  background-image:
    linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.72) 33%, rgba(5, 5, 5, 0.06) 64%, rgba(5, 5, 5, 0.34) 100%),
    linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.5)),
    var(--realm-image);
  background-position: center;
}

.pendulum-feature .realm-feature-bg {
  --realm-image: url("assets/krainy/05-czas-wahadla-v02.png");
  background-image:
    linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.72) 33%, rgba(5, 5, 5, 0.06) 64%, rgba(5, 5, 5, 0.36) 100%),
    linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.52)),
    var(--realm-image);
  background-position: center;
}

.labyrinth-feature .realm-feature-bg {
  --realm-image: url("assets/krainy/06-czas-labiryntu-v02.png");
  background-image:
    linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.72) 33%, rgba(5, 5, 5, 0.06) 64%, rgba(5, 5, 5, 0.34) 100%),
    linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.52)),
    var(--realm-image);
  background-position: center;
}

.fullness-feature .realm-feature-bg {
  --realm-image: url("assets/krainy/07-czas-pelni-v01.png");
  background-image:
    linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.72) 33%, rgba(5, 5, 5, 0.05) 64%, rgba(5, 5, 5, 0.32) 100%),
    linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.5)),
    var(--realm-image);
  background-position: center;
}

.mirror-feature .realm-feature-copy p:not(.eyebrow) {
  max-width: 500px;
}

.music-feature .realm-feature-copy p:not(.eyebrow) {
  max-width: 520px;
}

.contrast-feature .realm-feature-copy p:not(.eyebrow) {
  max-width: 520px;
}

.pendulum-feature .realm-feature-copy p:not(.eyebrow) {
  max-width: 520px;
}

.labyrinth-feature .realm-feature-copy p:not(.eyebrow) {
  max-width: 530px;
}

.fullness-feature .realm-feature-copy p:not(.eyebrow) {
  max-width: 530px;
}

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

.realm-feature::before {
  inset: 24px;
  border: 1px solid rgba(240, 200, 120, 0.18);
}

.realm-feature::after {
  left: 44px;
  right: 44px;
  bottom: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 200, 120, 0.58), transparent);
}

.realm-feature-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  min-height: inherit;
  width: min(520px, 48%);
  padding: 76px 0 76px 64px;
}

.realm-feature-copy h2 {
  font-size: clamp(3.2rem, 7vw, 7rem);
}

.realm-feature-copy p:not(.eyebrow) {
  margin: 28px 0 0;
  color: rgba(244, 239, 228, 0.82);
  font-size: 1.12rem;
  line-height: 1.85;
}

.realm-feature-copy .button {
  justify-self: start;
  margin-top: 34px;
}

.realm-feature-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.realm-feature-meta span {
  padding: 9px 12px;
  border: 1px solid rgba(240, 200, 120, 0.22);
  background: rgba(0, 0, 0, 0.42);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.realm-feature-meta span:first-child {
  color: var(--gold-2);
}

.realm-feature-mark {
  position: absolute;
  right: 48px;
  bottom: 36px;
  z-index: 2;
  color: rgba(240, 200, 120, 0.22);
  font-family: Cinzel, serif;
  font-size: clamp(5rem, 12vw, 12rem);
  line-height: 0.82;
  opacity: 0.68;
  text-shadow: none;
  transition:
    color 260ms ease,
    opacity 260ms ease,
    text-shadow 260ms ease;
}

.realm-feature:hover .realm-feature-mark,
.realm-feature:focus-within .realm-feature-mark {
  animation: sigilIgnition 1120ms steps(1, end) both;
}

@keyframes sigilIgnition {
  0%,
  12%,
  23%,
  41% {
    color: rgba(240, 200, 120, 0.18);
    opacity: 0.42;
    text-shadow: none;
  }

  7%,
  17%,
  31% {
    color: rgba(255, 231, 178, 0.82);
    opacity: 0.95;
    text-shadow:
      0 0 10px rgba(240, 200, 120, 0.42),
      0 0 26px rgba(201, 148, 62, 0.28);
  }

  53% {
    color: rgba(255, 238, 196, 0.98);
    opacity: 1;
    text-shadow:
      0 0 16px rgba(240, 200, 120, 0.58),
      0 0 42px rgba(201, 148, 62, 0.38),
      0 0 76px rgba(201, 148, 62, 0.2);
  }

  100% {
    color: rgba(240, 200, 120, 0.72);
    opacity: 0.95;
    text-shadow:
      0 0 14px rgba(240, 200, 120, 0.34),
      0 0 38px rgba(201, 148, 62, 0.24);
  }
}

.premiere {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 54px;
  align-items: center;
  padding: 80px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 50%, rgba(201, 148, 62, 0.18), transparent 20rem),
    rgba(255, 255, 255, 0.025);
}

.initiate-note {
  display: grid;
  grid-template-columns: 1px minmax(0, 0.85fr) minmax(280px, 0.75fr);
  gap: 42px;
  align-items: center;
  padding: 104px 0 20px;
}

.initiate-rule {
  width: 1px;
  min-height: 230px;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
  box-shadow: 0 0 30px rgba(240, 200, 120, 0.35);
}

.initiate-note p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.9;
}

.book-reveal {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 64px;
  align-items: center;
  padding: 105px 0 30px;
}

.book-copy p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.85;
}

.book-cover {
  position: relative;
  margin: 0;
}

.book-cover::before {
  content: "";
  position: absolute;
  inset: 10% 2% 4% 18%;
  border-radius: 50%;
  background: rgba(201, 148, 62, 0.22);
  filter: blur(60px);
}

.book-cover img {
  position: relative;
  display: block;
  width: 100%;
  max-height: 660px;
  object-fit: contain;
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.72));
}

.premiere-symbol {
  width: min(180px, 35vw);
}

.signup {
  padding: 120px 0 150px;
}

.signup h2 {
  max-width: 850px;
}

.signup-form {
  display: grid;
  grid-template-columns: minmax(220px, 460px) auto;
  gap: 14px;
  align-items: end;
  margin-top: 34px;
}

.signup-form label {
  display: grid;
  gap: 10px;
}

.signup-form span {
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.signup-form input {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(240, 200, 120, 0.32);
  border-radius: 0;
  padding: 0 16px;
  background: rgba(0, 0, 0, 0.44);
  color: var(--ink);
  font: inherit;
}

.signup-form button {
  min-height: 56px;
  padding: 0 24px;
  color: #130f08;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  cursor: pointer;
}

.form-note {
  max-width: 700px;
}

@media (max-width: 1080px) {
  .desktop-nav {
    display: none;
  }

  .orbital-map {
    left: 72%;
    width: 52vw;
  }

  .realm-intro,
  .realm-feature,
  .premiere,
  .initiate-note,
  .book-reveal {
    grid-template-columns: 1fr;
  }

  .initiate-rule {
    min-height: 1px;
    width: 100%;
  }

  .realms {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .topbar {
    width: min(100% - 24px, var(--max));
    margin-top: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 0.76rem;
  }

  .nav-cta {
    display: none;
  }

  .brand small {
    font-size: 0.56rem;
    letter-spacing: 0.1em;
  }

  .hero {
    min-height: 100svh;
    padding: 104px 20px 36px;
  }

  .hero-bg {
    background-position: 58% center;
    opacity: 0.72;
  }

  .hero-veil {
    background:
      radial-gradient(circle at 58% 30%, transparent 0 8rem, rgba(5, 5, 5, 0.22) 16rem, rgba(5, 5, 5, 0.68) 30rem),
      linear-gradient(180deg, rgba(5, 5, 5, 0.46), rgba(5, 5, 5, 0.06) 35%, #050505 94%);
  }

  .orbital-map {
    top: 32%;
    left: 60%;
    width: 86vw;
    opacity: 0.45;
  }

  .hero-content {
    padding-top: 19vh;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(3rem, 14vw, 4.15rem);
    overflow-wrap: normal;
  }

  .hero-kicker {
    font-size: 0.88rem;
    line-height: 1.45;
    letter-spacing: 0.12em;
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.35rem);
  }

  .hero-subtitle {
    margin-top: 20px;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .hero-actions,
  .signup-form {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 28px;
  }

  .button,
  .signup-form button {
    width: 100%;
    min-height: 56px;
    padding: 10px 16px;
    white-space: normal;
  }

  .launch-note span {
    width: 100%;
    padding: 8px 10px;
  }

  .mobile-key {
    display: block;
    padding: 44px 22px;
    border: 1px solid rgba(240, 200, 120, 0.22);
    background: rgba(255, 255, 255, 0.025);
  }

  .mobile-key p:last-child {
    color: var(--muted);
    line-height: 1.7;
  }

  .realm-intro {
    padding-top: 76px;
  }

  .realms {
    grid-template-columns: 1fr;
    padding-bottom: 76px;
  }

  .realm-card {
    grid-template-rows: auto 1fr 2.45em 3em;
    min-height: 170px;
  }

  .realm-card > span {
    font-size: 1.18rem;
  }

  .realm-card h3 {
    height: 2.45em;
    margin-bottom: 0;
    font-size: 1.18rem;
  }

  .realm-feature {
    width: min(100% - 28px, var(--max));
    min-height: 680px;
  }

  .realm-feature-bg {
    --realm-image: url("assets/krainy/01-kraina-snu.png");
    background-image:
      linear-gradient(180deg, rgba(5, 5, 5, 0.02) 0%, rgba(5, 5, 5, 0.18) 30%, rgba(5, 5, 5, 0.88) 74%),
      var(--realm-image);
    background-position: 63% top;
  }

  .mirror-feature .realm-feature-bg {
    --realm-image: url("assets/krainy/02-kraina-luster-v01.png");
    background-image:
      linear-gradient(180deg, rgba(5, 5, 5, 0.04) 0%, rgba(5, 5, 5, 0.2) 30%, rgba(5, 5, 5, 0.88) 74%),
      var(--realm-image);
    background-position: 67% top;
  }

  .music-feature .realm-feature-bg {
    --realm-image: url("assets/krainy/03-kraina-muzyki-v05.png");
    background-image:
      linear-gradient(180deg, rgba(5, 5, 5, 0.04) 0%, rgba(5, 5, 5, 0.22) 30%, rgba(5, 5, 5, 0.89) 74%),
      var(--realm-image);
    background-position: 66% top;
  }

  .contrast-feature .realm-feature-bg {
    --realm-image: url("assets/krainy/04-czas-kontrastow-v02.png");
    background-image:
      linear-gradient(180deg, rgba(5, 5, 5, 0.04) 0%, rgba(5, 5, 5, 0.22) 30%, rgba(5, 5, 5, 0.89) 74%),
      var(--realm-image);
    background-position: 66% top;
  }

  .pendulum-feature .realm-feature-bg {
    --realm-image: url("assets/krainy/05-czas-wahadla-v02.png");
    background-image:
      linear-gradient(180deg, rgba(5, 5, 5, 0.04) 0%, rgba(5, 5, 5, 0.22) 30%, rgba(5, 5, 5, 0.89) 74%),
      var(--realm-image);
    background-position: 64% top;
  }

  .labyrinth-feature .realm-feature-bg {
    --realm-image: url("assets/krainy/06-czas-labiryntu-v02.png");
    background-image:
      linear-gradient(180deg, rgba(5, 5, 5, 0.04) 0%, rgba(5, 5, 5, 0.22) 30%, rgba(5, 5, 5, 0.89) 74%),
      var(--realm-image);
    background-position: 64% top;
  }

  .fullness-feature .realm-feature-bg {
    --realm-image: url("assets/krainy/07-czas-pelni-v01.png");
    background-image:
      linear-gradient(180deg, rgba(5, 5, 5, 0.04) 0%, rgba(5, 5, 5, 0.2) 30%, rgba(5, 5, 5, 0.88) 74%),
      var(--realm-image);
    background-position: 65% top;
  }

  .realm-feature::before {
    inset: 14px;
  }

  .realm-feature-copy {
    align-content: end;
    width: 100%;
    padding: 260px 22px 42px;
  }

  .realm-feature-copy h2 {
    font-size: clamp(2.7rem, 14vw, 4.2rem);
  }

  .realm-feature-copy p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.7;
  }

  .realm-feature-copy .button {
    justify-self: stretch;
  }

  .realm-feature-mark {
    right: 24px;
    top: 24px;
    bottom: auto;
    font-size: 4.8rem;
  }

  .premiere {
    width: min(100% - 28px, var(--max));
    padding: 36px 22px;
  }

  .initiate-note {
    padding-top: 76px;
  }

  .book-reveal {
    padding-top: 76px;
  }

  .signup {
    padding: 86px 0 100px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }

  .js-enabled .realm-intro,
  .js-enabled .realm-card,
  .js-enabled .realm-feature,
  .js-enabled .premiere,
  .js-enabled .initiate-note,
  .js-enabled .book-reveal,
  .js-enabled .signup {
    opacity: 1;
    transform: none;
  }

  .realm-feature:hover .realm-feature-mark,
  .realm-feature:focus-within .realm-feature-mark {
    color: rgba(240, 200, 120, 0.72);
    opacity: 0.95;
    text-shadow:
      0 0 14px rgba(240, 200, 120, 0.34),
      0 0 38px rgba(201, 148, 62, 0.24);
  }
}
