/* ================= INNER PAGE TEMPLATE ================= */
.page-head{background:var(--navy-deep);color:#DCE7F4;position:relative;overflow:hidden;
  padding:clamp(48px,5.6vw,84px) 0 clamp(44px,5vw,70px);margin-top:-84px;padding-top:calc(clamp(48px,5.6vw,84px) + 84px)}
.page-head::before{content:"";position:absolute;width:420px;height:420px;right:-150px;top:-190px;border-radius:50%;
  background:radial-gradient(circle,rgba(242,176,46,.16),transparent 68%)}
.page-head > .wrap{position:relative;z-index:2}
.page-head h1{color:#fff;font-size:clamp(2.2rem,4.2vw,3.5rem);max-width:16ch;margin-top:18px}
.page-head .lead{color:var(--muted-dk);margin-top:20px;max-width:54ch}
/* the shared .eyebrow is navy; on any dark surface it has to be restated */
.page-head .eyebrow{color:var(--gold)}
.crumbs{font-size:.82rem;color:#8FB2D8;margin-bottom:20px}
.crumbs a{text-decoration:underline;text-underline-offset:3px}
.crumbs a:hover{color:#fff}
@media(max-width:900px){.page-head{margin-top:-70px;padding-top:calc(clamp(48px,5.6vw,84px) + 70px)}}
