/* ==========================================================
   ARKANSAS WOLVES — DYNAMIC NEWS
   ========================================================== */

.wn5-page {
  margin:0 !important;
  padding:0 !important;
  background:#F3F1EB;
}

.wn5-wrap {
  width:min(1180px, calc(100% - 48px));
  margin:0 auto;
}

.wn5-kicker {
  color:rgba(255,255,255,.68);
  font-family:"Barlow Condensed",sans-serif;
  font-size:14px;
  font-weight:700;
  line-height:1;
  letter-spacing:.20em;
  text-transform:uppercase;
}

.wn5-gold { color:#D6AA1C; }

/* HERO */

.wn5-hero {
  position:relative;
  min-height:58vh;
  display:flex;
  align-items:flex-end;
  background:
    linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.60),rgba(0,0,0,.18)),
    url('/wp-content/uploads/2026/09/file_00000000979481fdb03f77101267bffc.png') center center/cover no-repeat;
  color:#fff;
}

.wn5-overlay {
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(0,0,0,.88),transparent 62%);
}

.wn5-hero-inner {
  position:relative;
  z-index:2;
  padding:140px 0 62px;
}

.wn5-hero h1 {
  margin:15px 0 24px !important;
  color:#fff !important;
  font-family:"Barlow Condensed",sans-serif !important;
  font-size:clamp(72px,10vw,130px) !important;
  font-weight:700 !important;
  line-height:.82 !important;
  text-transform:uppercase;
}

.wn5-hero p {
  max-width:700px;
  margin:0 !important;
  color:rgba(255,255,255,.78) !important;
  font-size:18px !important;
  line-height:1.6 !important;
}

/* NEWS */

.wn5-news {
  padding:86px 0 90px;
  background:#F3F1EB;
}

.wn5-head {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:55px;
  align-items:end;
  margin-bottom:42px;
}

.wn5-head h2,
.wn5-bottom h2 {
  margin:14px 0 0 !important;
  font-family:"Barlow Condensed",sans-serif !important;
  font-size:70px !important;
  font-weight:700 !important;
  line-height:.86 !important;
  text-transform:uppercase;
}

.wn5-head h2 { color:#080808 !important; }

.wn5-head > p {
  margin:0 !important;
  color:#444 !important;
  font-size:17px !important;
  line-height:1.65 !important;
}

.wn5-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.wn5-card {
  min-width:0;
  background:#fff;
  border-bottom:4px solid #D6AA1C;
  overflow:hidden;
}

.wn5-feature {
  grid-column:span 2;
  display:grid;
  grid-template-columns:1.18fr .82fr;
  border-bottom:0;
  background:#080808;
}

.wn5-image {
  display:block;
  height:245px;
  overflow:hidden;
  background:#111;
}

.wn5-feature .wn5-image {
  height:100%;
  min-height:470px;
}

.wn5-image img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .3s ease;
}

.wn5-card:hover .wn5-image img { transform:scale(1.025); }

.wn5-copy { padding:25px; }

