/* Richmond Hill service-location cohort: shared, mobile-first content layer. */
.rh-shell {
  overflow: hidden;
  color: var(--text);
  background: var(--bg);
}

.rh-shell a:focus-visible,
.rh-shell button:focus-visible,
.rh-shell summary:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 3px;
}

.rh-breadcrumb {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 14px 20px;
  color: var(--text-secondary);
  font-size: .875rem;
}

.rh-breadcrumb a {
  color: var(--primary-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rh-hero {
  position: relative;
  isolation: isolate;
  color: var(--text-inverse);
  background: linear-gradient(140deg, var(--color-primary-900), var(--color-primary-700));
}

.rh-hero::after {
  position: absolute;
  inset: auto -80px -130px auto;
  z-index: -1;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(59, 143, 224, .2);
  content: "";
}

.rh-hero-grid {
  display: grid;
  gap: 32px;
  align-items: center;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 52px 20px 58px;
}

.rh-kicker,
.rh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-family: var(--font-heading);
  font-size: .78rem;
  font-weight: var(--fw-bold);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rh-kicker { color: var(--color-primary-100); }
.rh-eyebrow { color: var(--color-primary-700); }

.rh-kicker::before,
.rh-eyebrow::before {
  width: 26px;
  height: 3px;
  border-radius: var(--radius-full);
  background: var(--color-yellow);
  content: "";
}

.rh-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--text-inverse);
  font-size: clamp(2.2rem, 8vw, 4.2rem);
  font-weight: var(--fw-black);
  letter-spacing: var(--ls-tight);
  line-height: 1.02;
}

.rh-answer {
  max-width: 720px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.04rem, 2.4vw, 1.22rem);
  line-height: 1.65;
}

.rh-hero-actions,
.rh-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 24px;
  border: 2px solid transparent;
  border-radius: var(--radius-full);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: var(--fw-bold);
  line-height: 1.2;
  text-decoration: none;
  transition: background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);
}

.rh-btn-primary {
  color: var(--text-inverse);
  background: var(--cta);
}

.rh-btn-primary:hover { background: var(--cta-dark); }

.rh-btn-ghost {
  color: var(--text-inverse);
  border-color: rgba(255, 255, 255, .72);
}

.rh-btn-ghost:hover { background: rgba(255, 255, 255, .12); }

.rh-hero-panel {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius-2xl);
  background: rgba(15, 26, 77, .58);
  box-shadow: 0 24px 64px rgba(8, 64, 128, .28);
}

.rh-hero-panel h2 {
  margin: 0;
  padding: 24px 24px 16px;
  color: var(--text-inverse);
  font-size: 1.12rem;
}

.rh-facts {
  display: grid;
  margin: 0;
}

.rh-facts > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 16px 24px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.rh-facts dt { color: rgba(255, 255, 255, .72); }
.rh-facts dd { margin: 0; color: var(--text-inverse); font-weight: var(--fw-bold); text-align: right; }

.rh-section { padding: 64px 20px; }
.rh-section-alt { background: var(--bg-alt); }
.rh-section-dark { color: var(--text-inverse); background: var(--color-primary-800); }

.rh-content {
  max-width: 1100px;
  margin: 0 auto;
}

.rh-copy {
  max-width: 760px;
}

.rh-section h2 {
  max-width: 820px;
  margin: 0 0 20px;
  color: var(--text-navy);
  font-size: clamp(1.72rem, 5vw, 2.55rem);
  letter-spacing: var(--ls-tight);
}

.rh-section-dark h2 { color: var(--text-inverse); }

.rh-section p,
.rh-section li {
  font-size: 1.05rem;
  line-height: 1.72;
}

.rh-section p + p { margin-top: 18px; }

.rh-owner-note {
  margin: 26px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--primary);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  color: var(--text-secondary);
  background: var(--color-primary-50);
}

.rh-owner-note strong { color: var(--text-navy); }

.rh-split {
  display: grid;
  gap: 36px;
}

.rh-problems {
  display: grid;
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid var(--border);
}

.rh-problem {
  display: grid;
  gap: 8px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}

.rh-problem h3 {
  margin: 0;
  color: var(--text-navy);
  font-size: 1.18rem;
}

.rh-problem p { margin: 0; color: var(--text-secondary); }

.rh-aside {
  align-self: start;
  padding: 28px;
  border: 1px solid var(--color-primary-200);
  border-radius: var(--radius-2xl);
  background: var(--surface);
  box-shadow: var(--shadow-md);
}

.rh-aside h3 { margin: 0 0 12px; color: var(--text-navy); font-size: 1.3rem; }
.rh-aside ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.rh-aside li { position: relative; padding-left: 24px; color: var(--text-secondary); font-size: 1rem; }
.rh-aside li::before { position: absolute; left: 0; color: var(--cta); font-weight: var(--fw-black); content: "\2713"; }

.rh-brand-list,
.rh-neighbourhoods,
.rh-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.rh-chip,
.rh-link-list a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-full);
  color: var(--text-navy);
  background: var(--surface);
  font-family: var(--font-heading);
  font-size: .92rem;
  font-weight: var(--fw-semi);
  text-decoration: none;
}

.rh-link-list a:hover { border-color: var(--primary); color: var(--primary-dark); }

.rh-process {
  display: grid;
  gap: 24px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.rh-process li {
  position: relative;
  padding-left: 58px;
  counter-increment: process;
}

.rh-process li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: var(--text-inverse);
  background: var(--primary);
  font-family: var(--font-heading);
  font-weight: var(--fw-bold);
  content: counter(process);
}

.rh-process strong { display: block; color: var(--text-navy); font-family: var(--font-heading); }

.rh-faq-list { max-width: 860px; margin-top: 28px; }

.rh-faq-list details {
  border-bottom: 1px solid var(--border);
}

.rh-faq-list summary {
  min-height: 58px;
  padding: 18px 40px 18px 0;
  color: var(--text-navy);
  font-family: var(--font-heading);
  font-weight: var(--fw-bold);
  cursor: pointer;
}

.rh-faq-list details p { max-width: 740px; margin: 0; padding: 0 0 22px; color: var(--text-secondary); }

.rh-cta {
  display: grid;
  gap: 22px;
  align-items: center;
}

.rh-cta p { max-width: 680px; color: rgba(255, 255, 255, .82); }

@media (max-width: 560px) {
  .rh-hero-actions .rh-btn,
  .rh-action-row .rh-btn { width: 100%; }
}

@media (min-width: 820px) {
  .rh-hero-grid { grid-template-columns: minmax(0, 1.7fr) minmax(300px, .8fr); padding-top: 72px; padding-bottom: 76px; }
  .rh-section { padding-top: 84px; padding-bottom: 84px; }
  .rh-split { grid-template-columns: minmax(0, 1.7fr) minmax(280px, .75fr); gap: 64px; }
  .rh-problem { grid-template-columns: minmax(220px, .7fr) minmax(0, 1.5fr); gap: 30px; }
  .rh-process { grid-template-columns: repeat(3, 1fr); }
  .rh-cta { grid-template-columns: minmax(0, 1fr) auto; }
}

@media (prefers-reduced-motion: reduce) {
  .rh-shell *,
  .rh-shell *::before,
  .rh-shell *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
