@font-face {
  font-family: "nekrotype";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Nekrotype.woff") format("woff");
}

/* ===== Base ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Special Elite", Arial, sans-serif;
  font-size: 2em;
  line-height: 1.5;
  background-color: #000000;
  color: #ffffff;
}

a {
  color: #dd3333;
  text-decoration: none;
}

a:hover {
  color: #a8a8a8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "nekrotype", "Special Elite", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin: 1em 0;
  color: #ffffff;
}

p {
  margin-bottom: 1.6rem;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

/* ===== Layout ===== */
.site-wrapper {
  position: relative;
}

.bnt-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

.bnt-container::after {
  clear: both;
  content: "";
  display: table;
}

/* ===== Header ===== */
.site-header {
  background-color: #0a0a0a;
  color: #ffffff;
  padding: 3rem;
}

.logo {
  padding: 3rem 0;
}

.logo a {
  display: block;
  line-height: 0;
}

.logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.primary-menu {
  list-style: none;
}

.primary-menu > li {
  border-top: 1px solid #eeeeee;
  padding: 1rem 0;
}

.primary-menu > li:first-child {
  border-top: none;
  margin-top: 2rem;
}

.primary-menu > li > a {
  display: block;
  font-family: "Special Elite", Arial, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 2;
  color: #ffffff;
}

.primary-menu > li > a:hover,
.primary-menu > li.active > a {
  color: #dd3333;
}

/* ===== Hero ===== */
.post-header {
  width: 100%;
  background-color: #000000;
  position: relative;
  margin-bottom: 0;
}

.post-header-container {
  position: relative;
}

.post-header-title {
  width: 100%;
  max-width: 60%;
  padding: 10% 0;
}

.post-header-title h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 5rem;
  margin: 8rem 0 0 0;
}

.post-header-subtitle {
  color: #999999;
}

/* ===== Hero Image ===== */
.home-hero-image {
  width: 100%;
  margin-bottom: 4rem;
}

.home-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== Content Area ===== */
.site-content {
  background-color: #000000;
  padding: 4rem 0;
}

.content {
  width: 100%;
  float: none;
  padding: 0;
}

.site-main {
  display: block;
}

.entry-content {
  font-size: 2rem;
  line-height: 1.6;
}

.entry-content p {
  margin-bottom: 1.6rem;
}

/* ===== Sidebar ===== */
.sidebar {
  width: 100%;
  float: none;
  padding: 0;
  padding-top: 4rem;
}

.sidebar .widget {
  margin-bottom: 5rem;
}

.sidebar .widget h3 {
  font-family: "nekrotype", "Special Elite", Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.sidebar .widget ul li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333333;
}

.sidebar .widget ul li:last-child {
  border-bottom: none;
}

.sidebar .widget ul li a {
  font-size: 1.5rem;
}

/* ===== Footer ===== */
.site-footer {
  background-color: #000000;
  color: #cccccc;
  padding: 2rem 0;
  text-align: center;
  font-size: 1.4rem;
}

.site-footer a {
  color: #ffffff;
}

/* ===== Forms ===== */
input[type="text"],
input[type="email"],
textarea {
  border: none;
  background-color: #3f3f3f;
  color: #ffffff;
  padding: 1.2rem 1rem;
  margin: 0.6rem 0;
  width: 100%;
  line-height: 1.6;
  font-family: inherit;
  font-size: inherit;
}

input[type="submit"] {
  border: none;
  padding: 1.6rem 2rem;
  font-family: inherit;
  font-size: inherit;
  text-transform: uppercase;
  background-color: #727272;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #a8a8a8;
}

