.post-hero{position:relative;height:100vh;width:100%;overflow:hidden}.post-hero__img{position:absolute;inset:0;height:100%;width:100%;object-fit:cover}.post-hero__img--placeholder{background:var(--color-sand)}.post-hero__scrim{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,.1) 55%,rgba(0,0,0,.3))}.post-hero__content{position:relative;z-index:10;display:flex;height:100%;flex-direction:column;align-items:center;justify-content:flex-end;padding:0 1.5rem 4rem;text-align:center;color:var(--color-white)}.post-hero__content .eyebrow{font-size:1.125rem;margin-bottom:1.5rem}.post-hero__content .h-display{font-size:clamp(1.8rem,4vw,3.2rem);max-width:46rem}.post-article{padding-block:5rem}@media(min-width:1024px){.post-article{padding-block:80px}}.post-article__intro{max-width:46rem;margin-inline:auto;margin-bottom:3rem;text-align:center}.post-article__lead{font-size:clamp(1.25rem,2vw,1.5rem);line-height:1.6;font-weight:400;color:var(--color-ink)}.post-article__body{max-width:1080px;margin-inline:auto}.post-article__body h1{font-size:30px;line-height:1.4;margin-bottom:30px;text-align:center;font-weight:400}.post-article__body p{margin-bottom:15px;font-weight:400;font-size:15px;line-height:24px;color:var(--color-ink)}.post-article__body p:last-child{margin-bottom:0}.post-article__body img{width:100%;height:auto;border-radius:1rem;margin-block:3rem}.post-article__body h2,.post-article__body h3{margin:2.5rem 0 1rem;font-weight:400}.post-article__body em,.post-article__body i{font-style:italic}.post-article__body b,.post-article__body strong{font-weight:500;color:var(--color-ink)}.post-article__body a{text-decoration:underline;text-underline-offset:3px}