/* Hausio: warm, spacious home and cleaning service presentation. */
.home-page .hero { padding: 58px 0 48px; background: var(--cream); }
.home-page .hero-grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.15fr); gap: 24px 42px; min-height: 0; }
.home-page .hero-top h1 { font-size: clamp(2.65rem, 4.5vw, 4.25rem); line-height: 1.06; letter-spacing: -.025em; max-width: 560px; }
.home-page .hero-top .lede { max-width: 450px; font-size: 1rem; line-height: 1.75; }
.home-page .hero-photo { max-width: none; aspect-ratio: 3 / 2; border-radius: 12px; box-shadow: 0 12px 36px #372d2012; }
.home-page .hero-photo img { object-fit: contain; animation: none; }
.home-page .hero-photo:hover img { transform: none; }
.home-page .hero-visual::before { display: none; }
.home-page .hero-quote { border-radius: 6px; margin-bottom: 14px; }
.home-page .hero-quote input { min-width: 0; width: 100%; }
.home-page .hero-quote:focus-within { outline: 2px solid var(--gold); outline-offset: 3px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 0; margin: 0; list-style: none; font-size: .78rem; color: var(--muted); }
.hero-proof li::before { content: '✓'; margin-right: 6px; color: #536247; }
.home-page .services { padding-top: 48px; }
.home-page .section-head h2 { margin-bottom: 14px; }
.home-page .section-lede { max-width: 680px; margin-inline: auto; }
.home-page .service-card { border-radius: 10px; overflow: hidden; box-shadow: none; }
.home-page .service-card:hover { box-shadow: 0 10px 30px #372d2010; }
.home-page .service-card .service-price small { display: block; font: 400 .8rem/1.6 var(--sans); color: var(--muted); margin-top: 5px; }
.cleaning-plans { padding: 64px 0; border-block: 1px solid var(--line); background: #eee9df; }
.cleaning-plans .section-head { margin-bottom: 28px; }
.cleaning-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.cleaning-plan { padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--cream); display: flex; flex-direction: column; align-items: flex-start; }
.cleaning-plan.is-featured { background: #29372f; color: #fff; border-color: #29372f; }
.cleaning-plan.is-featured h3, .cleaning-plan.is-featured p { color: #fff; }
.cleaning-plan h3 { font-size: 1.7rem; }
.cleaning-plan .plan-kicker { font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; }
.cleaning-plan .plan-rate { font-family: var(--serif); font-size: 3.3rem; line-height: 1.1; margin: 4px 0 12px; }
.plan-rate span { font: 400 .9rem var(--sans); }
.cleaning-plan .plan-minimum { font-size: .85rem; margin-bottom: 16px; }
.cleaning-plan .plan-description { font-size: .9rem; margin-bottom: 24px; }
.cleaning-plan .btn { margin-top: auto; width: 100%; }
.cleaning-plan.is-featured .btn { color: #fff; border-color: #bac3b8; }
.cleaning-plan.is-featured .btn:hover { color: var(--ink); background: #fff; }
.plan-note { margin: 20px auto 0; max-width: 760px; text-align: center; font-size: .8rem; color: var(--muted); }
.booking-rate-note { padding: 14px 16px; border-left: 3px solid var(--gold); background: var(--linen); font-size: .9rem; }
:focus-visible { outline: 2px solid #76603c; outline-offset: 4px; }
@media (max-width: 900px) {
  .booking-grid .summary { order: 0; }
  .home-page .hero { padding-top: 36px; }
  .home-page .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .home-page .hero-top h1, .home-page .hero-top .lede { margin-inline: auto; max-width: 600px; }
  .home-page .hero-visual { grid-column: 1; grid-row: 2; }
  .home-page .hero-photo { max-width: 640px; }
  .home-page .hero-bottom { grid-column: 1; grid-row: 3; }
  .hero-proof { justify-content: center; }
  .cleaning-plan { padding: 20px; }
}
@media (max-width: 620px) {
  .service-options .option-body { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 4px 12px; padding: 12px 14px; }
  .service-options .option-body b { margin: 0; font-size: 1.1rem; }
  .service-options .option-body small { font-size: .75rem; }
  .home-page .hero { padding: 28px 0 32px; }
  .home-page .hero-top h1 { font-size: 2.65rem; }
  .home-page .hero-top .eyebrow { font-size: .65rem; letter-spacing: .15em; }
  .home-page .hero-grid { gap: 22px; }
  .home-page .hero-photo { border-radius: 8px; }
  .cleaning-plan-grid { grid-template-columns: 1fr; }
  .cleaning-plans { padding: 40px 0; }
  .cleaning-plan { padding: 24px; }
  .cleaning-plan .plan-rate { font-size: 2.8rem; }
}
@media (prefers-reduced-motion: reduce) {
  .home-page .hero-top, .home-page .hero-bottom, .home-page .hero-visual { animation: none; }
}
