/* ================================================
   HOMEPAGE HERO
=================================================== */
.home-hero {
  background: linear-gradient(rgba(15,34,61,0.85), rgba(15,34,61,0.95)),
  url("img/hero-flagwave-bg.jpg") center/cover no-repeat;
  padding: 5rem 1rem;
}

/* ================================================
   CUSTOM & BLANK SECTION
=================================================== */
.custom-blank-section {
  padding: 3rem 1rem;
}

.cb-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* ================================================
   BEST SELLERS
=================================================== */
.best-seller-section {
  padding: 3.5rem 1rem;
  background-color: #111b26;
}

/* ================================================
   SHOP BY CATEGORY
=================================================== */
.shop-card {
  background-color: #132d4d;
  border: 2px solid var(--accent-red);
  padding: 1.3rem;
  text-align: center;
  border-radius: 6px;
}

.shop-card img {
  max-width: 100%;
}

/* ================================================
   CTA — READY TO ORDER
=================================================== */
.cta-banner {
  position: relative;
  background-image:
    radial-gradient(circle at 30% 20%, rgba(197,21,42,0.15) 0%, rgba(27,58,99,0.9) 60%),
    url("img/sample-camo-strip.jpg");
  background-size: cover;
  background-position: center;
  padding: 2.5rem 1rem;
  text-align: center;
  color: #fff;
}

.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0.4));
  z-index: 0;
}

.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

/* ================================================
   OUR STORY (HOMEPAGE)
=================================================== */
.story-preview {
  padding: 3rem 1rem;
  background-color: #132d4d;
}