/* ===== Desktop Header-Side Layout ===== */
@media screen and (min-width: 48em) {
  .site-header {
    float: left;
    width: 20% !important;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    background: transparent;
    margin-right: -80%;
    padding: 3rem;
  }

  .site-header .bnt-container {
    display: block;
  }

  .post-header {
    float: right;
    max-width: 80%;
    width: 100%;
    margin-left: 20%;
  }

  .site-content {
    float: right;
    max-width: 80%;
    width: 100%;
    margin-left: 20%;
    padding: 6rem 0 12rem 0;
  }

  .site-content .bnt-container {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .content {
    float: left;
    width: 70%;
    padding: 0;
  }

  .sidebar {
    float: right;
    width: 30%;
    padding: 0;
    padding-left: 8%;
    padding-top: 0;
  }
}

@media screen and (min-width: 64em) {
  .bnt-container {
    max-width: 108rem;
    padding: 0;
  }
}

@media screen and (min-width: 120em) {
  .bnt-container {
    max-width: 144rem;
  }
}

/* ===== Single Post ===== */
.post-thumbnail-single {
  width: 100%;
  margin-bottom: 3rem;
}

.post-thumbnail-single img {
  width: 100%;
  height: auto;
  display: block;
}

.post-title-single {
  font-family: "nekrotype", "Special Elite", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2rem 0;
  color: #ffffff;
}

.single-post .post-title-single {
  margin-bottom: 3rem;
}

/* ===== Blog / Archive Posts ===== */
.blog-post {
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #333333;
}

.blog-post:last-child {
  border-bottom: none;
}

.post-date {
  flex: 0 0 auto;
  text-align: center;
  color: #dd3333;
  line-height: 1.2;
  padding-top: 0.5rem;
}

.post-day {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "nekrotype", "Special Elite", Arial, sans-serif;
}

.post-month {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.post-year {
  display: block;
  font-size: 1.2rem;
}

.post-body {
  flex: 1;
  min-width: 0;
}

.post-thumbnail {
  margin-bottom: 1.5rem;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.post-title {
  font-size: 2.2rem;
  margin: 0 0 1rem 0;
  line-height: 1.3;
}

.post-title a {
  color: #dd3333;
}

.post-title a:hover {
  color: #a8a8a8;
}

.post-excerpt {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #cccccc;
}

.post-excerpt p {
  margin-bottom: 1rem;
}

.recent-posts-list li {
  margin-bottom: 1.2rem;
}

.recent-posts-list a {
  font-size: 1.6rem;
}

/* ===== Post Author ===== */
.post-author {
  display: flex;
  gap: 2rem;
  margin-top: 6rem;
  padding-top: 4rem;
  border-top: 1px solid #333333;
}

.author-avatar {
  flex: 0 0 80px;
}

.author-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info {
  flex: 1;
}

.author-name {
  font-family: "nekrotype", "Special Elite", Arial, sans-serif;
  font-size: 1.8rem;
  margin: 0 0 1rem 0;
  color: #ffffff;
}

.author-bio {
  font-size: 1.6rem;
  color: #cccccc;
  margin-bottom: 1rem;
}

.author-posts-link {
  font-size: 1.5rem;
  color: #dd3333;
}

.author-posts-link:hover {
  color: #a8a8a8;
}

/* ===== Related Posts ===== */
.related-posts {
  margin-top: 6rem;
  padding-top: 4rem;
  border-top: 1px solid #333333;
}

.related-posts h3 {
  font-family: "nekrotype", "Special Elite", Arial, sans-serif;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  color: #ffffff;
}

.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.related-post {
  display: flex;
  flex-direction: column;
}

.related-post-thumb {
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
}

.related-post-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.related-post-title {
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}

.related-post-title a {
  color: #dd3333;
}

.related-post-title a:hover {
  color: #a8a8a8;
}

.related-post-date {
  font-size: 1.3rem;
  color: #999999;
}

.related-post-cat {
  font-size: 1.3rem;
  color: #999999;
}

@media screen and (max-width: 47.99em) {
  .related-posts-grid {
    grid-template-columns: 1fr;
  }
}

.post-meta {
  font-size: 1.4rem;
  color: #dd3333;
  margin-bottom: 1rem;
}
