.steam-editorial-page {
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ice);
  background:
    radial-gradient(circle at 84% 4%, rgba(72, 199, 216, 0.12), transparent 25rem),
    radial-gradient(circle at 12% 38%, rgba(227, 196, 124, 0.11), transparent 28rem),
    #080c13;
}

.steam-editorial-page::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(72, 199, 216, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 199, 216, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.steam-editorial-header {
  grid-template-columns: auto 1fr auto;
  border-bottom-color: rgba(227, 196, 124, 0.22);
  background: rgba(8, 12, 19, 0.86);
}

.steam-editorial-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.steam-editorial-nav a,
.steam-editorial-home {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid rgba(59, 73, 98, 0.72);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(16, 23, 34, 0.7);
  font-size: 0.78rem;
  font-weight: 850;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.steam-editorial-nav a:hover,
.steam-editorial-home:hover {
  border-color: rgba(227, 196, 124, 0.68);
  color: var(--ice);
  background: rgba(227, 196, 124, 0.08);
}

.steam-editorial-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.steam-editorial-home {
  gap: 8px;
  color: var(--ice);
}

.steam-editorial-home b {
  color: var(--gold-2);
  font-size: 1rem;
}

.steam-editorial {
  width: min(1360px, calc(100% - 32px));
  margin: 0 auto;
  padding: 98px 0 54px;
}

.steam-editorial-hero {
  position: relative;
  display: flex;
  min-height: 760px;
  overflow: hidden;
  align-items: flex-end;
  border: 1px solid rgba(72, 199, 216, 0.42);
  border-radius: 22px;
  background: #050910;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.46);
}

.steam-editorial-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(227, 196, 124, 0.13);
  border-radius: inherit;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.28);
}

.steam-editorial-hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
}

.steam-editorial-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 8, 15, 0.98) 0%, rgba(4, 8, 15, 0.82) 42%, rgba(4, 8, 15, 0.1) 72%),
    linear-gradient(0deg, rgba(4, 8, 15, 0.98) 0%, transparent 48%);
}

.steam-editorial-hero-copy {
  position: relative;
  z-index: 2;
  width: min(720px, 64%);
  padding: 62px 62px 164px;
}

.steam-editorial-article-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--gold-2);
  font: 900 0.69rem var(--font-ui);
  letter-spacing: 0.14em;
}

.steam-editorial-article-meta span {
  padding: 8px 11px;
  border: 1px solid rgba(227, 196, 124, 0.45);
  border-radius: 999px;
  background: rgba(5, 9, 16, 0.66);
}

.steam-editorial-article-meta time {
  color: var(--subtle);
  letter-spacing: 0.05em;
}

.steam-editorial-lockup {
  display: block;
  width: min(370px, 72%);
  height: auto;
  margin-bottom: 26px;
  object-fit: contain;
  object-position: left;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.45));
}

.steam-editorial-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.1rem, 5.7vw, 6.3rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.steam-editorial-hero-copy > p {
  max-width: 650px;
  margin: 24px 0 0;
  color: #bec8da;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.65;
}

.steam-editorial-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  margin-top: 28px;
}

.steam-editorial-wishlist {
  position: relative;
  display: grid;
  min-width: min(100%, 420px);
  min-height: 78px;
  overflow: hidden;
  grid-template-columns: 112px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 10px 16px 10px 10px;
  border: 1px solid rgba(72, 199, 216, 0.78);
  border-radius: 12px;
  color: var(--ice);
  background: linear-gradient(115deg, rgba(14, 49, 69, 0.97), rgba(10, 27, 50, 0.98));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}

.steam-editorial-wishlist::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--gold-2), var(--neon), transparent);
}

.steam-editorial-wishlist > img,
.steam-editorial-final a > img,
.steam-editorial-signal-card > img {
  width: 100%;
  max-width: 112px;
  height: 52px;
  border-radius: 7px;
  object-fit: cover;
}

.steam-editorial-wishlist span {
  display: grid;
  gap: 4px;
}

.steam-editorial-wishlist small {
  color: var(--neon);
  font: 900 0.63rem var(--font-ui);
  letter-spacing: 0.11em;
}

.steam-editorial-wishlist strong {
  font-size: 0.98rem;
  line-height: 1.18;
}

.steam-editorial-wishlist > b,
.steam-editorial-final a > b {
  color: var(--gold-2);
  font-size: 1.35rem;
}

.steam-editorial-secondary {
  display: inline-flex;
  min-height: 78px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 20px;
  border: 1px solid rgba(227, 196, 124, 0.46);
  border-radius: 12px;
  color: var(--ice);
  background: rgba(5, 9, 16, 0.74);
  font-size: 0.82rem;
  font-weight: 900;
}