.wn5-feature .wn5-copy {
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.wn5-meta {
  color:#987612;
  font-size:10px;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.wn5-meta span { padding:0 5px; }

.wn5-card h3 {
  margin:12px 0 14px !important;
  font-family:"Barlow Condensed",sans-serif !important;
  font-size:29px !important;
  font-weight:700 !important;
  line-height:.95 !important;
  text-transform:uppercase;
}

.wn5-feature h3 { font-size:46px !important; }

.wn5-card h3 a {
  color:#080808 !important;
  text-decoration:none !important;
}

.wn5-feature h3 a { color:#fff !important; }

.wn5-card p {
  margin:0 !important;
  color:#555 !important;
  font-size:14px !important;
  line-height:1.55 !important;
}

.wn5-feature p { color:rgba(255,255,255,.68) !important; }

.wn5-read {
  display:inline-block;
  margin-top:20px;
  color:#9D7A0F !important;
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
  text-decoration:none !important;
}

.wn5-feature .wn5-read { color:#D6AA1C !important; }

/* PAGINATION */

.wn5-pagination {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:7px;
  margin-top:48px;
}

.wn5-pagination .page-numbers {
  display:inline-flex;
  min-width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  background:#080808;
  color:#fff !important;
  font-size:12px;
  font-weight:700;
  text-decoration:none !important;
}

.wn5-pagination .current {
  background:#D6AA1C;
  color:#080808 !important;
}

.wn5-empty {
  padding:40px;
  background:#fff;
  border-left:4px solid #D6AA1C;
}

/* BOTTOM */

.wn5-bottom {
  padding:86px 0;
  background:#080808;
  color:#fff;
}

.wn5-bottom-grid {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
}

.wn5-bottom h2 { color:#fff !important; }

.wn5-bottom p {
  color:rgba(255,255,255,.70) !important;
  font-size:17px !important;
  line-height:1.65 !important;
}

.wn5-actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:25px;
}

.wn5-btn {
  display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  padding:12px 24px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
  text-decoration:none !important;
}

.wn5-btn-gold {
  background:#D6AA1C;
  border:2px solid #D6AA1C;
  color:#080808 !important;
}

.wn5-btn-outline {
  background:transparent;
  border:2px solid rgba(255,255,255,.75);
  color:#fff !important;
}

/* TABLET */

@media (max-width:1100px) {
  .wn5-head,
  .wn5-bottom-grid {
    grid-template-columns:1fr !important;
    gap:28px !important;
  }

  .wn5-grid {
    grid-template-columns:1fr 1fr;
  }

  .wn5-feature {
    grid-column:1 / -1;
  }
}

/* MOBILE */

@media (max-width:768px) {
  .wn5-wrap {
    width:calc(100% - 36px);
  }

  .wn5-hero {
    min-height:56vh;
  }

  .wn5-hero-inner {
    padding:108px 0 48px;
  }

  .wn5-hero h1 {
    font-size:60px !important;
  }

  .wn5-hero p {
    font-size:16px !important;
  }

  .wn5-news,
  .wn5-bottom {
    padding:58px 0;
  }

  .wn5-head h2,
  .wn5-bottom h2 {
    font-size:54px !important;
  }

  .wn5-grid {
    grid-template-columns:1fr;
  }

  .wn5-feature {
    grid-column:auto;
    display:block;
  }

  .wn5-feature .wn5-image {
    height:300px;
    min-height:300px;
  }

  .wn5-feature .wn5-copy {
    padding:27px;
  }

  .wn5-feature h3 {
    font-size:38px !important;
  }

  .wn5-image {
    height:235px;
  }

  .wn5-actions {
    flex-direction:column;
  }

  .wn5-btn {
    width:100%;
  }
}


/* ==========================================================
   HOMEPAGE — LATEST NEWS SHORTCODE
   ========================================================== */
.wnh-home-news {
  padding:82px 0 88px;
  background:#F3F1EB;
}

.wnh-wrap {
  width:min(1180px, calc(100% - 48px));
  margin:0 auto;
}

.wnh-head {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:34px;
}

.wnh-kicker {
  color:#9D7A0F;
  font-family:"Barlow Condensed",sans-serif;
  font-size:14px;
  font-weight:700;
  line-height:1;
  letter-spacing:.20em;
  text-transform:uppercase;
}

.wnh-head h2 {
  margin:12px 0 0 !important;
  color:#080808 !important;
  font-family:"Barlow Condensed",sans-serif !important;
  font-size:68px !important;
  font-weight:700 !important;
  line-height:.88 !important;
  text-transform:uppercase;
}

.wnh-view-all {
  color:#9D7A0F !important;
  font-family:"Barlow Condensed",sans-serif;
  font-size:18px;
  font-weight:700;
  letter-spacing:.03em;
  text-decoration:none !important;
  white-space:nowrap;
}

.wnh-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.wnh-card {
  min-width:0;
  background:#080808;
  border-bottom:4px solid #D6AA1C;
  overflow:hidden;
}

.wnh-image {
  display:block;
  height:245px;
  overflow:hidden;
  background:#111;
}

.wnh-image img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .3s ease;
}

.wnh-card:hover .wnh-image img { transform:scale(1.025); }

.wnh-copy { padding:25px 26px 28px; }

.wnh-meta {
  color:#D6AA1C;
  font-size:10px;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.wnh-meta span { padding:0 5px; }

.wnh-card h3 {
  margin:12px 0 14px !important;
  font-family:"Barlow Condensed",sans-serif !important;
  font-size:32px !important;
  font-weight:700 !important;
  line-height:.95 !important;
  text-transform:uppercase;
}

.wnh-card h3 a {
  color:#FFFFFF !important;
  text-decoration:none !important;
}

.wnh-card p {
  margin:0 !important;
  color:rgba(255,255,255,.68) !important;
  font-size:14px !important;
  line-height:1.55 !important;
}

.wnh-read {
  display:inline-block;
  margin-top:20px;
  color:#D6AA1C !important;
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
  text-decoration:none !important;
}

.wnh-empty {
  padding:34px;
  background:#080808;
  color:#fff;
  border-left:4px solid #D6AA1C;
}

@media (max-width:950px) {
  .wnh-grid { grid-template-columns:1fr 1fr; }
}

@media (max-width:768px) {
  .wnh-home-news { padding:58px 0 62px; }
  .wnh-wrap { width:calc(100% - 36px); }
  .wnh-head {
    display:block;
    margin-bottom:28px;
  }
  .wnh-head h2 { font-size:54px !important; }
  .wnh-view-all {
    display:inline-block;
    margin-top:24px;
  }
  .wnh-grid { grid-template-columns:1fr; }
  .wnh-image { height:245px; }
  .wnh-card h3 { font-size:34px !important; }
}
