/*
Theme Name: Black Examiner
Theme URI: https://edition.maxtrend.net
Author: The Black Examiner
Description: Custom newspaper-style WordPress theme for The Black Examiner.
Version: 1.0
Text Domain: black-examiner
*/

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

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







/* =========================
   BLACK EXAMINER HEADER
========================= */

.be-site-header {
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.be-topbar {
  height: 58px;
  background: #050611;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.be-top-left,
.be-top-right {
  display: flex;
  align-items: center;
  height: 100%;
}

.be-menu-btn,
.be-search-btn {
  height: 58px;
  width: 54px;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255,255,255,0.16);
  color: #fff;
  cursor: pointer;
}

.be-menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0 17px;
}

.be-menu-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
}

.be-search-btn {
  font-size: 18px;
}

.be-top-logo {
  padding: 0 22px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -0.03em;
}

.be-edition,
.be-login,
.be-trial {
  height: 58px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-left: 1px solid rgba(255,255,255,0.16);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.be-trial {
  background: #0076a8;
  margin: 0 10px;
  height: 42px;
  border-radius: 3px;
  border-left: 0;
}

.be-mobile-actions {
  display: none;
}

.be-masthead {
  text-align: center;
  padding: 22px 16px 14px;
}

.be-date {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}

.be-main-logo {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #111;
  text-decoration: none;
}

.be-main-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  border-top: 1px solid #eee;
  padding: 13px 16px;
  overflow-x: auto;
  white-space: nowrap;
}

.be-main-nav a {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 3px solid transparent;
}

.be-main-nav a:hover {
  border-bottom-color: #111;
}

/* MOBILE */

@media (max-width: 768px) {
  .be-topbar {
    height: 72px;
    justify-content: space-between;
  }

  .be-top-left {
    width: 100%;
    justify-content: space-between;
  }

  .be-menu-btn {
    order: 1;
    border-right: 0;
  }

  .be-top-logo {
    order: 2;
    font-size: 24px;
    padding: 0;
    text-align: center;
  }

  .be-search-btn {
    order: 3;
    border-right: 0;
    font-size: 22px;
  }

  .be-top-right {
    display: none;
  }

  .be-masthead {
    display: none;
  }

  .be-mobile-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    background: #1a1a1a;
    padding: 16px;
  }

  .be-mobile-actions a {
    text-align: center;
    padding: 14px 10px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;
  }

  .be-mobile-actions a:first-child {
    color: #fff;
    border: 1px solid #333;
    background: transparent;
  }

  .be-mobile-actions a:last-child {
    color: #fff;
    background: #0076a8;
  }

  .be-main-nav {
    justify-content: flex-start;
    gap: 28px;
    padding: 15px 18px;
    overflow-x: auto;
    border-top: 0;
    border-bottom: 1px solid #ddd;
  }

  .be-main-nav a {
    font-size: 18px;
    font-weight: 700;
  }
}











/* =========================
   HOMEPAGE HERO SECTION
========================= */

.be-homepage {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px 60px;
}

.be-home-hero {
  display: grid;
  grid-template-columns: 24% 46% 27%;
  gap: 18px;
  align-items: start;
  border-bottom: 1px solid #ddd;
  padding-bottom: 28px;
}

.be-home-hero article {
  border-bottom: 1px dotted #c7c7c7;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.be-home-hero a {
  color: inherit;
  text-decoration: none;
}

.be-tag {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  color: #c40000;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.be-hero-lead-text h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.05;
  margin: 0 0 10px;
  color: #111;
}

.be-hero-lead-text p,
.be-hero-left-small p,
.be-hero-main-image p {
  font-size: 14px;
  line-height: 1.45;
  color: #444;
  margin: 0;
}

.be-hero-left-small h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.08;
  margin: 0 0 8px;
}

.be-hero-center {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0 16px;
}

.be-hero-main-image img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}

.be-meta-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: #2b6cad;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.be-hero-main-image h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.08;
  margin: 0 0 8px;
}

.be-hero-center-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 12px;
}

.be-hero-center-card img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  display: block;
  margin-bottom: 8px;
}

.be-hero-center-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.08;
  margin: 0;
}

.be-hero-right-card a {
  display: grid;
  grid-template-columns: 1fr 92px;
  gap: 12px;
  align-items: start;
}

.be-hero-right-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.08;
  margin: 0;
}

.be-hero-right-card img {
  width: 92px;
  height: 76px;
  object-fit: cover;
}

/* MOBILE HERO */

@media (max-width: 768px) {
  .be-homepage {
    padding: 0 12px 50px;
  }

  .be-home-hero {
    display: block;
  }

  .be-hero-center,
  .be-hero-left,
  .be-hero-right {
    border: none;
    padding: 0;
  }

  .be-hero-lead-text h1 {
    font-size: 22px;
  }

  .be-hero-main-image img {
    height: auto;
  }

  .be-hero-center-grid {
    grid-template-columns: 1fr;
  }

  .be-hero-center-card img {
    height: auto;
  }

  .be-hero-right-card a {
    grid-template-columns: 1fr 110px;
  }

  .be-hero-right-card img {
    width: 110px;
    height: 82px;
  }
}




