/* Proof & Principle v510 · Gin/Genever/Botanicals hub guide-type lock
   Scope: this hub only.
   Matches the approved P&P guide opener and guide-close heading proportions.
   No structural, copy, colour, or image changes. */

/* Guide opener reference: .hero h1 */
.hub-hero h1{
  font-family:"Times New Roman",Times,serif!important;
  font-size:clamp(64px,7vw,110px)!important;
  font-weight:750!important;
  line-height:.88!important;
  letter-spacing:-.065em!important;
  text-transform:none!important;
}

/* Guide closing reference: .guide-close h2 */
.continue-learning h2{
  font-family:"Times New Roman",Times,serif!important;
  font-size:clamp(46px,6vw,82px)!important;
  font-weight:700!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  text-transform:none!important;
}

@media(max-width:680px){
  .hub-hero h1{
    font-size:55px!important;
  }
  .continue-learning h2{
    font-size:clamp(46px,12vw,62px)!important;
  }
}
