/*
  yellow/gold: #695938
  fallback-block gray: #0e0e0f
  
*/

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.6;
  background-color: #000000;
}

@font-face {
  font-family: "trajan";
  src: url("../fonts/trajan-3.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.fluid-img {
  max-width: 100%;
}

.custom-fp-text {
  font-family: "trajan";
  text-transform: uppercase;
}

.custom-fp-text-white {
  color: #ffffff;
}

.custom-fp-title {
  letter-spacing: 0.75em;
}

.custom-fp-text-sub-title {
  letter-spacing: 0.75em;
}

.custom-fp-hr {
  display: inline-block;
  width: auto;
  border: none;
  border-top: 2px solid #695938;
  vertical-align: middle; /* optional */
}

.site-header .wrap .top {
  background: url("https://therevindicated.com/wp-content/uploads/2025/08/header-bg-1-scaled.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 25px;
}

.site-header .wrap .top,
.site-header .wrap .bottom {
  text-align: center;
}

.site-header .wrap a img {
  max-width: 250px;
  height: auto;
}

/* site nav bar*/
.site-nav ul {
  list-style: none; /* remove default bullets */
  padding: 0;
  margin: 0;
}

.site-nav ul li {
  font-family: "trajan";
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}

.site-nav ul li a {
  color: #fff !important;
  text-decoration: none;
  letter-spacing: 0.2em;
}

.site-nav ul li:not(:last-child)::after {
  content: "|"; /* add the stick */
  margin-left: 10px; /* space before the bar */
  color: #695938; /* customize color */
}
/* FRONT PAGE */

.featured-products {
  display: flex;
  flex-wrap: wrap; /* lets it wrap on small screens */
  justify-content: center; /* center the line of cards */
  gap: 24px; /* space between cards */
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.fp-product {
  background: linear-gradient(#1a1a1a, #0f0f0f);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  flex: 1 1 280px; /* grow, shrink, base width */
  max-width: 360px; /* keeps 4 across at large widths */
  display: flex;
  flex-direction: column; /* stack image over caption */
  align-items: stretch;
}

.fp-product img {
  width: 100%;
  object-fit: cover; /* crops neatly if sizes vary */
  display: block;
  filter: contrast(1.05) brightness(0.95);
}

.section-2 {
  background: url("https://therevindicated.com/wp-content/uploads/2025/08/section-2-bg-scaled.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  margin-bottom: 24px;
  height: 350px;
}

.section-2 > * {
  flex: 1;
  min-width: 0;
}

.section-2-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-2-left img {
  max-width: 300px;
  height: auto;
}

.vynil-image {
  position: relative;
}

.vynil-image img {
  top: -50px;
  left: 20px;
  position: absolute;
  width: 600px;
  height: auto;
}

.section-3 {
  display: flex;
  gap: 24px;
  margin-bottom: 25px;
}

.section-3 > * {
  flex: 1;
  min-width: 0;
  background: url("https://therevindicated.com/wp-content/uploads/2025/08/section-3-bg.jpg");
  background-size: cover;
  background-position: center;
}

.section-3 .left {
  display: flex;
  min-width: 0;
}

.books-left {
  flex: 1;
  position: relative;
}

.books-left img {
  position: absolute;
  width: 350px;
  left: -70px;
  bottom: -2px;
}

.books-right {
  flex: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.books-right img {
  width: 250px;
}

.section-3 {
  height: 380px;
}

.section-3 .right {
  display: flex;
  min-width: 0;
}

.news-left {
  flex: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.news-left img {
  width: 225px;
}

.news-right {
  position: relative;
  flex: 1;
}

.news-right img {
  position: absolute;
  width: 350px;
  left: -125px;
  bottom: -10px;
}

.site-footer {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.site-footer .wrap a > img {
  width: 75px;
  margin-bottom: 15px;
}

.fp-social-links {
  display: flex;
  gap: 20px;
}

.fp-social-links a img {
  filter: brightness(0) invert(1);
  width: 20px !important;
}

footer {
  padding-bottom: 50px;
}

.page-content {
  padding: 20px;
  margin-bottom: 25px;
}

.page-content * {
  color: #ffffff;
}

/* woocommerce */
.orderby {
  color: #000;
  padding: 5px;
}

.woocommerce-error,
.wc-block-components-notice-banner.is-warning,
.wc-block-components-notice-banner.is-info {
  background-color: #000 !important;
}

.wc-block-components-button {
  background-color: #695938 !important;
  color: #000 !important;
  border: none !important;
}

.product {
  max-width: 100%;
  background: none;
  padding: 25px;
  box-shadow: none;
}

.woocommerce div.product div.images img {
  width: 350px;
  height: auto;
  box-shadow: none;
}

.soldout-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(200, 0, 0, 0.9);
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  z-index: 10;
}

.woocommerce ul.products li.product {
  position: relative; /* needed so badge positions correctly */
}

.woocommerce div.product {
  position: relative; /* for single product pages */
}
.mobile-only {
  display: none;
}
.site-nav .menu-toggle {
  display: none; /* hide hamburger on desktop */
}

@media (max-width: 900px) {
}
@media (max-width: 500px) {
  .site-nav .menu-toggle {
    display: block;
    font-size: 2rem;
    background: gray;
    color: white;
    border: none;
    cursor: pointer;
    margin-left: 25px;
  }

  .site-nav .nav-menu {
    display: none; /* hide by default */
    flex-direction: column; /* stack links */
    gap: 0.5rem;
    padding: 1rem;
  }

  .site-nav .nav-menu.active {
    display: flex; /* show when toggled */
  }

  .site-nav ul li:not(:last-child)::after {
  content: ""; /* add the stick */
  margin-left: 0px; /* space before the bar *//
}

  .custom-logo {
    width: 100px !important;
  }

  .custom-fp-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .hide-on-mobile {
    display: none;
  }

  .mobile-only {
    display: block;
    padding: 25px;
  }

  .mobile-only > div {
    border: 2px solid #695938;
    margin-bottom: 25px;
  }

  .m-hats,
  .m-vynil {
    background: url("https://therevindicated.com/wp-content/uploads/2025/08/section-2-bg-scaled.jpg");
    background-size: cover;
    background-position: center;
  }

  .m-news-books {
    display: flex;
    margin-bottom: 100px !important;
  }
  .m-books {
    border-left: 2px solid #695938;
  }

  .m-news,
  .m-books {
    background: url("https://therevindicated.com/wp-content/uploads/2025/08/section-3-bg.jpg");
    background-size: cover;
    background-position: center;
  }
}
