:root {
  --bg: #11100e;
  --bg-deep: #080807;
  --panel: #1a1712;
  --panel-2: #211d16;
  --line: rgba(232, 220, 196, 0.16);
  --line-strong: rgba(232, 220, 196, 0.28);
  --text: #f3ead8;
  --muted: #b7ad9a;
  --quiet: #817765;
  --parchment: #e8dcc4;
  --parchment-2: #c9b894;
  --copper: #b8693d;
  --copper-dark: #6c3726;
  --moss: #7f8c70;
  --moss-dark: #384435;
  --bluegrey: #61717a;
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg-deep);
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 8%, rgba(127, 140, 112, 0.20), transparent 26rem),
    radial-gradient(circle at 84% 12%, rgba(184, 105, 61, 0.15), transparent 30rem),
    linear-gradient(180deg, #17150f 0%, #0c0c0a 52%, #090908 100%);
}

body::selection {
  color: #15110c;
  background: var(--parchment);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 8, 7, 0.95), rgba(8, 8, 7, 0.16) 42%, rgba(8, 8, 7, 0.65)),
    linear-gradient(180deg, rgba(8, 8, 7, 0.04), rgba(8, 8, 7, 0.86)),
    url("data:image/svg+xml,%3Csvg width='1600' height='900' viewBox='0 0 1600 900' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%232f382d'/%3E%3Cstop offset='0.55' stop-color='%23161410'/%3E%3Cstop offset='1' stop-color='%23301f16'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1600' height='900' fill='url(%23g)'/%3E%3Cpath d='M0 645 C190 610 296 676 455 605 C610 536 704 632 854 546 C1015 453 1136 512 1265 421 C1374 344 1487 372 1600 315 L1600 900 L0 900Z' fill='%230a0b0a' opacity='.78'/%3E%3Cpath d='M0 703 C197 669 328 721 493 671 C660 620 779 707 935 626 C1100 540 1266 603 1600 496 L1600 900 L0 900Z' fill='%23151310' opacity='.9'/%3E%3Cpath d='M1095 290 l42 212 h-84zM1166 335 l32 169 h-64zM1035 378 l26 126 h-53z' fill='%23080706' opacity='.48'/%3E%3Cpath d='M255 460 l34 188 h-70zM315 506 l21 142 h-44z' fill='%23080706' opacity='.36'/%3E%3C/svg%3E") center top / cover no-repeat;
}

body::after {
  content: "";
  position: fixed;
  inset: auto 0 0 0;
  height: 22rem;
  z-index: -4;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(8, 8, 7, 0.92), transparent);
}

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

button,
input,
select {
  font: inherit;
}

