:root {
  color-scheme:dark;
  --bg:#10191f;
  --panel:#172229;
  --text:#ecede7;
  --muted:#aebcbe;
  --accent:#a1f1d3;
  --warm:#edb18e;
  --line:#304048;
  --font:Arial,Helvetica,sans-serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px
}
body {
  margin:0;
  background:var(--bg);
  color:var(--text);
  font:16px/1.65 var(--font);
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit
}
img {
  display:block;
  max-width:100%
}
a,button {
   -webkit-tap-highlight-color:transparent
}
a:focus-visible,button:focus-visible {
  outline:2px solid var(--accent);
  outline-offset:5px
}
.container {
  width:min(1280px,calc(100% - 96px));
  margin-inline:auto
}
.skip-link {
  position:fixed;
  top:-80px;
  left:20px;
  background:var(--accent);
  color:var(--bg);
  padding:12px;
  z-index:100
}
.skip-link:focus {
  top:10px
}
.site-header {
  position:relative;
  z-index:10;
  border-bottom:1px solid var(--line);
  background:#10191f
}
.nav-shell {
  min-height:94px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px
}
.brand {
  display:flex;
  align-items:center;
  gap:13px;
  font-size:17px;
  font-weight:800;
  letter-spacing:1.1px;
  line-height:1.3;
  flex-shrink:0
}
.brand small {
  display:block;
  color:var(--muted);
  font-size:12px;
  letter-spacing:2.1px;
  margin-top:6px;
  font-weight:400
}
.brand-mark {
  color:var(--accent);
  font-size:37px;
  font-style:italic;
  font-weight:900;
  border:1px solid #486357;
  width:45px;
  height:47px;
  display:grid;
  place-items:center;
  line-height:1
}
.site-header nav {
  display:flex;
  align-items:center;
  gap:30px;
  font-size:14px
}
.site-header nav>a {
  padding:34px 0;
  color:#bec8c7;
  position:relative;
  white-space:nowrap
}
.site-header nav>a:hover,.site-header nav>a[aria-current] {
  color:var(--accent)
}
.site-header nav>a[aria-current]::after {
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:2px;
  background:var(--accent)
}
.site-header nav .nav-steam {
  padding:9px 15px;
  border:1px solid #4b655d;
  color:var(--accent);
  margin-left:6px
}
.nav-steam span {
  margin-left:8px
}
.menu-toggle {
  display:none
}
.hero {
  position:relative;
  isolation:isolate;
  overflow:hidden
}
.hero-image {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 49%;
  z-index:-3
}
.hero-shade {
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(90deg,rgba(7,17,23,.91),rgba(7,17,23,.57) 47%,rgba(7,17,23,.12)),linear-gradient(0deg,#10191f 0%,transparent 40%)
}
.hero-content {
  padding-top:82px;
  position:relative
}
.eyebrow {
  display:block;
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:600;
  color:var(--accent);
  line-height:1.5
}
.small-line {
  display:inline-block;
  width:26px;
  height:1px;
  background:var(--accent);
  vertical-align:middle;
  margin-right:10px
}
h1,h2,h3,p {
  margin-top:0
}
h1 {
  font-size:clamp(48px,5.3vw,76px);
  line-height:1.06;
  letter-spacing:-3px;
  font-weight:500;
  margin:27px 0 25px;
  max-width:800px
}
h1 em {
  color:var(--accent);
  font-style:normal
}
.hero h1 em {
  display:block
}
.hero-content>p {
  max-width:435px;
  color:#c9d2d0;
  font-size:17px;
  line-height:1.8
}
.actions {
  display:flex;
  flex-wrap:wrap;
  gap:15px;
  margin-top:32px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  min-height:51px;
  padding:12px 22px;
  background:var(--accent);
  border:1px solid var(--accent);
  color:#112c26;
  font-weight:600;
  font-size:14px;
  transition:background .2s,transform .2s
}
.button span {
  font-size:20px;
  line-height:1
}
.button:hover {
  background:#c8ffe9;
  transform:translateY(-2px)
}
.button.secondary {
  background:#10191f66;
  color:var(--text);
  border-color:#728382
}
.button.secondary:hover {
  background:#233930
}
.hero-foot {
  display:flex;
  justify-content:space-between;
  padding:68px 0 30px;
  margin-top:10px;
  font-family:monospace;
  font-size:12px;
  letter-spacing:1px;
  color:#b7c7c6
}
.hero-foot b {
  color:var(--accent);
  padding:0 13px
}
.hero-foot a {
  font-family:var(--font);
  letter-spacing:0
}
.hero-foot a span {
  margin-left:18px
}
.image-credit {
  position:absolute;
  right:14px;
  bottom:3px;
  font-size:12px;
  color:#a3afaf
}
.facts {
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr auto;
  padding:28px 0;
  border-bottom:1px solid var(--line);
  gap:35px;
  align-items:center
}
.facts div {
  border-right:1px solid var(--line)
}
.facts div>span {
  font-size:12px;
  letter-spacing:1.8px;
  color:var(--muted);
  display:block;
  margin-bottom:6px
}
.facts strong {
  font-size:16px;
  font-weight:500
}
.facts>a {
  font-size:14px;
  color:var(--accent)
}
.facts>a span {
  margin-left:25px
}
.section {
  padding-top:76px;
  padding-bottom:74px
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  margin-bottom:30px
}
.section-heading .eyebrow {
  margin-bottom:14px
}
h2 {
  font-size:34px;
  line-height:1.25;
  font-weight:500;
  letter-spacing:-1px;
  margin-bottom:0
}
.section-heading p {
  font-size:14px;
  color:var(--muted);
  margin:0 0 3px
}
.chapters {
  display:grid;
  grid-template-columns:1.1fr 1.1fr .8fr;
  gap:24px
}
.chapter {
  background:var(--panel);
  border:1px solid var(--line);
  transition:border-color .2s,transform .2s;
  overflow:hidden
}
.chapter:hover {
  border-color:#71958b;
  transform:translateY(-4px)
}
.chapter>img {
  width:100%;
  height:215px;
  object-fit:cover;
  filter:saturate(.85)
}
.chapter-content {
  padding:26px
}
.chapter .eyebrow {
  font-size:12px;
  color:var(--warm);
  letter-spacing:1.7px
}
.chapter h3 {
  font-size:24px;
  line-height:1.25;
  letter-spacing:-.5px;
  font-weight:500;
  margin:15px 0 13px
}
.chapter p {
  font-size:15px;
  color:var(--muted);
  line-height:1.7;
  margin-bottom:25px
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:16px;
  color:var(--accent);
  font-size:14px
}
.text-link:hover {
  text-decoration:underline
}
.editorial {
  background:#1e302f;
  padding:27px;
  display:flex;
  flex-direction:column
}
.editorial .eyebrow {
  color:var(--accent)
}
.editorial-symbol {
  font-size:105px;
  font-style:italic;
  line-height:1.25;
  color:#52766c;
  position:relative;
  letter-spacing:-8px
}
.editorial-symbol span {
  font-size:46px;
  position:absolute;
  right:6px;
  top:7px;
  font-style:normal;
  letter-spacing:0;
  color:var(--accent)
}
.editorial h3 {
  font-size:28px;
  margin-top:10px
}
.editorial .text-link {
  margin-top:auto
}
.dispatch {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px;
  background:#18272c;
  padding:35px 38px;
  border-top:1px solid #507569;
  border-bottom:1px solid var(--line)
}
.dispatch .eyebrow {
  font-size:12px;
  margin-bottom:15px
}
.dispatch h2 {
  font-size:30px;
  margin-bottom:11px
}
.dispatch p {
  font-size:14px;
  color:var(--muted);
  margin:0;
  max-width:510px
}
.dispatch .button {
  flex-shrink:0
}
.site-footer {
  display:flex;
  justify-content:space-between;
  gap:35px;
  padding-top:52px;
  padding-bottom:34px
}
.footer-brand {
  font-size:14px;
  font-weight:700;
  letter-spacing:1px
}
.footer-brand span {
  font-size:12px;
  font-weight:400;
  color:var(--muted)
}
.site-footer p {
  font-size:12px;
  color:var(--muted);
  margin:8px 0 0
}
.footer-meta {
  text-align:right
}
.footer-meta>a {
  font-size:13px;
  color:var(--accent)
}
.article-top {
  padding-top:37px;
  padding-bottom:46px
}
.back-link {
  display:block;
  color:var(--muted);
  font-size:13px;
  margin-bottom:48px
}
.back-link:hover {
  color:var(--accent)
}
.article-top h1 {
  font-size:66px;
  max-width:900px;
  line-height:1.08
}
.lede {
  font-size:19px;
  color:var(--muted);
  max-width:630px;
  margin-bottom:0
}
.article-grid {
  display:grid;
  grid-template-columns:minmax(0,850px) minmax(240px,1fr);
  gap:54px;
  padding-bottom:60px
}
.article-image {
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
  border:1px solid var(--line)
}
.reading {
  max-width:740px
}
.reading h2 {
  font-size:29px;
  margin:43px 0 18px;
  scroll-margin-top:35px
}
.reading p {
  color:#c1cece;
  font-size:17px;
  line-height:1.85
}
.reading .caption {
  font-size:12px;
  color:var(--muted);
  margin-top:12px
}
.contents {
  align-self:start;
  position:sticky;
  top:30px;
  border-top:1px solid #4e6962;
  padding-top:24px
}
.contents>.eyebrow {
  margin-bottom:15px
}
.contents>a {
  display:flex;
  gap:18px;
  color:#c3cecb;
  font-size:14px;
  border-bottom:1px solid var(--line);
  padding:14px 0
}
.contents>a:hover {
  color:var(--accent)
}
.aside-note {
  background:var(--panel);
  padding:24px;
  margin-top:30px;
  border-left:2px solid #749c8e
}
.aside-note p {
  font-size:14px;
  color:var(--muted);
  margin:16px 0
}
.aside-note h3 {
  font-size:20px;
  font-weight:500
}
.tag {
  display:inline-block;
  border:1px solid #6e735c;
  color:#e7d3a1;
  padding:4px 8px;
  font-size:12px
}
.source-note {
  border-top:1px solid var(--line);
  margin-top:38px;
  padding-top:22px;
  color:var(--muted);
  font-size:12px
}
.source-note a {
  color:var(--accent);
  text-decoration:underline
}
.source-note span {
  display:block;
  margin-top:6px
}
.next-read {
  margin-top:40px;
  padding:25px;
  background:var(--panel)
}
.next-read>a {
  display:block;
  font-size:23px;
  margin-top:12px
}
.next-read>a span {
  float:right;
  color:var(--accent)
}
.arrival {
  border-top:1px solid var(--line)
}
.arrival>h2:first-child {
  margin-top:26px
}
.check-item {
  display:flex;
  gap:25px;
  border-bottom:1px solid var(--line);
  padding:28px 0
}
.check-item>span {
  font-family:monospace;
  color:var(--accent);
  font-size:16px;
  padding-top:3px
}
.check-item h3 {
  font-size:23px;
  font-weight:500;
  line-height:1.35;
  margin-bottom:12px
}
.check-item p {
  margin-bottom:12px
}
.error-page {
  min-height:65vh;
  padding-top:90px
}
.error-page .button {
  margin-top:35px
}

@media(min-width:1600px) {
  .hero-content {
  padding-top:100px
}
.hero-foot {
  padding-top:100px
}

}

@media(max-width:1100px) {
  .container {
  width:calc(100% - 56px)
}
.site-header nav {
  gap:17px
}
.brand {
  font-size:14px
}
.site-header nav .nav-steam {
  display:none
}
.chapters {
  gap:16px
}
.chapter-content,.editorial {
  padding:22px
}
.chapter>img {
  height:190px
}
.article-grid {
  gap:32px
}
.dispatch {
  padding:30px
}

}

@media(max-width:980px) {
  .nav-shell {
  min-height:80px;
  flex-wrap:wrap;
  gap:0
}
.menu-toggle {
  display:flex;
  align-items:center;
  gap:14px;
  background:transparent;
  border:1px solid var(--line);
  color:var(--text);
  padding:9px 14px;
  font-size:14px
}
.site-header nav {
  display:none;
  width:100%;
  padding:10px 0 20px;
  gap:0
}
.site-header nav.open {
  display:flex;
  flex-direction:column;
  align-items:stretch
}
.site-header nav>a {
  padding:13px 0
}
.site-header nav>a[aria-current]::after {
  display:none
}
.site-header nav .nav-steam {
  display:block;
  margin:10px 0 0;
  align-self:flex-start
}
.hero-content {
  padding-top:65px
}
.hero h1 {
  font-size:64px
}
.facts {
  grid-template-columns:1fr 1fr;
  gap:24px
}
.facts div:nth-child(2) {
  border-right:0
}
.chapters {
  grid-template-columns:1fr 1fr
}
.editorial {
  grid-column:1/-1;
  display:block
}
.editorial-symbol {
  float:right;
  font-size:100px;
  width:160px;
  height:150px
}
.editorial h3 br {
  display:none
}
.editorial p {
  margin-bottom:20px
}
.section-heading {
  align-items:start
}
.section-heading p {
  display:none
}
.article-grid {
  grid-template-columns:minmax(0,1fr) 230px;
  gap:30px
}
.article-top h1 {
  font-size:59px
}
.dispatch {
  align-items:flex-start;
  flex-direction:column;
  gap:22px
}
.site-footer {
  flex-direction:column;
  gap:22px
}
.footer-meta {
  text-align:left
}

}

@media(max-width:650px) {
  .container {
  width:calc(100% - 40px)
}
.brand {
  font-size:13px;
  letter-spacing:.7px
}
.brand small {
  font-size:12px;
  letter-spacing:1.4px
}
.brand-mark {
  height:39px;
  width:36px;
  font-size:30px
}
.nav-shell {
  min-height:74px
}
.hero-content {
  padding-top:49px
}
.hero .eyebrow {
  font-size:12px;
  letter-spacing:1.4px
}
.hero h1 {
  font-size:clamp(40px,10.3vw,61px);
  letter-spacing:-1.8px;
  line-height:1.09;
  margin:25px 0 23px
}
.hero-image {
  object-position:62% center
}
.hero-shade {
  background:linear-gradient(90deg,#071117dc,#07111760),linear-gradient(0deg,#10191f,transparent 55%)
}
.hero-content>p {
  font-size:16px;
  max-width:360px
}
.actions {
  gap:12px;
  flex-direction:column;
  align-items:flex-start;
  margin-top:25px
}
.button {
  min-height:49px;
  font-size:13px;
  padding:11px 18px;
  gap:20px
}
.hero-foot {
  padding-top:46px;
  padding-bottom:31px;
  font-size:12px;
  letter-spacing:.4px
}
.hero-foot>a {
  display:none
}
.image-credit {
  font-size:12px
}
.facts {
  gap:21px 14px;
  padding:25px 0
}
.facts div {
  border:0
}
.facts div>span {
  font-size:12px;
  letter-spacing:1.2px
}
.facts strong {
  font-size:14px
}
.facts>a {
  font-size:13px
}
.facts>a span {
  margin-left:8px
}
.section {
  padding-top:48px;
  padding-bottom:40px
}
h2 {
  font-size:29px;
  letter-spacing:-.6px
}
.section-heading {
  margin-bottom:25px
}
.section-heading .eyebrow {
  font-size:12px
}
.chapters {
  grid-template-columns:1fr;
  gap:20px
}
.chapter>img {
  height:auto;
  aspect-ratio:16/9
}
.chapter-content {
  padding:24px
}
.chapter h3 {
  font-size:25px
}
.chapter p {
  font-size:16px
}
.editorial {
  grid-column:auto;
  padding:24px
}
.editorial-symbol {
  font-size:90px;
  width:125px
}
.editorial h3 {
  font-size:26px;
  max-width:200px
}
.dispatch {
  padding:25px
}
.dispatch h2 {
  font-size:27px
}
.dispatch p {
  font-size:15px
}
.dispatch .button {
  width:100%;
  gap:14px
}
.site-footer {
  padding-top:38px
}
.footer-brand span {
  display:block;
  margin-top:6px
}
.site-footer p {
  font-size:12px;
  max-width:330px
}
.article-top {
  padding-top:27px;
  padding-bottom:34px
}
.back-link {
  margin-bottom:35px
}
.article-top h1 {
  font-size:clamp(40px,11vw,60px);
  letter-spacing:-1.8px
}
.lede {
  font-size:17px
}
.article-grid {
  display:flex;
  flex-direction:column;
  gap:38px
}
.contents {
  position:static;
  width:100%;
  order:2
}
.reading h2 {
  font-size:27px
}
.reading p {
  font-size:16px
}
.check-item {
  gap:16px
}
.check-item h3 {
  font-size:21px
}
.next-read>a {
  font-size:20px
}

}

@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto
}
*,*::before,*::after {
  transition:none!important
}

}

@media(scripting:none) {
  .menu-toggle {
  display:none
}
.site-header nav {
  display:flex;
  flex-wrap:wrap;
  gap:15px
}
.site-header nav>a {
  padding:10px 0
}

}
