/* Flat Medya v3.1 — Global typography system
   Single source of truth for readable SF Pro Display sizing. */

:root{
  --fm-body:18px;
  --fm-body-mobile:16px;
  --fm-copy:17px;
  --fm-copy-lg:18px;
  --fm-card-copy:16px;
  --fm-small:14px;
  --fm-label:12px;
}

body{font-size:var(--fm-body);line-height:1.66;font-weight:450}
p{font-size:17px;line-height:1.66}
small{line-height:1.4}

.site-header a,.header a,.main-navigation a,.nav-menu a{font-size:15px;font-weight:650}
.site-header .btn,.header .btn{font-size:14px;font-weight:750}

.section-head h2{
  font-size:clamp(42px,3.45vw,56px);
  line-height:1.04;
  font-weight:800;
  letter-spacing:-.04em;
}
.section-head h2 em{font-weight:800}
.section-head>p,.section-head .section-description{
  font-size:18px;
  line-height:1.68;
  font-weight:500;
  color:#b9c8cf;
}
.section .eyebrow,.section-head .eyebrow,.eyebrow{
  font-size:12px;
  line-height:1.35;
  font-weight:850;
  letter-spacing:.12em;
}

.btn,button,.button,.wp-element-button{font-size:14px;font-weight:750}

.fm-story p,.customer-experience p,.testimonial-section p,.client-experience p,.fm-story__copy p{
  font-size:17px;
  line-height:1.7;
  font-weight:500;
  color:#bdcbd1;
}
.fm-story blockquote,.testimonial-quote{
  font-size:clamp(23px,2vw,32px);
  line-height:1.36;
  font-weight:650;
}

.cta p,.cta-section p,.final-cta p{
  font-size:18px;
  line-height:1.68;
  font-weight:500;
  color:#bdcbd1;
}
.cta h2,.cta-section h2,.final-cta h2{
  font-size:clamp(40px,3.3vw,54px);
  line-height:1.04;
  font-weight:800;
}

.site-footer,.footer{font-size:16px}
.site-footer p,.footer p{font-size:16px;line-height:1.65;color:#aabcc5}
.site-footer a,.footer a{font-size:15px;line-height:1.55;font-weight:550}
.site-footer small,.footer small{font-size:12px}

.card p,.glass-card p,.info-card p{font-size:16px;line-height:1.62}

@media(max-width:1100px) and (min-width:821px){
  body{font-size:17px}
  .section-head h2{font-size:clamp(38px,4.5vw,50px)}
  .section-head>p{font-size:17px}
}
@media(max-width:820px){
  body{font-size:16px}
  p{font-size:16px}
  .section-head h2{font-size:clamp(34px,8.8vw,44px);line-height:1.06}
  .section-head>p{font-size:16.5px;line-height:1.65}
  .cta p,.cta-section p,.final-cta p{font-size:16.5px}
}
