/* Focus the home page on choosing a service and requesting an appointment. */
.home-compact .home-hero {
  display: block;
  min-height: 0;
  padding: 72px max(24px, calc(50vw - 620px)) 56px;
}
.home-compact .home-hero::before,
.home-compact .home-hero::after { display: none; }
.home-compact .hero-brand { max-width: 900px; margin: 0 auto; padding: 0; text-align: center; }
.home-compact .hero-brand > span { font-size: .875rem; letter-spacing: .08em; }
.home-compact .hero-brand h1 {
  max-width: 900px;
  margin: 20px auto;
  font-size: clamp(2.25rem, 5.2vw, 4.5rem);
  line-height: 1.12;
  letter-spacing: -.035em;
  text-transform: none;
}
.home-compact .hero-brand > p { max-width: 620px; margin: 0 auto 24px; font-size: 1.125rem; line-height: 1.65; }
.home-compact .hero-actions { justify-content: center; flex-wrap: wrap; }
.home-compact .hero-brand .hero-assurance { margin: 20px auto 0; font-size: .875rem; font-weight: 400; }
.home-compact .home-services,
.home-compact .results-section,
.home-compact .reviews-section,
.home-compact .home-faq,
.home-compact .games-section,
.home-compact .quick-book { padding: 48px max(24px, calc(50vw - 620px)); }
.home-compact .section-heading { margin-bottom: 24px; }
.home-compact .section-heading h2,
.home-compact .quick-book h2 { font-size: clamp(1.75rem, 3.5vw, 2.75rem); line-height: 1.2; letter-spacing: -.025em; text-transform: none; }
.home-compact .section-heading p,
.home-compact .quick-book p { font-size: 1rem; line-height: 1.65; }
.home-compact .eyebrow { font-size: .875rem; }
.home-compact .service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.home-compact .service-card { min-height: 0; padding: 28px; border-radius: 16px; }
.home-compact .service-card::after { display: none; }
.home-compact .offer-kicker { font-size: .9375rem; color: var(--gold-bright); }
.home-compact .service-card h3 { font-size: 1.4rem; line-height: 1.3; text-transform: none; margin: 14px 0 12px; }
.home-compact .service-card p { font-size: 1rem; line-height: 1.65; margin-bottom: 18px; }
.home-compact .service-card a { display: inline-flex; align-items: center; font-size: .9375rem; line-height: 1.5; text-transform: none; letter-spacing: 0; }
.home-compact .service-footnote { font-size: .875rem; line-height: 1.8; margin: 20px 0 0; color: #c7d0d9; }
.home-compact .service-footnote a { color: var(--gold-bright); text-underline-offset: 4px; }
.home-compact .results-grid { max-width: 820px; margin: auto; }
.home-compact .results-grid img { display: block; width: 100%; height: 360px; object-fit: contain; }
.home-compact .results-grid figcaption { min-height: 0; padding: 18px; }
.home-compact .results-grid figcaption span { font-size: .875rem; }
.home-compact .results-grid figcaption strong { font-size: 1rem; font-weight: 500; }
.home-compact .review-summary { margin: 24px 0; flex-wrap: wrap; }
.home-compact .review-summary strong { font-size: 3rem; line-height: 1; }
.home-compact .review-summary small { font-size: 1rem; }
.home-disclosure { border: 1px solid var(--line); border-radius: 12px; padding: 0 20px; background: #101820; }
.home-disclosure > summary { min-height: 60px; padding: 18px 0; cursor: pointer; font-size: 1rem; font-weight: 650; line-height: 1.5; color: var(--platinum); }
.home-disclosure > summary::marker { color: var(--gold-bright); }
.home-disclosure[open] { padding-bottom: 20px; }
.home-disclosure[open] > summary { margin-bottom: 12px; }
.home-compact .review-grid blockquote { padding: 24px; }
.home-compact .review-grid blockquote p { font-size: 1rem; }
.home-compact .review-grid footer span { font-size: .875rem; line-height: 1.6; }
.home-compact .review-grid footer::before { display: none; }
.home-compact .home-faq-grid summary,
.home-compact .home-faq-grid p { font-size: 1rem; }
.home-compact .games-section { padding-top: 0; }
.home-compact .games-grid { margin-top: 16px; }
.home-compact .games-grid a { min-height: 0; padding: 24px; }
.home-compact .games-grid small,
.home-compact .games-grid strong,
.home-compact .game-app-link > a:last-child { font-size: .9375rem; }
.home-compact .primary-button,
.home-compact .secondary-button { font-size: 1rem; min-height: 48px; line-height: 1.5; text-align: center; white-space: normal; }
.home-compact .mobile-action-bar a { font-size: .9375rem; }
.home-compact .brand-link img { object-fit: contain; }
.home-compact .quick-book { padding: 36px; gap: 28px; }
@media (max-width: 820px) {
  .home-compact .home-hero { padding-top: 44px; padding-bottom: 36px; }
  .home-compact .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .home-compact .service-card { padding: 22px; }
  .home-compact .service-card h3 { margin-top: 8px; }
  .home-compact .home-services,
  .home-compact .results-section,
  .home-compact .reviews-section,
  .home-compact .home-faq,
  .home-compact .quick-book { padding-top: 36px; padding-bottom: 36px; }
  .home-compact .results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .home-compact .results-grid img { height: auto; aspect-ratio: 720 / 1199; }
  .home-compact .results-grid figcaption { padding: 12px; }
  .home-compact .results-grid figcaption strong { display: none; }
  .home-compact .results-grid figcaption span { letter-spacing: 0; text-transform: none; }
}
@media (max-width: 420px) {
  .home-compact .hero-actions { display: grid; grid-template-columns: 1fr; }
  .home-compact .review-actions { display: grid; }
  .home-compact .review-summary { gap: 10px; }
  .home-compact .review-summary small { flex-basis: 100%; }
  .home-compact .home-disclosure { padding-inline: 14px; }
}
