/* Home page v49. Shared navigation, footer, and interior pages use site-v44.css. */
.home-page main .home49-kicker {
  margin: 0 0 12px;
  color: var(--green-700);
  font-size: .875rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.home-page main h2 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -.045em;
}
.home-page main h3 { letter-spacing: -.025em; }
.home-page main .btn {
  gap: 16px;
  min-height: 50px;
  padding: 13px 22px;
  font-size: .9375rem;
  line-height: 1.4;
}
.home-page .home49-section { padding: 64px 0; }
.home-page .home49-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}
.home-page .home49-section-head > div { min-width: 0; }
.home-page .home49-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green-800);
  font-size: .9375rem;
  font-weight: 750;
  line-height: 1.5;
  text-decoration: none;
  text-underline-offset: 5px;
}
.home-page .home49-link:hover { text-decoration: underline; }
.home-page .home49-link > span { flex-shrink: 0; }

/* A photographic introduction, with a solid fallback if the photo cannot load. */
.home-page .home49-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--green-950);
  color: #fff;
}
.home-page .home49-landscape {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 53%;
}
.home-page .home49-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(6, 29, 19, .98) 0%, rgba(6, 29, 19, .92) 31%, rgba(6, 29, 19, .69) 57%, rgba(6, 29, 19, .12) 100%);
}
.home-page .home49-hero-inner { position: relative; padding-top: 72px; padding-bottom: 74px; }
.home-page .home49-hero-copy { max-width: 700px; }
.home-page main .home49-hero .home49-kicker { color: var(--lime); }
.home-page .home49-hero h1 {
  max-width: 700px;
  margin: 0 0 24px;
  font-size: clamp(3rem, 6.15vw, 5.3rem);
  line-height: 1.03;
  letter-spacing: -.05em;
}
.home-page .home49-hero h1 span { color: var(--lime); font-size: .72em; letter-spacing: -.04em; }
.home-page main .home49-lead {
  max-width: 510px;
  margin: 0;
  color: #eef4ea;
  font-size: 1.125rem;
  line-height: 1.7;
}
.home-page .home49-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.home-page .home49-btn-lime { background: var(--lime); color: var(--green-950); }
.home-page .home49-btn-lime:hover { background: #e7f6d3; }
.home-page .home49-btn-outline { border-color: #91a18f; background: rgba(8, 37, 20, .4); color: #fff; }
.home-page .home49-btn-outline:hover { background: var(--green-900); border-color: var(--lime); }
.home-page main .home49-hero-note { max-width: 470px; margin: 22px 0 0; color: #d5dfd3; font-size: .875rem; line-height: 1.6; }
.home-page main .home49-photo-credit {
  position: absolute;
  right: 0;
  bottom: 16px;
  margin: 0;
  padding: 4px 9px;
  border-radius: 4px;
  background: rgba(6, 29, 19, .78);
  color: #f1f5ed;
  font-size: .75rem;
}
.home-page .home49-photo-credit a { text-underline-offset: 3px; }

/* A compact service directory with full-row links. */
.home-page .home49-service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-page .home49-service-list li { min-width: 0; border-bottom: 1px solid var(--line); }
.home-page .home49-service-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 100%;
  min-height: 68px;
  padding: 16px 8px 16px 0;
  color: var(--green-900);
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
  transition: background-color .15s;
}
.home-page .home49-service-list a > span:first-child { min-width: 0; }
.home-page .home49-service-list a > span:last-child { flex: 0 0 auto; color: var(--green-600); font-size: 1.25rem; }
.home-page .home49-service-list a:hover { background: var(--soft); }
.home-page main .home49-recommendation { max-width: 940px; margin: 28px 0 0; padding-left: 18px; border-left: 3px solid #9cb784; color: var(--muted); }

/* Monthly plans read as a short comparison; RidgeChoice has its own space. */
.home-page .home49-plans { background: var(--soft); border-block: 1px solid var(--line); }
.home-page .home49-plan-layout { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 32px; }
.home-page .home49-monthly { min-width: 0; }
.home-page main .home49-plan-label { margin: 0; padding: 0 0 14px; font-size: .875rem; font-weight: 800; line-height: 1.5; }
.home-page .home49-plan-label > span { display: block; margin-top: 2px; color: var(--muted); font-weight: 400; }
.home-page .home49-plan-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 18px;
  align-items: center;
  gap: 20px;
  padding: 19px 8px 19px 0;
  border-top: 1px solid var(--line);
  text-decoration: none;
}
.home-page .home49-plan-row:last-child { border-bottom: 1px solid var(--line); }
.home-page .home49-plan-row:hover { background: #e7efdf; }
.home-page .home49-plan-row h3 { margin: 0 0 5px; font-size: 1.25rem; line-height: 1.2; }
.home-page main .home49-plan-row p { margin: 0; color: var(--muted); font-size: .875rem; line-height: 1.5; }
.home-page .home49-plan-price { color: var(--green-900); font-size: 1.7rem; font-weight: 750; line-height: 1.15; text-align: right; letter-spacing: -.025em; }
.home-page .home49-plan-price > span { display: block; margin-top: 4px; color: var(--muted); font-size: .875rem; font-weight: 400; letter-spacing: 0; }
.home-page .home49-row-arrow { color: var(--green-600); }
.home-page .home49-choice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 32px;
  border-radius: 22px;
  background: var(--green-900);
  color: #fff;
}
.home-page main .home49-choice .home49-kicker { color: var(--lime); }
.home-page .home49-choice h3 { margin: 0; font-size: clamp(1.9rem, 2.6vw, 2.5rem); line-height: 1.1; }
.home-page .home49-choice p:not(.home49-kicker) { margin: 18px 0 24px; color: #e1e9dd; }
.home-page .home49-choice .home49-link { margin-top: auto; color: var(--lime); }
.home-page .home49-choice-note { display: block; margin-top: 16px; color: #d2dfcb; font-size: .875rem; }
.home-page main .home49-plan-note { margin: 22px 0 0; max-width: 1050px; color: var(--muted); font-size: .875rem; line-height: 1.6; }

/* Region and industries belong together without a separate service menu per city. */
.home-page .home49-community-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); align-items: center; gap: 72px; }
.home-page .home49-community-grid > div > p:not(.home49-kicker) { margin: 20px 0; color: var(--muted); }
.home-page main .home49-community-grid .home49-area-note { margin: 14px 0 0; font-size: .875rem; }
.home-page .home49-audiences { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.home-page .home49-audiences li { padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--green-900); font-weight: 700; }
.home-page .home49-audiences li:first-child { border-top: 1px solid var(--line); }

/* Availability stays separate from around-the-clock NOC monitoring. */
.home-page .home49-support { background: var(--green-950); color: #fff; }
.home-page .home49-support-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); align-items: center; gap: 72px; }
.home-page main .home49-support .home49-kicker { color: var(--lime); }
.home-page .home49-support-grid > div > p:not(.home49-kicker) { max-width: 450px; margin: 20px 0; color: #d5e0d0; }
.home-page .home49-support .home49-link { color: var(--lime); }
.home-page .home49-schedule { padding-left: 40px; border-left: 1px solid #4d6650; }
.home-page .home49-schedule dl { margin: 0; }
.home-page .home49-schedule dl > div { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 20px; padding: 21px 0; border-bottom: 1px solid #4d6650; }
.home-page .home49-schedule dt { font-size: 1rem; font-weight: 500; }
.home-page .home49-schedule dd { margin: 0; color: var(--lime); font-size: clamp(1.6rem, 2.6vw, 2.3rem); font-weight: 700; line-height: 1.2; letter-spacing: -.03em; }
.home-page main .home49-schedule > p { margin: 20px 0 0; color: #d5e0d0; font-size: .875rem; line-height: 1.7; }

.home-page .home49-contact { padding: 56px 0; background: #e5eedb; }
.home-page .home49-contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.home-page .home49-contact-inner > div:first-child { max-width: 750px; min-width: 0; }
.home-page main .home49-contact h2 { max-width: 700px; font-size: clamp(2rem, 3.3vw, 3rem); }
.home-page .home49-contact p:not(.home49-kicker) { margin: 16px 0 0; color: #41583c; }
.home-page .home49-contact-actions { display: flex; flex: 0 0 auto; flex-direction: column; align-items: center; gap: 14px; }
.home-page .home49-email { color: var(--green-900); font-size: .9375rem; text-underline-offset: 4px; overflow-wrap: anywhere; }

@media (max-width: 980px) {
  .home-page .home49-section { padding: 52px 0; }
  .home-page .home49-section-head { align-items: flex-start; }
  .home-page .home49-section-head > .home49-link { max-width: 180px; padding-top: 30px; }
  .home-page .home49-service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
  .home-page .home49-plan-layout { grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 24px; }
  .home-page .home49-plan-row { gap: 14px; }
  .home-page .home49-choice { padding: 26px; }
  .home-page .home49-community-grid, .home-page .home49-support-grid { gap: 40px; }
  .home-page .home49-schedule { padding-left: 28px; }
}
@media (max-width: 740px) {
  .home-page .home49-hero-inner { padding-top: 54px; padding-bottom: 66px; }
  .home-page .home49-hero::before { background: linear-gradient(90deg, rgba(6, 29, 19, .95), rgba(6, 29, 19, .76)); }
  .home-page .home49-hero h1 { font-size: clamp(2.8rem, 8.5vw, 4.2rem); }
  .home-page .home49-hero h1 span { font-size: .8em; }
  .home-page .home49-section-head { display: block; }
  .home-page .home49-section-head > .home49-link { max-width: none; padding-top: 0; margin-top: 18px; }
  .home-page .home49-plan-layout, .home-page .home49-community-grid, .home-page .home49-support-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .home-page .home49-choice { padding: 28px; }
  .home-page .home49-choice p:not(.home49-kicker) { max-width: 510px; }
  .home-page .home49-community h2 br { display: none; }
  .home-page .home49-schedule { padding-left: 0; border-left: 0; }
  .home-page .home49-schedule dl > div:first-child { border-top: 1px solid #4d6650; }
  .home-page .home49-contact-inner { display: block; }
  .home-page .home49-contact-actions { align-items: flex-start; margin-top: 26px; }
}
@media (max-width: 480px) {
  .home-page .home49-section, .home-page .home49-contact { padding: 42px 0; }
  .home-page .home49-service-list { grid-template-columns: minmax(0, 1fr); }
  .home-page .home49-service-list a { min-height: 57px; padding-block: 14px; }
  .home-page .home49-actions { flex-direction: column; align-items: stretch; }
  .home-page .home49-plan-row { grid-template-columns: minmax(0, 1fr) auto; gap: 16px; padding-right: 0; }
  .home-page .home49-row-arrow { display: none; }
  .home-page .home49-plan-price { font-size: 1.55rem; }
  .home-page .home49-plan-row h3 { font-size: 1.18rem; }
  .home-page .home49-choice { padding: 24px; }
  .home-page .home49-photo-credit { max-width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .home-page .home49-service-list a { transition: none; }
}
