@font-face{font-family:'Monarque';src:url('https://www.hauntedandholy.de/fonts/Monarque-Thin.ttf') format('truetype');font-weight:100;font-style:normal}
@font-face{font-family:'Monarque';src:url('https://www.hauntedandholy.de/fonts/Monarque-ThinItalic.ttf') format('truetype');font-weight:100;font-style:italic}
@font-face{font-family:'Monarque';src:url('https://www.hauntedandholy.de/fonts/Monarque-Regular.ttf') format('truetype');font-weight:400;font-style:normal}
@font-face{font-family:'Monarque';src:url('https://www.hauntedandholy.de/fonts/Monarque-Italic.ttf') format('truetype');font-weight:400;font-style:italic}
@font-face{font-family:'Monarque';src:url('https://www.hauntedandholy.de/fonts/Monarque-SemiBold.ttf') format('truetype');font-weight:600;font-style:normal}
@font-face{font-family:'Work Sans';src:url('/fonts/WorkSans-100.woff'),url('/fonts/WorkSans-100.woff2');font-weight:100}
@font-face{font-family:'Work Sans';src:url('/fonts/WorkSans-200.woff'),url('/fonts/WorkSans-200.woff2');font-weight:200}
@font-face{font-family:'Work Sans';src:url('/fonts/WorkSans-300.woff'),url('/fonts/WorkSans-300.woff2');font-weight:300}
@font-face{font-family:'Work Sans';src:url('/fonts/WorkSans-400.woff'),url('/fonts/WorkSans-400.woff2');font-weight:400}
@font-face{font-family:'Work Sans';src:url('/fonts/WorkSans-500.woff'),url('/fonts/WorkSans-500.woff2');font-weight:500}
@font-face{font-family:'Work Sans';src:url('/fonts/WorkSans-600.woff'),url('/fonts/WorkSans-600.woff2');font-weight:600}
@font-face{font-family:'Work Sans';src:url('/fonts/WorkSans-700.woff'),url('/fonts/WorkSans-700.woff2');font-weight:700}
@font-face{font-family:'Work Sans';src:url('/fonts/WorkSans-800.woff'),url('/fonts/WorkSans-800.woff2');font-weight:800}
@font-face{font-family:'Work Sans';src:url('/fonts/WorkSans-900.woff'),url('/fonts/WorkSans-900.woff2');font-weight:900}

.sl {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 20px;
  background-image: url('https://hauntedandholy.de/storyline/bg.png');
  background-repeat: repeat;
  background-color: #17141b;
  overflow: hidden;
}
.sl__top {
  display: flex;
  height: 360px;
}
.sl__strip {
  width: 100px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.sl__vt {
  display: block;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 9.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(196,160,85,0.6);
  user-select: none;
}
.sl__himg {
  width: 600px;
  flex-shrink: 0;
  position: relative;
  background-image: url('https://hauntedandholy.de/storyline/code_header.png');
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  height: 250px;
  border-left: 1px solid rgba(196,160,85,0.08);
}
.sl__himg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 35%, rgba(23,20,27,.35) 68%, rgba(23,20,27,.92) 100%);
  pointer-events: none;
}
.sl__htitle {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 2;
}
.sl__hpre {
  display: block;
  font-family: 'Monarque', serif;
  font-weight: 100;
  font-size: 10.5px;
  letter-spacing: 0.6em;
  text-transform: uppercase;
  color: #c4a055;
  margin-bottom: 4px;
}
.sl__hname {
  font-family: 'Monarque', serif;
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
  color: #c4a055;
  margin-left: 155px;
  margin-top: 64px;
}
.sl__hname em {
  display: block;
  font-weight: 100;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.42em;
  line-height: 1.8;
  text-transform: uppercase;
}
.sl__tag {
  margin-left: 100px;
  font-family: 'Monarque', serif;
  font-weight: 100;
  font-style: italic;
  font-size: 11.5px;
  letter-spacing: 0.18em;
  color: #c4a055;
  padding: 11px 24px;
  border-top: 1px solid rgba(196,160,85,0.2);
  border-bottom: 1px solid rgba(196,160,85,0.15);
  margin-top: -110px;
}
.sl__story {
  display: flex;
  padding: 32px 0 32px 47px
}
.sl__story-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sl__story-strip {
  width: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(196,160,85,0.08);
margin-left: 10px;
}
.sl__vt-r {
  display: block;
  writing-mode: vertical-rl;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 9.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(196,160,85,0.6);
  user-select: none;
}
.sl__story-lbl {
  font-family: 'Monarque', serif;
  font-weight: 400;
  font-size: 32px;
  color: #c4a055;
  line-height: 1;
  margin-bottom: 14px;
}
.sl__story-lbl small {
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  font-size: 8.5px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #8a7a5c;
  margin-bottom: 4px;
}
.sl__story-txt {
  column-count: 2 !important;
  column-gap: 22px;
  overflow-y: auto;
  max-height: 320px;
  padding-right: 4px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 11.5px;
  line-height: 1.6;
  color: #b0a898;
}
.sl__story-txt b { color: #c4a055 !important; }
.sl__story-txt i { color: #c4a055 !important; }
.sl__story-txt b i,
.sl__story-txt i b { color: #c4a055 !important; }
.sl__story-txt::-webkit-scrollbar { width: 2px; }
.sl__story-txt::-webkit-scrollbar-thumb { background: rgba(196,160,85,0.35); }
.sl__story-txt::-webkit-scrollbar-track { background: transparent; }

.sl__links {
  display: flex;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid rgba(196,160,85,0.1);
}

.sl__links-img {
  flex-shrink: 0;
  padding: 0;
}

.sl__links-img img {
  display: block;
  width: 370px;
  height: auto;
}

.sl__links-list {
  flex: 1;
  display: flex;
  border-top: 1px solid rgba(196,160,85,0.2);
  padding: 0 12px;
}
.sl__links-col {
  flex: 1;
}
.sl__link-item {
  border-bottom: 1px solid rgba(196,160,85,0.1);
}
.sl__link-item a {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 7px 4px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #c8c0b0;
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
}
.sl__link-item a:hover {
  color: #c4a055;
  padding-left: 5px;
}
.sl__link-num {
  font-family: 'Monarque', serif;
  font-weight: 100;
  font-size: 10px;
  color: #c4a055;
  flex-shrink: 0;
}

.sl__footer {
  display: flex;
  border: 1px solid rgba(196,160,85,0.35);
  margin-top: 28px;
}
.sl__footer-cell {
  flex: 1;
  padding: 11px 8px;
  text-align: center;
  border-right: 1px solid rgba(196,160,85,0.35);
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8a7a5c;
  line-height: 1.4;
}
.sl__footer-cell:last-child {
  border-right: none;
}