/* ============================================
   343 EPOXY — NEVE HEADER
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@400;500;600;700&family=Work+Sans:wght@300;400;500;600;700&display=swap');

/* ---- FULL WIDTH ---- */
header.header,
#header-grid.hfg_header {
  width: 100% !important;
  max-width: 100% !important;
}
.header--row.header-main,
.header--row.header-top {
  width: 100% !important;
  max-width: 100% !important;
}
.header--row.header-main > .header--row-inner,
.header--row.header-top > .header--row-inner {
  width: 100% !important;
  max-width: 100% !important;
  background: transparent !important;
}
.header--row.header-main > .header--row-inner > .container,
.header--row.header-top > .header--row-inner > .container {
  max-width: 1400px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  background: transparent !important;
}

/* ---- MAIN ROW BACKGROUND ---- */
.header--row.header-main {
  background: #0A0A0A !important;
  border-bottom: 1px solid rgba(255,255,255,.05) !important;
}
.hfg_header .header--row {
  border: none !important;
}

/* ---- TOP ROW (red bar) ---- */
.header--row.header-top {
  background: #C22A1A !important;
}
.header--row.header-top .nv-html-content,
.header--row.header-top .nv-html-content p {
  color: rgba(255,255,255,.9) !important;
  font-size: .85rem !important;
  font-weight: 500 !important;
  text-align: center !important;
}

/* Sticky shadow */
.header--row.header-main.is_sticky,
header.header .header-main.nv-navbar.is_sticky {
  box-shadow: 0 4px 30px rgba(0,0,0,.5) !important;
}

/* ---- LOGO ---- */
.header-main .site-logo img {
  max-height: 56px !important;
  height: 56px !important;
  width: auto !important;
}
.header-main .site-logo .brand .nv-title-tagline-wrap {
  display: none !important;
}

/* ---- LOGO TEXT (HTML component) ---- */
.logo-text-custom {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  white-space: nowrap;
}
.logo-text-custom .lt-title {
  font-family: 'Teko', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.logo-text-custom .lt-fire {
  background: linear-gradient(135deg, #C22A1A 0%, #ED9A1A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.logo-text-custom .lt-sub {
  font-family: 'Work Sans', sans-serif;
  font-size: .55rem;
  letter-spacing: 3px;
  color: #999;
  text-transform: uppercase;
  font-weight: 500;
}

/* ---- NAV LINKS ---- */
#nv-primary-navigation .nav-ul > li > .wrap > a,
#nv-primary-navigation .nav-ul > li > a {
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 500 !important;
  font-size: .88rem !important;
  letter-spacing: .8px !important;
  text-transform: uppercase !important;
  color: #bbb !important;
  transition: color .3s !important;
  position: relative !important;
  padding: 8px 12px !important;
}
#nv-primary-navigation .nav-ul > li:hover > .wrap > a,
#nv-primary-navigation .nav-ul > li:hover > a,
#nv-primary-navigation .nav-ul > li.current-menu-item > .wrap > a,
#nv-primary-navigation .nav-ul > li.nv-active > .wrap > a {
  color: #fff !important;
}
#nv-primary-navigation .nav-ul > li > .wrap > a::before,
#nv-primary-navigation .nav-ul > li > a::before {
  display: none !important;
}

/* Fire gradient underline on hover */
#nv-primary-navigation .nav-ul > li > .wrap {
  position: relative !important;
}
#nv-primary-navigation .nav-ul > li > .wrap > a {
  position: relative !important;
}
#nv-primary-navigation .nav-ul > li > .wrap > a::after,
#nv-primary-navigation .nav-ul > li > a::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 2px !important;
  background: linear-gradient(135deg, #C22A1A 0%, #ED9A1A 100%) !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform .3s !important;
  width: auto !important;
}
#nv-primary-navigation .nav-ul > li:hover > .wrap > a::after,
#nv-primary-navigation .nav-ul > li:hover > a::after {
  transform: scaleX(1) !important;
}

/* ---- DROPDOWN CARET ---- */
#nv-primary-navigation .caret-wrap {
  display: inline-flex !important;
  align-items: center !important;
}
#nv-primary-navigation .caret-wrap svg {
  fill: #999 !important;
  width: 10px !important;
  height: 10px !important;
  transition: all .3s !important;
}
#nv-primary-navigation li:hover > .wrap > .caret-wrap svg {
  fill: #fff !important;
}

