/* Simple pages: about, contact, legal, thank-you, 404 */
.page-hero{padding:clamp(3rem,7vw,5.5rem) 0 clamp(1.5rem,4vw,3rem);position:relative}
.page-hero h1{max-width:20ch}
.page-hero .lead{max-width:62ch}
.about-grid{align-items:center}
.about-photo img{width:min(100%,420px);margin-inline:auto;filter:drop-shadow(0 30px 40px rgba(22,19,31,.22));animation:float 7s ease-in-out infinite}
.contact-grid{align-items:start}
.contact-list{list-style:none;padding:0;margin:0}
.contact-list li{padding:.5rem 0;border-bottom:1px solid var(--line)}
.prose{max-width:72ch}
.prose h2{font-size:1.6rem;margin-top:2rem}
.prose .check-list{margin-bottom:1.2rem}
.about-photo img{-webkit-mask:linear-gradient(to bottom,#000 62%,transparent 97%),linear-gradient(to right,#000 78%,transparent 99%);-webkit-mask-composite:source-in;mask:linear-gradient(to bottom,#000 62%,transparent 97%),linear-gradient(to right,#000 78%,transparent 99%);mask-composite:intersect}
/* A real photograph (not a cut-out): framed card, no edge fade, no float. */
.about-photo--real img{display:block;height:auto;border-radius:28px;filter:none;animation:none;-webkit-mask:none;mask:none;box-shadow:0 30px 60px -24px rgba(22,19,31,.38),0 0 0 1px rgba(22,19,31,.06)}
