/** Shopify CDN: Minification failed

Line 79:6 Expected ":"

**/
/* ------------------------------------------------------------
   WILD WEST FLAG — BRAND STORY
   File: assets/wwf-brand-story.css
   ------------------------------------------------------------ */
/* BRAND STORY PARCHMENT BACKGROUND */
.wwf-story.wwf-parchment-bg {
  background-image: url("/cdn/shop/files/old-paper-vintage-background-600nw-307301078.jpg?v=1781024296");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* Section wrapper */
.wwf-brand-story {
  padding: 4rem 1.5rem;
  background-color: #f2e8d0; /* parchment */
  border-top: 2px solid #c8942a;
  border-bottom: 2px solid #c8942a;
}

/* Inner layout */
.wwf-brand-story-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

@media (max-width: 900px) {
  .wwf-brand-story-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/* Image */
.wwf-brand-story img {
  width: 100%;
  height: auto;
  border: 3px solid #c8942a;
  border-radius: 6px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

/* Heading */
.wwf-brand-story h2 {
  font-family: "Cinzel", serif;
  font-size: 2.4rem;
  color: #1a2744;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

/* Paragraph text */
.wwf-brand-story p {
  font-family: "IM Fell English", serif;
  font-size: 1.2rem;
  color: #1a2744;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  opacity: 0.95;
}

/* Call-to-action button */
.wwf-brand-story a {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  border: 2px solid #c8942a;
  color: #1a2744;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text