/* Homepage prototype. Navigation and shared page styles stay untouched. */
.home-page .home-search-section {
  min-height: calc(100svh - var(--home-header-height, var(--hero-height)));
  padding: clamp(80px, 11.5vh, 120px) 3vw 150px;
  align-items: flex-start;
}
.home-page .home-search-gallery::after {
  background: linear-gradient(90deg, rgba(2, 19, 37, .94) 0%, rgba(2, 19, 37, .76) 25%, rgba(2, 19, 37, .22) 56%, transparent 82%), linear-gradient(0deg, rgba(2, 19, 37, .5), transparent 40%);
}
.home-page .home-search-message {
  position: relative;
  inset: auto;
  transform: none;
  width: min(760px, 75%);
  margin: 0;
  text-align: left;
  text-shadow: none;
}
.home-page .home-prototype-kicker {
  display: inline-flex;
  align-items: center;
  padding: 11px 25px;
  margin-bottom: 24px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 30px;
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.home-page .home-search-message h2 {
  max-width: 760px;
  font-size: clamp(48px, 4.7vw, 82px);
  font-weight: 700;
  line-height: 1.02;
  white-space: normal;
  text-wrap: initial;
}
.home-page .home-search-message h2 span {
  display: block;
  color: #ed7770;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.05;
}
.home-page .home-search-message p {
  max-width: none;
  margin: 24px 0 0;
  padding: 0;
  background: none;
  border: 0;
  font-size: clamp(18px, 1.55vw, 26px);
  line-height: 1.3;
}
.home-page .home-search-message p::before { display: none; }
.home-page .home-search-inner { margin: 40px 0 0; width: 100%; }
.home-page .home-search-panel { width: 100%; margin: 0; padding: 0; border: 0; justify-content: flex-start; }
.home-page .home-search-actions { width: auto; gap: 16px; justify-content: flex-start; }
.home-page .home-search-actions > a {
  flex: none;
  width: auto;
  min-width: 185px;
  height: 60px;
  padding: 0 30px;
  gap: 20px;
  border-radius: 9px;
  font-size: 21px;
  font-weight: 600;
  text-transform: none;
  text-shadow: none;
}
.home-page .home-search-actions > a span { font-size: 28px; font-weight: 400; }
.home-page .home-search-submit { background: #e62638; }
.home-page .home-search-submit:hover { background: #c91e30; }
.home-page .home-search-estimate { background: #fff; color: #081a30; }
.home-page .home-search-estimate:hover { background: #e7edf3; }
.home-page .home-search-sold { background: rgba(9,29,48,.45); color: #fff; backdrop-filter: blur(5px); }
.home-page .home-search-sold:hover { background: rgba(9,29,48,.8); }
.home-page .hero-google-score {
  top: calc(100% + 30px);
  right: 3vw;
  min-width: 170px;
  padding: 12px 20px;
  border-radius: 13px;
  background: rgba(255,255,255,.97);
  color: #091a33;
  font-size: 17px;
  gap: 4px;
}
.home-page .hero-google-wordmark { font-size: 30px; }
.home-page .hero-google-stars { font-size: 24px; }
.home-page .home-address { position: absolute; left: 3vw; bottom: 25px; padding: 0; background: transparent; box-shadow: none; font-size: 16px; font-weight: 500; gap: 12px; }
.home-page .home-address svg { width: 25px; height: 25px; fill: #ff5b62; }
.home-page .home-whatsapp-contact { position: fixed; z-index: 1000; right: 25px; bottom: 30px; min-height: 54px; padding: 0 22px; border-radius: 40px; background: #00bf50; font-size: 17px; gap: 12px; }
.home-page .home-whatsapp-contact svg { width: 29px; height: 29px; }
.home-scroll-cue { position: absolute; bottom: 28px; left: 50%; display: grid; justify-items: center; gap: 8px; transform: translateX(-50%); }
.home-scroll-cue > span { width: 23px; height: 39px; border: 1.5px solid #fff; border-radius: 14px; }
.home-scroll-cue > span::before { content: ""; display: block; width: 2px; height: 8px; margin: 7px auto; background: #fff; }
.home-scroll-cue svg { width: 23px; height: 18px; fill: none; stroke: #fff; stroke-width: 2; }
.home-scroll-cue:focus-visible { outline: 2px solid #fff; outline-offset: 6px; }
@media (min-width: 761px) and (max-width: 1100px) {
  .home-page .home-search-message { width: 80%; }
  .home-page .home-search-message h2 { font-size: 54px; }
  .home-page .home-search-actions > a { min-width: 150px; padding: 0 20px; font-size: 18px; }
}
@media (min-width: 761px) and (max-height: 800px) {
  .home-page .home-search-section { padding-top: 45px; padding-bottom: 110px; }
  .home-page .home-prototype-kicker { margin-bottom: 20px; }
  .home-page .home-search-message h2 { font-size: clamp(42px, 7.2vh, 58px); }
  .home-page .home-search-message p { margin-top: 20px; font-size: 19px; }
  .home-page .home-search-inner { margin-top: 26px; }
  .home-page .home-search-actions > a { height: 54px; }
}
@media (max-width: 760px) {
  .home-page .home-search-section { min-height: calc(100svh - var(--home-header-height, 145px)); padding: 40px 22px 95px; gap: 32px; }
  .home-page .home-search-gallery-slide { background-position: 62% center; }
  .home-page .home-search-gallery::after { background: linear-gradient(90deg, rgba(2,19,37,.88), rgba(2,19,37,.35)), linear-gradient(0deg, rgba(2,19,37,.65), transparent); }
  .home-page .home-search-message { width: 100%; max-width: none; }
  .home-page .home-prototype-kicker { display: none; }
  .home-page .home-search-message h2 { font-size: clamp(36px, 8.3vw, 56px); }
  .home-page .home-search-message p { font-size: 18px; margin-top: 24px; }
  .home-page .home-search-message p br { display: initial; }
  .home-page .home-search-inner { margin-top: 28px; }
  .home-page .home-search-actions { width: 100%; gap: 12px; }
  .home-page .home-search-actions > a { width: 100%; min-width: 0; min-height: 52px; flex: 0 0 52px; justify-content: space-between; font-size: 18px; }
  .home-page .home-address { position: relative; inset: auto; margin: 0; padding: 0; width: 100%; max-width: none; font-size: 13px; }
  .home-page .home-whatsapp-contact { width: auto; right: 14px; bottom: 14px; min-height: 48px; padding: 0 16px; font-size: 14px; }
  .home-scroll-cue { display: none; }
}
