body.kcpc-homepage-active,
.kcpc-homepage {
  --ink: #231f20;
  --muted: #6e686d;
  --soft: #f6f6f8;
  --card: #eceaf2;
  --control-grey: #ececf1;
  --control-grey-soft: rgba(236, 236, 241, 0.94);
  --orange: #ed5725;
  --purple: #9587c1;
  --white: #fff;
  --footer: #221e20;
  --max-page: 1440px;
  --content: 1280px;
  --pad: 80px;
  --shell-pad: max(var(--pad), calc((100vw - var(--max-page)) / 2 + var(--pad)));
  --section-y: 88px;
}

.kcpc-homepage,
.kcpc-homepage * {
  box-sizing: border-box;
}

body.kcpc-homepage-active {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--soft);
}

.kcpc-homepage #users-title {
  scroll-margin-top: 88px;
}

@media (prefers-reduced-motion: reduce) {
  body.kcpc-homepage-active {
    scroll-behavior: auto;
  }
}

body.kcpc-homepage-active {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--soft);
  font-family: "Manrope", Arial, sans-serif;
}

.kcpc-homepage .skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  font-weight: 800;
  transform: translateY(-180%);
}

.kcpc-homepage .skip-link:focus {
  transform: translateY(0);
}

.kcpc-homepage a {
  color: inherit;
  text-decoration: none;
}

.kcpc-homepage button,
.kcpc-homepage input,
.kcpc-homepage select,
.kcpc-homepage textarea {
  font: inherit;
}

.kcpc-homepage img {
  display: block;
  max-width: 100%;
}

.kcpc-homepage .svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.kcpc-homepage .scaled-page {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  background: var(--soft);
}

.kcpc-homepage .topbar,
.kcpc-homepage .brandbar,
.kcpc-homepage .navrow,
.kcpc-homepage .hero,
.kcpc-homepage .promo,
.kcpc-homepage .intake,
.kcpc-homepage .services,
.kcpc-homepage .family-band,
.kcpc-homepage .reviews,
.kcpc-homepage .hiring,
.kcpc-homepage .why,
.kcpc-homepage .local-band,
.kcpc-homepage .upgrade,
.kcpc-homepage .deals,
.kcpc-homepage .footer {
  padding-right: var(--shell-pad);
  padding-left: var(--shell-pad);
}

.kcpc-homepage .topbar {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  color: var(--white);
  background: var(--footer);
  font-size: 15px;
  font-weight: 400;
}

.kcpc-homepage .top-note {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.kcpc-homepage .topbar-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transform: translateY(-1px);
}

.kcpc-homepage .stars {
  font-size: 11px;
  letter-spacing: 0;
  transform: translateY(-1px);
}

.kcpc-homepage .brandbar {
  display: flex;
  height: 79px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  background: var(--white);
}

.kcpc-homepage .logo {
  display: block;
  width: auto;
  flex: 0 0 auto;
}

.kcpc-homepage .logo img {
  width: auto;
  height: 61px;
  object-fit: contain;
}

.kcpc-homepage .header-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.kcpc-homepage .pill,
.kcpc-homepage .contact-card a,
.kcpc-homepage .hero-cta,
.kcpc-homepage .badges span,
.kcpc-homepage .small-cta,
.kcpc-homepage .hiring-copy a,
.kcpc-homepage .hiring-copy button,
.kcpc-homepage .footer-cta,
.kcpc-homepage .footer-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  white-space: nowrap;
}

.kcpc-homepage .pill {
  min-height: 44px;
  padding: 0 31px;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
}

.kcpc-homepage .pill--light {
  min-width: 205px;
  background: var(--control-grey);
}

.kcpc-homepage .pill--light:first-child {
  min-width: 220px;
}

.kcpc-homepage .pill--orange {
  min-width: 154px;
  color: var(--white);
  background: var(--orange);
}

.kcpc-homepage .action-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: var(--orange);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.kcpc-homepage .pill span,
.kcpc-homepage .location span,
.kcpc-homepage .contact-card span,
.kcpc-homepage .review-pill b {
  color: var(--orange);
}

.kcpc-homepage .navrow {
  position: relative;
  z-index: 45;
  display: flex;
  height: 49px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--soft);
  font-size: 16px;
}

.kcpc-homepage .location {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.kcpc-homepage .navlinks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.kcpc-homepage .service-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  font-weight: 400;
  cursor: pointer;
}

.kcpc-homepage .services-dropdown {
  position: relative;
}

.kcpc-homepage .services-dropdown.open .chevron-icon {
  transform: translateY(1px) rotate(180deg);
}

.kcpc-homepage .services-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 60;
  display: none;
  min-width: 264px;
  margin: 0;
  padding: 8px;
  list-style: none;
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(20, 24, 31, 0.18);
}

.kcpc-homepage .services-dropdown.open .services-menu {
  display: block;
}

.kcpc-homepage .services-menu a {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border: 0;
  border-radius: 10px;
  background: none;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  text-align: left;
  cursor: pointer;
}

.kcpc-homepage .services-menu a:hover,
.kcpc-homepage .services-menu a:focus-visible {
  background: var(--soft);
}

.kcpc-homepage .menu-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: none;
  stroke: var(--orange);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.kcpc-homepage .field--flash {
  outline: 3px solid var(--orange);
  outline-offset: 2px;
  transition: outline-color 0.3s ease;
}

.kcpc-homepage .chevron-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
  transform: translateY(1px);
}

.kcpc-homepage .hero {
  position: relative;
  min-height: 662px;
  padding-top: 80px;
  padding-bottom: 116px;
  color: var(--white);
}

