:root { --black: #08090a; --panel: #111416; --white: #f4f4f1; --soft-white: #c7c9c8; --grey: #85898a; --blue: #0b6d9f; --blue-bright: #37b4f2; --lime: #25eb7b; --line: rgba(255,255,255,.12); --shell: min(1150px, calc(100% - 84px)); }
* { box-sizing: border-box; }
html { background: var(--black); }
body { min-width: 320px; margin: 0; color: var(--white); background: var(--black); font: 300 13px/1.5 "Space Grotesk", Arial, sans-serif; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
.post-shell { width: var(--shell); min-width: 0; margin-inline: auto; }
.post-header { position: absolute; z-index: 5; inset: 0 0 auto; }
.post-nav { display: flex; align-items: center; justify-content: space-between; height: 74px; border-bottom: 1px solid rgba(255,255,255,.2); }
.post-brand { display: inline-flex; align-items: center; gap: 0; color: var(--white); font-size: 16px; font-weight: 500; letter-spacing: -.05em; line-height: .8; }
.post-brand img { width: 30px; }
.post-brand span { display: none; }
.post-brand small { display: block; margin-top: 5px; color: #aeb1b1; font-size: 6px; font-weight: 400; letter-spacing: .28em; text-transform: uppercase; }
.post-nav nav { display: flex; align-items: center; gap: 32px; color: var(--soft-white); font-size: 10px; }
.post-nav nav a { transition: color .2s ease; }
.post-nav nav a:hover { color: var(--blue-bright); }
.post-nav-cta { padding: 8px 12px; border: 1px solid rgba(255,255,255,.5); }
.post-nav-cta span { margin-left: 12px; color: var(--blue-bright); font-size: 14px; }
.post-hero { position: relative; min-height: 680px; overflow: hidden; background: #0a1519; isolation: isolate; }
.post-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,10,12,.62) 50%, rgba(0,0,0,.48) 100%), linear-gradient(0deg, var(--black) 1%, transparent 55%); }
.post-hero-image { position: absolute; z-index: -2; inset: 0; background: #0a1519 center / cover no-repeat; filter: saturate(.67) brightness(.72); transform: scale(1.02); }
.post-hero-inner { position: relative; z-index: 2; min-height: 680px; padding-top: 107px; }
.post-back { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.52); font-size: 10px; transition: color .2s ease; }
.post-back:hover { color: var(--white); }
.post-hero-copy { max-width: 780px; padding-top: 225px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 17px; color: var(--blue-bright); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.post-meta span:not(:first-child) { padding-left: 10px; color: rgba(255,255,255,.5); border-left: 1px solid rgba(255,255,255,.28); }
.post-hero h1 { max-width: 800px; margin: 0; font-size: clamp(46px, 6.1vw, 78px); font-weight: 500; line-height: .94; letter-spacing: -.065em; text-transform: uppercase; }
.post-excerpt { max-width: 610px; margin: 25px 0 0; color: var(--soft-white); font-size: 14px; line-height: 1.55; overflow-wrap: anywhere; }
.post-content-section { padding: 98px 0 125px; background: var(--black); }
.post-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: clamp(50px, 9vw, 130px); align-items: start; }
.post-article-body { max-width: 700px; color: var(--soft-white); font-size: 15px; line-height: 1.8; overflow-wrap: anywhere; word-break: break-word; }
.post-article-body p { margin: 0 0 22px; }
.post-article-body p:first-child::first-letter { float: left; margin: 7px 10px 0 0; color: var(--blue-bright); font-size: 53px; font-weight: 500; line-height: .7; }
.post-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 40px; }
.post-gallery figure { margin: 0; overflow: hidden; background: #141719; }
.post-gallery img { aspect-ratio: 16 / 10; object-fit: cover; }
.post-info-box, .post-trailer-box, .post-links-box { padding: 20px; border: 1px solid var(--line); background: var(--panel); }
.post-trailer-box, .post-links-box { margin-top: 12px; }
.post-trailer-link { display: flex; justify-content: space-between; padding: 9px; color: var(--white); border: 1px solid rgba(255,255,255,.14); font-size: 10px; }
.post-trailer-link:hover { border-color: var(--blue-bright); }
.post-trailer-link span { color: var(--blue-bright); }
.post-aside-label { display: block; margin-bottom: 19px; color: var(--blue-bright); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.post-info-box dl { margin: 0; }
.post-info-box dl div { padding: 0 0 15px; margin: 0 0 15px; border-bottom: 1px solid rgba(255,255,255,.08); }
.post-info-box dl div:last-child { padding: 0; margin: 0; border: 0; }
.post-info-box dt { margin-bottom: 5px; color: var(--grey); font-size: 9px; }
.post-info-box dd { margin: 0; color: var(--white); font-size: 11px; }
.post-links-box > div { display: grid; gap: 7px; }
.post-store-link { display: flex; justify-content: space-between; padding: 8px 9px; color: var(--soft-white); border: 1px solid rgba(255,255,255,.14); font-size: 9px; }
.post-store-link:hover { color: var(--white); border-color: var(--blue-bright); }
.post-store-link span { color: var(--blue-bright); }
.post-admin-link { display: inline-block; margin-top: 21px; color: var(--grey); font-size: 9px; text-decoration: underline; text-underline-offset: 4px; }
.post-admin-link span { margin-left: 7px; color: var(--blue-bright); font-size: 13px; text-decoration: none; }
.post-not-found { min-height: 75vh; padding: 180px 0 100px; }
.post-not-found h1 { margin: 0 0 25px; font-size: clamp(42px, 6vw, 75px); line-height: .95; letter-spacing: -.06em; text-transform: uppercase; }
.post-footer { padding: 23px 0; color: var(--grey); border-top: 1px solid var(--line); background: #000; font-size: 9px; }
.post-footer .post-shell { display: flex; justify-content: space-between; }

@media (max-width: 760px) {
  :root { --shell: calc(100% - 38px); }
  .post-nav nav { gap: 15px; }
  .post-nav nav > a:not(.post-nav-cta) { display: none; }
  .post-nav-cta { font-size: 8px; }
  .post-hero, .post-hero-inner { min-height: 575px; }
  .post-hero-inner { padding-top: 93px; }
  .post-hero-copy { padding-top: 180px; }
  .post-hero h1 { font-size: clamp(41px, 12vw, 62px); }
  .post-excerpt { font-size: 11px; }
  .post-content-section { padding: 62px 0 80px; }
  .post-content-layout { grid-template-columns: 1fr; gap: 45px; }
  .post-article-body { font-size: 13px; }
  .post-gallery { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
  :root { --shell: calc(100% - 28px); }
  .post-hero h1 { font-size: 39px; }
  .post-footer .post-shell { display: block; line-height: 1.9; }
}
