.story-v2 { --serif: 'Cormorant Garamond', serif; --sans: 'Public Sans', -apple-system, BlinkMacSystemFont, sans-serif; font-family: var(--sans); }
.story-v2 .container { max-width: 1200px; }
.story-v2 .eyebrow { font-size: 12px; line-height: 1.4; letter-spacing: 0.12em; }
.story-v2 .section-lead { max-width: 620px; font-size: 16px; line-height: 1.8; opacity: 0.82; }
.story-v2 h2 { font-size: 44px; line-height: 1.2; }
.story-v2 h3 { font-size: 25px; line-height: 1.25; }
.story-v2 .testimonials-section { padding: 104px 0; }
.story-v2 .testimonials-intro h2 { font-size: 44px; line-height: 1.18; }
.story-v2 .testimonial { min-height: 330px; border-radius: 12px; }
.story-v2 .testimonial blockquote { font-size: 25px; line-height: 1.42; }
.story-v2 .begin-section { padding: 104px 0; }
.story-v2 .begin-copy .eyebrow { margin-bottom: 18px; }
.story-v2 .begin-copy h2 { margin-bottom: 22px; font-size: 44px; line-height: 1.2; }
.story-v2 .reveal { transform: translateY(12px); transition-duration: 0.6s; }
@media (prefers-reduced-motion: reduce) { .story-v2 { scroll-behavior: auto; } .story-v2 .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 760px) {
  .story-v2 .container { padding-left: 24px; padding-right: 24px; }
  .story-v2 h2 { font-size: 36px; line-height: 1.2; }
  .story-v2 .testimonials-intro h2, .story-v2 .begin-copy h2 { font-size: 36px; }
  .story-v2 .testimonial blockquote { font-size: 23px; }
}
@media (max-width: 520px) {
  .story-v2 .nav-cta { display: none; }
  .story-v2 .nav-inner { gap: 16px; }
}