.kcpc-homepage .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/hero-plumbers-figma-match.webp") center right / cover no-repeat;
}

.kcpc-homepage .hero-bg::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 15, 12, 0.72) 0%, rgba(16, 15, 12, 0.64) 36%, rgba(16, 15, 12, 0.38) 53%, rgba(16, 15, 12, 0.08) 72%, rgba(16, 15, 12, 0) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.18) 100%);
  content: "";
}

.kcpc-homepage .hero-copy {
  position: relative;
  z-index: 1;
  width: min(650px, 58%);
}

.kcpc-homepage .hero-eyebrow {
  margin: 0 0 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.kcpc-homepage .hero-title {
  margin: 0 0 17px;
  font-size: 37px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0;
}

.kcpc-homepage .hero-body {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.kcpc-homepage .hero-frame {
  position: relative;
  z-index: 4;
}

.kcpc-homepage .hero-cta {
  position: relative;
  z-index: 4;
  width: 220px;
  min-height: 64px;
  margin-top: 78px;
  color: var(--white);
  background: var(--orange);
  font-size: 21px;
  font-weight: 500;
}

@media (min-width: 981px) {
  .kcpc-homepage .hero {
    height: min(662px, calc(100vh - 257px));
    min-height: 0;
  }

  .kcpc-homepage .hero-cta {
    margin-top: clamp(48px, 8vh, 78px);
  }
}

@media (min-width: 1201px) {
  .kcpc-homepage .hero-cta {
    width: 190px;
    min-height: 54px;
    margin-top: clamp(40px, 5vh, 46px);
    font-size: 18px;
  }
}

.kcpc-homepage /* Proportionally scaled desktop band: compact just enough to keep the hero CTA
   clear of the contact card without making the content look undersized. */
@media (min-width: 701px) and (max-height: 850px) and (max-aspect-ratio: 8 / 5) {
  .hero {
    padding-top: clamp(34px, 7vh, 56px);
  }

  .hero-eyebrow {
    margin-bottom: clamp(10px, 2.5vh, 20px);
    font-size: clamp(12px, 1.8vh, 13.5px);
    line-height: 1.25;
  }

  .hero-title {
    margin-bottom: clamp(8px, 1.5vh, 12px);
    font-size: clamp(28px, 4.4vh, 35px);
    line-height: 1.1;
  }

  .hero-body {
    font-size: clamp(12px, 1.8vh, 14.5px);
    line-height: 1.35;
  }

  .hero-cta {
    width: clamp(165px, 16vw, 185px);
    min-height: clamp(44px, 6.5vh, 52px);
    margin-top: clamp(16px, 4vh, 32px);
    font-size: clamp(15px, 2.2vh, 17px);
  }
}

.kcpc-homepage /* Wide,
.kcpc-homepage short desktop screens: stronger height-based scaling for panoramic
   browser windows that do not use the whole-page proportional zoom. */
@media (min-width: 701px) and (max-height: 760px) and (min-aspect-ratio: 8 / 5) {
  .hero {
    padding-top: clamp(22px, 4.5vh, 34px);
  }

  .hero-eyebrow {
    margin-bottom: clamp(7px, 1.3vh, 12px);
    font-size: clamp(11.5px, 2vh, 13.5px);
    line-height: 1.2;
  }

  .hero-title {
    margin-bottom: clamp(7px, 1.5vh, 12px);
    font-size: clamp(25px, 4.8vh, 35px);
    line-height: 1.08;
  }

  .hero-body {
    font-size: clamp(12px, 2.1vh, 14.5px);
    line-height: 1.32;
  }

  .hero-cta {
    width: clamp(160px, 13vw, 190px);
    min-height: clamp(38px, 7vh, 50px);
    margin-top: clamp(7px, 1.7vh, 15px);
    font-size: clamp(15px, 2.6vh, 18px);
  }
}

@media (min-width: 701px) and (max-height: 600px) {
  .kcpc-homepage .hero-copy {
    width: min(700px, 62%);
  }

  .kcpc-homepage .hero-title br,
.kcpc-homepage .hero-body br {
    display: none;
  }
}

.kcpc-homepage .badges {
  position: absolute;
  top: 80px;
  right: var(--shell-pad);
  z-index: 1;
  display: flex;
  width: 164px;
  flex-direction: column;
  gap: 8px;
}

.kcpc-homepage .badges span {
  min-height: 48px;
  color: #2b2929;
  background: var(--control-grey-soft);
  box-shadow: 0 12px 28px rgba(20, 24, 31, 0.13);
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 701px) {
  .kcpc-homepage .badges {
    right: 0;
  }
}

.kcpc-homepage .contact-card {
  position: absolute;
  right: var(--shell-pad);
  bottom: -55px;
  left: var(--shell-pad);
  z-index: 3;
  display: grid;
  min-height: 112px;
  grid-template-columns: minmax(280px, 1fr) minmax(360px, 1fr);
  gap: 32px;
  align-items: center;
  padding: 24px 7%;
  border-radius: 20px;
  background: var(--white);
}

.kcpc-homepage .contact-card a {
  min-height: 48px;
  color: var(--ink);
  background: var(--control-grey);
  font-size: 18px;
  font-weight: 400;
}

.kcpc-homepage .review-pill {
  width: min(460px, 100%);
  gap: 8px;
}

.kcpc-homepage .contact-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 20px;
}

.kcpc-homepage .review-icon {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--orange);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.kcpc-homepage .phone-pill {
  width: 215px;
  gap: 8px;
}

.kcpc-homepage .schedule-pill {
  width: 225px;
  color: var(--white) !important;
  background: var(--orange) !important;
  font-size: 19px !important;
  font-weight: 500 !important;
}

.kcpc-homepage .promo {
  display: flex;
  min-height: 160px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 62px;
  color: var(--white);
  background: var(--purple);
}

.kcpc-homepage .promo p {
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.25;
}

.kcpc-homepage .promo a {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  align-items: center;
  font-size: 25px;
  font-weight: 500;
}

.kcpc-homepage .section-soft {
  background: var(--soft);
}

.kcpc-homepage .intake,
.kcpc-homepage .services,
.kcpc-homepage .reviews,
.kcpc-homepage .hiring,
.kcpc-homepage .why,
.kcpc-homepage .upgrade,
.kcpc-homepage .deals {
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
}

.kcpc-homepage .intake h2,
.kcpc-homepage .services h2,
.kcpc-homepage .reviews h2,
.kcpc-homepage .hiring h2,
.kcpc-homepage .why h2,
.kcpc-homepage .upgrade h2,
.kcpc-homepage .deals h2 {
  max-width: 1000px;
  margin: 0 auto;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: center;
}

.kcpc-homepage .intake h2,
.kcpc-homepage .hiring h2,
.kcpc-homepage .upgrade h2,
.kcpc-homepage .deals h2,
.kcpc-homepage .services h2,
.kcpc-homepage .why h2,
.kcpc-homepage .reviews h2 {
  font-size: 36px;
}

.kcpc-homepage .intake-layout {
  display: grid;
  max-width: var(--content);
  grid-template-columns: minmax(320px, 525px) minmax(420px, 1fr);
  gap: 16px;
  align-items: stretch;
  margin: 60px auto 0;
}

.kcpc-homepage .intake-photo {
  width: 100%;
  min-height: 595px;
  border-radius: 18px;
  object-fit: cover;
}

.kcpc-homepage .intake-form {
  display: grid;
  min-height: 595px;
  align-content: start;
  padding: 37px 49px;
  border-radius: 18px;
  background: var(--white);
}

.kcpc-homepage .intake-form label {
  display: block;
  margin: 0 0 10px;
}

.kcpc-homepage .intake-form label > span {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
}

.kcpc-homepage .intake-form em {
  display: block;
  margin: 5px 0 0;
  color: #ff2a1f;
  font-size: 13px;
  font-style: normal;
}

.kcpc-homepage .field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 27px;
}

