/* Our Story — /our-story/ */
.stp-our-story {
  background: #F9F5F0;
  --stp-os-terra: #C44B27;
  --stp-os-ink: #1a2332;
  --stp-os-muted: #5c6470;
  --stp-os-cream: #F9F5F0;
  --stp-os-warm: #F5EDE8;
  --stp-os-serif: 'ivypresto-display', 'Playfair Display', Georgia, serif;
  font-size: 18px;
}

/* Wider reading area across the page */
.stp-our-story .stp-inner {
  max-width: 1320px;
  padding-left: 32px;
  padding-right: 32px;
}

.stp-our-story .stp-os-hero {
  position: relative;
  min-height: 44vh;
  max-height: 480px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  padding: 56px 0 64px;
}

.stp-our-story .stp-os-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 35, 50, 0.25) 0%, rgba(26, 35, 50, 0.72) 100%);
}

.stp-our-story .stp-os-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.stp-our-story .stp-os-eyebrow {
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 16px;
}

.stp-our-story .stp-os-eyebrow-dark {
  color: #7a8fa3;
}

.stp-our-story .stp-os-hero-title {
  font-family: var(--stp-os-serif);
  font-size: clamp(2.5rem, 5.5vw, 4rem);
  font-weight: 400;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.08;
}

.stp-our-story .stp-os-hero-sub {
  font-size: 1.2rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  max-width: 780px;
}

.stp-our-story .stp-os-intro {
  padding: 72px 0 56px;
}

.stp-our-story .stp-os-intro-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 48px;
  align-items: stretch;
  margin-bottom: 56px;
}

.stp-our-story .stp-os-intro-copy p {
  font-size: 1.35rem;
  line-height: 1.9;
  color: var(--stp-os-ink);
  margin: 0 0 26px;
}

.stp-our-story .stp-os-intro-copy p:last-child {
  margin-bottom: 0;
}

.stp-our-story .stp-os-intro-carousel {
  position: relative;
  min-height: 520px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(26, 35, 50, 0.12);
}

.stp-our-story .stp-os-intro-swiper {
  width: 100%;
  height: 100%;
  min-height: 520px;
}

.stp-our-story .stp-os-intro-slide {
  height: auto;
  min-height: 520px;
}

.stp-our-story .stp-os-intro-slide img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.stp-our-story .stp-os-intro-swiper .swiper-pagination {
  bottom: 16px !important;
}

.stp-our-story .stp-os-intro-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.55;
  width: 8px;
  height: 8px;
}

.stp-our-story .stp-os-intro-swiper .swiper-pagination-bullet-active {
  background: var(--stp-os-terra) !important;
  opacity: 1 !important;
}

.stp-our-story .swiper-lazy-preloader {
  border-color: var(--stp-os-terra);
  border-top-color: transparent;
}

.stp-our-story .stp-os-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.stp-our-story .stp-os-prose p {
  font-size: 1.2rem;
  line-height: 1.88;
  color: var(--stp-os-ink);
  margin: 0 0 22px;
}

.stp-our-story .stp-os-pillars {
  list-style: none;
  margin: 0;
  padding: 0;
}

.stp-our-story .stp-os-pillar {
  background: #fff;
  border: 1px solid #e5ddd4;
  padding: 22px 24px;
  border-radius: 2px;
}

.stp-our-story .stp-os-pillar h3 {
  font-family: var(--stp-os-serif);
  font-size: 1.35rem;
  font-weight: 500;
  margin: 0 0 10px;
  color: var(--stp-os-terra);
}

.stp-our-story .stp-os-pillar p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--stp-os-muted);
}

.stp-our-story .stp-os-beginnings {
  padding: 56px 0 64px;
  background: #fff;
  border-top: 1px solid #e5ddd4;
  border-bottom: 1px solid #e5ddd4;
}

.stp-our-story .stp-os-beginnings .stp-os-title {
  margin-bottom: 28px;
}

.stp-our-story .stp-os-quote {
  margin: 0;
  padding: 56px 0;
  background: var(--stp-os-warm);
  text-align: center;
}

.stp-our-story .stp-os-quote .stp-inner {
  max-width: 960px;
}

.stp-our-story .stp-os-quote-text {
  font-family: var(--stp-os-serif);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-style: italic;
  line-height: 1.5;
  color: var(--stp-os-ink);
  margin: 0 auto 14px;
}

.stp-our-story .stp-os-quote cite {
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--stp-os-terra);
  font-style: normal;
}

.stp-our-story .stp-os-founder {
  padding: 72px 0 80px;
}

.stp-our-story .stp-os-founder-grid {
  display: grid;
  grid-template-columns: minmax(0, 440px) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.stp-our-story .stp-os-founder-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 20px 56px rgba(26, 35, 50, 0.14);
  position: sticky;
  top: 100px;
}

