/* About page: editorial timeline, partner strip, goal quote, two-owner feature */

/* ---------- journey timeline ---------- */
.journey .sec-head { margin-bottom: clamp(32px, 4vw, 52px); }
.journey-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.journey-grid--flip { grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); }
.journey-photo { position: sticky; top: 110px; margin: 0; border-radius: 14px; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); }
.journey-photo img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.journey-photo--tall img { aspect-ratio: 4 / 5; }
.journey-photo figcaption { position: absolute; left: 16px; bottom: 16px; background: var(--navy); color: var(--white); font-family: var(--font-head); font-weight: 600; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; padding: 8px 12px; border-radius: 6px; }

.timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 7px; top: 12px; bottom: 12px; width: 2px; background: linear-gradient(var(--blue), rgba(79,163,209,.15)); }
.tl-item { position: relative; padding: 0 0 clamp(36px, 4vw, 52px) 44px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before { content: ""; position: absolute; left: 0; top: 14px; width: 16px; height: 16px; border-radius: 50%; background: var(--white); border: 3px solid var(--blue); box-shadow: 0 0 0 6px var(--white); }
.section--paper .tl-item::before { box-shadow: 0 0 0 6px var(--paper); background: var(--paper); }
.tl-year { display: flex; align-items: baseline; gap: 14px; margin: 0 0 10px; font-family: var(--font-head); text-transform: uppercase; }
.tl-year-num { font-weight: 700; font-size: clamp(54px, 6vw, 84px); line-height: .85; color: var(--navy); letter-spacing: -.01em; }
.tl-year-num--word { font-size: clamp(40px, 4.4vw, 60px); color: transparent; -webkit-text-stroke: 1.5px var(--blue-deep); }
.tl-year-note { font-weight: 600; font-size: 17px; letter-spacing: .1em; color: var(--blue-deep); }
.tl-body h3 { font-size: clamp(24px, 2.2vw, 30px); font-weight: 600; color: var(--navy); }
.tl-body p { margin-top: 12px; color: var(--muted); font-size: 17px; line-height: 1.7; max-width: 60ch; }
.tl-item--ahead .tl-body p { color: var(--text); }
.tl-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

/* ---------- partners ---------- */
.about-partners { background: var(--white); border-bottom: 1px solid var(--line); }
.about-partners-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(24px, 5vw, 72px); align-items: center; }
.about-partners h2 { font-size: clamp(28px, 3vw, 40px); margin-top: 12px; max-width: 22ch; }
.about-partner-logos { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: clamp(18px, 2.4vw, 28px) clamp(20px, 3vw, 40px); }
.about-partner-logos img { display: block; height: clamp(70px, 8vw, 104px); width: auto; max-width: 100%; object-fit: contain; }

/* ---------- goal quote ---------- */
.goal .wrap { display: grid; gap: clamp(40px, 5vw, 64px); justify-items: center; }
.goal-quote { position: relative; margin: 0; max-width: 1040px; text-align: center; }
.goal-mark { display: block; font-family: var(--font-head); font-weight: 700; font-size: clamp(120px, 14vw, 200px); line-height: .6; height: .45em; color: var(--blue); }
.goal-quote blockquote { margin: 0; }
.goal-quote p { font-family: var(--font-head); font-weight: 500; font-size: clamp(30px, 3.8vw, 54px); line-height: 1.1; text-transform: uppercase; color: var(--white); letter-spacing: .005em; }
.goal-quote em { font-style: normal; color: var(--blue); }
.goal-photo { margin: 0; width: 100%; border-radius: 16px; overflow: hidden; box-shadow: 0 30px 70px -30px rgba(0,0,0,.7); }
.goal-photo img { width: 100%; height: auto; aspect-ratio: 21 / 9; object-fit: cover; object-position: 30% 40%; }

/* ---------- people ---------- */
.people-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: clamp(16px, 2vw, 28px); align-items: stretch; }
.person { background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--blue); border-radius: 14px; padding: clamp(26px, 3vw, 40px); display: grid; gap: 16px; align-content: start; }
.person--co { border-top-color: var(--navy); }
.person-role { font-family: var(--font-head); font-weight: 600; font-size: 16px; letter-spacing: .1em; text-transform: uppercase; color: var(--blue-deep); margin: 0; }
.person h3 { font-size: clamp(34px, 3.6vw, 48px); font-weight: 600; color: var(--navy); }
.person-facts { list-style: none; margin: 4px 0 6px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.person-facts li { background: var(--paper); padding: 14px 16px; display: grid; gap: 4px; }
.person-facts b { font-family: var(--font-head); font-weight: 700; font-size: 28px; line-height: 1; color: var(--navy); text-transform: uppercase; }
.person-facts span { font-size: 14px; line-height: 1.4; color: var(--muted); }
.person > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.75; }
.people-join { display: grid; align-content: center; justify-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; font-size: 30px; color: var(--navy); }
.people-join i { width: 2px; height: 70px; background: var(--blue); }

@media (max-width: 1000px) {
  .people-grid { grid-template-columns: 1fr; }
  .people-join { grid-auto-flow: column; gap: 14px; }
  .people-join i { width: 60px; height: 2px; }
}
@media (max-width: 900px) {
  .journey-grid, .journey-grid--flip { grid-template-columns: 1fr; }
  .journey-photo { position: relative; top: auto; }
  .journey-photo--tall img { aspect-ratio: 4 / 3; }
  .journey-grid--flip .journey-photo { order: -1; }
  .about-partners-grid { grid-template-columns: 1fr; }
  .goal-photo img { aspect-ratio: 16 / 10; }
}
@media (max-width: 520px) {
  .tl-item { padding-left: 34px; }
  .person-facts { grid-template-columns: 1fr; }
}
