/* OUR STORY basic, no animations, no images */
#our-story.section { padding: clamp(56px, 8vw, 96px) 0; }
#our-story .container.narrow {
#our-story .section-kicker { opacity: .72; margin: 0 0 16px; font-size: 0.95rem; }
#our-story .rule { border: 0; height: 1px; margin: 8px 0 20px;
  background: linear-gradient(90deg, rgba(0,0,0,.16), rgba(0,0,0,0));
}

/* Readability and spacing */
#our-story .story-body p { line-height: 1.65; margin: 0 0 16px; }
#our-story .cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }

/* Button contrast inside Our Story */
#our-story .btn { background: var(--navy); color: #fff; border: 2px solid var(--navy); }
#our-story .btn:hover { opacity: .92; }
#our-story .btn.ghost { background: transparent; color: var(--navy); border: 2px solid var(--navy); }
#our-story .btn.ghost:hover { background: rgba(0,0,0,.04); }