/* ---- DROPDOWNS ---- */
#nv-primary-navigation .sub-menu {
  background: #1A1A1A !important;
  border: 1px solid #333 !important;
  border-radius: 12px !important;
  padding: 12px 0 !important;
  box-shadow: 0 20px 50px rgba(0,0,0,.6) !important;
  min-width: 240px !important;
  margin-top: 0 !important;
  transition: opacity .25s ease .4s, visibility .25s ease .4s !important;
}
#nv-primary-navigation li:hover > .sub-menu {
  transition-delay: 0s !important;
}
#nv-primary-navigation .sub-menu li > .wrap > a,
#nv-primary-navigation .sub-menu li > a {
  font-family: 'Work Sans', sans-serif !important;
  font-size: .85rem !important;
  font-weight: 400 !important;
  letter-spacing: .8px !important;
  text-transform: uppercase !important;
  color: #bbb !important;
  padding: 10px 24px !important;
  transition: all .2s !important;
  background: transparent !important;
}
#nv-primary-navigation .sub-menu li > .wrap > a:hover,
#nv-primary-navigation .sub-menu li > a:hover {
  background: rgba(194,42,26,.08) !important;
  color: #fff !important;
  padding-left: 28px !important;
}
#nv-primary-navigation .sub-menu li > .wrap > a::after,
#nv-primary-navigation .sub-menu li > .wrap > a::before,
#nv-primary-navigation .sub-menu li > a::after,
#nv-primary-navigation .sub-menu li > a::before {
  display: none !important;
}

/* ---- PHONE (HTML component) ---- */
.nav-phone-custom {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-family: 'Teko', sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.1rem !important;
  letter-spacing: 1px !important;
  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: color .3s !important;
}
.nav-phone-custom svg {
  width: 16px !important;
  height: 16px !important;
  fill: #ED9A1A !important;
  flex-shrink: 0 !important;
}
.nav-phone-custom:hover {
  color: #ED9A1A !important;
}

