/** Shopify CDN: Minification failed

Line 135:0 All "@import" rules must come first

**/
/* ============================================
   BELLUMERA STORY PAGE
   Filename: bellumera-story.css
   Matches bellumera-article.css design system
   ============================================ */

/* ---------- PAGE BACKGROUND ---------- */
.bellumera-story-section {
  background: var(--bm-bg-fallback, #f8f9fa);
  background: var(--bm-bg-gradient, linear-gradient(180deg, 
      rgba(0, 221, 255, 0.18) 0%,
      rgba(50, 30, 90, 0.12) 50%,
      rgba(107, 70, 193, 0.25) 100%
    ));
  padding-top: 40px;
  padding-bottom: 80px;
  min-height: 100vh;
}

/* ---------- STORY CARD ---------- */
.bm-story {
  max-width: 860px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 48px 40px 64px;
  color: #111111;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08), 0 5px 15px -8px rgba(0,0,0,0.05);
}

/* ---------- CONTENT WRAPPER ---------- */
.bm-story__content {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- PAGE TITLE ---------- */
.bm-story__title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  color: #111111;
  margin: 0 0 40px;
  text-align: center;
  text-transform: uppercase;
}

/* ---------- STORY TEXT ---------- */
.bm-story__text p {
  margin-bottom: 24px;
  color: #111111;
  font-size: 17px;
  line-height: 1.8;
}

.bm-story__text em {
  font-style: italic;
}

.bm-story__signature {
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 600;
  color: #111111;
  font-size: 17px;
  line-height: 1.8;
}

/* ---------- DIVIDER ---------- */
.bm-story__divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 48px 0;
}

/* ---------- PHILOSOPHY HEADING ---------- */
.bm-story__philosophy-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  color: #111111;
  margin: 0 0 40px;
  text-align: center;
  text-transform: uppercase;
}

/* ---------- CTA LINK ---------- */
.bm-story__cta-line {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.8;
  color: #111111;
}

.bm-story__cta-link {
  color: #5B3E8A;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
  transition: opacity 0.2s;
}

.bm-story__cta-link:hover {
  opacity: 0.7;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  .bellumera-story-section {
    padding: 20px 16px 60px;
  }
  .bm-story {
    padding: 32px 24px 48px;
  }
}

@media (max-width: 768px) {
  .bm-story__title,
  .bm-story__philosophy-title {
    font-size: 32px;
  }
}

/* ---------- GOOGLE FONTS IMPORT ---------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
