


  .page-header{
    padding:160px 0 60px;
    border-bottom:1px solid var(--line);
  }
  .page-header h1{
    font-family:'Fraunces',serif;
    font-weight:800;
    font-size:clamp(40px,6vw,72px);
    text-transform:uppercase;
    letter-spacing:-0.01em;
    margin-top:16px;
  }
  .stub-body{
    padding:100px 0 160px;
  }
  .stub-body p{
    font-family:'Fraunces',serif;
    font-weight:500;
    font-size:clamp(18px,2.2vw,23px);
    line-height:1.65;
    max-width:680px;
    color:var(--bone-dim);
    margin-bottom:28px;
  }
