/* V22.4: scoped to the four homepage cards and contact consent only. */
.home-page .fit-section.fit-four h2 {
  max-width: 1050px; font-size: clamp(2.1rem, 3.5vw, 3.65rem);
  line-height: 1.06; margin-bottom: 28px;
}
.home-page .fit-section .fit-grid-four {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px; align-items: stretch;
}
.home-page .fit-grid-four .fit-card { min-width: 0; padding: 0; overflow: hidden; }
.home-page .fit-grid-four .fit-photo { height: 185px; margin: 0; }
.home-page .fit-grid-four .fit-card h3 {
  font-family: var(--body, Arial, sans-serif); font-size: 1rem; line-height: 1.5;
  font-weight: 500; margin: 0; padding: 18px 18px 22px;
}
.contact-page .contact-form { min-width: 0; }
.contact-page .contact-form-heading {
  grid-column: 1 / -1; margin: 0 0 8px; font-family: var(--display, Georgia, serif);
  font-size: 2.4rem; font-weight: 400; line-height: 1.1;
}
.contact-page .contact-form .field-optional { font-weight: 400; font-size: .78rem; }
.contact-page .contact-form .field-help {
  font-size: .85rem; font-weight: 400; line-height: 1.5;
  color: #58544c; text-transform: none; letter-spacing: normal;
}
.contact-page .sms-consent-group {
  grid-column: 1 / -1; min-width: 0; margin: 10px 0 4px; padding: 22px;
  border: 1px solid #cec3b3; background: #f4efe7; color: #25231f;
}
.contact-page .sms-consent-group legend {
  padding: 0 8px; font-size: 1rem; font-weight: 700;
}
.contact-page .sms-consent-group legend span { font-weight: 400; }
.contact-page .sms-intro { margin: 0 0 16px; font-size: 1rem; line-height: 1.55; }
.contact-page .contact-form label.sms-consent-label {
  display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 12px;
  align-items: start; font-size: .94rem; line-height: 1.6; font-weight: 400;
  text-transform: none; letter-spacing: normal; cursor: pointer;
}
.contact-page .contact-form #sms-marketing-opt-in {
  appearance: auto; width: 20px; height: 20px; min-width: 20px;
  margin: 4px 0 0; padding: 0; accent-color: #486145;
}
.contact-page .sms-policy-links { margin: 14px 0 0 34px; font-size: .92rem; }
.contact-page .sms-policy-links a {
  text-decoration: underline; text-underline-offset: 3px; color: #30462e;
}
.contact-page .sms-optional-note { margin: 12px 0 0 34px; font-size: .86rem; color: #58544c; }
.contact-page .contact-form :is(input,select,textarea,button,a):focus-visible {
  outline: 3px solid #486145; outline-offset: 3px;
}
@media (max-width: 1100px) {
  .home-page .fit-section .fit-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-page .fit-grid-four .fit-photo { height: 210px; }
}
@media (max-width: 640px) {
  .home-page .fit-section .fit-grid-four { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .home-page .fit-grid-four .fit-photo { height: 210px; }
  .home-page .fit-grid-four .fit-card h3 { padding: 16px 18px 20px; }
  .contact-page .sms-consent-group { padding: 18px 15px; }
  .contact-page .sms-policy-links, .contact-page .sms-optional-note { margin-left: 0; }
}
