:root{
  --ink:#08090b;
  --text:#a2a2a8;
  --muted:#86868e;
  --accent:#941313;
  --line:rgba(137,139,150,.15);
  --gutter:clamp(24px,5vw,96px);
  --ease:cubic-bezier(.2,.7,.2,1);
  color-scheme:dark;
  font-family:Barlow,Arial,sans-serif;
  background:var(--ink);
  color:var(--text)
}
*{
  box-sizing:border-box
}
html{
  scroll-behavior:smooth;
  scroll-padding-top:84px
}
body{
  margin:0
}
body.dialog-open{
  overflow:hidden
}
a{
  color:inherit;
  text-decoration:none
}
button,input,select{
  font:inherit
}
button,summary{
  cursor:pointer
}
button,a,summary,select{
  -webkit-tap-highlight-color:transparent
}
button{
  color:inherit
}
img{
  display:block;
  max-width:100%;
  height:auto
}
figure,p,h1,h2,h3{
  margin:0
}
button{
  border-radius:0
}
button:disabled{
  opacity:.35;
  cursor:default
}
a:focus-visible,button:focus-visible,summary:focus-visible,select:focus-visible,[tabindex]:focus-visible{
  outline:2px solid #c43c2d;
  outline-offset:6px
}
::selection{
  background:#981313;
  color:#fff
}
h1,h2,h3{
  font-weight:600
}
h2{
  font-family:'Barlow Condensed',Arial,sans-serif;
  text-transform:uppercase;
  font-size:clamp(48px,5.6vw,100px);
  line-height:.99;
  letter-spacing:-.015em
}
h2>span:not(.accessible-label),h1>span.brand-dot{
  color:var(--accent)
}
p{
  line-height:1.6
}
section{
  scroll-margin-top:0
}
.accessible-label,.skip-link,.skip{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap
}
.skip-link:focus,.skip:focus{
  position:fixed;
  left:20px;
  top:15px;
  z-index:1000;
  width:auto;
  height:auto;
  clip:auto;
  margin:0;
  padding:16px;
  background:var(--accent);
  color:var(--text)
}
.game-brand{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  line-height:1;
  width:max-content;
  flex-shrink:0
}
.game-brand>span{
  font-size:9px;
  letter-spacing:.17em;
  font-weight:600;
  margin-bottom:5px
}
.game-brand strong{
  font-family:'Barlow Condensed',Arial,sans-serif;
  font-size:29px;
  font-weight:600;
  letter-spacing:.035em
}
.eyebrow,.mini-label,.section-index{
  font-size:11px;
  letter-spacing:.13em;
  font-weight:600
}
.eyebrow{
  line-height:1.5
}
.status-dot{
  display:inline-block;
  width:6px;
  height:6px;
  background:#aa1b16;
  margin-right:8px;
  vertical-align:middle
}
.button{
  min-height:56px;
  padding:17px 25px;
  display:inline-flex;
  justify-content:space-between;
  align-items:center;
  gap:35px;
  font-size:14px;
  font-weight:600;
  transition:background .25s,color .25s,transform .3s var(--ease)
}
.button span{
  font-size:20px;
  line-height:1
}
.button:hover{
  transform:translateY(-3px)
}
.primary{
  background:var(--accent);
  color:var(--text)
}
.primary:hover{
  background:#aa1b16
}
.secondary{
  border:1px solid #9a9e97;
  background:transparent
}
.secondary:hover{
  background:var(--accent);
  color:var(--text)
}
.text-link{
  font-size:14px;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  gap:32px;
  padding:14px 0;
  border-bottom:1px solid currentColor
}
.text-link span{
  font-size:21px;
  transition:transform .25s
}
.text-link:hover span{
  transform:translate(3px,-3px)
}
.site-header{
  position:fixed;
  inset:0 0 auto;
  z-index:50;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:24px var(--gutter);
  border-bottom:1px solid #ffffff24;
  transition:padding .3s,background .3s,border-color .3s
}
.site-header.is-scrolled{
  background:#0b090bf5;
  backdrop-filter:blur(18px);
  padding-top:16px;
  padding-bottom:16px;
  border-color:#ffffff18
}
.desktop-nav{
  display:flex;
  gap:clamp(18px,2.6vw,44px)
}
.desktop-nav a,.header-cta{
  font-size:13px;
  font-weight:500
}
.desktop-nav a{
  position:relative;
  padding:12px 0
}
.desktop-nav a:after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:4px;
  height:1px;
  background:currentColor;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .3s
}
.desktop-nav a:hover:after{
  transform:scaleX(1)
}
.header-cta{
  border:1px solid #ffffff60;
  padding:12px 18px;
  display:flex;
  gap:22px;
  align-items:center;
  transition:background .2s
}
.header-cta:hover{
  background:#98131328
}
.mobile-menu{
  display:none
}
.site-footer{
  padding:45px var(--gutter);
  display:flex;
  gap:30px;
  justify-content:space-between;
  align-items:center;
  background:#080709
}
.site-footer p{
  font-size:12px;
  color:#aa9fa1
}
.site-footer>a:last-child{
  font-size:12px
}
/* Media overlays load their players only when selected. */
dialog{
  padding:0;
  border:1px solid #ffffff30;
  background:#100c0f;
  color:var(--text);
  max-width:calc(100vw - 32px);
  max-height:calc(100dvh - 32px)
}
dialog::backdrop{
  background:#050405e8;
  backdrop-filter:blur(9px)
}
.video-dialog{
  width:1100px
}
.dialog-bar{
  display:flex;
  gap:20px;
  align-items:center;
  justify-content:space-between;
  padding:14px 20px
}
.dialog-bar h2{
  font-family:Barlow,Arial,sans-serif;
  font-size:16px;
  letter-spacing:0;
  line-height:1.35
}
.dialog-bar button{
  background:none;
  border:0;
  font-size:30px;
  width:44px;
  height:44px;
  flex-shrink:0
}
.video-player{
  aspect-ratio:16/9;
  background:#000
}
.video-player iframe{
  width:100%;
  height:100%;
  border:0
}
.video-fallback{
  padding:14px 20px;
  font-size:13px;
  color:#aa9fa1
}
.video-fallback a{
  text-decoration:underline
}
.image-dialog{
  width:1280px
}
.image-stage{
  position:relative;
  display:grid;
  place-items:center;
  background:#090709;
  min-height:100px
}
.lightbox-image{
  max-width:100%;
  max-height:calc(100dvh - 190px);
  object-fit:contain
}
.image-error{
  position:absolute;
  padding:20px;
  background:#171014
}
.image-toolbar{
  display:flex;
  gap:22px;
  align-items:center;
  padding:15px 20px;
  font-size:13px
}
.image-navigation{
  display:flex;
  gap:8px;
  margin-left:auto
}
.image-navigation button{
  background:transparent;
  border:1px solid #ffffff50;
  width:44px;
  height:40px;
  font-size:20px
}
@media(max-width:900px){
  .desktop-nav{
    gap:20px
  }
  .header-cta{
    display:none
  }
  .site-footer{
    flex-wrap:wrap
  }
  .site-footer p{
    flex-basis:55%
  }
}
@media(max-width:640px){
  html{
    scroll-padding-top:84px
  }
  .site-header{
    padding:19px var(--gutter)
  }
  .site-header.is-scrolled{
    padding-top:13px;
    padding-bottom:13px
  }
  .game-brand strong{
    font-size:26px
  }
  .game-brand>span{
    font-size:8px
  }
  .desktop-nav{
    display:none
  }
  .mobile-menu{
    display:block
  }
  .mobile-menu summary{
    list-style:none;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:7px;
    width:44px;
    height:44px;
    padding:9px
  }
  .mobile-menu summary::-webkit-details-marker{
    display:none
  }
  .mobile-menu summary span{
    width:26px;
    height:1px;
    background:var(--accent)
  }
  .mobile-menu[open] summary span:first-child{
    transform:translateY(4px) rotate(45deg)
  }
  .mobile-menu[open] summary span:last-child{
    transform:translateY(-4px) rotate(-45deg)
  }
  .mobile-menu nav{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    display:flex;
    flex-direction:column;
    background:#0b090b;
    padding:20px var(--gutter) 32px;
    border-top:1px solid #ffffff20
  }
  .mobile-menu nav a{
    padding:13px 0;
    font-size:20px
  }
  .site-footer{
    padding:35px var(--gutter);
    align-items:flex-start;
    gap:24px
  }
  .site-footer p{
    flex-basis:100%;
    order:3
  }
  .site-footer>a:last-child{
    padding-top:13px
  }
  .button{
    padding:15px 19px;
    gap:25px;
    min-height:52px
  }
  .dialog-bar{
    padding:8px 12px
  }
  .dialog-bar h2{
    font-size:13px
  }
  .image-toolbar{
    gap:12px;
    padding:10px;
    font-size:11px
  }
  .image-navigation{
    gap:4px
  }
  .image-navigation button{
    width:38px
  }
  .image-original{
    max-width:110px
  }
}
@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto
  }
  *,*:before,*:after{
    animation-duration:.01ms!important;
    transition-duration:.01ms!important;
    scroll-behavior:auto!important
  }
}
.game-brand>img{
  width:142px;
  height:auto
}
.site-header{
  padding-top:10px;
  padding-bottom:10px
}
.site-header.is-scrolled{
  padding-top:6px;
  padding-bottom:6px
}
.site-footer .game-brand>img{
  width:175px
}
.header-cta{
  border-color:#77221c;
  background:#3e080855
}
.primary{
  background:linear-gradient(135deg,#810c0c,#510808);
  color:#c4c4c4;
  border:1px solid #8a261e
}
.primary:hover{
  background:#960f0f
}
.secondary{
  border-color:#5b2925;
  background:#150a0a
}
.secondary:hover{
  background:#4d0b0b;
  color:#bcbcbc
}
.journal-header{
  padding-top:10px;
  padding-bottom:10px
}
@media(max-width:640px){
  .game-brand>img{
    width:112px
  }
  .site-header,.site-header.is-scrolled{
    padding-top:8px;
    padding-bottom:8px
  }
  .site-footer .game-brand>img{
    width:140px
  }
  .journal-header{
    padding-top:10px;
    padding-bottom:10px
  }
}
@media(max-width:640px){
  .mobile-menu summary span{
    background:#be3e30
  }
}
/* Gunmetal surfaces and restrained red details. */
h2,h3{
  color:#a0a0a7
}
.game-brand img{
  filter:none;
  transition:filter .35s
}
.game-brand:hover img{
  filter:none
}
.site-header{
  background:#08090b65;
  border-color:#7779821f
}
.site-header.is-scrolled{
  background:#08090bed;
  border-color:#77798222
}
.header-cta{
  background:#120b0b;
  border-color:#54201b;
  color:#a8a0a3
}
.header-cta:hover{
  background:#240909
}
.primary{
  background:#4a0b0b;
  border:1px solid #771b16;
  color:#bdbdbd
}
.primary:hover{
  background:#671010;
  border-color:#92271f
}
.secondary{
  background:#101013;
  border-color:#393237;
  color:#a6a3a8
}
.secondary:hover{
  background:#230b0b;
  color:#b6b6b6
}
.button:hover{
  transform:translateY(-2px)
}
.text-link{
  border-color:#53515b;
  color:#aaa6ad
}
.text-link:hover{
  color:#bbb2af
}
.status-dot{
  background:#9b1710;
  box-shadow:0 0 14px #87110c38
}
.site-footer{
  background:#060709;
  color:#86868f;
  border-top:1px solid #53515b20
}
.site-footer p{
  color:#898991
}
@media(max-width:640px){
  .mobile-menu nav{
    background:#090a0d
  }
  .mobile-menu summary span{
    background:#a5a0a8
  }
}
