.journal-page{
  background:#100c10;
  color:var(--text);
  color-scheme:dark
}
.journal-header{
  display:flex;
  justify-content:space-between;
  gap:25px;
  align-items:center;
  background:var(--ink);
  color:var(--text);
  padding:25px var(--gutter);
  border-bottom:1px solid #ffffff25
}
.journal-header nav{
  display:flex;
  gap:35px;
  font-size:13px
}
.journal-header nav a{
  padding:10px 0
}
.journal-header nav a[aria-current]{
  border-bottom:1px solid #981313
}
.archive-masthead{
  background:var(--ink);
  color:var(--text);
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:460px;
  padding:75px var(--gutter) 85px;
  display:flex;
  align-items:center
}
.archive-masthead:after{
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,#0b090b 5%,#0b090bb0 45%,#0b090b20),linear-gradient(0deg,#0b090b,transparent 65%)
}
.archive-masthead>img{
  position:absolute;
  inset:0 0 0 auto;
  width:75%;
  height:100%;
  object-fit:cover;
  object-position:center 44%;
  z-index:-2;
  filter:none
}
.archive-masthead h1{
  font-size:clamp(60px,7vw,120px);
  letter-spacing:-.055em;
  line-height:.95;
  margin:25px 0
}
.archive-masthead h1 span{
  color:#aa1b16
}
.archive-masthead .eyebrow{
  font-size:9px;
  color:#b6a3a9
}
.archive-masthead p:last-child{
  color:#b0a0a5;
  font-size:15px
}
.archive-toolbar{
  position:sticky;
  top:0;
  z-index:20;
  background:#130b11f5;
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line)
}
.archive-tools-inner{
  display:flex;
  align-items:center;
  gap:24px;
  padding:16px var(--gutter);
  max-width:1800px;
  margin:auto
}
.archive-tools-inner button{
  background:transparent;
  border:0;
  min-width:44px;
  min-height:44px;
  font-size:13px
}
.archive-tools-inner button:hover,.archive-tools-inner button[aria-current=true]{
  background:#300909
}
.archive-tools-inner #years{
  display:flex;
  gap:8px;
  margin-right:auto
}
.archive-tools-inner select{
  background:none;
  border:0;
  border-bottom:1px solid #542922;
  padding:10px 25px 10px 2px;
  color:var(--text);
  font-size:13px;
  max-width:205px
}
.archive-tools-inner #latest{
  border:1px solid #642820;
  padding:0 20px;
  white-space:nowrap
}
.archive-layout{
  max-width:1500px;
  margin:0 auto;
  padding:42px var(--gutter) 90px
}
.archive-preface{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:40px;
  font-size:12px;
  color:#ac9ba1;
  padding-bottom:35px
}
.archive-preface>p:first-child{
  max-width:450px
}
.archive-preface #archive-count{
  white-space:nowrap
}
.timeline-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:5px 0 30px;
  font-size:9px;
  letter-spacing:.1em
}
.timeline-top button{
  background:none;
  border:1px solid #642820;
  padding:12px 20px;
  font-size:12px
}
.post{
  position:relative;
  display:block;
  padding:48px 0 65px 24%;
  border-top:1px solid var(--line);
  scroll-margin-top:20px;
  overflow-wrap:anywhere
}
.post-header{
  position:absolute;
  top:48px;
  left:0;
  width:19%;
  display:flex;
  flex-direction:column;
  gap:13px
}
.post-header time{
  font-size:24px;
  line-height:1.12;
  letter-spacing:-.04em;
  font-weight:500;
  max-width:145px
}
.post-source{
  font-size:10px;
  color:#b09ba3
}
.post-author{
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:9px;
  font-weight:600;
  color:#b29ba4;
  margin:0 0 24px
}
.post-body{
  font-size:17px;
  line-height:1.7;
  color:#c1b6ba;
  max-width:840px
}
.post-body p{
  margin-bottom:20px
}
.post-body p:last-child{
  margin-bottom:0
}
.post-body a{
  color:#c14b3a;
  text-decoration:underline;
  text-underline-offset:3px
}
.post-body strong{
  color:#e1cdd2;
  font-weight:600
}
.post-body ul,.post-body ol{
  padding-left:23px
}
.post-body li{
  margin-bottom:8px
}
.post-body blockquote{
  border-left:2px solid #822015;
  padding-left:20px;
  margin:20px 0
}
.post-body h1,.post-body h2,.post-body h3{
  font-size:25px;
  line-height:1.2;
  letter-spacing:-.025em;
  margin:24px 0 15px
}
.post-media{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin:28px 0
}
.post-media.single{
  grid-template-columns:1fr
}
.post-media figure{
  min-width:0;
  align-self:start
}
.media-image{
  display:block;
  width:100%;
  padding:0;
  border:0;
  background:#1b0c0c;
  overflow:hidden
}
.media-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .6s var(--ease)
}
.media-image:hover img{
  transform:scale(1.025)
}
.video-shell{
  aspect-ratio:16/9;
  background:#0d090d;
  position:relative;
  overflow:hidden
}
.video-shell button{
  width:100%;
  height:100%;
  border:0;
  padding:0;
  display:grid;
  place-items:center;
  background:#180b0b;
  color:#eee;
  position:relative
}
.video-shell button>img{
  position:absolute;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:none
}
.video-shell video,.video-shell iframe{
  width:100%;
  height:100%;
  border:0;
  display:block
}
.play-icon{
  z-index:1;
  border:1px solid #ffffffb0;
  border-radius:50%;
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  font-size:30px;
  background:#11080850;
  transition:background .2s
}
.video-shell button:hover .play-icon{
  background:#110808c0
}
.media-caption{
  font-size:10px;
  margin-top:8px;
  color:#a9969e
}
.video-placeholder{
  font-size:11px;
  letter-spacing:.15em;
  position:absolute;
  bottom:20px
}
.youtube{
  margin:25px 0
}
.youtube .video-shell button{
  padding:25px;
  place-items:start;
  text-align:left;
  align-content:center;
  gap:15px;
  background:linear-gradient(120deg,#170707,#430808)
}
.youtube small{
  font-size:9px;
  letter-spacing:.1em;
  color:#aea2a0
}
.youtube strong{
  font-size:clamp(17px,2vw,28px);
  max-width:600px;
  line-height:1.15;
  font-weight:500
}
.youtube .watch{
  font-size:12px;
  margin-top:10px
}
.post-permalink{
  display:inline-block;
  font-size:10px;
  color:#b29ba3;
  border-bottom:1px solid #583028;
  padding:5px 0;
  margin:12px 18px 0 0
}
.post-permalink:hover{
  color:#c14b3a
}
.timeline-end{
  border-top:1px solid var(--line);
  padding:45px 0 0 24%
}
.timeline-end p{
  font-size:29px;
  letter-spacing:-.04em;
  margin:6px 0 12px
}
.timeline-end a{
  font-size:13px;
  border-bottom:1px solid #583028;
  padding-bottom:5px
}
.signal{
  display:inline-block;
  width:7px;
  height:7px;
  background:#981313
}
.empty{
  padding:40px 0
}
#image-dialog{
  width:min(1300px,95vw);
  padding:50px 12px 18px;
  text-align:center
}
#close-image{
  position:absolute;
  top:7px;
  right:12px;
  border:0;
  background:none;
  font-size:28px;
  width:40px;
  height:40px
}
#full-image{
  max-height:80dvh;
  width:100%;
  object-fit:contain
}
#original-image{
  display:inline-block;
  font-size:12px;
  margin:18px 0 0;
  text-decoration:underline
}
@media(max-width:900px){
  .archive-tools-inner{
    gap:15px
  }
  .archive-tools-inner #years{
    gap:1px
  }
  .archive-tools-inner select{
    max-width:160px
  }
  .post{
    padding-left:22%
  }
  .post-header{
    width:18%
  }
  .post-header time{
    font-size:21px
  }
  .post-body{
    font-size:16px
  }
  .post-media{
    gap:12px
  }
  .timeline-end{
    padding-left:22%
  }
}
@media(max-width:640px){
  .journal-header{
    padding:20px var(--gutter);
    flex-wrap:wrap
  }
  .journal-header nav{
    gap:16px;
    font-size:14px;
    flex-wrap:wrap
  }
  .journal-header nav a:last-child{
    display:block
  }
  .journal-header nav a:nth-child(2){
    display:block
  }
  .archive-masthead{
    min-height:350px;
    padding:55px var(--gutter)
  }
  .archive-masthead h1{
    font-size:56px;
    margin:20px 0
  }
  .archive-masthead .eyebrow{
    font-size:7px;
    letter-spacing:.08em
  }
  .archive-masthead p:last-child{
    font-size:13px;
    max-width:270px
  }
  .archive-masthead>img{
    width:100%;
    object-position:60% center
  }
  .archive-masthead:after{
    background:linear-gradient(90deg,#0b090bc0,#0b090b40),linear-gradient(0deg,#0b090b,transparent)
  }
  .archive-tools-inner{
    flex-wrap:wrap;
    padding:8px var(--gutter) 12px;
    gap:5px 15px
  }
  .archive-tools-inner #years{
    width:100%;
    justify-content:space-between;
    margin:0
  }
  .archive-tools-inner #years button{
    min-width:40px;
    font-size:12px
  }
  .archive-tools-inner select{
    margin-right:auto;
    font-size:12px;
    max-width:220px;
    flex:1
  }
  .archive-tools-inner #latest{
    font-size:12px;
    min-height:38px;
    padding:0 15px
  }
  .archive-layout{
    padding-top:25px;
    padding-bottom:55px
  }
  .archive-preface{
    flex-direction:column;
    gap:12px;
    padding-bottom:24px;
    font-size:11px
  }
  .timeline-top{
    gap:15px;
    font-size:8px
  }
  .timeline-top button{
    font-size:11px;
    padding:11px 15px
  }
  .post{
    padding:28px 0 38px;
    scroll-margin-top:46px
  }
  .post-header{
    position:static;
    width:auto;
    flex-direction:row;
    justify-content:space-between;
    gap:15px;
    align-items:center;
    margin-bottom:20px
  }
  .post-header time{
    font-size:22px;
    max-width:180px
  }
  .post-source{
    font-size:9px;
    max-width:90px;
    text-align:right
  }
  .post-author{
    font-size:8px;
    margin-bottom:20px
  }
  .post-body{
    font-size:15px;
    line-height:1.65
  }
  .post-media{
    gap:12px;
    grid-template-columns:1fr;
    margin:23px 0
  }
  .post-media figure{
    width:100%
  }
  .post-permalink{
    font-size:9px;
    margin-right:10px
  }
  .youtube .video-shell button{
    padding:20px;
    gap:10px
  }
  .youtube small{
    font-size:8px
  }
  .youtube strong{
    font-size:19px
  }
  .youtube .watch{
    font-size:11px;
    margin-top:4px
  }
  .timeline-end{
    padding:30px 0 0
  }
  .timeline-end p{
    font-size:28px
  }
  .timeline-end a{
    font-size:12px
  }
}
.post-body{
  white-space:pre-wrap
}
.toolbar-home{
  order:-1;
  white-space:nowrap;
  font-size:12px;
  padding:12px 0;
  margin-right:10px
}
.toolbar-home:hover{
  color:#c14b3a
}
@media(max-width:640px){
  .toolbar-home{
    order:0;
    margin:0;
    padding:8px;
    width:28px;
    font-size:19px
  }
  .toolbar-home span{
    display:none
  }
  .archive-tools-inner select{
    min-width:0;
    max-width:190px
  }
}
html{
  scroll-behavior:auto
}
.archive-tools-inner select option{
  background:#190f16;
  color:#d2bec6
}
.post-header time{
  color:#b7afad
}
.archive-masthead{
  background:#0b090d
}
.archive-masthead h1{
  font-family:"Barlow Condensed",Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:-.02em
}
.post-body strong{
  font-weight:600
}
.journal-page{
  background:#0a0b0f;
  color:#a0a0a9
}
.journal-header,.archive-masthead{
  background:#08090c
}
.archive-masthead>img{
  filter:none
}
.archive-masthead:after{
  background:linear-gradient(90deg,#08090c,#08090c88 50%,transparent),linear-gradient(0deg,#08090c,transparent 70%)
}
.archive-masthead h1{
  color:#9e9ea7
}
.archive-masthead h1 span{
  color:#8e1810
}
.archive-toolbar{
  background:#0d0d12f5;
  border-color:#73747d25
}
.archive-tools-inner button:hover,.archive-tools-inner button[aria-current=true]{
  background:#270909
}
.archive-tools-inner select option{
  background:#101016;
  color:#aaa0af
}
.post{
  border-color:#73747d26
}
.post-header time{
  color:#a39ba7
}
.post-author,.post-source,.media-caption,.post-permalink{
  color:#908794
}
.post-body{
  color:#aaa5b0
}
.post-body strong{
  color:#bbb1be
}
.post-body a{
  color:#b8a6a1
}
.media-image img,.video-shell button>img{
  filter:none;
  transition:filter .5s,transform .6s
}
.media-image:hover img,.video-shell button:hover>img{
  filter:none
}
.media-image{
  background:#151218
}
.archive-masthead:after{
  background:linear-gradient(90deg,#08090c,#08090c99 32%,transparent 65%),linear-gradient(0deg,#08090c,transparent 12%)
}
@media(max-width:640px){
  .archive-masthead:after{
    background:linear-gradient(90deg,#08090ccc,#08090c55 65%,transparent)
  }
}