.wrap {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.section-pad {
  padding-block: 128px 72px;
}

.grain,
.topo-lines {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.grain {
  z-index: -1;
  opacity: 0.15;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.topo-lines {
  z-index: -2;
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' viewBox='0 0 900 600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23e8dcc4' stroke-opacity='.55' stroke-width='1'%3E%3Cpath d='M-62 146c103-77 229-72 346-18 74 34 142 50 230 18 90-33 177-52 257 1 44 30 98 38 158 7'/%3E%3Cpath d='M-38 206c120-71 209-42 318 10 106 51 172 22 257-25 94-53 171-19 240 22 56 33 99 31 166 5'/%3E%3Cpath d='M-88 294c89-43 177-56 269-17 97 41 175 83 291 19 70-39 159-79 246-32 71 39 137 81 243 34'/%3E%3Cpath d='M-48 398c85-66 176-64 287-18 96 40 165 26 241-18 97-57 199-54 305-4 67 31 121 24 183-18'/%3E%3Cpath d='M-90 498c126-68 247-33 336 15 110 60 181 29 278-29 99-58 203-20 276 22 56 33 101 32 161 12'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 900px 600px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 40;
  border-bottom: 1px solid rgba(232, 220, 196, 0.12);
  background: rgba(10, 10, 9, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #15110c;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 700;
  background: var(--parchment);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 9px 0 rgba(0, 0, 0, 0.18);
  clip-path: polygon(14% 0, 90% 0, 100% 72%, 76% 100%, 0 100%, 0 18%);
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.22em;
}

.brand-copy small {
  color: var(--quiet);
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-nav a {
  color: rgba(243, 234, 216, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.site-nav .nav-cta {
  padding: 13px 18px;
  color: #17120d;
  background: var(--parchment);
  border-radius: 999px;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.25);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(232, 220, 196, 0.06);
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: 64px;
  align-items: center;
}

.hero-copy {
  max-width: 590px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--parchment-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, Cambria, "Times New Roman", serif;
  letter-spacing: -0.055em;
}

h1 {
  margin-bottom: 26px;
  font-size: clamp(4rem, 8.4vw, 7.8rem);
  line-height: 0.86;
  max-width: 790px;
  text-wrap: balance;
}

.lead {
  margin-bottom: 32px;
  max-width: 570px;
  color: rgba(243, 234, 216, 0.76);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #17120d;
  background: var(--parchment);
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.25);
}

.button-ghost {
  color: var(--text);
  background: rgba(232, 220, 196, 0.06);
  border-color: var(--line-strong);
}

.button-ghost:hover {
  background: rgba(232, 220, 196, 0.10);
}

.build-note {
  position: relative;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 14px;
  max-width: 510px;
  padding: 18px 20px 18px 18px;
  color: #2a2117;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 46%),
    #d9c59d;
  border: 1px solid rgba(0, 0, 0, 0.20);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.26);
  transform: rotate(-1deg);
}

.build-note strong {
  display: block;
  margin-bottom: 4px;
  color: #1b150f;
}

.build-note p {
  margin: 0;
  color: #4f3d2a;
  line-height: 1.55;
}

.pin {
  width: 13px;
  height: 13px;
  margin-top: 4px;
  border-radius: 999px;
  background: var(--copper);
  box-shadow: 0 0 0 4px rgba(184, 105, 61, 0.18), 0 4px 8px rgba(0, 0, 0, 0.26);
}

.hero-art {
  position: relative;
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 9% -4% -9% 11%;
  z-index: -1;
  border: 1px solid rgba(232, 220, 196, 0.13);
  background: rgba(232, 220, 196, 0.04);
  transform: rotate(3.5deg);
}

.screen-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(232, 220, 196, 0.18);
  border-radius: 8px;
  background: #0b0b09;
  box-shadow: var(--shadow);
}

.screen-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 -80px 110px rgba(0, 0, 0, 0.30);
}

.screen-topbar {
  position: relative;
  z-index: 4;
  height: 46px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 18px;
  color: rgba(243, 234, 216, 0.78);
  border-bottom: 1px solid rgba(232, 220, 196, 0.11);
  background: rgba(9, 9, 8, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.screen-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--moss);
}

.screen-topbar em {
  margin-left: auto;
  color: var(--quiet);
  font-style: normal;
}

.scene {
  position: relative;
  height: 520px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(37, 47, 48, 0.86), rgba(24, 28, 23, 0.84) 40%, rgba(17, 17, 13, 0.98) 68%),
    radial-gradient(circle at 22% 28%, rgba(232, 220, 196, 0.12), transparent 18rem),
    radial-gradient(circle at 76% 42%, rgba(184, 105, 61, 0.12), transparent 18rem);
}

.scene::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(232, 220, 196, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 220, 196, 0.18) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, black, transparent 77%);
}

.scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.38), transparent 34%, rgba(0,0,0,.36));
}

.sun {
  position: absolute;
  right: 11%;
  top: 13%;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(232, 220, 196, 0.42), rgba(184, 105, 61, 0.08) 58%, transparent 70%);
  filter: blur(4px);
}

.cliff,
.shore,
.ruin,
.gate,
.campfire,
.path,
.map-marker,
.screen-card {
  position: absolute;
  z-index: 2;
}

