.nav-active { color: var(--ink) !important; }
.nav-active::after { width: 100% !important; }

.story-page-hero { min-height: 700px; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--cream); }
.story-page-hero-copy { padding: 90px clamp(32px, 7vw, 120px); display: flex; flex-direction: column; justify-content: center; }
.story-page-hero-copy h1, .story-intro h2, .story-process-copy h2, .story-cta h2 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.1; }
.story-page-hero-copy h1 { max-width: 680px; margin-bottom: 28px; font-size: clamp(42px, 5vw, 68px); }
.story-page-hero-copy h1 em { color: var(--green); font-weight: 400; }
.story-page-hero-copy > p:last-child { max-width: 610px; color: var(--muted); font-size: 16px; font-weight: 300; line-height: 1.9; }
.story-page-hero-image { min-height: 700px; overflow: hidden; }
.story-page-hero-image img { height: 100%; object-fit: cover; }

.story-section-page { padding: 108px clamp(24px, 5vw, 72px); }
.story-intro { background: var(--white); }
.story-intro-inner { max-width: 1160px; margin: auto; display: grid; grid-template-columns: .85fr 1.15fr; column-gap: 90px; }
.story-intro-inner > .eyebrow { grid-column: 1 / -1; }
.story-intro h2 { font-size: clamp(36px, 4.2vw, 53px); }
.story-intro-copy { padding-top: 5px; }
.story-intro-copy p, .story-process-copy > p { margin-bottom: 18px; color: var(--muted); font-size: 15px; font-weight: 300; line-height: 1.9; }

.story-process { background: var(--sand); }
.story-process-inner { max-width: 1160px; margin: auto; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(50px, 8vw, 100px); align-items: center; }
.story-process-image { height: 560px; overflow: hidden; }
.story-process-image img { height: 100%; object-fit: cover; }
.story-process-copy h2 { margin-bottom: 25px; font-size: clamp(35px, 4vw, 50px); }
.story-process-copy .text-link { display: inline-block; margin-top: 8px; }

.story-principles { background: var(--white); }
.principles-grid { max-width: 1160px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principle-card { min-height: 280px; padding: 34px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-card > span { display: block; margin-bottom: 58px; color: rgba(39,53,40,.26); font-family: 'Playfair Display', Georgia, serif; font-size: 27px; }
.principle-card h3 { margin-bottom: 14px; font-family: 'Playfair Display', Georgia, serif; font-size: 24px; line-height: 1.2; }
.principle-card p { color: var(--muted); font-size: 13px; font-weight: 300; line-height: 1.8; }

.story-cta { background: var(--green-deep); color: var(--white); text-align: center; }
.story-cta .eyebrow { justify-content: center; }
.story-cta h2 { margin-bottom: 15px; font-size: clamp(38px, 5vw, 58px); }
.story-cta > p:not(.eyebrow) { color: rgba(255,255,255,.7); font-weight: 300; }
.story-cta-actions { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }

@media (max-width: 900px) {
  .story-page-hero { grid-template-columns: 1fr; }
  .story-page-hero-copy { order: 2; padding: 68px 28px 78px; }
  .story-page-hero-image { order: 1; min-height: 560px; max-height: 700px; }
  .story-intro-inner, .story-process-inner { grid-template-columns: 1fr; gap: 42px; }
  .principles-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .story-section-page { padding: 76px 20px; }
  .story-page-hero-image { min-height: 430px; }
  .story-process-image { height: 380px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principle-card { min-height: auto; }
  .principle-card > span { margin-bottom: 34px; }
  .story-cta-actions { flex-direction: column; }
}