.steam-editorial-secondary b {
  color: var(--gold-2);
}

.steam-editorial-wishlist,
.steam-editorial-secondary,
.steam-editorial-final a,
.steam-editorial-signal-card a {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.steam-editorial-wishlist:hover,
.steam-editorial-secondary:hover,
.steam-editorial-final a:hover,
.steam-editorial-signal-card a:hover {
  transform: translateY(-3px);
  border-color: var(--gold-2);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.34);
}

.steam-editorial-facts {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.steam-editorial-facts div {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(72, 199, 216, 0.28);
  border-radius: 10px;
  background: rgba(5, 10, 18, 0.82);
  backdrop-filter: blur(12px);
}

.steam-editorial-facts dt,
.steam-editorial-facts dd {
  margin: 0;
}

.steam-editorial-facts dt {
  color: var(--neon);
  font: 900 0.63rem var(--font-ui);
  letter-spacing: 0.11em;
}

.steam-editorial-facts dd {
  margin-top: 5px;
  color: var(--ice);
  font-size: 0.88rem;
  font-weight: 850;
}

.steam-editorial-manifesto,
.steam-editorial-signal,
.steam-editorial-beta,
.steam-editorial-faq,
.steam-editorial-final {
  width: min(1180px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.steam-editorial-manifesto {
  padding: 104px 0 84px;
}

.steam-editorial-manifesto > header {
  max-width: 860px;
}

.steam-editorial-manifesto h2,
.steam-editorial-signal h2,
.steam-editorial-beta h2,
.steam-editorial-faq h2,
.steam-editorial-final h2 {
  margin: 10px 0 18px;
  font-size: clamp(2.55rem, 5.5vw, 5.8rem);
  line-height: 0.91;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.steam-editorial-manifesto > header > p:not(.eyebrow),
.steam-editorial-signal-copy > p:not(.eyebrow),
.steam-editorial-beta > div > p:not(.eyebrow),
.steam-editorial-final > div > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.steam-editorial-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.steam-editorial-pillars article {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(59, 73, 98, 0.72);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(20, 30, 44, 0.96), rgba(8, 13, 21, 0.96));
}

.steam-editorial-pillars article::after {
  position: absolute;
  right: -58px;
  bottom: -80px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(72, 199, 216, 0.16);
  border-radius: 50%;
  content: "";
}

.steam-editorial-pillars article > span {
  position: absolute;
  top: 26px;
  right: 26px;
  color: var(--gold-2);
  font: 900 0.72rem var(--font-mono);
  letter-spacing: 0.14em;
}

.steam-editorial-pillars img {
  width: 42px;
  height: 42px;
  margin: 54px 0 34px;
}

.steam-editorial-pillars h3 {
  max-width: 300px;
  margin: 0 0 12px;
  font-size: clamp(1.55rem, 2.5vw, 2.3rem);
  line-height: 1;
}

.steam-editorial-pillars p {
  max-width: 340px;
  margin: 0;
  color: var(--muted);
  line-height: 1.56;
}

.steam-editorial-signal {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 36px;
  align-items: stretch;
  padding: 54px;
  border: 1px solid rgba(72, 199, 216, 0.34);
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 10%, rgba(72, 199, 216, 0.13), transparent 44%),
    linear-gradient(135deg, rgba(13, 25, 37, 0.94), rgba(7, 12, 20, 0.98));
}

.steam-editorial-signal h2 {
  max-width: 720px;
  font-size: clamp(2.5rem, 4.8vw, 5rem);
}

.steam-editorial-signal ul {
  display: grid;
  gap: 11px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.steam-editorial-signal li {
  position: relative;
  padding-left: 26px;
  color: #c4cddd;
  line-height: 1.48;
}

.steam-editorial-signal li::before {
  position: absolute;
  top: 0.54em;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid var(--gold-2);
  border-radius: 50%;
  content: "";
}

.steam-editorial-signal-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  border: 1px solid rgba(227, 196, 124, 0.54);
  border-radius: 16px;
  background: rgba(5, 9, 16, 0.72);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.26);
}

.steam-editorial-signal-card > span {
  color: var(--neon);
  font: 900 0.68rem var(--font-mono);
  letter-spacing: 0.12em;
}

.steam-editorial-signal-card > img {
  max-width: 166px;
  height: 56px;
  margin: 54px 0 28px;
}

.steam-editorial-signal-card > strong {
  max-width: 420px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 0.98;
}

.steam-editorial-signal-card > p {
  margin: 14px 0 24px;
  color: var(--muted);
  line-height: 1.5;
}

.steam-editorial-signal-card > a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0 16px;
  border: 1px solid rgba(72, 199, 216, 0.58);
  border-radius: 8px;
  color: var(--ice);
  background: rgba(72, 199, 216, 0.1);
  font-size: 0.8rem;
  font-weight: 900;
}

