/*    PF BASE      */

body{
  font-size: 16px;
}

p,
ul,
ol{
  margin-top: 0;
}
p{
  font-size: 16px;
  line-height: 1.65;
}

main a:not(.pf-btn){
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/*    SECTION RHYTHM   */

.pf-section{
  padding: 36px 0;
}

.pf-section--tight{
  padding: 24px 0;
}

.pf-section--soft{
  background: #f6f6f6;
}

.pf-section--soft2{
	background: #f8dfce;
}

.pf-section--none{
	background: #fff;
}

.pf-section--dark{
	background: #333333;
	color: #fff; 
}

/*    TYPOGRAPHY */

body{
  font-size: 16px;
}

.pf-h1{
  margin: 0 0 18px;
  font-size: 2.25rem; 
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.pf-h2{
  margin: 0 0 16px;
  font-size: 1.75rem; 
  line-height: 1.15;
  font-weight: 700;
}

.pf-h3{
  margin: 0 0 12px;
  font-size: 1.375rem; 
  line-height: 1.2;
  font-weight: 700;
}

.pf-h4{
  margin: 0 0 10px;
  font-size: 1.125rem; 
  line-height: 1.25;
  font-weight: 700;
}

.pf-lead{
  font-size: 1.125rem; 
  line-height: 1.6;
}

.pf-text{
  font-size: 1rem;   
  line-height: 1.65;
}

.pf-eyebrow{
  font-size: 13px;
  margin: 0 0 14px;
  line-height: 1;
	font-weight: 700; 
  letter-spacing: 0.14em;
	text-transform: uppercase
}


/*    WIDTH / ALIGNMENT HELPERS   */

.pf-max-text{
  max-width: 820px;
}

.pf-max-text--wide{
  max-width: 980px;
}

.pf-center{
  text-align: center;
}

.pf-center .pf-lead,
.pf-center .pf-text,
.pf-center .pf-max-text,
.pf-center .pf-max-text--wide{
  margin-left: auto;
  margin-right: auto;
}

/*    STACK HELPERS   */

.pf-stack > * + *{
  margin-top: 18px;
}

.pf-stack--sm > * + *{
  margin-top: 12px;
}

.pf-stack--lg > * + *{
  margin-top: 28px;
}

/*    LIST DEFAULTS   */

.pf-list{
  margin: 0;
  padding-left: 1.2em;
}

.pf-list li + li{
  margin-top: 8px;
}

/*    RESPONSIVE   */

@media (max-width: 1100px){
  .pf-section{
    padding: 36px 0;
  }

  .pf-section--tight{
    padding: 20px 0;
  }

  .pf-lead{
    font-size: 16px;
  }
}

@media (max-width: 760px){
  .pf-section{
    padding: 30px 0;
  }

  .pf-section--tight{
    padding: 20px 0;
  }

  .pf-h1{
    font-size: clamp(18px, 9vw, 24px);
  }

  .pf-h2{
    font-size: clamp(16px, 7vw, 20px);
  }

  .pf-h3{
    font-size: 16px;
  }

  .pf-lead{
    font-size: 15px;
    line-height: 1.55;
  }

  .pf-text{
    font-size: 15px;
  }
}

