html { scroll-behavior: smooth; }
body { background: #f5f1e9; }
.wp-site-blocks { overflow-x: hidden; }
.pcmt-header { border-bottom: 1px solid rgba(31,33,31,.12); backdrop-filter: blur(8px); }
.pcmt-brand { letter-spacing: .08em; text-transform: uppercase; }
.pcmt-hero { min-height: 72vh; position: relative; overflow: hidden; }
.pcmt-hero:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,241,233,.95) 0%, rgba(245,241,233,.75) 42%, rgba(245,241,233,.1) 100%); z-index: 1; }
.pcmt-hero > .wp-block-cover__inner-container { position: relative; z-index: 2; }
.pcmt-soft-card { background: rgba(255,255,255,.58); border: 1px solid rgba(31,33,31,.1); box-shadow: 0 20px 60px rgba(31,33,31,.08); }
.pcmt-muted { color: #686b63; }
.pcmt-smallcaps { font-family: Arial, Helvetica, sans-serif; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.pcmt-image-frame img { filter: grayscale(100%); }
.pcmt-chapter-card { border-top: 1px solid rgba(31,33,31,.14); padding-top: 1.4rem; }
.pcmt-footer { border-top: 1px solid rgba(31,33,31,.12); }
.wp-block-button__link { padding: .9rem 1.25rem; }
.wp-block-post-featured-image img, .wp-block-image img { height: auto; }
@media (max-width: 760px) {
  .pcmt-hero { min-height: 68vh; }
  .pcmt-hero:before { background: linear-gradient(180deg, rgba(245,241,233,.96) 0%, rgba(245,241,233,.72) 60%, rgba(245,241,233,.25) 100%); }
}
