/* Sample showcase shell — frames the genuine report body. */
.sample-banner {
  position: sticky;
  /* Pin just below the sticky site header (.hd__in is 64px tall) so the disclaimer stays
     visible the whole scroll instead of tucking behind the higher-z-index header. */
  top: 64px;
  z-index: var(--z-sticky);
  padding: 0.6rem 1rem;
  text-align: center;
  background: #3a2a00;
  color: #ffe9b0;
  border-bottom: 1px solid #5c4400;
  font-size: 0.95rem;
}
.sample-intro { max-width: 72ch; margin: 2rem auto 1rem; padding: 0 1rem; }
.sample-intro h1 { margin: 0 0 0.5rem; }
.sample-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1rem; }
.sample-nav a { text-decoration: underline; }
.sample-toggle { display: flex; gap: 0.5rem; max-width: 72ch; margin: 1rem auto; padding: 0 1rem; }
.sample-tab {
  flex: 1; text-align: center; padding: 0.6rem 1rem; border: 1px solid var(--border, #ccc);
  border-radius: 0.5rem; cursor: pointer; background: transparent;
}
.sample-tab.is-active { background: var(--primary); color: var(--on-primary); border-color: transparent; }
.sample-toggle-note {
  max-width: 72ch; margin: 0 auto 1.25rem; padding: 0 1rem;
  color: var(--ink-soft); font-size: 0.9rem;
}
.sample-report-body { margin-top: 0.5rem; }
.sample-living {
  max-width: 72ch; margin: 2rem auto; padding: 1rem 1.25rem;
  border: 1px solid var(--border, #ccc); border-radius: 0.75rem; background: var(--surface, #f6f8fa);
}
.sample-living h2 { margin: 0 0 0.4rem; }
.sample-cta { display: flex; gap: 0.75rem; justify-content: center; margin: 1.25rem auto 2.5rem; flex-wrap: wrap; }
.sample-intro-cta { text-align: center; max-width: 62ch; margin: 1.75rem auto 0; font-size: 1.05rem; line-height: 1.5; }
