﻿:root {
  --orange: #ff5a00;
  --orange2: #ff7a16;
  --ink: #080908;
  --paper: #e8e5dc;
  --muted: #9c9b94;
  --line: #292a27;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "Arial Narrow", Impact, Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.shell {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}
.nav {
  height: 82px;
  position: absolute;
  z-index: 20;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffffff26;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 2px;
}
.brand img {
  width: 49px;
  height: 49px;
  object-fit: contain;
}
.brand small {
  display: block;
  font: 600 8px Arial;
  letter-spacing: 3px;
  color: #aaa;
}
.nav nav {
  margin-left: auto;
  display: flex;
  gap: 34px;
  font: 700 11px Arial;
  letter-spacing: 1.5px;
}
.nav nav a:hover {
  color: var(--orange);
}
.navCta {
  margin-left: 32px;
  padding: 13px 17px;
  border: 1px solid #ffffff55;
  font: 800 10px Arial;
  letter-spacing: 1px;
}
.navCta:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.hero {
  min-height: 860px;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.heroImage {
  position: absolute;
  inset: 0;
  background: url("media/hero.webp") center/cover no-repeat;
  transform: scale(1.02);
}
.heroShade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      90deg,
      #050606 4%,
      #050606dc 35%,
      #05060635 68%,
      #050606aa
    ),
    linear-gradient(0deg, #080908 0%, transparent 35%);
}
.heroGrid {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: linear-gradient(#fff1 1px, transparent 1px),
    linear-gradient(90deg, #fff1 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, #000, transparent 68%);
}
.heroContent {
  position: relative;
  z-index: 2;
  padding-top: 70px;
}
.kicker {
  font: 800 11px Arial;
  letter-spacing: 3px;
  color: #ccc;
  display: flex;
  align-items: center;
  gap: 12px;
}
.kicker span {
  display: inline-block;
  width: 34px;
  height: 2px;
  background: var(--orange);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
.hero h1 {
  font-size: clamp(76px, 10vw, 145px);
  line-height: 0.78;
  letter-spacing: -5px;
  margin: 38px 0 34px;
  max-width: 850px;
  text-shadow: 0 8px 40px #000;
}
.hero h1 em,
.route h2 em,
.access h2 em {
  font-style: normal;
  color: var(--orange);
}
.heroLead {
  max-width: 590px;
  font: 400 18px/1.6 Arial;
  color: #cacac4;
}
.heroActions {
  display: flex;
  gap: 13px;
  margin: 38px 0;
}
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font: 800 11px Arial;
  letter-spacing: 1.5px;
  transition: 0.2s;
}
.button.primary {
  background: var(--orange);
  color: #0b0806;
}
.button.primary:hover {
  background: #fff;
}
.button.ghost {
  border: 1px solid #ffffff65;
}
.button.ghost:hover {
  border-color: #fff;
  background: #ffffff10;
}
.button b {
  margin-left: 25px;
}
.liveState {
  font: 700 9px Arial;
  letter-spacing: 1.5px;
  color: #aaa;
  display: flex;
  align-items: center;
  gap: 10px;
}
.liveState b {
  color: #e7e7e1;
}
.liveState i {
  width: 1px;
  height: 13px;
  background: #555;
}
.pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 12px var(--orange);
}
.heroNotice {
  position: absolute;
  right: 5vw;
  bottom: 8vh;
  z-index: 2;
  display: flex;
  gap: 16px;
  align-items: center;
  border-left: 2px solid var(--orange);
  padding: 10px 16px;
  background: #090909aa;
}
.heroNotice > b {
  font-size: 36px;
  color: var(--orange);
}
.heroNotice span {
  font: 700 8px/1.7 Arial;
  letter-spacing: 2px;
  color: #999;
}
.heroNotice strong {
  font-size: 12px;
  color: #eee;
}
.manifest {
  padding: 125px 0;
}
.sectionLabel {
  font: 800 9px Arial;
  letter-spacing: 3px;
  color: var(--orange);
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.manifestTitle,
.galleryHead {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 100px;
  align-items: end;
  padding: 55px 0;
}
.manifest h2,
.gallery h2,
.faq h2 {
  font-size: clamp(50px, 6vw, 84px);
  line-height: 0.88;
  letter-spacing: -2px;
  margin: 0;
}
.manifestTitle > p,
.galleryHead > p {
  font: 400 16px/1.8 Arial;
  color: #9b9b96;
  max-width: 510px;
}
.systemGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.system {
  min-height: 270px;
  padding: 28px;
  position: relative;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: 0.2s;
}
.system > span {
  font: 800 9px Arial;
  color: #777;
}
.system .hazard {
  position: absolute;
  right: 24px;
  top: 22px;
  color: #383936;
  font-size: 28px;
}
.system h3 {
  margin-top: 72px;
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 1px;
}
.system p {
  font: 400 13px/1.65 Arial;
  color: #888;
  max-width: 285px;
}
.system:hover {
  background: #11120f;
}
.system:hover .hazard {
  color: var(--orange);
}
.route {
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.routeImage {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #080908 0%, #080908b5 46%, #08090822),
    linear-gradient(0deg, #080908 0%, transparent 30%),
    url("media/pantanos.webp") 70% center/cover no-repeat;
  filter: saturate(0.7);
}
.routeCopy {
  position: relative;
  z-index: 2;
}
.route h2 {
  font-size: clamp(48px, 6vw, 82px);
  line-height: 0.9;
  letter-spacing: -2px;
  margin: 36px 0 30px;
}
.routeCopy > p:not(.kicker) {
  font: 15px/1.8 Arial;
  color: #aaa;
  max-width: 530px;
}
.routeStats {
  display: flex;
  gap: 54px;
  margin-top: 55px;
}
.routeStats div {
  display: flex;
  flex-direction: column;
}
.routeStats b {
  font-size: 35px;
  color: var(--orange);
}
.routeStats span {
  font: 700 8px Arial;
  letter-spacing: 2px;
  color: #888;
}
.gallery {
  padding: 120px 0;
}
.galleryGrid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  grid-template-rows: repeat(2, 330px);
  gap: 14px;
}
.shot {
  position: relative;
  overflow: hidden;
  background: #111;
}
.shot1 {
  grid-row: 1/3;
}
.shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) brightness(0.8);
  transition: 0.5s;
}
.shot:hover img {
  transform: scale(1.025);
  filter: saturate(1) brightness(0.9);
}
.shot > div {
  position: absolute;
  inset: auto 0 0;
  padding: 55px 28px 24px;
  background: linear-gradient(transparent, #000d);
}
.shot span {
  font: 700 9px Arial;
  color: var(--orange);
}
.shot h3 {
  font-size: 25px;
  margin: 7px 0 3px;
}
.shot p {
  font: 12px Arial;
  color: #aaa;
}
.shot4 {
  display: none;
}
.access {
  min-height: 650px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: radial-gradient(
    circle at 50% 115%,
    #8b2d00 0%,
    #331305 28%,
    #080908 70%
  );
}
.accessGlow {
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  border: 1px solid #ff5a0025;
  left: 50%;
  bottom: -410px;
  transform: translateX(-50%);
  box-shadow: 0 0 80px #ff5a0020;
}
.accessInner {
  position: relative;
  z-index: 2;
}
.access .kicker {
  justify-content: center;
}
.access h2 {
  font-size: clamp(60px, 8vw, 105px);
  line-height: 0.84;
  letter-spacing: -4px;
  margin: 38px 0;
}
.accessInner > p:not(.kicker) {
  max-width: 620px;
  margin: 0 auto 35px;
  font: 15px/1.7 Arial;
  color: #aaa;
}
.access .button {
  min-width: 300px;
}
.disabled {
  cursor: not-allowed;
  opacity: 0.8;
}
.access small {
  display: block;
  margin-top: 14px;
  font: 9px Arial;
  color: #777;
  letter-spacing: 1px;
}
.faq {
  padding: 120px 0;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 90px;
}
.faq .sectionLabel {
  margin-bottom: 45px;
}
.faqList {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  padding: 25px 4px;
  font: 700 15px Arial;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
summary::-webkit-details-marker {
  display: none;
}
summary b {
  color: var(--orange);
  font-size: 20px;
}
details p {
  padding: 0 35px 25px 4px;
  font: 13px/1.7 Arial;
  color: #999;
  max-width: 680px;
}
footer {
  min-height: 125px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 45px;
  font: 700 8px Arial;
  letter-spacing: 1.5px;
  color: #666;
}
.footerBrand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: auto;
}
.footerBrand img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}
.footerBrand div {
  display: flex;
  flex-direction: column;
}
.footerBrand b {
  font-size: 21px;
  color: #eee;
  letter-spacing: 2px;
}
.footerBrand span {
  font-size: 7px;
  color: #888;
}
@media (max-width: 800px) {
  .shell {
    width: min(100% - 30px, 1200px);
  }
  .nav {
    height: 70px;
  }
  .nav nav {
    display: none;
  }
  .navCta {
    margin-left: auto;
    font-size: 8px;
    padding: 11px;
  }
  .brand {
    font-size: 16px;
  }
  .brand img {
    width: 41px;
    height: 41px;
  }
  .hero {
    min-height: 760px;
  }
  .heroImage {
    background-position: 63% center;
  }
  .heroShade {
    background: linear-gradient(90deg, #050606f2 0%, #0506069d 80%),
      linear-gradient(0deg, #080908 0%, transparent 40%);
  }
  .hero h1 {
    font-size: 69px;
    letter-spacing: -3px;
  }
  .heroLead {
    font-size: 15px;
    max-width: 90%;
  }
  .heroActions {
    align-items: flex-start;
    flex-direction: column;
  }
  .heroNotice {
    display: none;
  }
  .manifest {
    padding: 85px 0;
  }
  .manifestTitle,
  .galleryHead {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 40px 0;
  }
  .systemGrid {
    grid-template-columns: 1fr;
  }
  .system {
    min-height: 220px;
  }
  .system h3 {
    margin-top: 45px;
  }
  .route {
    min-height: 720px;
  }
  .routeImage {
    background-position: 68% center;
    opacity: 0.55;
  }
  .routeStats {
    gap: 25px;
  }
  .gallery {
    padding: 85px 0;
  }
  .galleryGrid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 260px);
  }
  .shot1 {
    grid-row: auto;
  }
  .access {
    min-height: 620px;
  }
  .access h2 {
    letter-spacing: -2px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 85px 0;
  }
  footer {
    padding: 30px 0;
    flex-wrap: wrap;
    gap: 18px;
  }
  .footerBrand {
    width: 100%;
  }
}
.facts {
  background: var(--orange);
  color: #120904;
}
.facts > .shell {
  min-height: 96px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
}
.facts span {
  min-height: 45px;
  padding-left: 24px;
  border-left: 1px solid #35120555;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.facts small {
  font: 800 8px Arial;
  letter-spacing: 2px;
  opacity: 0.65;
}
.facts b {
  font-size: 17px;
  letter-spacing: 0.5px;
  margin-top: 5px;
}
.joinSteps {
  padding: 120px 0;
}
.joinIntro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  align-items: end;
  padding: 55px 0;
}
.joinIntro h2 {
  font-size: clamp(50px, 6vw, 82px);
  line-height: 0.88;
  letter-spacing: -2px;
  margin: 0;
}
.joinIntro p {
  font: 15px/1.8 Arial;
  color: #999;
  max-width: 500px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}
.steps article {
  min-height: 235px;
  padding: 30px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.steps article:last-child {
  border: 0;
}
.steps b {
  font-size: 35px;
  color: var(--orange);
}
.steps span {
  margin-top: auto;
  font-size: 20px;
  font-weight: 900;
}
.steps p {
  font: 12px/1.6 Arial;
  color: #888;
  margin: 10px 0 0;
}
.faqList a {
  color: var(--orange);
  text-decoration: underline;
}
@media (max-width: 800px) {
  .facts > .shell {
    grid-template-columns: repeat(2, 1fr);
    padding: 15px 0;
  }
  .facts span {
    min-height: 58px;
  }
  .facts span:last-child {
    grid-column: 1/3;
  }
  .joinSteps {
    padding: 85px 0;
  }
  .joinIntro {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 40px 0;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .steps article {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .steps article:last-child {
    border-bottom: 0;
  }
  .navCta {
    font-size: 7px;
  }
  .access .button {
    min-width: 270px;
  }
}
.quickConnect {
  min-height: 110px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr auto;
  gap: 34px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.quickConnect div {
  display: flex;
  flex-direction: column;
}
.quickConnect small,
.connection small {
  font: 800 8px Arial;
  letter-spacing: 2px;
  color: #666;
}
.quickConnect b {
  font-size: 15px;
  margin-top: 7px;
}
.quickConnect a {
  font: 800 10px Arial;
  letter-spacing: 1px;
  color: var(--orange);
}
.buildStrip {
  min-height: 120px;
  display: grid;
  grid-template-columns: 0.65fr 1fr 1.5fr auto;
  gap: 30px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.buildStrip div {
  display: flex;
  flex-direction: column;
}
.buildStrip small {
  font: 800 8px Arial;
  letter-spacing: 2px;
  color: #666;
}
.buildStrip strong {
  margin-top: 8px;
  font-size: 16px;
}
.buildStrip div:first-child strong {
  color: var(--orange);
  font-size: 24px;
}
.buildStrip a {
  font: 800 9px Arial;
  letter-spacing: 1.3px;
  color: var(--orange);
}
.devPage {
  padding-bottom: 110px;
}
.devHero {
  min-height: 500px;
  padding-top: 120px;
}
.devHero h1 {
  font-size: clamp(68px, 9vw, 120px);
  line-height: 0.8;
  margin: 45px 0 30px;
}
.devHero h1 em {
  color: var(--orange);
  font-style: normal;
}
.devHero > p:last-child {
  max-width: 700px;
  color: #999;
  font: 16px/1.8 Arial;
}
.releaseState {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.releaseState span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  font: 800 8px Arial;
  letter-spacing: 1.4px;
}
.releaseState .live {
  color: #9fc36d;
}
.releaseState .phase {
  color: #e4a14a;
}
.releaseState .off {
  color: #888;
}
.releaseList {
  border-top: 1px solid var(--line);
}
.release {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 50px;
  padding: 55px 0;
  border-bottom: 1px solid var(--line);
}
.releaseMeta {
  position: sticky;
  top: 20px;
  align-self: start;
}
.releaseMeta b {
  display: block;
  font-size: 38px;
  color: var(--orange);
}
.releaseMeta time {
  display: block;
  margin-top: 8px;
  font: 800 9px Arial;
  letter-spacing: 1.5px;
  color: #777;
}
.releaseMeta span {
  display: inline-block;
  margin-top: 16px;
  padding: 6px 8px;
  border: 1px solid #617744;
  color: #9fc36d;
  font: 800 7px Arial;
  letter-spacing: 1px;
}
.release h2 {
  font-size: 34px;
  margin: 0 0 20px;
}
.releaseLead {
  font: 14px/1.8 Arial;
  color: #aaa;
  max-width: 800px;
}
.release ul {
  columns: 2;
  column-gap: 45px;
  padding: 0;
  list-style: none;
}
.release li {
  break-inside: avoid;
  position: relative;
  padding: 7px 0 7px 17px;
  font: 12px/1.55 Arial;
  color: #8f8f89;
}
.release li:before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: bold;
}
.releaseNote {
  padding: 15px 18px;
  border-left: 2px solid #d28a2c;
  background: #d28a2c0b;
  color: #aaa;
  font: 12px/1.6 Arial;
}
@media (max-width: 800px) {
  .buildStrip {
    grid-template-columns: 1fr 1fr;
    padding: 25px 0;
  }
  .buildStrip a {
    grid-column: 1/3;
  }
  .devHero {
    min-height: 450px;
    padding-top: 90px;
  }
  .release {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 40px 0;
  }
  .releaseMeta {
    position: static;
  }
  .release ul {
    columns: 1;
  }
  .release h2 {
    font-size: 29px;
  }
}
.socialLinks {
  display: flex;
  gap: 18px;
  font-size: 8px;
}
.socialLinks a {
  color: #777;
  transition: 0.2s;
}
.socialLinks a:hover {
  color: var(--orange);
}
.innerPage {
  background: #080908;
}
.innerNav {
  position: relative;
  left: auto;
  transform: none;
}
.innerNav .active {
  color: var(--orange);
}
.innerHero {
  min-height: 620px;
  padding-top: 150px;
  position: relative;
}
.innerHero:after {
  content: "☢";
  position: absolute;
  right: 5%;
  top: 90px;
  font-size: 360px;
  color: #ff5a0009;
  line-height: 1;
}
.innerHero h1 {
  font-size: clamp(70px, 9vw, 125px);
  line-height: 0.82;
  letter-spacing: -5px;
  margin: 48px 0 36px;
  position: relative;
  z-index: 1;
}
.innerHero h1 em {
  font-style: normal;
  color: var(--orange);
}
.innerHero > p:last-child {
  font: 16px/1.8 Arial;
  color: #999;
  max-width: 680px;
  position: relative;
  z-index: 1;
}
.truth {
  padding: 60px 0 100px;
}
.truthGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  margin-top: 45px;
}
.truthGrid article {
  padding: 42px;
  min-height: 330px;
}
.truthGrid article + article {
  border-left: 1px solid var(--line);
}
.truthGrid article > b {
  font: 800 9px Arial;
  letter-spacing: 2px;
  color: var(--orange);
}
.truthGrid h2 {
  font-size: 48px;
  line-height: 0.9;
  margin: 65px 0 20px;
}
.truthGrid p {
  font: 13px/1.7 Arial;
  color: #888;
}
.factionCards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.factionCard {
  min-height: 430px;
  padding: 40px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.factionCard img {
  width: 105px;
  height: 105px;
  object-fit: contain;
  position: absolute;
  right: 35px;
  top: 30px;
}
.factionCard > span {
  font: 800 9px Arial;
  letter-spacing: 2px;
  color: var(--orange);
}
.factionCard h2 {
  font-size: 52px;
  margin: 190px 0 15px;
}
.factionCard p {
  font: 13px/1.7 Arial;
  color: #888;
  max-width: 480px;
}
.factionCard.next:after {
  content: "EN PREPARACIÓN";
  position: absolute;
  right: -48px;
  bottom: 45px;
  transform: rotate(-45deg);
  background: #23241f;
  color: #777;
  padding: 8px 60px;
  font: 800 8px Arial;
  letter-spacing: 2px;
}
.future {
  padding: 130px 0;
}
.future h2 {
  font-size: clamp(50px, 6vw, 80px);
  line-height: 0.9;
  margin: 55px 0 25px;
}
.future p {
  font: 14px/1.8 Arial;
  color: #888;
  max-width: 750px;
}
.connection {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr;
  border: 1px solid var(--line);
  margin-bottom: 100px;
}
.connection div {
  min-height: 150px;
  padding: 30px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.connection div:last-child {
  border: 0;
}
.connection strong {
  font-size: 18px;
  margin-top: 12px;
  line-height: 1.4;
}
.connection .orange {
  color: var(--orange);
  font-size: 25px;
}
.playSteps {
  border-top: 1px solid var(--line);
}
.playSteps article {
  display: grid;
  grid-template-columns: 150px 1fr;
  padding: 55px 0;
  border-bottom: 1px solid var(--line);
}
.playSteps article > b {
  font-size: 55px;
  color: #282925;
}
.playSteps article > div {
  max-width: 760px;
}
.playSteps span {
  font: 800 9px Arial;
  letter-spacing: 2px;
  color: var(--orange);
}
.playSteps h2 {
  font-size: 42px;
  margin: 16px 0;
}
.playSteps p {
  font: 14px/1.75 Arial;
  color: #888;
}
.playSteps .button {
  margin-top: 18px;
}
.inlineLinks {
  display: flex;
  gap: 28px;
  margin-top: 25px;
}
.inlineLinks a {
  color: var(--orange);
  font: 800 10px Arial;
  letter-spacing: 1px;
}
.starter {
  padding: 120px 0;
}
.starterGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 45px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.starterGrid p {
  padding: 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 0;
  font: 13px Arial;
  color: #aaa;
}
@media (max-width: 800px) {
  .quickConnect {
    grid-template-columns: 1fr 1fr;
    padding: 25px 0;
  }
  .quickConnect a {
    grid-column: 1/3;
  }
  .socialLinks {
    width: 100%;
    flex-wrap: wrap;
  }
  .innerNav nav {
    display: none;
  }
  .innerHero {
    min-height: 560px;
    padding-top: 110px;
  }
  .innerHero h1 {
    font-size: 67px;
    letter-spacing: -3px;
  }
  .innerHero:after {
    font-size: 220px;
  }
  .truthGrid,
  .factionCards,
  .connection {
    grid-template-columns: 1fr;
  }
  .truthGrid article + article,
  .connection div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .truthGrid h2 {
    font-size: 42px;
  }
  .factionCard {
    min-height: 390px;
    padding: 28px;
  }
  .factionCard img {
    width: 80px;
    height: 80px;
  }
  .factionCard h2 {
    font-size: 42px;
  }
  .connection div {
    min-height: 115px;
  }
  .playSteps article {
    grid-template-columns: 65px 1fr;
  }
  .playSteps article > b {
    font-size: 36px;
  }
  .playSteps h2 {
    font-size: 33px;
  }
  .starterGrid {
    grid-template-columns: 1fr;
  }
}
.socialHub {
  padding: 25px 0 85px;
}
.socialIntro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  column-gap: 80px;
  align-items: end;
  margin-bottom: 45px;
}
.socialIntro .sectionLabel {
  grid-column: 1/3;
  margin-bottom: 45px;
}
.socialIntro h2 {
  font-size: clamp(52px, 6vw, 82px);
  line-height: 0.88;
  letter-spacing: -2px;
  margin: 0;
}
.socialIntro h2 em {
  font-style: normal;
  color: var(--orange);
}
.socialIntro > p {
  font: 15px/1.8 Arial;
  color: #999;
  max-width: 520px;
  margin: 0;
}
.socialGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.socialCard {
  min-height: 220px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0b0c0a;
  transition: 0.2s;
}
.socialCard:hover {
  background: #12130f;
  box-shadow: inset 0 3px var(--orange);
}
.socialCard span {
  font: 800 8px Arial;
  letter-spacing: 2px;
  color: #666;
}
.socialCard strong {
  font-size: 28px;
  letter-spacing: 1px;
  margin-top: 12px;
}
.socialIcon {
  width: 27px;
  height: 27px;
  margin-top: 22px;
  display: block;
  background-color: #d8d8d2;
  opacity: 0.78;
  transition: 0.2s;
}
.socialCard:hover .socialIcon {
  color: var(--orange);
  background-color: var(--orange);
  opacity: 1;
  transform: translateY(-2px);
}
.iconYoutube {
  border-radius: 7px;
  position: relative;
}
.iconYoutube:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 7px;
  border-left: 9px solid #0b0c0a;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.iconInstagram {
  border: 2px solid currentColor;
  border-radius: 7px;
  background: transparent;
  color: #d8d8d2;
  position: relative;
}
.iconInstagram:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 50%;
  inset: 0;
  margin: auto;
}
.iconInstagram:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  right: 4px;
  top: 4px;
}
.socialCard:hover .iconInstagram {
  background: transparent;
}
.iconTiktok {
  background: transparent;
  position: relative;
  border-left: 5px solid currentColor;
  border-bottom: 5px solid currentColor;
  border-radius: 0 0 0 12px;
  color: #d8d8d2;
  margin-left: 8px;
  width: 19px;
}
.iconTiktok:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 5px;
  background: currentColor;
  top: 0;
  left: -1px;
  transform: rotate(28deg);
  transform-origin: left;
}
.socialCard:hover .iconTiktok {
  background: transparent;
}
.iconDiscord {
  font-style: normal;
  border: 2px solid currentColor;
  border-radius: 9px;
  position: relative;
  background: transparent;
  color: #d8d8d2;
}
.iconDiscord:before,
.iconDiscord:after {
  content: "";
  position: absolute;
  top: 9px;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
}
.iconDiscord:before {
  left: 6px;
}
.iconDiscord:after {
  right: 6px;
}
.socialCard:hover .iconDiscord {
  background: transparent;
}
.socialCard small {
  font: 10px Arial;
  color: #888;
  margin-top: 7px;
}
.socialCard b {
  width: max-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding: 0 13px;
  border: 1px solid #ff5a0080;
  background: #ff5a0009;
  font: 800 9px Arial;
  letter-spacing: 1.3px;
  color: var(--orange);
  transition: 0.2s;
}
.discordCard {
  grid-column: 1/4;
  min-height: 190px;
  background: linear-gradient(100deg, #1a0b04, #0b0c0a 58%);
  position: relative;
  overflow: hidden;
}
.discordCard:after {
  content: "☢";
  position: absolute;
  right: 40px;
  top: -42px;
  font-size: 210px;
  color: #ff5a000d;
}
.discordCard strong {
  font-size: 38px;
}
.discordCard b {
  background: var(--orange);
  border-color: var(--orange);
  color: #090909;
}
.socialCard:hover b {
  background: var(--orange);
  border-color: var(--orange);
  color: #090909;
  transform: translateX(3px);
}
.navCta {
  background: #ff5a0014;
  border-color: #ff5a00aa;
  color: #fff;
}
.navCta:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 10px var(--orange);
  margin-right: 8px;
}
.navCta:hover {
  background: var(--orange);
  color: #090909;
}
.button:focus-visible,
.navCta:focus-visible,
.socialCard:focus-visible,
.socialLinks a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
@media (max-width: 800px) {
  .socialHub {
    padding: 10px 0 85px;
  }
  .socialIntro {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .socialIntro .sectionLabel {
    grid-column: auto;
    margin-bottom: 15px;
  }
  .socialGrid {
    grid-template-columns: 1fr;
  }
  .socialCard,
  .discordCard {
    grid-column: auto;
    min-height: 190px;
  }
  .discordCard:after {
    right: -25px;
  }
  .socialCard strong {
    font-size: 28px;
  }
  .socialLinks {
    gap: 14px;
  }
  footer > p {
    width: 100%;
    margin: 0;
  }
}
