/* Larger, more comfortable reading scale throughout the site. */
body { font-size: 17px; }
nav { font-size: .8rem; }
.eyebrow { font-size: .7rem; }
.royal-tagline { margin: 0 0 12px; color: #08243a; font-size: 1rem; font-weight: 600; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.royal-tagline strong { color: #b77b1d; font-weight: 700; }
.hero h1.care-tagline { color: #08243a; font-family: 'Cinzel', var(--serif); font-size: clamp(1.48rem, 2.2vw, 2.38rem); font-weight: 600; letter-spacing: .005em; line-height: 1.32; text-transform: uppercase; }
.hero h1.care-tagline strong { color: #b77b1d; font-weight: 700; }
.hero h1 { font-size: 3.45rem; }
.lede { font-size: .95rem; line-height: 1.5; }
.gold, .tour { font-size: .8rem; }
.benefits span { font-size: .76rem; }
.benefits small, .about-list small, .facility-card small { font-size: .67rem; }
.about-copy h2 { font-size: 1.95rem; }
.about-copy > p:not(.eyebrow) { font-size: .86rem; line-height: 1.52; }
.about-list strong, .facility-card { font-size: .78rem; }
.fac-copy h2 { font-size: 1.8rem; }
.fac-copy > p:not(.eyebrow) { font-size: .78rem; }
.services h2 { font-size: 1.45rem; }
.services > p { font-size: .68rem; }
footer p { font-size: .78rem; }

@media (max-width: 760px) {
  body { font-size: 16px; }
  .hero h1 { font-size: 2.72rem; }
  .hero .eyebrow { font-size: .66rem; }
  .royal-tagline { font-size: .76rem; letter-spacing: .09em; line-height: 1.4; }
  .hero h1.care-tagline { font-size: 1.45rem; line-height: 1.34; letter-spacing: .005em; }
  .lede { font-size: .86rem; }
  .gold, .tour { font-size: .8rem; }
  .benefits span { font-size: .7rem; }
  .about-copy h2 { font-size: 1.9rem; }
  .about-copy > p:not(.eyebrow), .fac-copy > p:not(.eyebrow) { font-size: .82rem; }
  .facility-card { font-size: .74rem; }
  .services > p { font-size: .7rem; }
}
