/* Homepage only: compact local-service hero using the existing Peachy brand. */
.home-page > header { position: sticky; }
.home-hero { position: relative; isolation: isolate; background: #131313; color: #fff6e3; }
.home-hero__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(24px, 4vw, 60px);
  max-width: 1400px;
  margin: 0 auto;
  padding: 28px 32px 32px;
}
.home-hero__copy { padding-top: 8px; }
.home-hero h1 {
  color: #fff;
  font-size: clamp(36px, 4.05vw, 58px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0 0 14px;
  max-width: 19ch;
}
.home-hero__promise { font-size: clamp(18px, 1.65vw, 23px); font-weight: 700; line-height: 1.4; margin: 0 0 14px; }
.home-hero__intro { max-width: 55ch; font-size: 17px; line-height: 1.6; margin: 0 0 22px; }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.home-hero__actions a {
  display: inline-flex; justify-content: center; align-items: center;
  min-height: 48px; padding: 11px 20px; border-radius: 999px;
  border: 2px solid #fff6e3; font-size: 15px; line-height: 1.4; font-weight: 800;
  text-decoration: none; transition: background-color .15s, color .15s;
}
.home-hero__actions .hero-call { background: #a6ce39; border-color: #a6ce39; color: #131313; }
.home-hero__actions .hero-call:hover { background: #e6f0c2; border-color: #e6f0c2; }
.home-hero__actions .hero-quote-link { color: #fff6e3; }
.home-hero__actions .hero-quote-link:hover { background: #fff6e3; color: #131313; }
.home-hero__availability { font-size: 13px; line-height: 1.5; margin: 12px 0 22px; }
.home-hero__trust { font-size: 13px; font-weight: 600; line-height: 1.6; border-top: 1px solid #ffffff40; padding-top: 16px; margin: 0; }
.home-hero__quote { background: #fff; color: #131313; padding: 22px; border-radius: 22px; box-shadow: 0 16px 40px #0003; scroll-margin-top: 150px; }
.home-hero__quote h2 { font-size: 23px; font-weight: 800; line-height: 1.2; margin: 0 0 5px; }
.home-hero__form-intro { font-size: 13px; color: #42463b; line-height: 1.45; margin: 0 0 13px; }
.home-hero__form { display: grid; gap: 11px; }
.home-hero__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 12px; }
.home-hero__fields label { display: grid; gap: 4px; min-width: 0; }
.home-hero__fields label > span { font-size: 12px; font-weight: 600; line-height: 1.3; }
.home-hero__fields .input-peachy { width: 100%; min-width: 0; height: 42px; padding: 8px 11px; border-radius: 9px; font-size: 14px; line-height: 1.35; }
.home-hero__service { grid-column: 1 / -1; }
.home-hero__photos { font-size: 12px; line-height: 1.45; color: #42463b; margin: 0; }
.home-hero__photos a, .home-hero__legal a { color: #354a11; text-decoration: underline; text-underline-offset: 2px; }
.home-hero__sms { border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; padding: 8px 0; }
.home-hero__sms summary { cursor: pointer; font-size: 12px; font-weight: 700; line-height: 1.5; }
.home-hero__consent { display: grid; gap: 12px; padding-top: 12px; }
.home-hero__consent label span, .home-hero__consent > p { font-size: 12px; line-height: 1.5; }
.home-hero__submit { width: 100%; min-height: 46px; justify-content: center; padding: 10px 16px; font-size: 15px; line-height: 1.4; color: #131313; }
.home-hero__legal { font-size: 11px; line-height: 1.4; color: #42463b; text-align: center; margin: 0; }
.home-hero a:focus-visible, .home-hero summary:focus-visible, .home-hero button:focus-visible { outline: 3px solid #f68b1f; outline-offset: 4px; }
.home-hero__quote:focus-visible { outline: 3px solid #a6ce39; outline-offset: 4px; }
@media (min-width: 1024px) and (max-height: 700px) {
  .home-hero__layout { padding-top: 20px; padding-bottom: 24px; }
  .home-hero__quote { padding: 18px; }
  .home-hero__form { gap: 8px; }
  .home-hero__fields { row-gap: 8px; }
}
@media (max-width: 1023px) {
  .home-hero__layout { grid-template-columns: 1fr; gap: 24px; max-width: 760px; padding: 24px; }
  .home-hero h1 { font-size: clamp(36px, 6vw, 52px); }
  .home-hero__copy { padding: 0; }
  .home-hero__availability { margin-bottom: 14px; }
}
@media (max-width: 479px) {
  .home-hero__layout { padding: 22px 18px 28px; }
  .home-hero h1 { font-size: 36px; }
  .home-hero__intro { font-size: 15px; line-height: 1.55; margin-bottom: 18px; }
  .home-hero__promise { font-size: 18px; }
  .home-hero__actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .home-hero__actions a { min-height: 46px; }
  .home-hero__quote { padding: 18px; border-radius: 18px; }
  .home-hero__fields { grid-template-columns: 1fr; }
  .home-hero__fields .input-peachy { font-size: 16px; height: 44px; }
}