.stp-our-story .stp-os-founder-photo img {
  width: 100%;
  height: auto;
  min-height: 520px;
  max-height: 720px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.stp-our-story .stp-os-title {
  font-family: var(--stp-os-serif);
  font-size: clamp(1.85rem, 3.2vw, 2.5rem);
  font-weight: 400;
  margin: 0 0 20px;
  color: var(--stp-os-ink);
  line-height: 1.15;
}

.stp-our-story .stp-os-founder-copy .stp-os-prose p {
  font-size: 1.125rem;
  line-height: 1.88;
}

.stp-our-story .stp-os-cta {
  padding: 64px 0 72px;
  text-align: center;
}

.stp-our-story .stp-os-cta-inner {
  max-width: 640px;
  margin: 0 auto;
}

.stp-our-story .stp-os-cta-title {
  font-family: var(--stp-os-serif);
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  margin: 0 0 12px;
}

.stp-our-story .stp-os-cta-inner p {
  color: var(--stp-os-muted);
  margin: 0 0 24px;
  font-size: 1.1rem;
  line-height: 1.7;
}

.stp-our-story .stp-btn-primary {
  background: var(--stp-os-terra) !important;
  border-color: var(--stp-os-terra) !important;
  font-size: 1rem;
  padding: 14px 28px;
}

/* Gallery — taller slides, full content width */
.stp-our-story .stp-os-gallery {
  background: var(--stp-os-warm);
  padding: 64px 0 88px;
  border-top: 1px solid #e5ddd4;
}

.stp-our-story .stp-os-gallery-inner {
  max-width: 1320px;
}

.stp-our-story .stp-os-gallery-head {
  text-align: center;
  margin-bottom: 40px;
}

.stp-our-story .stp-os-gallery-head .stp-os-title {
  font-size: clamp(1.85rem, 3vw, 2.35rem);
}

.stp-our-story .stp-os-gallery-tagline {
  font-size: 1.05rem;
  font-style: italic;
  color: #9ca3af;
  margin: 12px 0 0;
}

.stp-our-story .stp-os-gallery-track-wrap {
  max-width: 100%;
  margin: 0 auto;
}

.stp-our-story .stp-os-swiper {
  padding-bottom: 48px;
  overflow: hidden;
}

.stp-our-story .stp-os-slide {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  height: 520px;
  max-height: none;
}

.stp-our-story .stp-os-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.5s ease;
}

.stp-our-story .stp-os-slide:hover img {
  transform: scale(1.04);
}

.stp-our-story .stp-os-swiper .swiper-button-prev,
.stp-our-story .stp-os-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba(26, 35, 50, 0.55);
  border-radius: 50%;
  color: #fff;
  --swiper-navigation-size: 14px;
}

.stp-our-story .stp-os-swiper .swiper-button-prev:hover,
.stp-our-story .stp-os-swiper .swiper-button-next:hover {
  background: var(--stp-os-terra);
}

.stp-our-story .stp-os-swiper .swiper-pagination-bullet {
  background: #1a2332;
  opacity: 0.28;
}

.stp-our-story .stp-os-swiper .swiper-pagination-bullet-active {
  background: var(--stp-os-terra) !important;
  opacity: 1 !important;
}

@media (max-width: 1024px) {
  .stp-our-story .stp-os-founder-photo {
    position: static;
  }

  .stp-our-story .stp-os-slide {
    height: 440px;
  }
}

@media (max-width: 900px) {
  .stp-our-story .stp-os-intro-feature {
    grid-template-columns: 1fr;
  }

  .stp-our-story .stp-os-intro-carousel {
    min-height: 400px;
    max-width: 480px;
    margin: 0 auto;
  }

  .stp-our-story .stp-os-intro-swiper,
  .stp-our-story .stp-os-intro-slide,
  .stp-our-story .stp-os-intro-slide img {
    min-height: 400px;
    height: 400px;
  }

  .stp-our-story .stp-os-pillars {
    grid-template-columns: 1fr;
  }

  .stp-our-story .stp-os-intro-copy p {
    font-size: 1.2rem;
  }

  .stp-our-story .stp-os-founder-grid {
    grid-template-columns: 1fr;
  }

  .stp-our-story .stp-os-founder-photo {
    max-width: 480px;
    margin: 0 auto;
  }

  .stp-our-story .stp-os-founder-photo img {
    min-height: 400px;
    max-height: 560px;
  }

  .stp-our-story .stp-os-slide {
    height: 380px;
  }
}

@media (max-width: 640px) {
  .stp-our-story {
    font-size: 16px;
  }

  .stp-our-story .stp-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stp-our-story .stp-os-hero {
    min-height: 36vh;
    padding-bottom: 48px;
  }

  .stp-our-story .stp-os-slide {
    height: 340px;
  }
}
