/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PHILOSOPHY SECTION
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
#philosophy {
  background: var(--white);
}

.phil-manifesto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--border);
}

.phil-manifesto-left {
  padding: 100px 80px;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.phil-manifesto-right {
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.phil-claim {
  font-family: var(--type-display);
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 400;
  line-height: 1.12;
  color: var(--ink);
}

.phil-claim em {
  font-style: italic;
  color: var(--gold);
}

.phil-rule {
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin: 40px 0;
}

.phil-intro {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--muted);
  max-width: 420px;
}

.phil-barbell {
  background: var(--ink);
  padding: 36px;
  margin-top: 40px;
}

.phil-barbell-label {
  font-family: var(--type-mono);
  font-size: .65rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .3);
  margin-bottom: 16px;
}

.phil-barbell-title {
  font-family: var(--type-display);
  font-size: 1.4rem;
  font-weight: 400;
  color: #FDFCFA;
  margin-bottom: 12px;
}

.phil-barbell-desc {
  font-size: .88rem;
  color: rgba(255, 255, 255, .4);
  line-height: 1.8;
}

.phil-body-text {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--muted);
}

.phil-body-text+.phil-body-text {
  margin-top: 20px;
}

/* Pull quote */
.phil-pullquote {
  padding: 80px;
  background: var(--pale);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
}

.phil-pullquote::before {
  content: '"';
  position: absolute;
  top: 40px;
  left: 72px;
  font-family: var(--type-display);
  font-size: 8rem;
  line-height: 1;
  color: var(--border);
  font-weight: 700;
}

.phil-quote-text {
  font-family: var(--type-display);
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.35;
  color: var(--ink);
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.phil-quote-attr {
  font-family: var(--type-mono);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
  margin-top: 28px;
}

/* Philosophy planks */
.phil-planks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--border);
}

.phil-plank {
  padding: 64px 72px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
}

.phil-plank:nth-child(even) {
  border-right: none;
}

.phil-plank:nth-child(3),
.phil-plank:nth-child(4) {
  border-bottom: none;
}

.phil-plank-num {
  font-family: var(--type-display);
  font-size: 5rem;
  font-weight: 700;
  color: var(--border);
  line-height: 1;
  position: absolute;
  top: 40px;
  right: 56px;
}

.phil-plank-title {
  font-family: var(--type-display);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 20px;
  line-height: 1.2;
  max-width: 300px;
}

.phil-plank-body {
  font-size: .92rem;
  line-height: 1.85;
  color: var(--muted);
}

.phil-plank-accent {
  display: inline-block;
  margin-top: 24px;
  font-family: var(--type-mono);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
}

/* Metrics row */
.phil-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border);
  background: var(--ink);
}

.phil-metric {
  padding: 56px 64px;
  border-right: 1px solid rgba(255, 255, 255, .07);
  position: relative;
  overflow: hidden;
}

.phil-metric:last-child {
  border-right: none;
}

.phil-metric::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gold);
}

.phil-metric-index {
  font-family: var(--type-mono);
  font-size: .65rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .2);
  margin-bottom: 20px;
}

.phil-metric-name {
  font-family: var(--type-display);
  font-size: 1.6rem;
  font-weight: 400;
  color: #FDFCFA;
  margin-bottom: 16px;
}

.phil-metric-desc {
  font-size: .88rem;
  color: rgba(255, 255, 255, .38);
  line-height: 1.8;
}

.phil-metric-formula {
  font-family: var(--type-mono);
  font-size: .72rem;
  color: var(--gold);
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  letter-spacing: .06em;
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PHILOSOPHY PLANK ICONS
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.plank-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  color: var(--gold);
  opacity: .9;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BARBELL VISUAL
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.barbell-visual {
  margin-top: 32px;
  padding: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.barbell-svg-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 20px;
}

.barbell-end {
  flex: 1;
  padding: 16px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.barbell-bar {
  height: 6px;
  width: 60px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .25), rgba(255, 255, 255, .15));
  flex-shrink: 0;
}

.barbell-pct {
  font-family: var(--type-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: #FDFCFA;
}

.barbell-lbl {
  font-family: var(--type-mono);
  font-size: .58rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
  text-align: center;
}

.barbell-end.growth .barbell-pct {
  color: var(--gold);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RISK RATIO BARS (Metrics section)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.metric-bar-wrap {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.metric-bar-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.metric-bar-label {
  font-family: var(--type-mono);
  font-size: .6rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .3);
  width: 52px;
  flex-shrink: 0;
}

.metric-bar-track {
  flex: 1;
  height: 3px;
  background: rgba(255, 255, 255, .08);
  border-radius: 2px;
  overflow: hidden;
}

.metric-bar-fill {
  height: 100%;
  background: var(--gold);
  border-radius: 2px;
  width: 0;
  transition: width 1.2s ease;
}

.metric-bar-val {
  font-family: var(--type-mono);
  font-size: .62rem;
  color: var(--gold);
  width: 30px;
  text-align: right;
  flex-shrink: 0;
}

/* Philosophy image strip */
.phil-image-strip {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #050e1c;
  border-top: 1px solid rgba(255, 255, 255, .04);
  border-bottom: 1px solid rgba(255, 255, 255, .04);
}

.phil-image-strip svg {
  display: block;
  width: 100%;
}
