.timeline-item:nth-child(2n) .timeline-content,
.timeline-item:nth-child(odd) .timeline-content {
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(50, 50, 93, .25) 0 13px 27px -5px, rgba(0, 0, 0, .3) 0 8px 16px -8px
}

.team-card,
.value-card:hover {
  transition: box-shadow .2s
}

.team-card:hover,
.timeline-item:nth-child(2n) .timeline-content,
.timeline-item:nth-child(odd) .timeline-content,
.value-card:hover {
  box-shadow: rgba(50, 50, 93, .25) 0 13px 27px -5px, rgba(0, 0, 0, .3) 0 8px 16px -8px
}

.milestones-section h2,
.quote-section,
.stats-grid,
.story-cta,
.story-hero,
.team-card,
.value-card {
  text-align: center
}

.story-page-body {
  background: #fafafa;
  color: #333
}

.story-main {
  padding: 0;
  font-family: var(--font-third)
}

.story-hero {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 511px;
  background: linear-gradient(rgb(11 59 58 / 65%), rgb(11 59 58 / 60%)) fixed, url(../images/joe-chapin/bg-our.webp) center center/cover no-repeat fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--nav-h, 80px)
}

.story-hero .container {
  position: relative;
  z-index: 10;
  color: #fff
}

.story-hero .section-label {
  font-size: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
  margin-bottom: .8rem
}

.story-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700
}

.story-hero p {
  font-size: 30px;
  opacity: .85;
  margin: 0 auto .5rem;
  font-style: italic
}

.story-hero .hero-location {
  font-size: .85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  letter-spacing: 2px
}

.section-label {
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--teal-dark);
  font-weight: 600;
  margin-bottom: .6rem;
  display: block
}

.location-section,
.story-block {
  padding: 5rem 0;
  background: #fff
}

.story-block__inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 2em;
  align-items: start
}

.story-block__img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
  align-self: center
}

.quote-section,
.team-card,
.value-card,
section.values-section {
  box-shadow: rgba(14, 30, 37, .12) 0 2px 4px 0, rgba(14, 30, 37, .32) 0 2px 16px 0
}

.story-block__img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block
}

.story-block__content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1.2rem;
  line-height: 1.3
}

.story-block__content p {
  font-size: .95rem;
  color: #555;
  line-height: 1.75;
  margin-bottom: 1rem
}

.story-author {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-top: 1.5rem
}

.story-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  padding: 2px;
  background: var(--teal-dark)
}

.location-img img,
.team-card img {
  width: 100%;
  object-fit: cover;
  display: block
}

.story-author__info strong {
  font-size: .9rem;
  color: #111;
  display: block
}

.story-author__info span {
  font-size: 14px;
  color: var(--teal-dark)
}

.quote-section {
  padding: 4rem 0;
  background: #f7fbfa
}

.quote-section svg {
  margin: 0 auto;
  color: var(--teal-dark)
}

.quote-section h5 {
  font-size: clamp(1.25rem, 3.5vw, 1.625rem);
  font-weight: 400;
  font-style: italic;
  margin-top: 20px;
  line-height: 1.5;
  padding: 0 1.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto
}

.quote-section blockquote {
  font-size: 1.25rem;
  font-style: italic;
  color: #444;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
  position: relative
}

.quote-section blockquote::before {
  content: '"';
  font-size: 5rem;
  color: var(--teal-dark);
  opacity: .2;
  line-height: 0;
  position: absolute;
  top: 2rem;
  left: -2rem;
  font-family: Georgia, serif
}

.team-section,
.values-section {
  padding: 5rem 0;
  background: #fff;
  text-align: center
}

.values-section h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 3rem
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem
}

.value-card {
  padding: 2rem 1.2rem;
  background: #f7fbfa;
  border-radius: 12px
}

.value-card__icon {
  width: 52px;
  height: 52px;
  background: rgba(15, 139, 128, .12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: var(--teal-dark)
}

.value-card h3 {
  font-size: 20px;
  color: #111827;
  margin-bottom: .5rem;
  font-weight: 500
}

.value-card p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6
}

.milestones-section {
  padding: 5rem 0;
  background: #f7fbfa;
  box-shadow: rgba(0, 0, 0, .2) 0 12px 28px 0, rgba(0, 0, 0, .1) 0 2px 4px 0, rgba(255, 255, 255, .05) 0 0 0 1px inset
}

.location-features li svg,
.timeline-dot {
  background: var(--teal-dark);
  border-radius: 50%
}

.milestones-section h2 {
  font-size: 48px;
  color: #111827;
  margin-bottom: 3rem
}

.timeline {
  position: relative;
  max-width: 990px;
  margin: 0 auto
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 2px;
  background: #d1ede9
}