.steam-editorial-beta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.78fr);
  gap: 48px;
  align-items: center;
  padding: 104px 0;
}

.steam-editorial-beta h2 {
  max-width: 720px;
  font-size: clamp(2.5rem, 4.8vw, 5rem);
}

.steam-editorial-beta > div > a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  margin-top: 24px;
  padding: 0 16px;
  border: 1px solid rgba(227, 196, 124, 0.46);
  border-radius: 8px;
  color: var(--gold-2);
  font-size: 0.8rem;
  font-weight: 900;
}

.steam-editorial-timeline {
  position: relative;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steam-editorial-timeline::before {
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 23px;
  width: 1px;
  content: "";
  background: linear-gradient(var(--gold-2), var(--neon));
}

.steam-editorial-timeline li {
  position: relative;
  display: grid;
  min-height: 92px;
  grid-template-columns: 48px 1fr;
  column-gap: 16px;
  align-content: center;
  padding: 14px 18px;
  border: 1px solid rgba(59, 73, 98, 0.72);
  border-radius: 12px;
  background: rgba(16, 23, 34, 0.78);
}

.steam-editorial-timeline span {
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  grid-row: 1 / span 2;
  place-items: center;
  border: 1px solid rgba(227, 196, 124, 0.55);
  border-radius: 50%;
  color: var(--gold-2);
  background: #0b111a;
  font: 900 0.59rem var(--font-mono);
  letter-spacing: 0.05em;
}

.steam-editorial-timeline strong {
  align-self: end;
  font-size: 1rem;
}

.steam-editorial-timeline small {
  align-self: start;
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.35;
}

.steam-editorial-faq {
  padding: 68px 0 104px;
  border-top: 1px solid rgba(59, 73, 98, 0.5);
}

.steam-editorial-faq > header {
  max-width: 760px;
}

.steam-editorial-faq h2 {
  font-size: clamp(2.55rem, 4.7vw, 5rem);
}

.steam-editorial-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.steam-editorial-faq details {
  min-height: 94px;
  padding: 0 20px;
  border: 1px solid rgba(59, 73, 98, 0.72);
  border-radius: 12px;
  background: rgba(16, 23, 34, 0.72);
}

.steam-editorial-faq details[open] {
  border-color: rgba(72, 199, 216, 0.52);
  background: rgba(15, 30, 42, 0.82);
}

.steam-editorial-faq summary {
  position: relative;
  padding: 22px 34px 22px 0;
  cursor: pointer;
  color: var(--ice);
  font-size: 0.98rem;
  font-weight: 900;
  list-style: none;
}

.steam-editorial-faq summary::-webkit-details-marker {
  display: none;
}

.steam-editorial-faq summary::after {
  position: absolute;
  top: 18px;
  right: 0;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(227, 196, 124, 0.46);
  border-radius: 50%;
  content: "+";
  color: var(--gold-2);
}

.steam-editorial-faq details[open] summary::after {
  content: "−";
}

.steam-editorial-faq details p {
  margin: -2px 0 22px;
  color: var(--muted);
  line-height: 1.56;
}

.steam-editorial-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
  gap: 36px;
  align-items: center;
  margin-bottom: 82px;
  padding: 42px;
  border: 1px solid rgba(227, 196, 124, 0.48);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(227, 196, 124, 0.13), transparent 40%),
    linear-gradient(135deg, rgba(31, 28, 21, 0.9), rgba(10, 18, 28, 0.96));
}

.steam-editorial-final h2 {
  max-width: 760px;
  font-size: clamp(2.4rem, 4.4vw, 4.7rem);
}

.steam-editorial-final > a {
  display: grid;
  min-height: 84px;
  grid-template-columns: 122px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px 16px 12px 12px;
  border: 1px solid rgba(72, 199, 216, 0.72);
  border-radius: 12px;
  color: var(--ice);
  background: linear-gradient(115deg, rgba(13, 49, 69, 0.98), rgba(8, 24, 46, 0.98));
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.25;
}

.steam-editorial-final a > img {
  max-width: 122px;
  height: 56px;
}

.steam-editorial-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 34px;
}

