/* ============================================
   Pathways Page — pathways.php
   ============================================ */

.entry-section { padding: 100px 40px; max-width: 860px; margin: 0 auto; border-bottom: 1px solid var(--border); }
.entry-callout { border: 1px solid var(--border); border-left: 3px solid var(--gold); padding: 48px 44px; background: rgba(201,168,76,0.03); }
.entry-heading { font-family: var(--font-serif); font-size: clamp(24px, 3vw, 40px); font-weight: normal; color: var(--cream); line-height: 1.2; margin-bottom: 20px; }
.entry-body { font-size: 14px; color: var(--text-dim); line-height: 1.9; max-width: 600px; }
.entry-body p + p { margin-top: 16px; }

.diagram-section { padding: 100px 40px; background: #0a0a0a; border-bottom: 1px solid var(--border); }
.diagram-inner { max-width: 1100px; margin: 0 auto; }
.diagram-header { max-width: 600px; margin-bottom: 72px; }
.diagram-title { font-family: var(--font-serif); font-size: clamp(26px, 3.5vw, 42px); font-weight: normal; color: var(--cream); margin-top: 12px; line-height: 1.1; }

.thread-visual { display: grid; grid-template-columns: 120px 1fr; gap: 0; margin-bottom: 72px; max-width: 860px; }
.thread-name { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-muted); padding: 20px 20px 20px 0; display: flex; align-items: center; border-right: 1px solid var(--border); }
.thread-name-gold { color: var(--gold); opacity: .8; }
.thread-name-red  { color: #b83020; opacity: .9; }
.thread-bar-wrap { padding: 12px 0 12px 24px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.04); }
.thread-bar { height: 24px; border-radius: 2px; position: relative; display: flex; align-items: center; padding: 0 14px; }
.thread-bar-gold { background: linear-gradient(90deg, rgba(201,168,76,0.25) 0%, rgba(201,168,76,0.08) 100%); border: 1px solid rgba(201,168,76,0.3); width: 100%; }
.thread-bar-white { background: linear-gradient(90deg, rgba(232,224,208,0.12) 0%, rgba(232,224,208,0.04) 100%); border: 1px solid rgba(232,224,208,0.15); width: 100%; }
.thread-bar-red { background: linear-gradient(90deg, rgba(180,60,40,0.22) 0%, rgba(180,60,40,0.06) 100%); border: 1px solid rgba(180,60,40,0.28); width: 100%; }
.thread-bar-text { font-size: 8px; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.thread-bar-gold .thread-bar-text { color: var(--gold); }
.thread-bar-white .thread-bar-text { color: var(--cream); opacity: .7; }
.thread-bar-red .thread-bar-text { color: #c05040; }
.thread-timeline { grid-column: 2; display: flex; justify-content: space-between; padding: 12px 0 0 24px; }
.thread-timeline span { font-size: 8px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); opacity: .5; }
.thread-divider { border-right: 1px solid var(--border); }
.diagram-note { font-size: 13px; color: var(--text-muted); line-height: 1.8; max-width: 560px; }

.threads-section { padding: 100px 40px; max-width: 1100px; margin: 0 auto; border-bottom: 1px solid var(--border); }
.threads-header { max-width: 600px; margin-bottom: 72px; }
.threads-title { font-family: var(--font-serif); font-size: clamp(26px, 3.5vw, 42px); font-weight: normal; color: var(--cream); margin-top: 12px; }

.thread-card { display: grid; grid-template-columns: 3px 1fr; gap: 0 44px; margin-bottom: 56px; align-items: start; }
.thread-card:last-child { margin-bottom: 0; }
.thread-accent { height: 100%; min-height: 160px; }
.thread-accent-gold { background: var(--gold); opacity: .4; }
.thread-accent-white { background: var(--cream); opacity: .2; }
.thread-accent-red { background: #b83020; opacity: .4; }
.thread-number { font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 8px; }
.thread-heading { font-family: var(--font-serif); font-size: clamp(24px, 2.8vw, 36px); font-weight: normal; color: var(--cream); line-height: 1.1; margin-bottom: 6px; }
.thread-heading-gold em { color: var(--gold); font-style: italic; }
.thread-tagline { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 20px; }
.thread-tagline-gold { color: var(--gold-dim); }
.thread-tagline-white { color: rgba(232,224,208,0.4); }
.thread-tagline-red { color: rgba(180,60,40,0.8); }
.thread-desc { font-size: 14px; color: var(--text-dim); line-height: 1.9; max-width: 620px; margin-bottom: 24px; }
.thread-desc p + p { margin-top: 14px; }
.thread-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); max-width: 560px; margin-top: 28px; }
.thread-detail-item { background: var(--black); padding: 18px 20px; }
.thread-detail-label { font-size: 8px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 6px; }
.thread-detail-value { font-family: var(--font-serif); font-size: 15px; color: var(--cream); line-height: 1.2; }