.cliff-one {
  left: -7%;
  bottom: 17%;
  width: 74%;
  height: 42%;
  background: linear-gradient(160deg, rgba(63, 70, 54, 0.95), rgba(20, 20, 16, 0.98));
  clip-path: polygon(0 44%, 14% 20%, 28% 39%, 42% 13%, 56% 31%, 71% 18%, 84% 46%, 100% 33%, 100% 100%, 0 100%);
}

.cliff-two {
  right: -8%;
  bottom: 20%;
  width: 72%;
  height: 48%;
  background: linear-gradient(160deg, rgba(65, 50, 39, 0.95), rgba(16, 15, 13, 0.98));
  clip-path: polygon(0 45%, 18% 28%, 29% 34%, 44% 12%, 64% 39%, 80% 24%, 100% 45%, 100% 100%, 0 100%);
}

.shore {
  inset: auto -8% 0 -8%;
  height: 38%;
  background:
    linear-gradient(180deg, rgba(127, 140, 112, 0.18), rgba(0, 0, 0, 0.44)),
    linear-gradient(16deg, #1b211b 0%, #282414 48%, #11100d 49%, #080807 100%);
  clip-path: polygon(0 28%, 22% 18%, 41% 36%, 61% 23%, 78% 33%, 100% 18%, 100% 100%, 0 100%);
}

.ruin-left,
.ruin-right {
  bottom: 29%;
  width: 26px;
  background: linear-gradient(180deg, #6f6755, #27231b);
  box-shadow: 0 0 0 1px rgba(232, 220, 196, 0.08), 26px 18px 0 -8px rgba(88, 81, 65, 0.88);
}

.ruin-left {
  left: 18%;
  height: 122px;
  transform: rotate(-7deg);
}

.ruin-right {
  right: 23%;
  height: 150px;
  transform: rotate(5deg);
}

.gate {
  left: 48%;
  bottom: 34%;
  width: 114px;
  height: 92px;
  border: 10px solid rgba(79, 60, 45, 0.92);
  border-bottom: 0;
  border-radius: 90px 90px 0 0;
  box-shadow: inset 0 0 0 1px rgba(232, 220, 196, 0.14), 0 20px 40px rgba(0, 0, 0, 0.28);
}

.campfire {
  left: 34%;
  bottom: 22%;
  width: 44px;
  height: 38px;
}

.campfire::before,
.campfire::after,
.campfire i {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  border-radius: 999px 999px 999px 999px;
  transform: translateX(-50%);
}

.campfire::before {
  width: 46px;
  height: 46px;
  background: radial-gradient(circle, rgba(220, 125, 63, 0.54), transparent 64%);
  filter: blur(5px);
}

.campfire::after {
  width: 16px;
  height: 28px;
  background: #e1a14b;
  clip-path: polygon(50% 0, 76% 37%, 58% 100%, 24% 72%, 32% 30%);
}

.campfire i {
  width: 12px;
  height: 22px;
  background: #f3ead8;
  opacity: 0.8;
  clip-path: polygon(50% 0, 77% 40%, 52% 100%, 30% 60%);
}

.path {
  border: 1px dashed rgba(232, 220, 196, 0.33);
  border-left: 0;
  border-bottom: 0;
  border-radius: 50%;
  opacity: 0.72;
}

.path-a {
  left: 28%;
  bottom: 20%;
  width: 310px;
  height: 155px;
  transform: rotate(-8deg);
}

.path-b {
  right: 8%;
  bottom: 25%;
  width: 330px;
  height: 135px;
  transform: rotate(14deg);
}

.map-marker {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(16, 14, 11, 0.62);
  border-radius: 999px;
  color: #20150e;
  background: var(--parchment);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.30);
  font-size: 13px;
  font-weight: 900;
}

.marker-one { left: 32%; bottom: 31%; }
.marker-two { left: 53%; bottom: 50%; background: #d6a765; }
.marker-three { right: 22%; bottom: 40%; background: #aab38d; }

.field-card {
  right: 24px;
  bottom: 24px;
  z-index: 5;
  width: min(320px, calc(100% - 48px));
  padding: 18px;
  border: 1px solid rgba(232, 220, 196, 0.18);
  background: rgba(16, 15, 13, 0.88);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.38);
}

.field-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--parchment-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.field-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 23px;
  letter-spacing: -0.04em;
}

.field-card p {
  margin: 0;
  color: rgba(243, 234, 216, 0.68);
  line-height: 1.55;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-bottom: 120px;
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: var(--shadow);
}

.stats-row article {
  min-height: 172px;
  padding: 24px;
  background: rgba(19, 18, 15, 0.88);
}

.stats-row span,
.loot-card span {
  color: var(--quiet);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.stats-row strong {
  display: block;
  margin: 10px 0 8px;
  color: var(--parchment);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 42px;
  letter-spacing: -0.05em;
}

.stats-row p {
  margin: 0;
  color: rgba(243, 234, 216, 0.65);
  line-height: 1.55;
}

.split-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 64px;
  align-items: start;
  padding-block: 24px 124px;
}

.section-heading {
  position: sticky;
  top: 112px;
}

.section-heading h2,
.world-copy h2,
.alpha-panel h2 {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 5vw, 5.4rem);
  line-height: 0.92;
  text-wrap: balance;
}