/* ---- FREE ESTIMATE BUTTON ---- */
.header-main .builder-item--button_base a.button,
.header-main a.button.button-primary {
  background: linear-gradient(135deg, #C22A1A 0%, #ED9A1A 100%) !important;
  color: #fff !important;
  padding: 10px 22px !important;
  border-radius: 12px !important;
  font-family: 'Teko', sans-serif !important;
  font-weight: 600 !important;
  font-size: .95rem !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  border: none !important;
  box-shadow: 0 4px 20px rgba(232,53,32,.3) !important;
  transition: all .3s !important;
  white-space: nowrap !important;
  line-height: 1.4 !important;
}
.header-main .builder-item--button_base a.button:hover,
.header-main a.button.button-primary:hover {
  filter: brightness(1.15) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 30px rgba(232,53,32,.3) !important;
}

/* ============================================
   MOBILE SIDEBAR
   ============================================ */
.header-menu-sidebar,
.header-menu-sidebar .header-menu-sidebar-bg,
.header-menu-sidebar-inner {
  background: #0A0A0A !important;
  width: 100% !important;
  padding: 0 !important;
  z-index: 999999 !important;
}
.header-menu-sidebar.is_open {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}
.header-menu-sidebar.is_open .header-menu-sidebar-inner {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.header-menu-sidebar .close-sidebar-panel {
  color: #fff !important;
  border: 1px solid #333 !important;
  border-radius: 50% !important;
  width: 44px !important;
  height: 44px !important;
  margin: 14px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.header-menu-sidebar .close-sidebar-panel svg {
  width: 20px !important;
  height: 20px !important;
}
.mob-tagline {
  font-family: 'Work Sans', sans-serif;
  font-size: .65rem;
  letter-spacing: 3px;
  color: #999;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 24px 12px;
  border-bottom: 1px solid #333;
}
.header-menu-sidebar .nav-ul {
  display: flex !important;
  flex-direction: column !important;
  padding: 10px 0 !important;
}
.header-menu-sidebar .nav-ul > li {
  display: block !important;
}
.header-menu-sidebar .nav-ul > li > .wrap {
  display: flex !important;
  align-items: center !important;
  border-bottom: 1px solid #333 !important;
}
.header-menu-sidebar .nav-ul > li > .wrap > a {
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 500 !important;
  font-size: 1.05rem !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #F0EDE8 !important;
  padding: 20px 24px !important;
  border-bottom: none !important;
  flex: 1 !important;
  display: block !important;
}
.header-menu-sidebar .nav-ul > li > .wrap > a:active {
  background: rgba(194,42,26,.1) !important;
}
.header-menu-sidebar .caret-wrap {
  padding: 20px !important;
  cursor: pointer !important;
}
.header-menu-sidebar .caret-wrap svg {
  fill: #999 !important;
  width: 14px !important;
  height: 14px !important;
  transition: transform .3s !important;
}
.header-menu-sidebar .sub-menu {
  background: #111 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.header-menu-sidebar .sub-menu li > .wrap {
  border-bottom: 1px solid rgba(51,51,51,.4) !important;
}
.header-menu-sidebar .sub-menu li > .wrap > a,
.header-menu-sidebar .sub-menu li > a {
  font-family: 'Work Sans', sans-serif !important;
  font-size: .95rem !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #bbb !important;
  padding: 16px 24px 16px 40px !important;
  display: block !important;
}
.header-menu-sidebar .sub-menu li > .wrap > a:active {
  color: #fff !important;
  background: rgba(194,42,26,.08) !important;
}
.header-menu-sidebar .sub-menu .sub-menu li > .wrap > a {
  padding-left: 56px !important;
}
.header-menu-sidebar .nav-phone-custom {
  display: flex !important;
  justify-content: center !important;
  padding: 20px 24px !important;
  font-size: 1.2rem !important;
  border-top: 1px solid #333 !important;
}
.header-menu-sidebar .builder-item--button_base a.button {
  display: block !important;
  text-align: center !important;
  margin: 12px 24px 24px !important;
  padding: 16px 28px !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #C22A1A, #ED9A1A) !important;
  color: #fff !important;
  font-family: 'Teko', sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.1rem !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
.navbar-toggle,
.menu-mobile-toggle {
  color: #fff !important;
}
.navbar-toggle .icon-bar,
.menu-mobile-toggle .icon-bar {
  background-color: #fff !important;
}

@media (max-width: 960px) {
  .header-main .builder-item--button_base,
  .header-main .nav-phone-custom {
    display: none !important;
  }
  .header-main .site-logo img {
    max-height: 44px !important;
    height: 44px !important;
  }
}

@media (max-width: 576px) {
  .menu-mobile-toggle,
  .navbar-toggle {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .header-main .site-logo img {
    max-height: 36px !important;
    height: 36px !important;
  }
  .logo-text-custom .lt-title {
    font-size: 1.2rem !important;
    letter-spacing: 1px !important;
  }
  .logo-text-custom .lt-sub {
    font-size: .45rem !important;
    letter-spacing: 2px !important;
  }
  .header--row.header-main > .header--row-inner > .container {
    padding: 0 12px !important;
  }
  #nv-primary-navigation {
    display: none !important;
  }
  .header--row.header-top .nv-html-content,
  .header--row.header-top .nv-html-content p {
    font-size: .65rem !important;
    padding: 4px 8px !important;
  }
  .header-menu-sidebar,
  .header-menu-sidebar-inner {
    width: 100vw !important;
    max-width: 100vw !important;
  }
  .header-menu-sidebar .nav-ul > li > .wrap > a {
    font-size: .95rem !important;
    padding: 16px 20px !important;
  }
  .header-menu-sidebar .sub-menu li > .wrap > a,
  .header-menu-sidebar .sub-menu li > a {
    padding: 14px 20px 14px 36px !important;
    font-size: .85rem !important;
  }
  .header-menu-sidebar .sub-menu .sub-menu li > .wrap > a {
    padding-left: 48px !important;
  }
  .header-menu-sidebar .builder-item--button_base a.button {
    margin: 12px 20px 20px !important;
    padding: 14px 24px !important;
    font-size: 1rem !important;
  }
  .header-menu-sidebar .nav-phone-custom {
    padding: 16px 20px !important;
    font-size: 1.1rem !important;
  }
}

.back-to-top {
  display: none !important;
}

/* ============================================
   343 EPOXY — BLOG ARCHIVE STYLES
   
   Neve uses display:flex + flex-wrap:wrap with
   --postwidth:33.33% for its column layout.
   Articles have class "layout-grid" = flex-direction:row.
   
   FIX: Do NOT override to CSS grid. Keep Neve's flex.
   Just fix flex-direction to column on cards.
   ============================================ */

/* BACKGROUND */
.blog .neve-main,
.archive .neve-main {
  background: #0A0A0A !important;
  padding-top: 0 !important;
}

/* CONTAINER */
.blog .archive-container,
.archive .archive-container {
  max-width: 1200px !important;
  padding-top: 40px !important;
  padding-bottom: 80px !important;
}

/* ROW — pin to top */
.blog .archive-container > .row,
.archive .archive-container > .row {
  align-items: flex-start !important;
}

/* FULL WIDTH — hide sidebar */
.blog .nv-sidebar-wrap,
.archive .nv-sidebar-wrap {
  display: none !important;
}
.blog .nv-index-posts,
.archive .nv-index-posts {
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

/* POSTS WRAPPER — keep Neve flex, add gap + top-align */
.blog .posts-wrapper,
.archive .posts-wrapper {
  gap: 30px !important;
  align-items: flex-start !important;
}

/* KILL W-100 DIVIDER */
.blog .posts-wrapper .w-100,
.archive .posts-wrapper .w-100 {
  display: none !important;
}

/* ARTICLE CARD — force column (Neve layout-grid = row) */
.blog .posts-wrapper > article,
.archive .posts-wrapper > article,
.blog .posts-wrapper > article.layout-grid,
.archive .posts-wrapper > article.layout-grid {
  flex-direction: column !important;
  background: #1A1A1A !important;
  border: 1px solid #333 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  transition: all 0.4s ease !important;
  height: auto !important;
  margin-bottom: 0 !important;
}

.blog .posts-wrapper > article:hover,
.archive .posts-wrapper > article:hover {
  border-color: rgba(194, 42, 26, 0.4) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4) !important;
}

/* INNER CONTAINERS */
.blog .posts-wrapper .article-content-col,
.archive .posts-wrapper .article-content-col {
  flex-direction: column !important;
  width: 100% !important;
  background: #1A1A1A !important;
  box-shadow: none !important;
}

.blog .posts-wrapper .article-content-col > .content,
.archive .posts-wrapper .article-content-col > .content {
  width: 100% !important;
}

/* THUMBNAIL */
.blog .posts-wrapper .nv-post-thumbnail-wrap,
.archive .posts-wrapper .nv-post-thumbnail-wrap {
  overflow: hidden !important;
  border-radius: 0 !important;
  margin: 0 !important;
  max-height: 220px !important;
  height: 220px !important;
  width: 100% !important;
}

.blog .posts-wrapper .nv-post-thumbnail-wrap img,
.archive .posts-wrapper .nv-post-thumbnail-wrap img {
  width: 100% !important;
  height: 220px !important;
  max-height: 220px !important;
  object-fit: cover !important;
  transition: transform 0.6s ease !important;
}

.blog .posts-wrapper article:hover .nv-post-thumbnail-wrap img,
.archive .posts-wrapper article:hover .nv-post-thumbnail-wrap img {
  transform: scale(1.05) !important;
}

/* POST TITLE */
.blog .posts-wrapper .blog-entry-title,
.archive .posts-wrapper .blog-entry-title,
.blog .posts-wrapper .entry-title,
.archive .posts-wrapper .entry-title {
  font-family: 'Teko', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  text-transform: uppercase !important;
  line-height: 1.15 !important;
  letter-spacing: 0.5px !important;
  padding: 20px 24px 0 !important;
  margin: 0 0 10px !important;
}

.blog .posts-wrapper .blog-entry-title a,
.archive .posts-wrapper .blog-entry-title a,
.blog .posts-wrapper .entry-title a,
.archive .posts-wrapper .entry-title a {
  color: #FFF !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

.blog .posts-wrapper article:hover .blog-entry-title a,
.archive .posts-wrapper article:hover .blog-entry-title a,
.blog .posts-wrapper article:hover .entry-title a,
.archive .posts-wrapper article:hover .entry-title a {
  color: #FFB830 !important;
}

/* META */
.blog .posts-wrapper .nv-meta-list,
.archive .posts-wrapper .nv-meta-list {
  padding: 0 24px !important;
  margin: 0 0 10px !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  list-style: none !important;
  font-size: 0.78rem !important;
}

.blog .posts-wrapper .nv-meta-list li,
.archive .posts-wrapper .nv-meta-list li {
  color: #999 !important;
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 400 !important;
}

.blog .posts-wrapper .nv-meta-list a,
.archive .posts-wrapper .nv-meta-list a {
  color: #ED9A1A !important;
  text-decoration: none !important;
}

.blog .posts-wrapper .nv-meta-list a:hover,
.archive .posts-wrapper .nv-meta-list a:hover {
  color: #FFB830 !important;
}

/* EXCERPT */
.blog .posts-wrapper .excerpt-wrap,
.archive .posts-wrapper .excerpt-wrap {
  padding: 0 24px 24px !important;
  margin: 0 !important;
}

.blog .posts-wrapper .excerpt-wrap p,
.archive .posts-wrapper .excerpt-wrap p {
  font-family: 'Work Sans', sans-serif !important;
  font-size: 0.88rem !important;
  color: #bbb !important;
  font-weight: 300 !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* READ MORE */
.blog .posts-wrapper .read-more-wrapper,
.archive .posts-wrapper .read-more-wrapper {
  padding: 0 24px 24px !important;
}

.blog .posts-wrapper .read-more-wrapper a,
.archive .posts-wrapper .read-more-wrapper a {
  font-family: 'Teko', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #ED9A1A !important;
  text-decoration: none !important;
}

.blog .posts-wrapper .read-more-wrapper a:hover,
.archive .posts-wrapper .read-more-wrapper a:hover {
  color: #FFB830 !important;
}

/* HIDE COMMENTS ON ARCHIVE */
.blog .comments-area,
.blog .comment-respond,
.blog #comments,
.blog .nv-comment-form,
.archive .comments-area,
.archive .comment-respond,
.archive #comments,
.archive .nv-comment-form {
  display: none !important;
}

/* PAGE HEADER / TITLE */
.blog .page-header,
.archive .page-header,
.blog .nv-page-title-wrap,
.archive .nv-page-title-wrap {
  background: #111 !important;
  padding: 80px 0 60px !important;
  background-image: linear-gradient(#111, #111), linear-gradient(90deg, transparent, #C22A1A, #ED9A1A, transparent) !important;
  background-clip: padding-box, border-box !important;
  background-origin: padding-box, border-box !important;
  border-bottom: 1px solid transparent !important;
}

.blog .page-header h1,
.archive .page-header h1,
.blog .nv-page-title,
.archive .nv-page-title {
  font-family: 'Teko', sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(2.8rem, 6vw, 4rem) !important;
  text-transform: uppercase !important;
  color: #FFF !important;
  letter-spacing: -0.5px !important;
  line-height: 1.05 !important;
}

/* PAGINATION */
.blog .page-numbers,
.archive .page-numbers {
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 40px 0 0 !important;
  list-style: none !important;
}

.blog .page-numbers li a,
.archive .page-numbers li a,
.blog .page-numbers li span,
.archive .page-numbers li span {
  font-family: 'Teko', sans-serif !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  letter-spacing: 1px !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  border: 1px solid #333 !important;
  color: #999 !important;
  background: transparent !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.blog .page-numbers li a:hover,
.archive .page-numbers li a:hover {
  border-color: #C22A1A !important;
  color: #FFF !important;
  background: rgba(194, 42, 26, 0.1) !important;
}

.blog .page-numbers li .current,
.archive .page-numbers li .current {
  border-color: #C22A1A !important;
  color: #FFF !important;
  background: linear-gradient(135deg, #C22A1A 0%, #ED9A1A 100%) !important;
}

/* NO RESULTS */
.blog .no-results,
.archive .no-results {
  text-align: center !important;
  padding: 80px 20px !important;
}

.blog .no-results h2,
.archive .no-results h2 {
  font-family: 'Teko', sans-serif !important;
  color: #FFF !important;
  font-size: 2rem !important;
  text-transform: uppercase !important;
}

.blog .no-results p,
.archive .no-results p {
  color: #bbb !important;
  font-family: 'Work Sans', sans-serif !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .blog .posts-wrapper .blog-entry-title,
  .archive .posts-wrapper .blog-entry-title,
  .blog .posts-wrapper .entry-title,
  .archive .posts-wrapper .entry-title {
    font-size: 1.3rem !important;
  }
}