.relationship-section { padding: 100px 40px; background: #0a0a0a; border-bottom: 1px solid var(--border); }
.relationship-inner { max-width: 860px; margin: 0 auto; }
.relationship-title { font-family: var(--font-serif); font-size: clamp(26px, 3.5vw, 42px); font-weight: normal; color: var(--cream); margin-top: 12px; margin-bottom: 48px; }
.relationship-body { font-family: var(--font-serif); font-size: 17px; color: var(--text); line-height: 1.85; }
.relationship-body p + p { margin-top: 22px; }
.pathways-pull-quote { font-family: var(--font-serif); font-size: clamp(18px, 2.4vw, 28px); font-style: italic; color: var(--cream); border-left: 2px solid var(--gold); padding-left: 28px; margin: 52px 0; line-height: 1.4; }

.feed-section { padding: 100px 40px; max-width: 1100px; margin: 0 auto; border-bottom: 1px solid var(--border); }
.feed-title { font-family: var(--font-serif); font-size: clamp(26px, 3.5vw, 38px); font-weight: normal; color: var(--cream); margin-top: 12px; margin-bottom: 64px; max-width: 560px; }
.feed-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.feed-item { background: var(--black); padding: 40px 32px; }
.feed-arrow { font-size: 20px; color: var(--gold); opacity: .5; margin-bottom: 16px; display: block; }
.feed-source { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 14px; }
.feed-text { font-size: 13px; color: var(--text-dim); line-height: 1.8; }
.feed-text strong { color: var(--cream); font-weight: normal; }

.start-section { padding: 100px 40px; max-width: 860px; margin: 0 auto; }
.start-callout { border: 1px solid var(--border); border-left: 3px solid var(--gold); padding: 52px 48px; background: rgba(201,168,76,0.02); }
.start-heading { font-family: var(--font-serif); font-size: clamp(22px, 2.8vw, 36px); font-weight: normal; color: var(--cream); line-height: 1.2; margin-bottom: 16px; }
.start-body { font-size: 14px; color: var(--text-dim); line-height: 1.9; max-width: 520px; margin-bottom: 36px; }
.start-link { display: inline-block; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(201,168,76,0.3); padding: 14px 28px; transition: background .15s, color .15s; }
.start-link:hover { background: rgba(201,168,76,0.08); color: var(--cream); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 700px) {
  .entry-section, .threads-section, .feed-section, .start-section { padding: 72px 24px; }
  .diagram-section, .relationship-section { padding: 72px 24px; }
  .entry-callout, .start-callout { padding: 32px 24px; }
  .thread-card { grid-template-columns: 2px 1fr; gap: 0 24px; }
  .thread-detail-grid { grid-template-columns: repeat(2, 1fr); }
  .feed-grid { grid-template-columns: 1fr; }
  .thread-visual { grid-template-columns: 80px 1fr; }
}