.kcpc-homepage .nearby-location-field {
  grid-column: 1 / -1;
}

.kcpc-homepage .nearby-location-field[hidden] {
  display: none;
}

.kcpc-homepage .field {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #d8d8df;
  border-radius: 7px;
  color: var(--ink);
  background: var(--control-grey);
  font-size: 16px;
  font-weight: 400;
}

.kcpc-homepage .field--error {
  border-color: #ff675c;
}

.kcpc-homepage .field--textarea {
  min-height: 96px;
  padding-top: 15px;
  resize: vertical;
}

.kcpc-homepage .intake-form button,
.kcpc-homepage .intake-form .intake-call-link {
  display: flex;
  width: 100%;
  min-height: 49px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: var(--orange);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.kcpc-homepage .intake-form button:disabled,
.kcpc-homepage .service-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.kcpc-homepage .intake-form .intake-call-link--secondary {
  min-height: 44px;
  margin-top: 10px;
  gap: 8px;
  border: 1px solid #d8d8df;
  color: var(--ink);
  background: var(--white);
  font-size: 15px;
  font-weight: 600;
}

.kcpc-homepage .service-lead-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.kcpc-homepage .service-lead-turnstile {
  display: flex;
  min-height: 65px;
  align-items: center;
  justify-content: center;
}

.kcpc-homepage .service-lead-turnstile > div {
  width: 100%;
}

.kcpc-homepage .service-lead-feedback {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #d4442f;
  border-radius: 8px;
  color: #8d2517;
  background: #fff2ef;
  font-size: 13px;
  line-height: 1.4;
  outline: 0;
}

.kcpc-homepage .service-lead-feedback:focus-visible,
.kcpc-homepage .application-feedback:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.kcpc-homepage .service-lead-feedback.is-success {
  padding: 16px 18px;
  border: 3px solid #118500;
  color: #092d00;
  background: #52ff32;
  box-shadow: 0 0 0 4px rgba(82, 255, 50, 0.24), 0 8px 22px rgba(17, 133, 0, 0.22);
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
}

.kcpc-homepage .service-lead-feedback.is-success::before {
  content: "✓ ";
  font-size: 1.15em;
}

.kcpc-homepage .services {
  background: var(--white);
}

.kcpc-homepage .service-grid,
.kcpc-homepage .review-grid,
.kcpc-homepage .product-tray,
.kcpc-homepage .deal-grid {
  display: grid;
  max-width: var(--content);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 52px auto 0;
}

.kcpc-homepage .service-card {
  display: flex;
  min-height: 120px;
  align-items: center;
  gap: 12px;
  padding: 24px 32px;
  border-radius: 16px;
  background: var(--card);
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.kcpc-homepage .service-card:hover,
.kcpc-homepage .service-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(35, 31, 32, 0.1);
}

.kcpc-homepage .service-card:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.kcpc-homepage .icon-box {
  display: flex;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--purple);
}

.kcpc-homepage .icon-box svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.kcpc-homepage .service-card h3 {
  margin: 1px 0 0;
  font-size: 22px;
  line-height: 1.1;
}

.kcpc-homepage .service-card p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
}

.kcpc-homepage .family-band {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  padding-top: 80px;
  padding-bottom: 84px;
  color: var(--white);
  background: var(--purple);
}

.kcpc-homepage .family-band > h2 {
  margin: 0;
  color: var(--white);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
}