.timeline-item {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 3rem
}

.timeline-item:nth-child(odd) .timeline-content {
  grid-column: 1;
  text-align: right
}

.timeline-item:nth-child(2n) .timeline-dot,
.timeline-item:nth-child(odd) .timeline-dot {
  grid-column: 2
}

.timeline-item:nth-child(odd) .timeline-empty {
  grid-column: 3
}

.timeline-item:nth-child(2n) .timeline-empty {
  grid-column: 1
}

.timeline-item:nth-child(2n) .timeline-content {
  grid-column: 3;
  text-align: left
}

.timeline-dot {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  flex-shrink: 0;
  position: relative;
  z-index: 1
}

.timeline-year {
  font-size: 30px;
  font-weight: 700;
  color: var(--teal-dark);
  margin-bottom: .3rem
}

.timeline-content h3 {
  font-size: 16px;
  color: #111;
  margin-bottom: .4rem
}

.timeline-content p {
  font-size: .85rem;
  color: #777;
  line-height: 1.6
}

.team-section h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #111;
  margin-bottom: .5rem
}

.team-section .section-subtitle {
  font-size: .95rem;
  color: #777;
  margin-bottom: 3rem
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem
}

.team-card {
  background: #f7fbfa;
  border-radius: 14px;
  overflow: hidden
}

.stats-banner,
.story-cta {
  background: var(--teal-dark, var(--teal-dark));
  color: #fff
}

.team-card img {
  height: 220px
}

.team-card__info {
  padding: 1.2rem
}

.team-card__info h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin-bottom: .2rem
}

.team-card__info .role {
  font-size: .8rem;
  color: var(--teal-dark);
  font-weight: 600;
  margin-bottom: .6rem
}

.team-card__info p {
  font-size: .8rem;
  color: #888;
  line-height: 1.5
}

.stats-banner {
  padding: 80px 0;
  margin-bottom: 30px
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem
}

.stat-item__number {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: .3rem
}

.stat-item__label {
  font-size: 16px;
  opacity: .8
}

.location-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center
}

.location-content .section-label {
  margin-bottom: .5rem
}

.location-content h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 1rem
}

.location-content p {
  font-size: .95rem;
  color: #666;
  line-height: 1.75;
  margin-bottom: 1.5rem
}

.location-features {
  list-style: none;
  display: flex;
  flex-direction: column
}

.location-features li {
  align-items: center;
  gap: .7rem;
  font-size: .9rem;
  font-weight: 700;
  margin-left: 15px;
  position: relative;
  color: #000
}

.location-features li p {
  font-size: 12px
}

.location-features li svg {
  color: #fff;
  flex-shrink: 0;
  position: absolute;
  left: -34px;
  top: 5px;
  border: 4px solid;
  padding: 4px
}

.location-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .12)
}

.location-img img {
  height: 380px
}

.story-cta {
  padding: 5rem 0;
  margin-bottom: 30px
}

.story-cta h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: .8rem
}

.story-cta p {
  font-size: 20px;
  opacity: .85;
  margin-bottom: 2rem
}

.story-cta__btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap
}

.cta-btn {
  padding: .9rem 2.2rem;
  border-radius: 9999px;
  font-size: .95rem;
  font-weight: 600;
  text-decoration: none;
  font-family: inherit;
  transition: .2s;
  cursor: pointer;
  border: none;
  display: inline-block
}

.cta-btn--white {
  background: #fff;
  color: var(--teal-dark)
}

.cta-btn--white:hover {
  background: #f0f0f0
}

.cta-btn--outline {
  background: 0 0;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .6)
}

.cta-btn--outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .1)
}

@media (max-width:900px) {
  .story-hero {
    height: auto;
    padding: 120px 0 60px
  }

  .location-inner,
  .story-block__inner {
    grid-template-columns: 1fr;
    gap: 3rem
  }

  .story-block__img img {
    height: 300px
  }

  .stats-grid,
  .team-grid,
  .values-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .timeline::before {
    left: 20px
  }

  .timeline-item {
    grid-template-columns: 40px 1fr;
    text-align: left !important;
    gap: 1rem;
    margin-left: 0
  }

  .timeline-item:nth-child(2n) .timeline-content,
  .timeline-item:nth-child(odd) .timeline-content {
    grid-column: 2;
    text-align: left
  }

  .timeline-item:nth-child(2n) .timeline-dot,
  .timeline-item:nth-child(odd) .timeline-dot {
    grid-column: 1;
    grid-row: 1
  }

  .timeline-empty {
    display: none
  }
}

@media (max-width:600px) {

  .stats-grid,
  .team-grid,
  .values-grid {
    grid-template-columns: 1fr
  }
}