/* A quieter reading layout for the location pages. Existing page styles stay scoped out. */
.location-page .page-intro {
  padding-top: 30px;
  padding-bottom: 48px;
  margin-bottom: 44px;
  border-bottom: 1px solid var(--line);
}
.location-page .page-intro .eyebrow { margin-bottom: 22px; color: #5b6f11; }
.location-page .page-intro h1 {
  max-width: 1000px;
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.12;
  letter-spacing: -1.8px;
  overflow-wrap: anywhere;
}
.location-page .location-focus {
  display: block;
  max-width: 840px;
  margin-top: 14px;
  font-size: clamp(23px, 2.5vw, 32px);
  line-height: 1.3;
  letter-spacing: -.6px;
  font-weight: 500;
}
.location-page .lead { max-width: 78ch; font-size: 18px; line-height: 1.75; margin-top: 24px; }
.location-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 28px; margin-top: 28px; }
.location-actions .button { gap: 24px; }
.location-phone { font-size: 16px; text-decoration: underline; text-underline-offset: 5px; }
.location-page .region-content { grid-template-columns: minmax(0, 1fr) 330px; gap: 64px; align-items: start; margin-bottom: 44px; }
.location-page .region-content > div { min-width: 0; }
.location-article { position: relative; padding: 0 0 30px 42px; }
.location-article + .location-article { padding-top: 28px; border-top: 1px solid var(--line); }
.location-number { position: absolute; left: 0; top: 5px; font-size: 12px; font-weight: 700; color: #637711; letter-spacing: 1px; }
.location-article + .location-article .location-number { top: 33px; }
.location-page .region-content h2 { font-size: clamp(24px, 2.2vw, 29px); line-height: 1.25; letter-spacing: -.6px; margin-bottom: 16px; }
.location-page .region-content p:not(.eyebrow) { font-size: 17px; line-height: 1.8; margin-top: 0; }
.location-page .location-article p:last-child { margin-bottom: 0; }
.location-page .town-panel { align-self: start; padding: 26px; border-radius: 0 0 6px 6px; }
.location-page .town-panel .eyebrow { margin: 0 0 10px; color: #5b6f11; }
.location-page .town-panel h2 { font-size: 24px; margin-bottom: 20px; }
.location-page .town-panel ul { display: block; }
.location-page .town-panel li { position: relative; background: none; border: 0; padding: 12px 0 12px 24px; font-size: 15px; line-height: 1.65; }
.location-page .town-panel li + li { border-top: 1px solid #d7dadd; }
.location-page .town-panel li::before { content: '✓'; position: absolute; left: 0; color: #5b6f11; font-weight: 700; }
.location-page .town-panel p:last-child { padding-top: 20px; margin: 8px 0 0; border-top: 1px solid #d7dadd; }
.location-page .town-panel a { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.location-page .region-services { padding-top: 12px; margin-bottom: 48px; }
.location-page .region-services > h2, .location-page .faq-section h2 { font-size: 29px; letter-spacing: -.6px; }
.location-page .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.location-page .catalog-card { padding: 26px; border-radius: 6px; display: flex; flex-direction: column; border-top: 3px solid var(--green); }
.location-page .catalog-card h3 { font-size: 23px; line-height: 1.3; margin: 0 0 18px; }
.location-page .catalog-card .service-more { margin-top: auto; padding-top: 12px; }
.location-page .catalog-card:hover { background: #f6f8ef; }
.location-page .faq-section { margin-bottom: 28px; }
.location-page .faq-section > .eyebrow { margin-bottom: 12px; color: #5b6f11; }
.location-page .faq-section details { max-width: none; padding: 22px 24px; background: #f6f7f8; border: 1px solid var(--line); border-radius: 6px; }
.location-page .faq-section summary { font-size: 18px; line-height: 1.6; }
.location-page .faq-section details p { max-width: 80ch; margin-bottom: 0; padding-left: 18px; font-size: 16px; line-height: 1.8; }
.location-page .location-nearby { padding-block: 20px 32px; }
.location-page .location-nearby .eyebrow { font-size: 11px; margin-bottom: 14px; }
.location-nearby ul, .location-links { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; }
.location-nearby a, .location-links a { display: inline-flex; padding: 10px 16px; border: 1px solid var(--line); border-radius: 4px; text-decoration: none; font-size: 15px; background: #fff; }
.location-nearby a:hover, .location-links a:hover { border-color: #879f29; background: #f6f8ef; }
.location-page .cta-panel { margin-block: 20px 60px; padding: 36px 40px; gap: 32px; border-radius: 6px; }
.location-page .cta-panel h2 { font-size: 30px; max-width: 650px; line-height: 1.25; }
.location-page .cta-panel p:not(.eyebrow) { max-width: 65ch; }
.location-page .cta-panel > .button { flex-shrink: 0; }
.location-page a:focus-visible, .location-page summary:focus-visible, .location-links a:focus-visible { outline: 3px solid #738b12; outline-offset: 4px; }
@media (max-width: 1000px) {
  .location-page .region-content { grid-template-columns: minmax(0, 1fr) 290px; gap: 32px; }
  .location-page .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .location-page .cta-panel { display: block; }
  .location-page .cta-panel > .button { margin-top: 16px; }
}
@media (max-width: 760px) {
  .location-page .page-intro { padding-top: 14px; padding-bottom: 32px; margin-bottom: 32px; }
  .location-page .page-intro h1 { font-size: 36px; letter-spacing: -1.1px; }
  .location-page .location-focus { font-size: 23px; margin-top: 12px; letter-spacing: -.3px; }
  .location-page .lead { font-size: 17px; line-height: 1.75; margin-top: 20px; }
  .location-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 24px; }
  .location-page .region-content { grid-template-columns: minmax(0, 1fr); gap: 28px; margin-bottom: 36px; }
  .location-article { padding-left: 30px; padding-bottom: 24px; }
  .location-page .region-content h2 { font-size: 25px; }
  .location-page .region-content p:not(.eyebrow) { font-size: 16px; line-height: 1.8; }
  .location-page .town-panel { padding: 24px; }
  .location-page .catalog-grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .location-page .catalog-card { padding: 23px; }
  .location-page .catalog-card h3 { font-size: 22px; }
  .location-page .region-services > h2, .location-page .faq-section h2 { font-size: 26px; }
  .location-page .faq-section details { padding: 20px; }
  .location-page .faq-section summary { font-size: 17px; }
  .location-page .faq-section details p { padding-left: 0; }
  .location-page .cta-panel { padding: 26px; margin-bottom: 40px; }
  .location-page .cta-panel h2 { font-size: 26px; overflow-wrap: anywhere; }
  .location-page .cta-panel .button { max-width: 100%; white-space: normal; text-align: center; }
}
