@font-face { font-family: Anton; src: url('assets/anton.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; }
:root { color-scheme: dark; --ink: #101110; --paper: #e9e0cc; --muted: #bab6a9; --mars: #ea5930; --moon: #f4f3ec; --earth: #56b9b3; --line: #42423b; --ambient: #4b2117; --mono: 'Courier New', Courier, monospace; --display: Anton, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; background: var(--ink); }
body { margin: 0; color: var(--paper); background: radial-gradient(ellipse at 90% 35%, var(--ambient), transparent 65%), var(--ink); background-size: 100% 1800px; background-repeat: no-repeat; font-family: Arial, Helvetica, sans-serif; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 12; opacity: .055; 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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
body[data-atmosphere='moon'] { --ambient: #373b3b; }
body[data-atmosphere='earth'] { --ambient: #153e3d; }
a { color: inherit; text-underline-offset: .25em; }
a:focus-visible { outline: 2px solid var(--earth); outline-offset: 6px; }
::selection { color: var(--ink); background: var(--earth); }
img { display: block; max-width: 100%; }
p { margin: 0; }
.frame { width: min(100% - 7.5vw, 1560px); margin-inline: auto; }
.mono { font: 700 .875rem/1.5 var(--mono); text-transform: uppercase; letter-spacing: .035em; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: 1rem; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 1rem; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 96px; border-bottom: 1px solid var(--line); }
.wordmark { font: 900 1.25rem/1 Arial, Helvetica, sans-serif; text-decoration: none; letter-spacing: -.055em; white-space: nowrap; }
.wordmark strong { color: var(--mars); }
.wordmark-dot { color: var(--earth); padding-left: .07em; }
nav { display: flex; gap: 2.3rem; }
nav a { display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; text-decoration: none; text-transform: uppercase; font: 700 .875rem/1 var(--mono); }
.nav-number { color: var(--muted); font-size: .75rem; }
nav a:hover, nav a[aria-current] { color: var(--mars); }
nav a[href='#moon']:hover, nav a[href='#moon'][aria-current] { color: var(--moon); }
nav a[href='#earth']:hover, nav a[href='#earth'][aria-current] { color: var(--earth); }
.parent-link { font: 700 .8125rem/1.5 var(--mono); text-decoration: none; }
.parent-link span { color: var(--earth); padding-left: .7rem; }
.hero { padding-top: clamp(2.5rem, 5vw, 5rem); }
.hero-meta { display: flex; justify-content: space-between; gap: 1.5rem; color: var(--muted); font-size: .8125rem; }
.hero-meta .edition { text-align: right; }
.hero-title { display: flex; align-items: baseline; gap: .13em; font: 400 clamp(4rem, 14.3vw, 240px)/1.09 var(--display); letter-spacing: -.03em; margin: 1.15rem 0 1.7rem; }
.series-lockup { white-space: nowrap; }
.beta { color: var(--mars); }
.colon { margin-left: -.015em; }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; padding-bottom: 3rem; }
.series-description { max-width: 60rem; font-size: clamp(1.0625rem, 1.8vw, 1.5rem); line-height: 1.6; color: var(--muted); }
.text-link { font: 700 .875rem/1.5 var(--mono); text-transform: uppercase; text-decoration: none; white-space: nowrap; }
.text-link span { color: var(--earth); display: inline-block; margin-left: .6rem; transition: transform .2s; }
.text-link:hover span { transform: translate(2px, -2px); }
.lead-poster { isolation: isolate; position: relative; overflow: hidden; border: 1px solid #63554a; background: var(--ink); }
.lead-poster > img { width: 100%; height: auto; }
.lead-poster-copy { position: relative; padding: clamp(1.5rem, 3vw, 3rem); }
.lead-poster-copy > .mono { color: var(--muted); font-size: .8125rem; }
.lead-headline { max-width: calc(100% - 9rem); font: 400 clamp(2.25rem, 4.5vw, 4.8rem)/1.12 var(--display); text-transform: uppercase; letter-spacing: -.02em; margin-top: 1.4rem; }
.lead-headline span { color: var(--mars); }
.lead-caption { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem clamp(1.5rem, 3vw, 3rem); font-size: .8125rem; }
.poster-stamp { display: block; position: absolute; right: 2.6rem; top: 2rem; padding: .7rem 1.1rem; color: var(--ink); background: var(--paper); border: 4px double var(--ink); outline: 5px solid var(--paper); text-align: center; font-size: 1rem; line-height: 1.2; transform: rotate(7deg); }
.under-image { display: flex; justify-content: space-between; gap: 1.5rem; color: var(--muted); padding-top: 1.25rem; font-size: .8125rem; }
.under-image a { color: var(--earth); text-decoration: none; }
.story { display: grid; grid-template-columns: 1fr 1fr; column-gap: 7%; padding-block: clamp(5rem, 8vw, 8.5rem); border-bottom: 1px solid var(--line); }
.section-index { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding-bottom: 2.5rem; color: var(--earth); }
.print-bars { width: 4.5rem; height: 1.2rem; background: repeating-linear-gradient(90deg, var(--muted) 0 2px, transparent 2px 4px, var(--muted) 4px 5px, transparent 5px 10px); opacity: .6; }
h2 { font: 400 clamp(2.8rem, 5.6vw, 6rem)/1.04 var(--display); letter-spacing: -.015em; margin: 0; }
.story-heading h2 span { color: var(--mars); }
.story-copy { padding-top: .35rem; }
.story-copy > p { font-size: 1.0625rem; line-height: 1.8; color: var(--muted); max-width: 43rem; margin-bottom: 1.3rem; }
.story-copy > p:first-child { color: var(--paper); font-size: 1.25rem; line-height: 1.6; }
.story-copy .story-note { font: 700 .875rem/1.8 var(--mono); margin-top: 2rem; padding-left: 1.2rem; border-left: 3px solid var(--mars); color: var(--muted); }
.trilogy { padding-block: clamp(4rem, 7vw, 7rem); }
.trilogy-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; padding-bottom: 3.8rem; }
.section-kicker { color: var(--earth); margin-bottom: 1.4rem; }
.trilogy-heading h2 span { color: var(--muted); }
.trilogy-note { max-width: 20rem; font-size: 1.125rem; line-height: 1.65; color: var(--muted); padding-bottom: .2rem; }
.poster-wall { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.1%; align-items: start; }
.world { --world-color: var(--mars); min-width: 0; scroll-margin-top: 2rem; }
.world-moon { --world-color: var(--moon); padding-top: 2.2rem; }
.world-earth { --world-color: var(--earth); padding-top: .75rem; }
.world-art { position: relative; aspect-ratio: 2 / 3; isolation: isolate; overflow: hidden; border: 1px solid #65554a; background: #17120f; box-shadow: 3px 5px 0 #040505; transition: transform .3s, box-shadow .3s; }
.world:hover .world-art { transform: translateY(-5px); box-shadow: 5px 10px 0 #040505; }
.world-art > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -3; }
.mars-print > img { top: auto; bottom: 0; height: 45%; object-position: 59% center; }
.world-art.mars-print::before { background: linear-gradient(180deg, #101110 0%, #101110 52%, #10111000 62%, #090909c7 100%); }
.world-art::before { content: ''; position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, #110d0beb 0%, #110d0b91 38%, transparent 60%, #090909c7 100%); }
.world-art::after { content: ''; position: absolute; inset: 9px; border: 1px solid #e9e0cc44; pointer-events: none; }
.world-topline { display: flex; justify-content: space-between; gap: .75rem; padding: 1.4rem 1.3rem 0; font-size: .75rem; line-height: 1.4; color: #ded7c9; }
.world-topline > span:last-child { white-space: nowrap; }
.world-title { margin: 1.5rem 1.3rem 0; font-family: var(--display); font-weight: 400; line-height: 1.06; letter-spacing: -.022em; }
.world-brand { display: block; font-size: clamp(2rem, 3.1vw, 3.4rem); white-space: nowrap; }
.world-title .beta { color: var(--world-color); }
.poster-colon { font-size: .8em; }
.world-name { display: block; font-size: clamp(3.8rem, 8.2vw, 8.5rem); margin-top: .06em; letter-spacing: -.025em; }
.world-strap { position: relative; margin: 1rem 1.3rem; font-size: .8125rem; max-width: 80%; }
.world-imprint { display: flex; justify-content: space-between; align-items: flex-end; position: absolute; bottom: 1.5rem; left: 1.3rem; right: 1.3rem; font-size: .75rem; line-height: 1.35; color: var(--paper); }
.world-imprint > span:last-child { font-size: 2.6rem; line-height: 1; letter-spacing: -.06em; }
.moon-print { color: #232828; background: #a8acab; border-color: #777d7a; }
.moon-print > img { top: 26%; height: 78%; object-position: center 62%; }
.moon-print::before { background: linear-gradient(180deg, #aeb2af 0%, #aeb2af 44%, #aeb2af00 65%, #080b0cc7 100%); }
.moon-print::after { border-color: #30363866; }
.moon-print .world-topline { color: #252a2a; }
.moon-print .beta { -webkit-text-stroke: 1px #363c3c; paint-order: stroke fill; text-shadow: 2px 2px 0 #333c3c; }
.earth-print { border-color: #3c6968; }
.earth-print > img { top: 17%; height: 91%; object-position: center 58%; }
.earth-print::before { background: linear-gradient(180deg, #0b1718f5 0%, #0b1718df 24%, transparent 63%, #091315c7 100%); }
.world-caption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .8rem; padding-top: 1.3rem; }
.status { font: 700 .875rem/1.5 var(--mono); color: var(--muted); }
.world-mars .status { color: var(--paper); }
.status-dot { display: inline-block; width: .45rem; height: .45rem; margin-right: .25rem; border-radius: 50%; background: var(--mars); }
.world-caption .text-link, .volume { font-size: .75rem; color: var(--muted); }
.world:target .world-art { outline: 2px solid var(--world-color); outline-offset: 6px; }
.closing { border-top: 1px solid var(--line); padding-block: clamp(4rem, 7vw, 7rem); }
.closing h2 { font-size: clamp(3rem, 8.5vw, 9rem); }
.closing h2 span { color: var(--mars); }
.closing-bottom { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-top: 2rem; }
.closing-bottom > p:first-child { color: var(--muted); font-size: 1.0625rem; line-height: 1.6; }
.incoming { display: flex; align-items: center; gap: .7rem; color: var(--earth); }
.incoming span { display: block; width: .5rem; height: .5rem; border-radius: 50%; background: var(--earth); box-shadow: 0 0 0 .35rem #56b9b31a; }
footer { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1.5rem; padding-block: 2rem; border-top: 1px solid var(--line); color: var(--muted); }
footer p, footer > a:last-child { font: 700 .8125rem/1.5 var(--mono); }
footer > a:last-child { text-decoration: none; }

@media (min-width: 1750px) { .hero-title { font-size: 240px; } }
@media (max-width: 1100px) { .parent-link { display: none; } .hero-meta .edition { display: none; } .hero-bottom { align-items: flex-start; flex-direction: column; gap: 1.25rem; } .world-topline > span:last-child { display: none; } .world-topline, .world-title { margin-left: 0; margin-right: 0; } .world-topline { padding-inline: 1rem; } .world-title { margin-inline: 1rem; } .world-strap { margin-inline: 1rem; font-size: .75rem; } .world-imprint { left: 1rem; right: 1rem; } .world-brand { font-size: 3vw; } }
@media (max-width: 760px) {
  .frame { width: calc(100% - 2.25rem); }
  .site-header { min-height: 80px; gap: .5rem 1rem; flex-wrap: wrap; padding-block: .8rem; }
  .wordmark { font-size: 1.05rem; }
  nav { gap: 1rem; }
  nav a { font-size: .875rem; }
  .nav-number { display: none; }
  .hero-meta { font-size: .75rem; max-width: 25rem; }
  .hero-title { display: block; font-size: 21.8vw; line-height: 1.13; margin-block: 1rem 1.25rem; letter-spacing: -.035em; }
  .hero-title .destination { display: block; font-size: 41vw; line-height: 1.08; }
  .hero-bottom { padding-bottom: 2rem; }
  .series-description { font-size: 1.0625rem; }
  .lead-poster-copy { padding: 1.5rem; }
  .lead-poster-copy > .mono { font-size: .75rem; max-width: 15rem; }
  .lead-headline { max-width: none; font-size: clamp(2rem, 6.3vw, 3rem); }
  .poster-stamp { position: static; width: max-content; margin-top: 1.75rem; font-size: .75rem; padding: .45rem .7rem; }
  .under-image { flex-direction: column; gap: .75rem; }
  .story { grid-template-columns: 1fr; gap: 2rem; }
  .section-index { padding-bottom: 0; gap: 1rem; }
  .section-index .mono { font-size: .8125rem; }
  h2 { font-size: clamp(2.8rem, 10vw, 4.7rem); }
  .story-copy > p { font-size: 1rem; }
  .trilogy-heading { align-items: flex-start; flex-direction: column; padding-bottom: 2.5rem; }
  .trilogy-note { font-size: 1rem; }
  .poster-wall { grid-template-columns: 1fr; gap: 3rem; max-width: 34rem; margin-inline: auto; }
  .world-moon, .world-earth { padding-top: 0; }
  .world-topline { padding: 1.5rem 1.5rem 0; font-size: .8125rem; }
  .world-topline > span:last-child { display: block; }
  .world-title { margin: 1.5rem 1.5rem 0; }
  .world-brand { font-size: clamp(2.2rem, 9.8vw, 3.9rem); }
  .world-name { font-size: clamp(4.5rem, 26vw, 9.6rem); }
  .world-strap { margin-inline: 1.5rem; font-size: .875rem; }
  .world-imprint { left: 1.5rem; right: 1.5rem; }
  .world-caption .text-link, .volume { font-size: .8125rem; }
  .closing h2 { font-size: clamp(3rem, 11.5vw, 5rem); }
  .closing-bottom { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  footer { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 370px) { nav { gap: .75rem; } nav a { font-size: .8125rem; } .world-topline > span:last-child { display: none; } .lead-caption { font-size: .75rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
@media print { body { background: white; color: black; } body::before, .skip-link, nav, .parent-link { display: none; } .frame { width: 100%; } .hero-title { font-size: 55pt; } .world-art, .lead-poster { print-color-adjust: exact; -webkit-print-color-adjust: exact; } .poster-wall { grid-template-columns: repeat(3, 1fr); } .world-brand { font-size: 17pt; } .world-name { font-size: 36pt; } .world-topline, .world-strap, .world-imprint { font-size: 8pt; } }