.steam-editorial-page a:focus-visible,
.steam-editorial-page summary:focus-visible {
  outline: 3px solid rgba(72, 199, 216, 0.72);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .steam-editorial-nav {
    display: none;
  }

  .steam-editorial-header {
    grid-template-columns: 1fr auto;
  }

  .steam-editorial-hero {
    min-height: 900px;
  }

  .steam-editorial-hero-copy {
    width: 100%;
    padding: 54px 42px 190px;
  }

  .steam-editorial-hero-shade {
    background:
      linear-gradient(0deg, rgba(4, 8, 15, 0.99) 0%, rgba(4, 8, 15, 0.85) 54%, rgba(4, 8, 15, 0.08) 100%);
  }

  .steam-editorial-hero-art {
    object-position: 54% center;
  }

  .steam-editorial-pillars,
  .steam-editorial-signal,
  .steam-editorial-beta,
  .steam-editorial-final {
    grid-template-columns: 1fr;
  }

  .steam-editorial-pillars article {
    min-height: 280px;
  }

  .steam-editorial-beta {
    gap: 34px;
  }
}

@media (max-width: 680px) {
  .steam-editorial-header {
    gap: 8px;
    padding: 10px 12px;
  }

  .steam-editorial-header .brand span,
  .steam-editorial-home span {
    display: none;
  }

  .steam-editorial-header .brand img {
    width: 42px;
    height: 34px;
  }

  .steam-editorial-header-actions {
    gap: 6px;
  }

  .steam-editorial-home {
    width: 38px;
    padding: 0;
  }

  .steam-editorial-header .lang-toggle {
    min-width: 62px;
  }

  .steam-editorial {
    width: min(100% - 18px, 1360px);
    padding-top: 76px;
  }

  .steam-editorial-hero {
    min-height: 960px;
    border-radius: 15px;
  }

  .steam-editorial-hero-art {
    height: 44%;
    object-position: 54% center;
  }

  .steam-editorial-hero-shade {
    background:
      linear-gradient(0deg, rgba(4, 8, 15, 1) 0%, rgba(4, 8, 15, 0.98) 64%, rgba(4, 8, 15, 0.18) 100%);
  }

  .steam-editorial-hero-copy {
    padding: 42px 20px 292px;
  }

  .steam-editorial-article-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .steam-editorial-lockup {
    width: min(300px, 90%);
  }

  .steam-editorial-hero h1 {
    font-size: clamp(2.75rem, 13.5vw, 4.4rem);
  }

  .steam-editorial-actions,
  .steam-editorial-wishlist,
  .steam-editorial-secondary {
    width: 100%;
  }

  .steam-editorial-wishlist {
    min-width: 0;
    grid-template-columns: 94px 1fr auto;
  }

  .steam-editorial-wishlist > img {
    max-width: 94px;
    height: 48px;
  }

  .steam-editorial-facts {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steam-editorial-facts div {
    min-height: 72px;
    padding: 11px 12px;
  }

  .steam-editorial-manifesto,
  .steam-editorial-signal,
  .steam-editorial-beta,
  .steam-editorial-faq,
  .steam-editorial-final {
    width: min(100% - 12px, 1180px);
  }

  .steam-editorial-manifesto {
    padding: 72px 0 60px;
  }

  .steam-editorial-pillars {
    grid-template-columns: 1fr;
  }

  .steam-editorial-pillars article {
    min-height: 260px;
    padding: 22px;
  }

  .steam-editorial-signal,
  .steam-editorial-final {
    padding: 24px;
  }

  .steam-editorial-signal-card {
    min-height: 350px;
    padding: 22px;
  }

  .steam-editorial-beta {
    padding: 74px 0;
  }

  .steam-editorial-timeline li {
    grid-template-columns: 42px 1fr;
    padding: 12px;
  }

  .steam-editorial-timeline span {
    width: 42px;
    height: 42px;
  }

  .steam-editorial-faq {
    padding: 56px 0 74px;
  }

  .steam-editorial-faq-grid {
    grid-template-columns: 1fr;
  }

  .steam-editorial-final {
    margin-bottom: 54px;
  }

  .steam-editorial-final > a {
    min-width: 0;
    grid-template-columns: 96px 1fr auto;
    padding-right: 12px;
  }

  .steam-editorial-final a > img {
    max-width: 96px;
    height: 48px;
  }
}

@media (max-width: 390px) {
  .steam-editorial-hero {
    min-height: 1010px;
  }

  .steam-editorial-hero-copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  .steam-editorial-wishlist {
    grid-template-columns: 84px 1fr auto;
    gap: 10px;
  }

  .steam-editorial-wishlist > img {
    max-width: 84px;
  }

  .steam-editorial-final > a {
    grid-template-columns: 1fr auto;
  }

  .steam-editorial-final a > img {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .steam-editorial-wishlist,
  .steam-editorial-secondary,
  .steam-editorial-final a,
  .steam-editorial-signal-card a {
    transition: none;
  }
}