.section-heading.compact {
  position: static;
  max-width: 680px;
  margin-bottom: 30px;
}

.feature-stack {
  display: grid;
  gap: 14px;
}

.feature-card {
  position: relative;
  min-height: 190px;
  padding: 30px 32px 30px 96px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(232, 220, 196, 0.07), transparent 45%),
    rgba(20, 18, 14, 0.82);
}

.feature-card::before {
  content: "";
  position: absolute;
  left: 64px;
  top: 30px;
  bottom: 30px;
  width: 1px;
  background: rgba(232, 220, 196, 0.16);
}

.card-number {
  position: absolute;
  left: 28px;
  top: 31px;
  color: var(--parchment-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.feature-card h3 {
  margin-bottom: 10px;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.feature-card p {
  margin: 0;
  max-width: 670px;
  color: rgba(243, 234, 216, 0.68);
  line-height: 1.7;
}

.world-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 54px;
  align-items: center;
  padding-block: 42px 128px;
}

.world-copy p:not(.eyebrow),
.alpha-panel > div > p {
  color: rgba(243, 234, 216, 0.70);
  font-size: 1.05rem;
  line-height: 1.72;
}

.field-journal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.field-journal article {
  min-height: 300px;
  padding: 24px;
  color: #2a2117;
  background:
    linear-gradient(180deg, rgba(255,255,255,.22), transparent 30%),
    #d8c79f;
  border: 1px solid rgba(0,0,0,.22);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.25);
}

.field-journal article:nth-child(2) {
  transform: translateY(22px) rotate(0.8deg);
  background-color: #cfc09c;
}

.field-journal article:nth-child(3) {
  transform: rotate(-1.2deg);
  background-color: #e1d2ae;
}

.field-journal time {
  display: block;
  margin-bottom: 44px;
  color: #71583b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.field-journal h3 {
  margin-bottom: 14px;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 30px;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.field-journal p {
  margin: 0;
  color: #4f3d2a;
  line-height: 1.58;
}

.progression-section,
.roadmap-section {
  padding-block: 20px 126px;
}

.progression-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.loot-card {
  min-height: 245px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(19, 18, 15, 0.85);
}

.loot-card strong {
  display: block;
  margin: 58px 0 10px;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 30px;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.loot-card p {
  margin: 0;
  color: rgba(243, 234, 216, 0.65);
  line-height: 1.62;
}

.loot-card.common { border-top-color: rgba(232, 220, 196, 0.30); }
.loot-card.rare { border-top-color: rgba(127, 140, 112, 0.85); }
.loot-card.epic { border-top-color: rgba(97, 113, 122, 0.95); }
.loot-card.legendary { border-top-color: rgba(184, 105, 61, 0.95); }

.roadmap-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid var(--line);
  background: var(--line);
}

.roadmap-list li {
  min-height: 250px;
  padding: 28px;
  background: rgba(18, 17, 14, 0.88);
}

.roadmap-list span {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 8px 10px;
  color: #1b150f;
  background: var(--parchment);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.roadmap-list strong {
  display: block;
  margin-bottom: 12px;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.roadmap-list p {
  margin: 0;
  color: rgba(243, 234, 216, 0.65);
  line-height: 1.62;
}

.alpha-section {
  padding-block: 4px 96px;
}

.alpha-panel {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 44px;
  align-items: center;
  padding: clamp(26px, 5vw, 56px);
  border: 1px solid rgba(232, 220, 196, 0.18);
  background:
    linear-gradient(135deg, rgba(127, 140, 112, 0.18), transparent 42%),
    rgba(19, 18, 15, 0.90);
  box-shadow: var(--shadow);
}

.alpha-form {
  display: grid;
  gap: 14px;
}

.alpha-form label {
  display: grid;
  gap: 8px;
}

.alpha-form span {
  color: var(--quiet);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.alpha-form input,
.alpha-form select {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(8, 8, 7, 0.56);
  outline: none;
}

.alpha-form input:focus,
.alpha-form select:focus {
  border-color: rgba(232, 220, 196, 0.48);
}

.alpha-form option {
  color: #15120e;
}

.form-message {
  min-height: 22px;
  margin: 0;
  color: var(--parchment-2);
  font-size: 0.92rem;
  line-height: 1.45;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(8, 8, 7, 0.66);
}

.footer-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--quiet);
  font-size: 0.95rem;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  color: var(--parchment-2);
}

@media (max-width: 1040px) {
  .hero,
  .split-section,
  .world-section,
  .alpha-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 44px;
    min-height: auto;
  }

  .hero-copy {
    max-width: 800px;
  }

  .section-heading {
    position: static;
  }

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

  .field-journal,
  .roadmap-list {
    grid-template-columns: 1fr;
  }

  .field-journal article,
  .field-journal article:nth-child(2),
  .field-journal article:nth-child(3) {
    min-height: 210px;
    transform: none;
  }

  .field-journal time {
    margin-bottom: 26px;
  }
}

@media (max-width: 820px) {
  .wrap {
    width: min(calc(100% - 28px), var(--max));
  }

  .header-inner {
    min-height: 66px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .brand-copy small {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 76px;
    display: grid;
    gap: 2px;
    padding: 10px;
    border: 1px solid var(--line);
    background: rgba(12, 12, 10, 0.96);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .site-nav a,
  .site-nav .nav-cta {
    display: block;
    padding: 16px;
    border-radius: 0;
    box-shadow: none;
  }

  .section-pad {
    padding-block: 104px 48px;
  }

  h1 {
    margin-bottom: 22px;
    font-size: clamp(3.25rem, 16vw, 5.7rem);
  }

  .lead {
    font-size: 1rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .screen-topbar em {
    display: none;
  }

  .scene {
    height: 420px;
  }

  .field-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: -96px 14px 14px;
  }

  .stats-row,
  .progression-grid,
  .roadmap-list {
    grid-template-columns: 1fr;
  }

  .stats-row {
    margin-bottom: 76px;
  }

  .split-section,
  .world-section,
  .progression-section,
  .roadmap-section {
    padding-block-end: 84px;
  }

  .feature-card {
    padding: 26px;
  }

  .feature-card::before,
  .card-number {
    display: none;
  }

  .alpha-panel {
    padding: 24px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .brand-copy strong {
    font-size: 12px;
  }

  .eyebrow {
    font-size: 10px;
    line-height: 1.5;
  }

  .build-note {
    transform: none;
  }

  .screen-topbar {
    font-size: 10px;
    padding-inline: 12px;
  }

  .scene {
    height: 360px;
  }

  .marker-three {
    right: 12%;
  }

  .section-heading h2,
  .world-copy h2,
  .alpha-panel h2 {
    font-size: clamp(2.2rem, 12vw, 3.6rem);
  }
}
