.story-block { position: relative; height: 640px; background-size: cover; background-position: center; }
.story-text {
  position: absolute; left: 0; bottom: 0; width: 42%;
  padding: 24px 64px 40px 40px;
  background: linear-gradient(90deg, rgba(0,0,0,.8) 55%, rgba(0,0,0,0) 100%);
}
.story-text h3 { font-size: 34px; font-weight: 400; color: var(--white); line-height: 1.2; margin-bottom: 16px; }
.story-text p { font-size: 16px; font-weight: 300; color: var(--white); max-width: 460px; }

.pillars-section { background: var(--grey-bg-soft); padding: 64px 0; }
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.pillar h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .5px; color: var(--red); font-weight: 800; margin-bottom: 10px; }
.pillar h3 { font-size: 24px; font-weight: 700; margin-bottom: 14px; color: var(--navy); }
.pillar p { font-size: 14px; color: #444; margin-bottom: 16px; }
.pillar a { font-size: 12.5px; font-weight: 800; text-transform: uppercase; color: var(--navy); border-bottom: 2px solid var(--red); padding-bottom: 3px; }

.mission-section { background: var(--white); padding: 70px 0; text-align: center; }
.mission-section h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .5px; color: var(--red); font-weight: 800; margin-bottom: 14px; }
.mission-section p { font-size: 22px; font-weight: 300; max-width: 780px; margin: 0 auto; line-height: 1.5; color: var(--navy); }

@media (max-width: 900px) {
  .story-text { width: 100%; padding: 24px 24px 32px; background: linear-gradient(0deg, rgba(0,0,0,.85), rgba(0,0,0,.3)); }
  .story-block { height: 480px; }
  .pillars-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: repeat(2, 1fr); }
  .header-nav { display: none; }
}
