/*
 * Shared secondary-copy legibility for the approved Homepage and inner pages.
 * This file intentionally loads after each page stylesheet so small descriptive
 * text has one centralized, accessible treatment on light surfaces.
 */
:root {
  --gvs-secondary-on-light: #66706b;
  --gvs-secondary-on-silver: #252724;
}

.home-page .service-choice small,
.home-page .fine-print,
.home-page .popular-card:not(.dark-card) > p:not(.mini-label),
.home-page .service-menu-copy > p:not(.eyebrow),
.home-page .price-row small,
.home-page .stylist-card > div > p:not(.mini-label),
.home-page .split-heading > p:last-child,
.home-page .work-footer p,
.home-page .faq-list details p,
.home-page .check-list li,
.home-page .footer-brand p,
.home-page .footer-grid > div:not(.footer-brand) a,
.home-page .footer-grid > div:not(.footer-brand) p:not(.footer-title),
.gvs-inner-page .gvs-page-section:not(.gvs-stylist-match-section):not(.gvs-arrival-section):not(.gvs-booking-section) .gvs-section-intro,
.gvs-inner-page .gvs-journey-step:not(:nth-child(3)) p,
.gvs-inner-page .gvs-service-guide-card p,
.gvs-inner-page .gvs-section-action p,
.gvs-inner-page .gvs-prose,
.gvs-inner-page .gvs-result-card p,
.gvs-inner-page .gvs-faq-list details p,
.gvs-inner-page .gvs-related-card p,
.gvs-inner-page .footer-brand p,
.gvs-inner-page .footer-grid > div:not(.footer-brand) a,
.gvs-inner-page .footer-grid > div:not(.footer-brand) p:not(.footer-title) {
  color: var(--gvs-secondary-on-light);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: normal;
}

/* Pure or silver-forward surfaces need the approved Charcoal value to keep
   secondary copy above 4.5:1 without increasing weight or size. */
.gvs-inner-page .gvs-journey-step:nth-child(2) p,
.gvs-inner-page .gvs-service-guide-section .gvs-section-intro,
.gvs-inner-page .gvs-split-section.is-pearl .gvs-prose,
.gvs-inner-page .gvs-trust-section .gvs-section-intro {
  color: var(--gvs-secondary-on-silver);
}

.home-page .price-note,
.home-page .popular-card:not(.dark-card) .mini-label,
.home-page .service-menu-section .eyebrow,
.home-page .team-section .eyebrow,
.home-page .review-card footer,
.home-page .footer-title,
.home-page .footer-bottom,
.gvs-inner-page .gvs-page-section:not(.gvs-stylist-match-section):not(.gvs-arrival-section):not(.gvs-booking-section) .gvs-eyebrow,
.gvs-inner-page .gvs-service-guide-card strong,
.gvs-inner-page .gvs-review-cards blockquote footer,
.gvs-inner-page .gvs-related-card > span,
.gvs-inner-page .gvs-related-card strong,
.gvs-inner-page .footer-title,
.gvs-inner-page .footer-bottom {
  color: var(--gvs-secondary-on-light);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}