.kcpc-homepage .feature-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.kcpc-homepage .feature-card {
  overflow: hidden;
  min-height: 408px;
  border-radius: 16px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.55);
}

.kcpc-homepage .feature-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.kcpc-homepage .feature-card div {
  padding: 26px 16px 20px;
}

.kcpc-homepage .feature-card h3 {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.32;
}

.kcpc-homepage .feature-card p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.45;
}

.kcpc-homepage .reviews {
  background: var(--white);
}

.kcpc-homepage .review-carousel {
  position: relative;
  max-width: var(--content);
  margin: 52px auto 0;
}

.kcpc-homepage .reviews--users .review-grid {
  display: grid;
  margin: 0;
  overflow-x: auto;
  grid-auto-columns: calc((100% - 32px) / 3);
  grid-auto-flow: column;
  grid-template-columns: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.kcpc-homepage .reviews--users .review-grid::-webkit-scrollbar {
  display: none;
}

.kcpc-homepage .reviews--users .review-card {
  scroll-snap-align: start;
}

.kcpc-homepage .review-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  width: 46px;
  height: 46px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: var(--purple);
  box-shadow: 0 8px 20px rgb(35 31 32 / 18%);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 160ms ease, box-shadow 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.kcpc-homepage .review-carousel-arrow--prev {
  left: -62px;
}

.kcpc-homepage .review-carousel-arrow--next {
  right: -62px;
}

.kcpc-homepage .review-carousel-arrow svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.kcpc-homepage .review-carousel-arrow--prev svg {
  transform: rotate(180deg);
}

.kcpc-homepage .review-carousel-arrow:hover:not(:disabled),
.kcpc-homepage .review-carousel-arrow:focus-visible {
  background: #7e70ae;
  box-shadow: 0 10px 24px rgb(35 31 32 / 24%);
  outline: 3px solid rgb(149 135 193 / 28%);
  outline-offset: 3px;
  transform: translateY(-50%) scale(1.06);
}

.kcpc-homepage .review-carousel-arrow:disabled {
  opacity: 0.24;
  cursor: default;
  box-shadow: none;
}

.kcpc-homepage .review-carousel-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.kcpc-homepage .review-card {
  display: flex;
  flex-direction: column;
  height: 284px;
  padding: 30px 20px 24px;
  box-sizing: border-box;
  border-radius: 16px;
  background: var(--control-grey);
}

.kcpc-homepage .review-stars {
  color: var(--purple);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1;
}

.kcpc-homepage .review-stars--orange {
  color: var(--orange);
}

.kcpc-homepage .review-card h3 {
  min-height: 42px;
  margin: 15px 0 8px;
  font-size: 18px;
  line-height: 1.2;
}

.kcpc-homepage .review-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.kcpc-homepage .review-card-footer {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
}

.kcpc-homepage .review-card-footer span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.kcpc-homepage .review-expand {
  position: relative;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 0;
  transition: transform 160ms ease, background 160ms ease;
}

.kcpc-homepage .review-expand::before {
  position: absolute;
  top: 7px;
  left: 8px;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: '';
  transform: rotate(45deg);
}

.kcpc-homepage .review-expand:hover,
.kcpc-homepage .review-expand:focus-visible {
  background: rgb(255 255 255 / 72%);
  outline: 1px solid rgb(35 31 32 / 22%);
  outline-offset: 1px;
  transform: translateY(1px);
}

.kcpc-homepage .review-dialog {
  width: min(620px, calc(100% - 32px));
  max-height: min(760px, calc(100dvh - 32px));
  padding: 38px;
  overflow: auto;
  border: 0;
  border-radius: 20px;
  background: var(--control-grey);
  color: var(--ink);
  box-shadow: 0 24px 80px rgb(20 16 26 / 28%);
}

.kcpc-homepage .review-dialog::backdrop {
  background: rgb(20 16 26 / 58%);
  backdrop-filter: blur(3px);
}

.kcpc-homepage .review-dialog-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font: 700 24px/1 Manrope, sans-serif;
}

.kcpc-homepage .review-dialog-stars {
  color: var(--purple);
  font-size: 26px;
  line-height: 1;
}

.kcpc-homepage .review-dialog-stars--orange {
  color: var(--orange);
}

.kcpc-homepage .review-dialog-copy {
  margin: 18px 0 20px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  white-space: pre-line;
}

.kcpc-homepage .review-dialog h2 {
  margin: 20px 0 0;
  max-width: 520px;
  font-size: 24px;
  line-height: 1.2;
}

