/* Legibility reinforcement for the $UMØ GΛL4X¥ logotype. */
.hero-copy h1 {
  margin: 11px 0 8px;
  font-weight: 700;
  letter-spacing: -.1em;
  -webkit-text-stroke: 1.15px currentColor;
  paint-order: stroke fill;
}

.hero-copy h1 .hero-name-line {
  display: block;
  color: var(--ink);
}

.hero-copy h1 .hero-name-line--accent { color: var(--orange); }

.hero-copy h1 .hero-mark {
  display: inline;
  margin-right: .02em;
  color: inherit;
  font-family: var(--mono);
  font-size: .56em;
  font-weight: 600;
  letter-spacing: -.18em;
  vertical-align: .12em;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.hero-name-spell {
  display: inline-block;
  margin: 0 0 12px;
  padding: 4px 7px;
  color: #17131b;
  background: var(--lime);
  font-family: var(--mono);
  font-size: .56rem;
  font-weight: 600;
  letter-spacing: .08em;
}

/* $UMØ GΛL4X¥ / individual article */
.article-page {
  background: radial-gradient(circle at 78% 5%, rgba(91,41,255,.31), transparent 25%), var(--black);
}

.feature-article {
  max-width: 1320px;
  margin: 0 auto;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.article-masthead {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .75fr);
  min-height: 570px;
  overflow: hidden;
  padding: clamp(55px, 8vw, 120px) clamp(25px, 8vw, 115px);
  background: linear-gradient(119deg, #14111d 7%, #23103a 63%, #53174e);
}

.article-masthead--002 {
  background: linear-gradient(119deg, #101125 7%, #32134b 59%, #7a2450);
}

.article-page--002 .article-reading {
  background: radial-gradient(ellipse at 76% 8%, rgba(255,126,71,.32), transparent 26%), radial-gradient(ellipse at 13% 58%, rgba(67,105,255,.38), transparent 30%), radial-gradient(ellipse at 58% 46%, rgba(160,45,219,.25), transparent 43%), linear-gradient(140deg, #080b22 0%, #17103a 42%, #300e2e 100%);
}

.article-masthead--003 {
  background: linear-gradient(119deg, #07182f 4%, #1b1745 57%, #77234d 100%);
}

.article-page--003 .article-reading {
  background: radial-gradient(ellipse at 75% 7%, rgba(255,111,150,.29), transparent 27%), radial-gradient(ellipse at 10% 63%, rgba(54,157,255,.31), transparent 31%), radial-gradient(ellipse at 62% 45%, rgba(120,60,208,.26), transparent 44%), linear-gradient(140deg, #061427 0%, #151238 43%, #32112e 100%);
}

.article-masthead--004 {
  background: linear-gradient(119deg, #111338 4%, #25174c 57%, #6d395d 100%);
}

.article-page--004 .article-reading {
  background: radial-gradient(ellipse at 75% 7%, rgba(255,154,193,.27), transparent 27%), radial-gradient(ellipse at 10% 63%, rgba(87,150,255,.31), transparent 31%), radial-gradient(ellipse at 62% 45%, rgba(153,105,234,.27), transparent 44%), linear-gradient(140deg, #09162f 0%, #17133c 43%, #341b3b 100%);
}

.article-masthead::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .18;
  background-image: linear-gradient(rgba(239,229,209,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(239,229,209,.16) 1px, transparent 1px);
  background-size: 36px 36px;
}

.article-masthead-copy {
  position: relative;
  z-index: 2;
  align-self: center;
}

.eyebrow,
.article-serial {
  color: var(--lime);
  font-family: var(--mono);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .11em;
}

.article-serial {
  margin-top: 55px;
  color: #bcaeff;
}

.article-masthead h1 {
  max-width: 720px;
  margin: 16px 0 28px;
  color: #fbf0da;
  font-size: clamp(2.05rem, 4.2vw, 4.25rem);
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: .045em;
}

.article-lead { font-size: 1rem; line-height: 2; }

.article-byline {
  margin-top: 32px;
  color: #d4c6dd;
  font-family: var(--mono);
  font-size: .59rem;
  letter-spacing: .07em;
}

.article-art {
  position: relative;
  z-index: 1;
  align-self: center;
  justify-self: end;
  width: min(405px, 29vw);
  min-width: 270px;
  margin: 0;
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 14px rgba(255,255,255,.05), 0 0 100px rgba(245,48,119,.36);
}

.article-art img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.article-art figcaption {
  position: absolute;
  right: -15px;
  bottom: 15px;
  padding: 6px 8px;
  color: #17131b;
  background: var(--lime);
  font-family: var(--mono);
  font-size: .48rem;
  font-weight: 600;
  letter-spacing: .08em;
  white-space: nowrap;
}

.article-art-orbit {
  position: absolute;
  inset: -22%;
  z-index: -1;
  border: 1px solid var(--lime);
  border-radius: 50%;
  transform: rotate(-27deg);
}

.article-art-orbit-b {
  inset: -10% -29%;
  border-color: var(--pink);
  transform: rotate(34deg);
}

.article-rule {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #c0aef2;
  background: #100e15;
  font-family: var(--mono);
  font-size: .5rem;
  font-weight: 600;
  letter-spacing: .1em;
}

.article-rule i { flex: 1; height: 1px; background: var(--line); }

.article-reading {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  overflow: hidden;
  padding: clamp(52px, 8vw, 105px) clamp(24px, 8vw, 130px) 130px;
  color: #f4e9dc;
  background: radial-gradient(ellipse at 76% 8%, rgba(222,45,155,.44), transparent 26%), radial-gradient(ellipse at 13% 58%, rgba(56,87,255,.38), transparent 30%), radial-gradient(ellipse at 58% 46%, rgba(108,45,219,.25), transparent 43%), linear-gradient(140deg, #080b22 0%, #17103a 42%, #230d30 100%);
}

.article-reading::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  opacity: .75;
  pointer-events: none;
  background-image: radial-gradient(circle at 8% 14%, #fff 0 1px, transparent 1.6px), radial-gradient(circle at 22% 45%, #d9ccff 0 1px, transparent 1.5px), radial-gradient(circle at 46% 12%, #fff 0 1px, transparent 1.7px), radial-gradient(circle at 66% 68%, #f9ccff 0 1px, transparent 1.6px), radial-gradient(circle at 86% 38%, #fff 0 1px, transparent 1.6px), radial-gradient(circle at 93% 81%, #79b4ff 0 1px, transparent 1.7px);
  background-size: 230px 190px, 330px 260px, 410px 250px, 290px 220px, 370px 310px, 460px 330px;
}

.article-side-note {
  position: relative;
  z-index: 1;
  padding-right: 26px;
  border-right: 1px solid rgba(239,229,209,.36);
  color: #cfc4da;
  font-family: var(--mono);
  font-size: .53rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: .08em;
}

.article-side-note span {
  display: block;
  margin: 45px 0;
  color: var(--lime);
  font-family: var(--display);
  font-size: 4rem;
  line-height: .65;
  letter-spacing: -.1em;
}

.article-reader-main {
  position: relative;
  z-index: 1;
  max-width: 835px;
  padding-left: clamp(28px, 7vw, 105px);
}

.article-index {
  display: grid;
  grid-template-columns: 155px minmax(0, 1fr);
  gap: 25px;
  margin-bottom: 70px;
  padding: 0 0 28px;
  border-bottom: 1px solid rgba(239,229,209,.42);
}

.article-index-heading p {
  color: var(--lime);
  font-family: var(--mono);
  font-size: .52rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.6;
}

.article-index-heading h2 {
  margin: 9px 0 0;
  color: #fff5e1;
  font-family: var(--display);
  font-size: 3.4rem;
  line-height: .72;
  letter-spacing: -.1em;
}

.article-index ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: article-index;
}

.article-index li {
  min-width: 0;
  border-top: 1px solid rgba(239,229,209,.24);
  counter-increment: article-index;
}

.article-index a {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 8px;
  align-items: baseline;
  padding: 9px 0;
  color: #f5ebdf;
  font-size: .7rem;
  line-height: 1.6;
  transition: color .18s, padding-left .18s;
}

.article-index a::before {
  color: var(--lime);
  content: counter(article-index, decimal-leading-zero);
  font-family: var(--mono);
  font-size: .48rem;
  font-weight: 600;
  letter-spacing: .04em;
}

.article-index a:hover { padding-left: 5px; color: var(--lime); }

.article-prose {
  max-width: 730px;
  padding-left: 0;
  font-size: 1.03rem;
  line-height: 2.15;
  letter-spacing: .035em;
}

.article-taxonomy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.article-taxonomy li {
  padding: 5px 7px;
  border: 1px solid rgba(131, 217, 255, .48);
  color: #bfeaff;
  background: rgba(7, 19, 44, .35);
  font-family: var(--mono);
  font-size: .48rem;
  font-weight: 600;
  letter-spacing: .08em;
}

.article-prose p { margin: 0 0 1.36em; }

.article-prose h2 {
  margin: 3.3em 0 1.15em;
  padding-top: .7em;
  border-top: 2px solid rgba(239,229,209,.76);
  color: #fff5e1;
  font-size: 1.45rem;
  line-height: 1.65;
  letter-spacing: .05em;
}

.article-prose h2:first-child { margin-top: 0; }

.article-prose .article-signature {
  margin-top: 4em;
  color: var(--lime);
  font-family: var(--mono);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .08em;
}

.article-prose .article-spoiler,
.article-prose .article-source-note {
  padding: 12px 15px;
  border-left: 2px solid #83d9ff;
  color: #d6dcf4;
  background: rgba(5, 11, 30, .35);
  font-family: var(--mono);
  font-size: .63rem;
  line-height: 1.85;
  letter-spacing: .055em;
}

.article-loading {
  color: #d9cee6;
  font-family: var(--mono);
  font-size: .7rem;
  letter-spacing: .12em;
}

.article-footer {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(24px, 8vw, 115px);
  border-top: 1px solid var(--line);
  color: #b9aaca;
  background: #16111b;
  font-family: var(--mono);
  font-size: .55rem;
  letter-spacing: .09em;
}

.article-footer a {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  padding: 10px 14px;
  color: #17131b;
  background: var(--orange);
  font-weight: 600;
}

.article-footer a b { font-size: 1rem; }

@media (max-width: 720px) {
  .hero-copy h1 { -webkit-text-stroke: .75px currentColor; }
  .hero-name-spell { font-size: .39rem; }
  .article-masthead { display: block; min-height: 0; padding: 65px 24px 50px; }
  .article-serial { margin-top: 38px; }
  .article-masthead h1 { font-size: 1.85rem; line-height: 1.55; }
  .article-art { width: 72vw; min-width: 0; margin: 55px auto 12px; }
  .article-art figcaption { right: -8px; font-size: .38rem; }
  .article-reading { display: block; padding: 60px 24px 80px; }
  .article-side-note { display: flex; gap: 12px; align-items: center; justify-content: space-between; margin-bottom: 34px; padding: 0 0 12px; border-right: 0; border-bottom: 1px solid rgba(239,229,209,.36); }
  .article-side-note span { margin: 0; font-size: 2.3rem; }
  .article-reader-main { max-width: none; padding-left: 0; }
  .article-index { display: block; margin-bottom: 48px; }
  .article-index-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
  .article-index-heading h2 { margin: 0; font-size: 2.8rem; }
  .article-index ol { grid-template-columns: 1fr; }
  .article-prose { padding-left: 0; font-size: .98rem; line-height: 2.05; }
  .article-prose h2 { margin-top: 2.7em; font-size: 1.27rem; }
  .article-footer { display: block; padding: 20px 24px; }
  .article-footer a { margin-top: 16px; font-size: .48rem; }
}
