/* === S.O.N. — FOUNDERS STORY PAGE STYLES === */

/* ─── CLOSING CTA ─── */
.closing-cta {
  background: var(--gold);
  padding: 5rem 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.closing-cta {
  border-radius: var(--radius);
}
.closing-cta h2 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 800;
  font-style: italic;
  letter-spacing: -.01em;
  color: var(--navy);
  line-height: 1.2;
  max-width: 580px;
}


/* ─── TIMELINE ─── */
.timeline {
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 2rem 4rem 4rem;
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2rem;
  width: 2px;
  background: linear-gradient(to bottom, var(--gold), rgba(248,218,64,0.15));
}

.timeline-chapter {
  position: relative;
  padding-left: 2.5rem;
}

.timeline-dot {
  position: absolute;
  left: -2.55rem;
  top: 0.15rem;
  width: 14px;
  height: 14px;
  background: var(--gold);
  border: 3px solid var(--cream);
  border-radius: 50%;
  z-index: 1;
}

.timeline-photos {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}

/* ─── STORY LAYOUT ─── */
.story-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 6rem;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 5rem;
  align-items: start;
}

.chapter { margin-bottom: 3.5rem; }

.chapter-label {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--font-head);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: .9rem;
}
.chapter-label::before {
  content: "";
  width: 26px; height: 3px;
  background: var(--gold);
  border-radius: 999px;
}

.chapter p {
  font-family: var(--font-body);
  font-size: 1.16rem;
  font-weight: 400;
  line-height: 1.85;
  color: #2a2a2a;
  margin-bottom: 1.4rem;
}
.chapter p em { font-style: italic; color: var(--navy); }

/* Drop cap */
.chapter:first-child p:first-of-type::first-letter {
  font-family: var(--font-head);
  font-size: 4.2rem;
  font-weight: 800;
  color: var(--navy);
  float: left;
  line-height: .82;
  margin-right: .12em;
  margin-top: .08em;
}

/* Pull quote / blockquote */
blockquote {
  border-left: 4px solid var(--gold);
  background: var(--warm);
  padding: 1.8rem 2rem;
  margin: 2.5rem 0;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

blockquote p {
  font-family: var(--font-head) !important;
  font-weight: 500 !important;
  font-size: 1.35rem !important;
  font-style: italic;
  color: var(--navy) !important;
  margin-bottom: 0 !important;
  line-height: 1.6 !important;
}

/* Photo rows */
.story-photo-row {
  display: grid;
  gap: .7rem;
  margin: 2.5rem 0;
}
.story-photo-row.cols-2 { grid-template-columns: 1fr 1fr; }
.story-photo-row.cols-3 { grid-template-columns: 1fr 1fr 1fr; }
.story-photo-row.cols-4 { grid-template-columns: 1fr 1fr 1fr 1fr; }

.story-photo {
  background: linear-gradient(135deg, #1a3a6e 0%, #0a1628 100%);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}
.story-photo.tall   { aspect-ratio: 3/4; }
.story-photo.square { aspect-ratio: 1/1; }
.story-photo.wide   { aspect-ratio: 4/3; }

.story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .4s;
}
.story-photo-row.cols-2 .story-photo img {
  object-position: center top;
}
.story-photo-row.cols-2 .story-photo:first-child img {
  object-position: center 20%;
}
.story-photo:hover img {
  transform: scale(1.04);
}

.story-photo-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: .4rem;
  color: rgba(255,255,255,0.1);
}
.story-photo-inner .icon { font-size: 2rem; }
.story-photo-inner .caption-hint {
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.12);
  text-align: center;
  padding: 0 .5rem;
}

.photo-caption {
  font-size: .78rem;
  color: var(--muted);
  font-style: italic;
  text-align: center;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

/* ─── MEMORIAL TRIBUTE ─── */
.memorial-tribute {
  background: var(--navy);
  border-radius: var(--radius);
  padding: 3rem;
  margin: 3rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.memorial-tribute::before {
  content: '\201C';
  position: absolute;
  top: -1rem;
  left: 1.5rem;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 12rem;
  color: rgba(232,160,32,0.09);
  line-height: 1;
  pointer-events: none;
}

.memorial-tribute p, .tribute-name, .tribute-dates { position: relative; z-index: 1; }

.memorial-tribute p {
  font-family: var(--font-head) !important;
  font-weight: 500 !important;
  font-size: 1.25rem !important;
  font-style: italic;
  color: rgba(255,255,255,0.88) !important;
  line-height: 1.7 !important;
  margin-bottom: 1.5rem !important;
}

.tribute-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  letter-spacing: .1em;
  color: var(--gold);
  display: block;
}
.tribute-dates {
  font-size: .85rem;
  color: rgba(255,255,255,0.35);
}

/* ─── SIDEBAR ─── */
.story-sidebar {
  position: sticky;
  top: 7rem;
}

.sidebar-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-card);
}

.sidebar-card h3 {
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 1rem;
}

.sidebar-card p {
  font-size: .85rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.quick-facts { list-style: none; }
.quick-facts li {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  padding: .7rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-size: .85rem;
}
.quick-facts li:last-child { border-bottom: none; }
.quick-facts .fact-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: .05rem; }
.quick-facts .fact-text { color: var(--muted); line-height: 1.55; }
.quick-facts .fact-text strong { color: var(--text); display: block; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: .15rem; }

.page-nav {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.page-nav a {
  font-size: .83rem;
  color: var(--navy);
  text-decoration: none;
  padding: .5rem .7rem;
  border-left: 2px solid transparent;
  transition: border-color .2s, color .2s;
}
.page-nav a:hover { border-left-color: var(--gold); color: var(--lt-blue); }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  /* Timeline */
  .timeline { padding: 3rem 1.8rem 3rem 3rem; }
  .timeline::before { left: 1rem; }
  .timeline-chapter { padding-left: 2rem; }
  .timeline-dot { left: -2.3rem; }
  .timeline-photos { padding: 0 1rem; }

  /* Story layout */
  .story-wrapper { grid-template-columns: 1fr; padding: 3rem 1.8rem; gap: 3rem; }
  .story-sidebar { position: static; }
  .story-photo-row.cols-3 { grid-template-columns: 1fr 1fr; }
  .story-photo-row.cols-4 { grid-template-columns: 1fr 1fr; }

  /* Closing CTA */
  .closing-cta { flex-direction: column; text-align: center; padding: 3.5rem 1.8rem; }
}