.kcpc-homepage .review-dialog-name {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.kcpc-homepage .small-cta {
  width: max-content;
  min-width: 142px;
  min-height: 48px;
  margin: 48px auto 0;
  padding: 0 28px;
  color: var(--white);
  background: var(--orange);
  font-size: 18px;
  font-weight: 500;
}

.kcpc-homepage .hiring-layout {
  display: grid;
  max-width: var(--content);
  grid-template-columns: minmax(320px, 526px) minmax(420px, 1fr);
  gap: 16px;
  margin: 60px auto 0;
}

.kcpc-homepage .hiring-layout img,
.kcpc-homepage .hiring-copy {
  min-height: 453px;
  border-radius: 18px;
}

.kcpc-homepage .hiring-layout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kcpc-homepage .hiring-copy {
  padding: 63px 50px;
  color: var(--white);
  background: var(--orange);
}

.kcpc-homepage .hiring-copy h3 {
  margin: 0 0 14px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.34;
}

.kcpc-homepage .hiring-copy p {
  max-width: 620px;
  margin: 0;
  font-size: 21px;
  line-height: 1.35;
}

.kcpc-homepage .hiring-copy a,
.kcpc-homepage .hiring-copy button {
  min-width: 192px;
  min-height: 48px;
  margin-top: 41px;
  padding: 0 24px;
  border: 0;
  color: var(--orange);
  background: var(--white);
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

.kcpc-homepage .application-dialog {
  width: min(92vw, 520px);
  padding: 0;
  border: 0;
  border-radius: 18px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 28px 80px rgba(20, 24, 31, 0.32);
}

.kcpc-homepage .application-dialog::backdrop {
  background: rgba(18, 16, 18, 0.58);
}

.kcpc-homepage .application-form {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.kcpc-homepage .application-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.kcpc-homepage .application-head h2 {
  margin: 0 0 4px;
  font-size: 26px;
  line-height: 1.15;
}

.kcpc-homepage .application-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.kcpc-homepage .application-close {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: var(--control-grey);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.kcpc-homepage .application-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.kcpc-homepage .application-form label > span {
  display: block;
  margin: 0 0 7px;
  font-size: 13px;
  font-weight: 700;
}

.kcpc-homepage .application-textarea {
  min-height: 86px;
}

.kcpc-homepage .resume-upload {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px dashed #c9c7d2;
  border-radius: 10px;
  background: var(--control-grey-soft);
  cursor: pointer;
}

.kcpc-homepage .resume-upload input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.kcpc-homepage .resume-upload:focus-within {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.kcpc-homepage .resume-upload span {
  color: var(--orange);
  font-size: 15px;
  font-weight: 700;
}

.kcpc-homepage .resume-upload small {
  color: var(--muted);
  font-size: 12px;
}

.kcpc-homepage .application-submit {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: var(--orange);
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}

.kcpc-homepage .application-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.kcpc-homepage .application-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.kcpc-homepage .application-turnstile {
  display: flex;
  min-height: 65px;
  align-items: center;
  justify-content: center;
}

.kcpc-homepage .application-turnstile > div {
  width: 100%;
}

.kcpc-homepage .application-feedback {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #d4442f;
  border-radius: 8px;
  color: #8d2517;
  background: #fff2ef;
  font-size: 13px;
  line-height: 1.4;
  outline: 0;
}

.kcpc-homepage .application-success {
  position: relative;
  display: none;
  min-height: 300px;
  align-items: center;
  justify-content: center;
  padding: 52px 32px;
  text-align: center;
  outline: 0;
}

.kcpc-homepage .application-form.is-success {
  display: block;
  padding: 0;
}

.kcpc-homepage .application-form.is-success > :not(.application-success) {
  display: none;
}

.kcpc-homepage .application-form.is-success .application-success {
  display: flex;
}

.kcpc-homepage .application-success h2 {
  max-width: 360px;
  margin: 0;
  font-size: 30px;
  line-height: 1.25;
}

.kcpc-homepage .application-success-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.kcpc-homepage .service-dialog {
  width: min(92vw, 560px);
  max-height: calc(100svh - 36px);
  overflow: auto;
  padding: 0;
  border: 0;
  border-radius: 16px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 28px 80px rgba(20, 24, 31, 0.32);
}

.kcpc-homepage .service-dialog::backdrop {
  background: rgba(18, 16, 18, 0.58);
}

.kcpc-homepage .service-form {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.kcpc-homepage .service-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 2px;
}

.kcpc-homepage .service-head h2 {
  margin: 0 0 4px;
  font-size: 25px;
  line-height: 1.15;
}

.kcpc-homepage .service-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.kcpc-homepage .service-close {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: var(--control-grey);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.kcpc-homepage .service-form .field {
  min-height: 44px;
  padding: 0 14px;
  font-size: 15px;
}

.kcpc-homepage .service-form label > span {
  display: block;
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 700;
}

.kcpc-homepage .service-dialog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.kcpc-homepage .service-nearby-field {
  grid-column: 1 / -1;
}

.kcpc-homepage .service-nearby-field[hidden] {
  display: none;
}

.kcpc-homepage .service-textarea {
  min-height: 76px;
  padding-top: 12px;
}

.kcpc-homepage .service-status {
  min-height: 18px;
  margin: -1px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.kcpc-homepage .service-submit,
.kcpc-homepage .service-call-link {
  display: flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.kcpc-homepage .service-submit {
  border: 0;
  color: var(--white);
  background: var(--orange);
}

.kcpc-homepage .service-submit.is-success {
  background: var(--purple);
  cursor: default;
  opacity: 1;
}

.kcpc-homepage .service-call-link {
  gap: 8px;
  border: 1px solid #d8d8df;
  color: var(--ink);
  background: var(--white);
}

.kcpc-homepage .why {
  background: var(--white);
}

.kcpc-homepage .why-grid {
  display: grid;
  max-width: var(--content);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin: 52px auto 0;
}

.kcpc-homepage .why-card {
  min-height: 200px;
  padding: 36px 16px 22px;
  border-radius: 16px;
  background: var(--card);
  text-align: center;
}

.kcpc-homepage .why-card svg {
  width: 47px;
  height: 47px;
  fill: none;
  stroke: var(--purple);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.kcpc-homepage .why-card h3 {
  margin: 20px 0 0;
  font-size: 21px;
  line-height: 1.22;
}

.kcpc-homepage .local-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  padding-top: 80px;
  padding-bottom: 80px;
  color: var(--white);
  background: var(--purple);
}

.kcpc-homepage .local-band > h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.32;
  text-align: center;
  margin-inline: auto;
}

.kcpc-homepage .story-list {
  display: grid;
  gap: 16px;
}

.kcpc-homepage .story-card {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  overflow: hidden;
  border-radius: 16px;
  color: var(--ink);
  background: var(--white);
}

.kcpc-homepage .story-card img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.kcpc-homepage .story-card div {
  padding: 42px 24px 30px;
}

.kcpc-homepage .story-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.2;
}

.kcpc-homepage .story-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.43;
}

.kcpc-homepage .upgrade > p {
  margin: 18px auto 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.kcpc-homepage .product-tray {
  padding: 48px 49px;
  border-radius: 18px;
  background: var(--white);
}

.kcpc-homepage .product-card img {
  width: 100%;
  aspect-ratio: 384 / 238;
  border-bottom: 5px solid var(--orange);
  border-radius: 16px;
  object-fit: cover;
}

.kcpc-homepage .product-card h3 {
  margin: 18px 0 0;
  font-size: 22px;
  line-height: 1.15;
  text-align: center;
}

.kcpc-homepage .deals {
  color: var(--white);
  background: var(--purple);
}

.kcpc-homepage .deals h2 {
  color: var(--white);
}

.kcpc-homepage .deal-card {
  overflow: hidden;
  min-height: 316px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: var(--white);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.kcpc-homepage .deal-card:hover,
.kcpc-homepage .deal-card:focus-visible {
  outline: 3px solid rgb(255 255 255 / 62%);
  outline-offset: 4px;
  box-shadow: 0 14px 30px rgb(35 31 32 / 18%);
  transform: translateY(-3px);
}

.kcpc-homepage .deal-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.kcpc-homepage .deal-card div {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 24px;
  color: var(--ink);
}

.kcpc-homepage .deal-card h3 {
  margin: 0;
  font-size: 22px;
}

.kcpc-homepage .deal-card span {
  color: var(--orange);
  font-size: 25px;
}

.kcpc-homepage .deals-dialog-content {
  display: grid;
  gap: 20px;
  padding: 24px;
}

.kcpc-homepage .coupon-offers {
  display: grid;
  gap: 14px;
}

.kcpc-homepage .coupon-offer {
  padding: 20px;
  border-left: 5px solid var(--orange);
  border-radius: 14px;
  background: var(--control-grey);
}

.kcpc-homepage .coupon-offer h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
}

.kcpc-homepage .coupon-offer p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.kcpc-homepage .coupon-claim {
  width: 100%;
  min-height: 44px;
  margin-top: 16px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: var(--orange);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, filter 160ms ease;
}

.kcpc-homepage .coupon-claim:hover {
  filter: brightness(0.94);
  transform: translateY(-1px);
}

.kcpc-homepage .coupon-claim:focus-visible {
  outline: 3px solid rgba(242, 91, 37, 0.28);
  outline-offset: 3px;
}

.kcpc-homepage .coupon-claim:active {
  transform: translateY(0);
}

.kcpc-homepage .footer {
  display: grid;
  grid-template-columns: minmax(200px, 260px) minmax(300px, 1.4fr) minmax(150px, 0.7fr);
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 34px;
  color: var(--white);
  background: var(--footer);
}

.kcpc-homepage .footer-brand {
  width: 187px;
}

.kcpc-homepage .footer-brand img {
  width: 150px;
  height: auto;
}

.kcpc-homepage .footer-phone {
  width: 187px;
  min-height: 40px;
  margin-top: 43px;
  color: var(--white);
  background: #3c373a;
  font-size: 16px;
  gap: 8px;
}

.kcpc-homepage .footer-cta {
  width: 187px;
  min-height: 42px;
  margin-top: 8px;
  color: var(--white);
  background: var(--orange);
  font-size: 17px;
}

.kcpc-homepage .footer .footer-address-note {
  margin-top: 22px;
}

.kcpc-homepage .footer-map-link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kcpc-homepage .footer h2 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.kcpc-homepage .footer ul,
.kcpc-homepage .footer p {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.72;
}

.kcpc-homepage .footer li {
  list-style: none;
}

.kcpc-homepage .footer li > a:hover,
.kcpc-homepage .footer li > a:focus-visible {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kcpc-homepage .footer-directory {
  position: relative;
}

.kcpc-homepage .footer-directory summary {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  list-style: none;
  cursor: pointer;
}

.kcpc-homepage .footer-directory summary::-webkit-details-marker {
  display: none;
}

.kcpc-homepage .footer-directory summary svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 160ms ease;
}

.kcpc-homepage .footer-directory[open] summary svg {
  transform: rotate(180deg);
}

.kcpc-homepage .footer .footer-directory-panel {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  z-index: 20;
  display: grid;
  min-width: 230px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  line-height: 1.3;
}

.kcpc-homepage .footer-directory-panel a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
}

.kcpc-homepage .footer-directory-panel a:hover,
.kcpc-homepage .footer-directory-panel a:focus-visible {
  color: var(--ink);
  background: var(--soft);
}

.kcpc-homepage .footer-list-columns {
  display: grid;
  grid-template-columns: minmax(200px, 240px) minmax(180px, 1fr);
  gap: 34px;
}

.kcpc-homepage .footer-rule {
  grid-column: 1 / -1;
  height: 1px;
  margin-top: 2px;
  background: rgba(255, 255, 255, 0.18);
}

.kcpc-homepage .copyright {
  grid-column: 1 / -1;
  justify-self: end;
  margin: 0;
  color: var(--white);
  font-size: 14px;
}

.kcpc-homepage /* 921px–1200px: whole-page proportional shrink (zoom set by scaledPage script in index.html).
   Rearrangement breakpoints begin at 920px. */

@media (max-width: 700px) {
  :root {
    --pad: 48px;
    --section-y: 72px;
  }

  .hero-copy {
    width: min(610px, 64%);
  }

  .contact-card {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 24px 48px;
  }

  .contact-actions {
    justify-self: center;
  }

  .promo {
    padding-top: 110px;
  }

  .family-band,
  .local-band {
    grid-template-columns: 1fr;
  }

  .family-band > h2,
  .local-band > h2 {
    max-width: 760px;
  }

  .local-band {
    gap: 36px;
  }

  .footer {
    grid-template-columns: 220px 1fr 180px;
  }
}

@media (max-width: 700px) {
  body.kcpc-homepage-active,
.kcpc-homepage {
    --pad: 32px;
    --section-y: 64px;
  }

  .kcpc-homepage .brandbar {
    align-items: center;
  }

  .kcpc-homepage .header-actions {
    max-width: 470px;
  }

  .kcpc-homepage .pill {
    min-height: 42px;
    padding: 0 22px;
    font-size: 16px;
  }

  .kcpc-homepage .hero {
    min-height: 620px;
    padding-top: 64px;
  }

  .kcpc-homepage .hero-copy {
    width: min(600px, 74%);
  }

  .kcpc-homepage .hero-title {
    font-size: 32px;
  }

  .kcpc-homepage .hero-cta {
    margin-top: 48px;
  }

  .kcpc-homepage .badges {
    position: relative;
    top: auto;
    right: auto;
    z-index: 1;
    width: min(520px, 100%);
    flex-direction: row;
    margin-top: 32px;
  }

  .kcpc-homepage .badges span {
    flex: 1 1 0;
    padding: 0 12px;
  }

  .kcpc-homepage .intake-layout,
.kcpc-homepage .hiring-layout {
    grid-template-columns: 1fr;
  }

  .kcpc-homepage .intake-photo,
.kcpc-homepage .intake-form,
.kcpc-homepage .hiring-layout img,
.kcpc-homepage .hiring-copy {
    min-height: 0;
  }

  .kcpc-homepage .intake-photo {
    aspect-ratio: 525 / 430;
  }

  .kcpc-homepage .service-grid,
.kcpc-homepage .review-grid,
.kcpc-homepage .product-tray,
.kcpc-homepage .deal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kcpc-homepage .feature-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kcpc-homepage .why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kcpc-homepage .story-card {
    grid-template-columns: minmax(240px, 330px) minmax(0, 1fr);
  }

  .kcpc-homepage .product-tray {
    padding: 32px;
  }

  .kcpc-homepage .footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kcpc-homepage .footer-list-columns {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .kcpc-homepage .brandbar {
    justify-content: center;
  }

  .kcpc-homepage .header-actions {
    display: none;
  }
}

@media (max-width: 700px) {
  body.kcpc-homepage-active,
.kcpc-homepage {
    --pad: 20px;
    --section-y: 52px;
  }

  .kcpc-homepage .topbar {
    height: 48px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 13px;
  }

  .kcpc-homepage .top-note {
    justify-content: center;
    min-height: 0;
  }

  .kcpc-homepage .top-note--right {
    display: none;
  }

  .kcpc-homepage .brandbar {
    height: 79px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  .kcpc-homepage .logo {
    width: auto;
  }

  .kcpc-homepage .logo img {
    width: auto;
    height: 61px;
  }

  .kcpc-homepage .header-actions {
    display: none;
  }

  .kcpc-homepage .pill {
    min-width: 0;
    flex: 1 1 150px;
    padding: 0 16px;
    font-size: 15px;
  }

  .kcpc-homepage .pill--light,
.kcpc-homepage .pill--light:first-child,
.kcpc-homepage .pill--orange {
    min-width: 0;
  }

  .kcpc-homepage .navrow {
    height: 49px;
    font-size: 14px;
  }

  .kcpc-homepage .location,
.kcpc-homepage .service-link {
    min-width: 0;
  }

  .kcpc-homepage .location {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .kcpc-homepage .hero {
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .kcpc-homepage .hero-bg {
    background-position: 64% center;
  }

  .kcpc-homepage .hero-bg::after {
    background:
      linear-gradient(90deg, rgba(16, 15, 12, 0.82) 0%, rgba(16, 15, 12, 0.72) 58%, rgba(16, 15, 12, 0.38) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.24) 100%);
  }

  .kcpc-homepage .hero-copy {
    width: min(520px, 100%);
  }

  .kcpc-homepage .hero-eyebrow {
    margin-bottom: 22px;
  }

  .kcpc-homepage .hero-title {
    font-size: 27px;
  }

  .kcpc-homepage .hero-body br {
    display: none;
  }

  .kcpc-homepage .hero-cta {
    width: 180px;
    min-height: 54px;
    margin-top: 32px;
    font-size: 18px;
  }

  .kcpc-homepage .badges {
    flex-direction: column;
    width: 100%;
  }

  .kcpc-homepage .contact-card {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 30px;
    padding: 18px;
    border-radius: 16px;
  }

  .kcpc-homepage .contact-card a,
.kcpc-homepage .phone-pill,
.kcpc-homepage .schedule-pill,
.kcpc-homepage .review-pill {
    width: 100%;
  }

  .kcpc-homepage .contact-actions {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }

  .kcpc-homepage .promo {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .kcpc-homepage .promo p,
.kcpc-homepage .promo a {
    font-size: 21px;
  }

  .kcpc-homepage .intake h2,
.kcpc-homepage .hiring h2,
.kcpc-homepage .upgrade h2,
.kcpc-homepage .deals h2 {
    font-size: 30px;
  }

  .kcpc-homepage .services h2,
.kcpc-homepage .why h2,
.kcpc-homepage .reviews h2,
.kcpc-homepage .reviews--neighbors h2 {
    font-size: 30px;
  }

  .kcpc-homepage .intake-layout,
.kcpc-homepage .hiring-layout,
.kcpc-homepage .service-grid,
.kcpc-homepage .review-grid,
.kcpc-homepage .product-tray,
.kcpc-homepage .deal-grid {
    margin-top: 34px;
  }

  .kcpc-homepage .intake-form {
    padding: 24px;
  }

  .kcpc-homepage .field-grid,
.kcpc-homepage .service-grid,
.kcpc-homepage .review-grid,
.kcpc-homepage .product-tray,
.kcpc-homepage .deal-grid,
.kcpc-homepage .feature-cards,
.kcpc-homepage .why-grid {
    grid-template-columns: 1fr;
  }

  .kcpc-homepage .service-card {
    min-height: 0;
    padding: 20px;
  }

  .kcpc-homepage .family-band,
.kcpc-homepage .local-band {
    padding-top: 52px;
    padding-bottom: 56px;
  }

  .kcpc-homepage .family-band > h2,
.kcpc-homepage .local-band > h2 {
    font-size: 30px;
  }

  .kcpc-homepage .feature-card {
    min-height: 0;
  }

  .kcpc-homepage .hiring-copy {
    padding: 36px 28px;
  }

  .kcpc-homepage .hiring-copy h3 {
    font-size: 28px;
  }

  .kcpc-homepage .hiring-copy p {
    font-size: 18px;
  }

  .kcpc-homepage .why-card {
    min-height: 164px;
  }

  .kcpc-homepage .story-card {
    grid-template-columns: 1fr;
  }

  .kcpc-homepage .story-card img {
    min-height: 210px;
  }

  .kcpc-homepage .story-card div {
    padding: 28px 22px 26px;
  }

  .kcpc-homepage .product-tray {
    padding: 20px;
  }

  .kcpc-homepage .footer {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .kcpc-homepage .footer-brand,
.kcpc-homepage .footer-phone,
.kcpc-homepage .footer-cta {
    width: 100%;
    max-width: 240px;
  }

  .kcpc-homepage .footer-phone {
    margin-top: 28px;
  }

  .kcpc-homepage .footer-list-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .kcpc-homepage .copyright {
    justify-self: start;
  }
}

@media (max-width: 420px) {
  .kcpc-homepage .hero-title,
.kcpc-homepage .family-band > h2,
.kcpc-homepage .local-band > h2,
.kcpc-homepage .intake h2,
.kcpc-homepage .hiring h2,
.kcpc-homepage .upgrade h2,
.kcpc-homepage .deals h2,
.kcpc-homepage .services h2,
.kcpc-homepage .why h2,
.kcpc-homepage .reviews h2,
.kcpc-homepage .reviews--neighbors h2 {
    font-size: 26px;
  }

  .kcpc-homepage .hero-body,
.kcpc-homepage .promo p,
.kcpc-homepage .promo a,
.kcpc-homepage .hiring-copy p,
.kcpc-homepage .upgrade > p {
    font-size: 16px;
  }

  .kcpc-homepage .pill {
    flex-basis: 100%;
  }

  .kcpc-homepage .service-card {
    align-items: flex-start;
  }

  .kcpc-homepage .icon-box {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .kcpc-homepage .icon-box svg {
    width: 34px;
    height: 34px;
  }

  .kcpc-homepage .review-stars {
    font-size: 18px;
  }
}

.kcpc-homepage .service-area {
  padding: var(--section-y) var(--shell-pad);
  background: var(--white);
}

.kcpc-homepage .service-area h2 {
  max-width: 1000px;
  margin: 0 auto;
  color: var(--ink);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
}

.kcpc-homepage .service-area-layout {
  display: grid;
  max-width: var(--content);
  margin: 56px auto 0;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 56px;
  align-items: center;
}

.kcpc-homepage .service-area-intro {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.55;
}

.kcpc-homepage .service-area-list {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.kcpc-homepage .service-area .service-area-cta {
  margin: 34px 0 0;
}

.kcpc-homepage .service-area-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  border: 0;
  border-radius: 16px;
  background: var(--soft);
}

@media (max-width: 700px) {
  .kcpc-homepage .service-area-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .kcpc-homepage .service-area-map iframe {
    min-height: 360px;
  }
}

@media (max-width: 700px) {
  .kcpc-homepage .service-area h2 {
    font-size: 30px;
  }
}

@media (max-width: 420px) {
  .kcpc-homepage .service-area h2 {
    font-size: 26px;
  }

  .kcpc-homepage .service-area .service-area-cta {
    width: 100%;
  }
}



.kcpc-homepage .kcpc-faq {
  padding: var(--section-y) var(--shell-pad);
  color: var(--ink);
  background: var(--soft);
}

.kcpc-homepage .kcpc-faq > h2 {
  max-width: 900px;
  margin: 0 auto 32px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.08;
  text-align: center;
}

.kcpc-homepage .kcpc-faq-list {
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid rgba(35, 31, 32, 0.18);
}

.kcpc-homepage .kcpc-faq-item {
  border-bottom: 1px solid rgba(35, 31, 32, 0.18);
}

.kcpc-homepage .kcpc-faq-item summary {
  padding: 20px 44px 20px 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
}

.kcpc-homepage .kcpc-faq-item > div {
  max-width: 820px;
  padding: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.kcpc-homepage .kcpc-faq-item p {
  margin: 0 0 10px;
}

.kcpc-homepage .kcpc-faq-item a {
  color: var(--orange);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 700px) {
  .kcpc-homepage .kcpc-faq-item summary {
    padding: 17px 34px 17px 0;
    font-size: 16px;
  }
}
