/* A short introduction, one local question and one clear next step per section. */
.home-refresh { --home-blue: #82d3f5; --home-blue-deep: #111e23; }
.home-welcome { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); grid-template-areas: "portrait intro" "portrait finder"; gap: 28px clamp(28px, 4vw, 56px); align-items: start; }
.welcome-copy { grid-area: intro; min-width: 0; max-width: 560px; }
.welcome-copy .section-kicker { color: #c6d4ba; margin: 0 0 16px; }
.welcome-copy h1 { margin: 0; font: 750 clamp(1.875rem, 2.65vw, 2.75rem)/1.2 var(--heading); letter-spacing: -.035em; text-wrap: balance; overflow-wrap: anywhere; }
.welcome-copy h1 span { display: block; color: var(--green); }
.welcome-promise { margin: 16px 0 10px; color: #e0e8da; font-size: 1.125rem; font-weight: 600; line-height: 1.5; }
.welcome-lead { max-width: 460px; margin: 0 0 24px; font-size: 1rem; line-height: 1.65; color: #ced8c7; }
.home-owner-portrait { grid-area: portrait; position: relative; align-self: stretch; min-width: 0; min-height: 430px; margin: 0; border: 1px solid #617445; border-radius: 14px; overflow: hidden; background: #182213; }
.home-owner-portrait > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.home-owner-portrait figcaption { position: absolute; inset: auto 0 0; padding: 68px 24px 24px; background: linear-gradient(transparent, #081006ed 52%); color: white; }
.home-owner-portrait figcaption strong { display: block; font: 700 1.65rem/1.2 var(--heading); }
.home-owner-portrait figcaption span { display: block; margin-top: 7px; color: #d5e9c2; font-size: .9375rem; line-height: 1.5; }
.home-finder { grid-area: finder; display: grid; grid-template-columns: clamp(80px, 8vw, 112px) minmax(0, 1fr); gap: 16px; align-items: center; min-width: 0; padding: 18px; border: 1px solid #344f58; border-radius: 12px; background: var(--home-blue-deep); }
.home-finder-scene { min-width: 0; border-radius: 10px; }
.home-finder-scene > img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 10px; transition: transform 300ms cubic-bezier(.22, 1, .36, 1); }
.home-finder .finder-bubble {
  position: relative; width: auto; margin: 0 0 12px;
  padding: 12px 14px; border-radius: 12px;
  background: #203943; color: #d6eaf2; box-shadow: none;
  font: 700 1rem/1.35 var(--heading); letter-spacing: -.02em; text-wrap: balance;
}
.home-finder .finder-bubble > span { display: inline-block; margin-top: 5px; font-weight: 500; color: inherit; }
.finder-bubble::after { content: ""; position: absolute; left: -10px; top: 20px; width: 0; height: 0; border-block: 9px solid transparent; border-right: 12px solid #203943; }
.home-finder-content { min-width: 0; padding: 0; }
.home-finder-content p { margin: 0 0 14px; color: #bccdd4; font-size: 1rem; line-height: 1.6; }
.button-finder { width: 100%; justify-content: space-between; gap: 10px; padding: 11px 14px; background: transparent; border: 1px solid #527684; color: var(--home-blue); }
.button-finder:hover { background: #1c3743; border-color: var(--home-blue); color: #ade5ff; }
.button-finder:focus-visible { outline-color: #e0f5ff; }
.home-refresh .home-check-compact { padding-block: 8px 28px; }
.home-check-callout { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: clamp(24px, 3vw, 36px); border: 1px solid #55752f; border-left: 4px solid var(--green); border-radius: 12px; background: #16240f; }
.home-check-callout .section-kicker { color: #c6e897; margin: 0 0 8px; }
.home-check-callout h2 { margin: 0 0 12px; font-size: clamp(1.4rem, 2vw, 1.85rem); line-height: 1.25; }
.home-check-callout p:last-child { margin-bottom: 0; max-width: 650px; color: #cad9bd; font-size: 1rem; }
.home-check-callout .button { white-space: nowrap; }
.home-refresh .home-services { padding-block: 32px 40px; }
.home-refresh .home-section-head { align-items: center; margin-bottom: 22px; }
.home-refresh .home-section-head h2 { margin: 0; font-size: clamp(1.5rem, 2vw, 2rem); }
.home-refresh .overview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.home-refresh .overview-card { padding: 22px 24px; border-top-width: 3px; border-radius: 10px; display: flex; flex-direction: column; }
.home-refresh .overview-card h3 { margin: 0 0 8px; font-size: 1.125rem; overflow-wrap: anywhere; }
.home-refresh .overview-card p { margin: 0 0 20px; font-size: 1rem; }
.service-link-label { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--service-accent); font-size: .875rem; font-weight: 600; }
.home-direct { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 26px; padding-block: 20px 36px; }
.home-direct p { margin: 0 auto 0 0; color: var(--muted); font-size: 1rem; }
.home-direct p strong { display: block; color: var(--ink); font-weight: 600; }
.home-direct > a { display: inline-flex; align-items: center; min-height: 44px; gap: 8px; color: var(--green); font-size: 1rem; font-weight: 600; text-decoration: none; }
.home-direct > a:hover { text-decoration: underline; }
@media (min-width: 1600px) { .home-refresh .overview-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1001px) and (max-width: 1200px) { .home-welcome { gap: 28px; padding-inline: 28px; } }
@media (max-width: 800px) {
  .home-welcome { grid-template-columns: 1fr; grid-template-areas: "intro" "portrait" "finder"; gap: 24px; }
  .welcome-copy { max-width: 640px; }
  .welcome-copy h1 { font-size: clamp(1.875rem, 5vw, 2.75rem); }
  .welcome-lead { max-width: 600px; margin-block: 0 20px; }
  .home-owner-portrait { min-height: 360px; height: clamp(360px, 70vw, 480px); }
  .home-owner-portrait > img { object-position: 50% 32%; }
  .home-finder { grid-template-columns: 112px minmax(0, 1fr); gap: 20px; }
  .home-check-callout { grid-template-columns: 1fr; gap: 22px; }
  .home-check-callout .button { justify-self: start; }
}
@media (max-width: 600px) {
  .home-welcome { padding-top: 28px; }
  .home-finder { grid-template-columns: 96px minmax(0, 1fr); gap: 16px; padding: 16px; }
  .home-finder .finder-bubble { padding: 10px 12px; }
  .home-owner-portrait figcaption { padding-inline: 20px; }
  .home-refresh .home-check-compact { padding-bottom: 12px; }
  .home-check-callout { padding: 22px; }
  .home-check-callout .button { width: 100%; justify-content: space-between; white-space: normal; }
  .home-refresh .home-section-head { align-items: flex-start; gap: 12px; }
  .home-refresh .overview-grid { grid-template-columns: 1fr; gap: 14px; }
  .home-refresh .overview-card { padding: 20px 22px; }
  .home-refresh .overview-card p { margin-bottom: 14px; }
  .home-direct { flex-direction: column; align-items: flex-start; gap: 4px; }
  .home-direct p { margin-bottom: 8px; }
}
@media (max-width: 380px) {
  .home-finder { grid-template-columns: 76px minmax(0, 1fr); gap: 12px; padding: 12px; }
  .button-finder { padding-inline: 10px; font-size: .875rem; }
}
@media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
  .home-finder:hover .home-finder-scene > img { transform: translateY(-3px) rotate(-2deg); }
}
@media (forced-colors: active) {
  .home-finder, .home-check-callout { border-color: CanvasText; }
  .home-finder .finder-bubble { background: Canvas; color: CanvasText; border: 1px solid CanvasText; }
  .finder-bubble::after { display: none; }
}
