/* Opaque paragraph surfaces protect every glyph from the fractured texture. */
.intro .prose{position:relative;isolation:isolate;max-width:none;padding:80px clamp(60px,6vw,110px);background:#d6bd91 url("parchment-fractured.webp") center/100% auto repeat-y;box-shadow:inset 0 0 45px 12px #35200e70;color:#262334}
.intro .prose::before{content:"";position:absolute;inset:0;box-sizing:border-box;border:48px solid transparent;border-image:url("parchment-frame.svg") 80 stretch;pointer-events:none;z-index:0;filter:contrast(1.8)}
.intro .prose p{position:relative;z-index:1;background:#eee4d2;box-shadow:0 0 12px 12px #eee4d2;border-radius:2px;margin-bottom:56px}
.intro .prose p:last-child{margin-bottom:0}
@media(max-width:700px){.intro .prose{padding:62px 42px 70px;background-size:100% 600px}.intro .prose::before{border-width:26px}.intro .prose p{box-shadow:0 0 8px 9px #eee4d2;margin-bottom:48px}.intro .prose p:last-child{margin-bottom:0}}
