/* Under Roof public homepage. Shared account, wizard and Leaflet foundations live in styles.css. */

.home-page {
  --home-ink: #17211f;
  --home-muted: #697571;
  --home-paper: #f7f7f3;
  --home-surface: #ffffff;
  --home-dark: #081512;
  --home-teal: #08796c;
  --home-teal-dark: #065f55;
  --home-coral: #ff6754;
  --home-gold: #ba8b43;
  --home-line: rgba(23, 33, 31, 0.13);
  --home-radius: 8px;
  --home-radius-large: 16px;
  --home-shadow: 0 18px 52px rgba(15, 36, 31, 0.11);
  --section-space-desktop: 104px;
  --section-space-tablet: 82px;
  --section-space-mobile: 60px;
  --section-space: var(--section-space-desktop);
  background: var(--home-paper);
  color: var(--home-ink);
}

.home-page main {
  overflow: clip;
  background: var(--home-paper);
}

.home-page #property-search,
.home-page #available-listings,
.home-page #property-map,
.home-page #future-products,
.home-page #people,
.home-page #contact {
  scroll-margin-top: 88px;
}

.home-page a,
.home-page button,
.home-page select,
.home-page input {
  letter-spacing: 0;
}

.home-page a:focus-visible,
.home-page button:focus-visible,
.home-page select:focus-visible,
.home-page input:focus-visible {
  outline: 3px solid rgba(8, 121, 108, 0.34);
  outline-offset: 3px;
}

.home-page .section-shell {
  width: min(1480px, calc(100% - 64px));
  margin-inline: auto;
  padding-block: var(--section-space);
}

.home-page .section-band {
  width: 100%;
  background: #eef3f0;
}

.home-page .section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 38px;
}

.home-page .section-heading > div {
  max-width: 760px;
}

.home-page .eyebrow {
  margin: 0 0 12px;
  color: var(--home-teal);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-page .section-heading h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(36px, 4.2vw, 62px);
  font-weight: 720;
  line-height: 1.04;
  letter-spacing: 0;
}

.home-page .section-heading p:not(.eyebrow) {
  max-width: 660px;
  margin: 16px 0 0;
  color: var(--home-muted);
  font-size: 17px;
  line-height: 1.65;
}

.home-page .text-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 2px;
  min-height: 44px;
  color: var(--home-teal-dark);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

/* Header */

.home-page .hp-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  min-height: 76px;
  padding: 0;
  border: 0;
  background: linear-gradient(180deg, rgba(3, 12, 14, 0.74), rgba(3, 12, 14, 0));
  box-shadow: none;
  color: #ffffff;
  transition: background-color 220ms ease, box-shadow 220ms ease, color 220ms ease;
}

.home-page .hp-header.is-scrolled,
.home-page .hp-header.is-menu-open {
  background: rgba(255, 255, 252, 0.96);
  box-shadow: 0 10px 34px rgba(12, 30, 26, 0.09);
  color: var(--home-ink);
  backdrop-filter: blur(16px);
}

.home-page .header-inner {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 52px);
  width: min(1780px, calc(100% - 64px));
  min-height: 76px;
  margin-inline: auto;
}

.home-page .hp-header .brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  min-width: 204px;
  color: inherit;
  text-decoration: none;
}

.home-page .hp-header .brand-symbol {
  width: 42px;
  height: 42px;
  object-fit: contain;
  transition: filter 220ms ease;
}

.home-page .hp-header:not(.is-scrolled):not(.is-menu-open) .brand-symbol {
  filter: invert(1);
}

.home-page .hp-header .brand-name {
  display: grid;
  gap: 3px;
}

.home-page .hp-header .brand-name strong {
  color: inherit;
  font-size: 20px;
  font-weight: 850;
  line-height: 1;
}

.home-page .hp-header .brand-name small {
  color: inherit;
  font-size: 9px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.36em;
}

.home-page .header-brand-cluster {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 13px;
}

.home-page .header-social-links {
  display: flex;
  align-items: center;
  gap: 5px;
}

.home-page .header-social-links a {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.home-page .hp-header.is-scrolled .header-social-links a,
.home-page .hp-header.is-menu-open .header-social-links a {
  border-color: var(--home-line);
}

.home-page .header-social-links svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.home-page .header-social-links a:hover,
.home-page .header-social-links a:focus-visible {
  border-color: var(--home-teal);
  background: var(--home-teal);
  color: #ffffff;
  transform: translateY(-1px);
}

.home-page .header-social-links a:focus-visible {
  outline: 3px solid rgba(0, 126, 110, 0.22);
  outline-offset: 2px;
}

.home-page .header-menu {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  gap: clamp(22px, 2.8vw, 52px);
  min-width: 0;
}

.home-page .header-journey {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 38px);
  min-width: 0;
}

.home-page .journey-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  cursor: default;
  user-select: none;
}

.home-page .journey-icon,
.home-page .action-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  color: inherit;
}

.home-page .journey-icon svg,
.home-page .action-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-page .journey-item > span:last-child {
  display: grid;
  gap: 2px;
}

.home-page .journey-item strong {
  color: inherit;
  font-size: 12px;
  font-weight: 720;
  line-height: 1.05;
  white-space: nowrap;
}

.home-page .journey-item small {
  color: currentColor;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.1;
  opacity: 0.72;
  white-space: nowrap;
}

.home-page .header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home-page .language-switch {
  position: relative;
  display: block;
}

.home-page .language-trigger {
  position: relative;
  display: inline-flex;
  width: 38px;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
  cursor: pointer;
  transition: color 160ms ease, opacity 160ms ease;
}

.home-page .language-trigger .flag-icon {
  width: 21px;
  height: 15px;
  border-radius: 2px;
}

.home-page .language-chevron {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  transition: transform 160ms ease;
}

.home-page .language-switch.is-open .language-chevron {
  transform: translateY(2px) rotate(225deg);
}

.home-page .language-options {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  left: 0;
  display: grid;
  width: 148px;
  max-height: 190px;
  gap: 2px;
  padding: 6px;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--home-radius);
  background: rgba(7, 20, 19, 0.96);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
  scrollbar-width: thin;
}

.home-page .language-options[hidden] { display: none; }

.home-page .language-options button {
  display: flex;
  width: 100%;
  min-height: 36px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0 9px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #ffffff;
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  text-align: left;
}

.home-page .language-options button .flag-icon {
  flex: 0 0 21px;
}

.home-page .language-options button:hover,
.home-page .language-options button:focus-visible,
.home-page .language-options button.active {
  background: rgba(255, 255, 255, 0.1);
}

.home-page .language-options button.active::after {
  width: 6px;
  height: 6px;
  margin-left: auto;
  border-radius: 50%;
  background: var(--home-coral);
  content: "";
}

.home-page .language-trigger:focus-visible,
.home-page .language-options button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}

.home-page .is-scrolled .language-trigger,
.home-page .is-menu-open .language-trigger {
  background: transparent;
}

.home-page .language-switch .language-trigger:hover,
.home-page .language-switch .language-trigger:focus-visible,
.home-page .language-switch .language-trigger.active,
.home-page .language-switch.is-open .language-trigger {
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.home-page .is-scrolled .language-options,
.home-page .is-menu-open .language-options {
  border-color: rgba(13, 33, 30, 0.12);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 34px rgba(9, 27, 24, 0.16);
}

.home-page .is-scrolled .language-options button,
.home-page .is-menu-open .language-options button {
  color: var(--home-ink);
}

.home-page .is-scrolled .language-options button:hover,
.home-page .is-scrolled .language-options button:focus-visible,
.home-page .is-scrolled .language-options button.active,
.home-page .is-menu-open .language-options button:hover,
.home-page .is-menu-open .language-options button:focus-visible,
.home-page .is-menu-open .language-options button.active {
  background: rgba(8, 121, 108, 0.09);
}

.home-page .hp-header .secondary-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 11px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 12px;
  font-weight: 720;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
  cursor: pointer;
  transition: color 160ms ease, opacity 160ms ease;
}

.home-page .hp-header .secondary-link::after,
.home-page .language-trigger::after {
  position: absolute;
  right: 10px;
  bottom: 3px;
  left: 10px;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 160ms ease, transform 160ms ease;
}

.home-page .hp-header .secondary-link:hover::after,
.home-page .hp-header .secondary-link:focus-visible::after,
.home-page .language-trigger:hover::after,
.home-page .language-trigger:focus-visible::after,
.home-page .language-switch.is-open .language-trigger::after {
  opacity: 0.62;
  transform: scaleX(1);
}

.home-page .is-scrolled .secondary-link,
.home-page .is-menu-open .secondary-link {
  color: var(--home-ink);
}

.home-page .mobile-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
}

.home-page .mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 1.5px;
  margin: 4px 0;
  background: currentColor;
}

/* Cinematic hero */

.home-page .hp-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  background: var(--home-dark);
  color: #ffffff;
}

.home-page .hero-media,
.home-page .hero-shade {
  position: absolute;
  inset: 0;
}

.home-page .hero-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 50%;
  animation: hero-breathe 24s ease-in-out infinite alternate;
}

.home-page .hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 12, 12, 0.87) 0%, rgba(4, 12, 12, 0.62) 38%, rgba(4, 12, 12, 0.2) 70%, rgba(4, 12, 12, 0.07) 100%),
    linear-gradient(180deg, rgba(2, 10, 11, 0.16) 50%, rgba(2, 10, 11, 0.58) 100%);
}

@keyframes hero-breathe {
  from { transform: scale(1.015); }
  to { transform: scale(1.055); }
}

.home-page .hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: min(1520px, calc(100% - 112px));
  min-height: inherit;
  margin-inline: auto;
  padding: 144px 0 96px;
}

.home-page .hero-copy {
  width: min(720px, 55vw);
}

.home-page .hero-copy .eyebrow {
  margin-bottom: 18px;
  color: #ffffff;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.4);
}

.home-page .hero-title {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(58px, 6.3vw, 98px);
  font-weight: 720;
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.home-page .hero-subcopy {
  display: block;
  max-width: 540px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.89);
  font-size: clamp(18px, 1.4vw, 23px);
  line-height: 1.55;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.34);
}

.home-page .hero-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.home-page .hero-cta,
.home-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--home-radius);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.1;
  text-decoration: none;
}

.home-page .hero-cta--primary {
  background: var(--home-teal);
  color: #ffffff;
}

.home-page .slogan-ticker {
  display: grid;
  width: min(650px, 100%);
  min-height: 54px;
  margin: 34px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #ffffff;
  backdrop-filter: none;
  transition: opacity 300ms ease;
}

.home-page .slogan-ticker.is-changing {
  opacity: 0;
}

.home-page .slogan-label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-page .slogan-ticker strong {
  margin-top: 5px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.6vw, 27px);
  font-weight: 500;
  line-height: 1.2;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
}

.home-page .hero-scroll-cue {
  position: absolute;
  z-index: 2;
  right: 38px;
  bottom: 34px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
}

/* Search */

.home-page .map-search-panel {
  display: grid;
  grid-template-columns: minmax(180px, 0.85fr) minmax(160px, 1fr) minmax(138px, 0.75fr) minmax(170px, 1fr) minmax(170px, 1fr) auto;
  align-items: end;
  gap: 16px;
  width: min(1580px, 100%);
  margin: 0 auto 30px;
  padding: 26px 28px 20px;
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius-large);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--home-shadow);
}

.home-page .search-intro {
  align-self: center;
  padding-right: 8px;
}

.home-page .search-intro .eyebrow {
  margin-bottom: 5px;
}

.home-page .search-intro h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.15;
}

.home-page .select-field,
.home-page .mode-field,
.home-page .advanced-search-panel label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.home-page .select-field > span,
.home-page .mode-field legend,
.home-page .advanced-search-panel label > span {
  color: #53605c;
  font-size: 11px;
  font-weight: 720;
  line-height: 1.1;
  text-transform: uppercase;
}

.home-page .mode-field {
  margin: 0;
  padding: 0;
  border: 0;
}

.home-page .mode-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  height: 48px;
  padding: 4px;
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius);
  background: #f2f5f2;
}

.home-page .mode-tab {
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #4b5753;
  font-size: 13px;
  font-weight: 700;
}

.home-page .mode-tab.active {
  background: var(--home-teal);
  color: #ffffff;
  box-shadow: 0 5px 12px rgba(8, 121, 108, 0.2);
}

.home-page .select-field select,
.home-page .advanced-search-panel select,
.home-page .advanced-search-panel input {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 38px 0 13px;
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius);
  background: #ffffff;
  color: var(--home-ink);
  font-size: 13px;
  font-weight: 620;
}

.home-page .search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 176px;
  height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: var(--home-radius);
  background: var(--home-dark);
  color: #ffffff;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.home-page .search-button-icon {
  width: 14px;
  height: 14px;
  border: 1.8px solid currentColor;
  border-radius: 999px;
  box-shadow: 5px 5px 0 -4px currentColor;
}

.home-page .search-secondary-actions {
  grid-column: 2 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-height: 32px;
}

.home-page .advanced-search-toggle,
.home-page .reset-search-button {
  padding: 4px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #4f5d58;
  font-size: 12px;
  font-weight: 650;
}

.home-page .advanced-search-toggle:hover,
.home-page .reset-search-button:hover {
  border-bottom-color: currentColor;
}

.home-page .advanced-search-panel {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 20px 0 6px;
  border-top: 1px solid var(--home-line);
}

.home-page .advanced-search-panel:not([hidden]) {
  display: grid;
}

/* Featured property cards */

.home-page .homepage-listings {
  width: min(1640px, calc(100% - 64px));
  background: transparent;
}

.home-page .listing-data-summary {
  margin-top: 8px !important;
  font-size: 12px !important;
  font-weight: 650;
}

.home-page .home-discovery-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 24px 0 22px;
}

.home-page .home-discovery-filters {
  display: flex;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  padding: 2px;
  scrollbar-width: none;
}

.home-page .home-discovery-filters::-webkit-scrollbar {
  display: none;
}

.home-page .home-discovery-filters button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid var(--home-line);
  border-radius: 999px;
  background: transparent;
  color: var(--home-ink);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.home-page .home-discovery-filters button:hover {
  border-color: rgba(0, 109, 119, 0.45);
}

.home-page .home-discovery-filters button:disabled {
  border-color: var(--home-line);
  color: rgba(19, 32, 29, 0.42);
  cursor: not-allowed;
}

.home-page .home-discovery-filters button[aria-pressed="true"] {
  border-color: var(--home-teal);
  background: var(--home-teal);
  color: #ffffff;
}

.home-page .home-discovery-filters button:focus-visible,
.home-page .home-discovery-view-all:focus-visible {
  outline: 2px solid var(--home-coral);
  outline-offset: 3px;
}

.home-page .home-discovery-view-all {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  color: var(--home-teal-dark);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.home-page .homepage-listing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 1.6vw, 28px);
}

.home-page .homepage-listings-more {
  display: flex;
  justify-content: center;
  min-height: 46px;
  margin-top: 32px;
}

.home-page .homepage-listings-more button {
  display: inline-flex;
  min-width: 154px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 22px;
  border: 1px solid rgba(0, 109, 119, 0.34);
  border-radius: 6px;
  background: #ffffff;
  color: var(--home-teal-dark);
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.home-page .homepage-listings-more button:hover {
  border-color: var(--home-teal);
  background: var(--home-teal);
  color: #ffffff;
}

.home-page .homepage-listings-more button:focus-visible {
  outline: 2px solid var(--home-coral);
  outline-offset: 3px;
}

.home-page .homepage-listings-more button[hidden] {
  display: none;
}

.home-page .homepage-listings-more:has(button[hidden]) {
  display: none;
}

.home-page .home-carousel-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(5, 20, 17, 0.58);
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 160ms ease, background-color 160ms ease;
}

.home-page .public-listing-card:hover .home-carousel-arrow,
.home-page .public-listing-card:focus-within .home-carousel-arrow {
  opacity: 1;
}

.home-page .home-carousel-arrow--previous { left: 10px; }
.home-page .home-carousel-arrow--next { right: 10px; }

.home-page .home-carousel-counter {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 10px;
  min-width: 38px;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(5, 20, 17, 0.68);
  color: #ffffff;
  font-size: 9px;
  font-weight: 750;
  line-height: 1;
  text-align: center;
}

.home-page .listing-spec-icon {
  display: inline-block;
  width: 13px;
  height: 10px;
  border: 1px solid currentColor;
}

.home-page .listing-spec-icon--bed { border-radius: 1px 3px 1px 1px; }
.home-page .listing-spec-icon--bath { border-width: 0 0 1px 1px; border-radius: 0 0 4px 4px; }
.home-page .listing-spec-icon--area { width: 10px; height: 10px; transform: rotate(45deg) scale(0.72); }

.home-page .listing-spec-icon--floor {
  width: 11px;
  height: 12px;
  background: linear-gradient(90deg, transparent 42%, currentColor 43% 56%, transparent 57%);
}

.home-page .homepage-listings-empty {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 60px 24px;
  border: 1px dashed var(--home-line);
  color: var(--home-muted);
  text-align: center;
}

.home-page .homepage-listings-empty button {
  min-height: 38px;
  margin-top: 10px;
  padding: 0 18px;
  border: 1px solid var(--home-teal);
  border-radius: 6px;
  background: var(--home-teal);
  color: #ffffff;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}

.home-page .homepage-listings-empty button:focus-visible {
  outline: 2px solid var(--home-coral);
  outline-offset: 3px;
}

/* Find Your Phuket Home */

.home-page .explore-phuket {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 74px;
  background: #f7f8f8;
}

.home-page .explore-phuket .section-shell {
  width: min(1640px, calc(100% - 48px));
  padding-block: var(--section-space);
}

.home-page .explore-heading {
  margin-bottom: 16px;
}

.home-page .explore-heading > div {
  max-width: 680px;
}

.home-page .explore-heading h2 {
  max-width: 720px;
  font-size: clamp(40px, 3.2vw, 50px);
  line-height: 1.02;
}

.home-page .explore-heading p:not(.eyebrow) {
  max-width: 560px;
  font-size: 15px;
  line-height: 1.45;
}

.home-page .property-search-surface {
  height: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  border-right: 1px solid #e3e8e6;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  scrollbar-width: thin;
  scrollbar-color: rgba(8, 121, 108, 0.25) transparent;
}

.home-page .map-search-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-content: start;
  align-items: stretch;
  margin: 0;
  padding: 20px 18px 14px;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.home-page .map-search-panel .mode-field,
.home-page .map-search-panel .map-location-selector,
.home-page .map-search-panel .map-property-type-selector,
.home-page .map-search-panel .map-price-selector,
.home-page .map-search-panel .map-bedroom-selector,
.home-page .map-search-panel .search-button,
.home-page .map-search-panel .map-search-secondary-actions {
  grid-column: 1 / -1;
}

.home-page .map-search-panel .mode-field,
.home-page .map-search-panel .select-field {
  min-width: 0;
}

.home-page .map-search-panel .mode-field,
.home-page .map-search-panel .select-field,
.home-page .map-search-panel .select-field span {
  gap: 3px;
}

.home-page .map-search-panel .mode-field legend,
.home-page .map-search-panel .select-field > span,
.home-page .map-search-panel .advanced-search-panel label > span {
  color: #5a6662;
  font-size: 8.5px;
  font-weight: 850;
  letter-spacing: 0.075em;
  line-height: 1.1;
  text-transform: uppercase;
}

.home-page .map-search-panel .select-field select,
.home-page .map-search-panel .mode-tabs,
.home-page .map-search-panel .search-button {
  min-height: 40px;
}

.home-page .map-search-panel .select-field select,
.home-page .map-search-panel .mode-tabs {
  min-height: 40px;
}

.home-page .map-search-panel .select-field select,
.home-page .map-search-panel .advanced-search-panel select,
.home-page .map-search-panel .advanced-search-panel input {
  height: 40px;
  padding: 0 34px 0 12px;
  border-color: #dfe5e2;
  border-radius: 8px;
  background-color: #ffffff;
  color: #17211f;
  font-size: 12px;
  font-weight: 680;
  box-shadow: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.home-page .map-search-panel .select-field select:hover,
.home-page .map-search-panel .advanced-search-panel select:hover,
.home-page .map-search-panel .advanced-search-panel input:hover {
  border-color: rgba(8, 121, 108, 0.34);
  background-color: #ffffff;
}

.home-page .map-search-panel .select-field select:focus,
.home-page .map-search-panel .advanced-search-panel select:focus,
.home-page .map-search-panel .advanced-search-panel input:focus {
  border-color: rgba(8, 121, 108, 0.72);
  box-shadow: 0 0 0 2px rgba(8, 121, 108, 0.1);
}

.home-page .map-search-panel .mode-tab,
.home-page .map-search-panel .search-button {
  font-size: 11.5px;
  font-weight: 800;
}

.home-page .map-search-panel .mode-tabs {
  padding: 2px;
  border-color: #dfe5e2;
  border-radius: 9px;
  background: #f3f5f4;
  box-shadow: none;
}

.home-page .map-search-panel .mode-tab {
  min-height: 34px;
  border-radius: 7px;
}

.home-page .map-search-panel .mode-tab.active {
  background: var(--home-teal);
  box-shadow: none;
}

.home-page .map-search-panel .search-button {
  border: 1px solid var(--home-teal);
  border-radius: 8px;
  background: var(--home-teal);
  letter-spacing: 0;
  box-shadow: 0 8px 18px rgba(8, 121, 108, 0.16);
}

.home-page .map-search-panel .search-button:hover {
  border-color: #05695f;
  background: #05695f;
  box-shadow: 0 10px 22px rgba(8, 121, 108, 0.2);
}

.home-page .map-search-secondary-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.home-page .map-search-panel .map-search-secondary-actions button {
  min-height: 30px;
  padding: 0 6px;
  border: 0;
  background: transparent;
  color: #44514d;
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}

.home-page .map-search-panel .advanced-search-panel {
  grid-column: 1 / -1;
  grid-template-columns: 1fr;
  gap: 9px;
  margin: 3px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid var(--home-line);
}

.home-page .map-search-panel .advanced-search-panel label {
  gap: 3px;
}

.home-page .map-nearby-toolbar {
  display: grid;
  align-items: start;
  gap: 9px;
  padding: 14px 18px 20px;
  border-top: 1px solid #e3e8e6;
  background: #ffffff;
}

.home-page .map-nearby-toolbar > strong {
  flex: 0 0 auto;
  color: var(--home-ink);
  font-size: 8.5px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-page .map-layer-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.home-page .map-layer-options button {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  width: 100%;
  min-height: 52px;
  align-items: center;
  gap: 6px;
  justify-content: flex-start;
  padding: 7px 8px;
  border: 1px solid #dfe5e2;
  border-radius: 9px;
  background: #ffffff;
  color: #44514d;
  font: inherit;
  font-size: 9px;
  font-weight: 750;
  line-height: 1.15;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.home-page .map-layer-options button:hover {
  border-color: rgba(8, 121, 108, 0.42);
  background: rgba(8, 121, 108, 0.04);
}

.home-page .map-layer-options button[aria-pressed="true"] {
  border-color: var(--home-teal);
  background: #f0f8f6;
  color: var(--home-teal-dark);
  box-shadow: inset 0 0 0 1px rgba(8, 121, 108, 0.12);
}

.home-page .map-layer-options button:focus-visible {
  outline: 2px solid rgba(8, 121, 108, 0.52);
  outline-offset: 2px;
}

.home-page .map-layer-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 7px;
  background: #f3f6f5;
  color: #5d6b67;
}

.home-page .map-layer-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.home-page .map-layer-options button[aria-pressed="true"] .map-layer-icon {
  background: var(--home-teal);
  color: #ffffff;
}

.home-page .property-map-band {
  overflow: hidden;
  border: 1px solid #dfe5e2;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(18, 39, 34, 0.09);
}

.home-page .map-mobile-view-switcher {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 7px;
  border-bottom: 1px solid var(--home-line);
  background: #ffffff;
}

.home-page .map-mobile-view-switcher button {
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--home-muted);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.home-page .map-mobile-view-switcher button[aria-pressed="true"] {
  border-color: rgba(8, 121, 108, 0.18);
  background: rgba(8, 121, 108, 0.09);
  color: var(--home-teal-dark);
}

.home-page .map-mobile-view-switcher button:focus-visible {
  outline: 2px solid var(--home-coral);
  outline-offset: 2px;
}

.home-page .property-map-inner {
  display: grid;
  grid-template-columns: minmax(240px, 252px) minmax(0, 1fr) minmax(320px, 352px);
  width: 100%;
  height: clamp(650px, 72vh, 720px);
  min-height: 0;
  margin: 0;
  padding: 0;
}

.home-page .property-map-tool,
.home-page .listing-map-wrap,
.home-page .listing-map {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.home-page .property-map-tool {
  display: block;
  grid-template-columns: none;
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #d7eaee;
  box-shadow: none;
}

.home-page .listing-map-wrap {
  position: relative;
  overflow: hidden;
  background: #d7eaee;
}

.home-page .listing-map {
  z-index: 0;
}

.home-page .explore-phuket .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.home-page .listing-map .leaflet-tile-pane {
  filter: none;
}

.home-page .listing-map .leaflet-tile {
  image-rendering: auto;
}

.home-page .listing-map .leaflet-control-zoom a {
  width: 36px;
  height: 36px;
  border-color: #e2e7e5;
  background: rgba(255, 255, 255, 0.96);
  color: var(--home-ink);
  font-size: 18px;
  line-height: 36px;
}

.home-page .listing-map .leaflet-control-zoom {
  overflow: hidden;
  border: 1px solid #e0e6e3;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(17, 43, 36, 0.14);
}

.home-page .listing-map .leaflet-control-attribution {
  display: none;
}

.home-page .map-result-list {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
  padding: 18px 16px 16px;
  border-left: 1px solid #e3e8e6;
  background: #ffffff;
}

.home-page .map-results-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.home-page .map-results-heading > div {
  display: grid;
  gap: 4px;
}

.home-page .map-results-heading strong {
  color: var(--home-ink);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.home-page .map-results-heading span {
  color: var(--home-muted);
  font-size: 9.5px;
}

.home-page .map-sort-control {
  display: grid;
  gap: 3px;
  color: var(--home-muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.home-page .map-sort-control select {
  width: 112px;
  min-height: 34px;
  padding: 0 26px 0 9px;
  border: 1px solid #dfe5e2;
  border-radius: 8px;
  background: #ffffff;
  color: var(--home-ink);
  font: inherit;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.home-page .map-sort-control select:focus-visible {
  outline: 2px solid var(--home-coral);
  outline-offset: 2px;
}

.home-page .map-result-list-items {
  display: grid;
  grid-auto-rows: max-content;
  flex: 1 1 auto;
  align-content: start;
  gap: 12px;
  min-height: 0;
  overflow-y: scroll;
  padding-right: 8px;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(8, 121, 108, 0.25) transparent;
}

.home-page .map-result-list .public-listing-card--map {
  position: relative;
  grid-template-columns: 1fr;
  grid-template-rows: 158px auto;
  width: 100%;
  min-height: 292px;
  overflow: hidden;
  border: 1px solid #e5e9e7;
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(17, 43, 36, 0.07);
  scroll-margin-block: 10px;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-page .map-result-list .public-listing-card--map .public-listing-media {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
}

.home-page .map-result-list .public-listing-card--map .public-listing-content {
  grid-template-rows: none;
  align-content: start;
  gap: 6px;
  min-width: 0;
  padding: 13px 15px 14px;
}

.home-page .map-result-list .public-listing-card--map .public-listing-type {
  font-size: 8.5px;
}

.home-page .map-result-list .public-listing-card--map .public-listing-content h3 {
  min-height: 0;
  font-size: 15px;
  line-height: 1.18;
}

.home-page .map-result-list .public-listing-card--map .public-listing-location {
  font-size: 10px;
}

.home-page .map-result-list .public-listing-card--map .public-listing-price {
  font-size: 16px;
}

.home-page .map-result-list .public-listing-card--map .public-listing-facts {
  font-size: 9.5px;
}

.home-page .map-result-list .public-listing-card--map .public-listing-facts span + span::before {
  margin-inline: 4px;
}

.home-page .map-result-list .public-listing-card--map .public-listing-view {
  min-height: 26px;
  margin-top: 1px;
  font-size: 10px;
}

.home-page .map-result-list .public-listing-card--map .public-listing-status {
  top: 7px;
  left: 7px;
  min-height: 20px;
  padding-inline: 7px;
  font-size: 7px;
}

.home-page .map-result-list .public-listing-card--map .public-listing-reference {
  top: 7px;
  right: 7px;
  min-height: 20px;
  padding-inline: 7px;
  font-size: 7px;
}

.home-page .map-result-list .public-listing-card--map .home-carousel-arrow {
  width: 24px;
  height: 24px;
}

.home-page .map-result-list .public-listing-card--map .home-carousel-arrow--previous {
  left: 6px;
}

.home-page .map-result-list .public-listing-card--map .home-carousel-arrow--next {
  right: 6px;
}

.home-page .map-result-list .public-listing-card--map .home-carousel-counter {
  right: 6px;
  bottom: 6px;
  padding: 3px 6px;
  font-size: 7px;
}

.home-page .map-result-list .public-listing-card--map .map-result-nearby {
  display: grid;
}

.home-page .map-result-list .public-listing-card--map .map-result-location-note {
  display: none;
}

.home-page .map-result-list .public-listing-card--map .map-result-nearby li:nth-child(n + 3) {
  display: none;
}

.home-page .map-result-list .public-listing-card--map.is-selected {
  border-color: var(--home-teal);
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(8, 121, 108, 0.18), 0 16px 36px rgba(17, 43, 36, 0.13);
}

.home-page .map-result-list .public-listing-card--map.is-selected::after {
  position: absolute;
  z-index: 5;
  top: 7px;
  right: 7px;
  min-height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  background: var(--home-teal);
  color: #ffffff;
  content: "Selected";
  font-size: 7px;
  font-weight: 850;
  line-height: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-page .map-result-list .public-listing-card--map.is-selected .public-listing-content {
  background: #ffffff;
}

.home-page .map-result-list .public-listing-card--map.is-hovered {
  border-color: rgba(8, 121, 108, 0.46);
  box-shadow: 0 12px 30px rgba(17, 43, 36, 0.11);
  transform: translateY(-1px);
}

.home-page .map-result-list .public-listing-card--map:focus-visible {
  outline: 2px solid var(--home-coral);
  outline-offset: 2px;
}

.home-page .map-result-nearby {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 6px 0 0;
  border-top: 1px solid rgba(23, 33, 31, 0.08);
  list-style: none;
}

.home-page .map-result-nearby li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #53605c;
  font-size: 8px;
  line-height: 1.25;
}

.home-page .map-nearby-dot {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--home-teal);
}

.home-page .map-nearby-dot--beaches { background: #4b96a6; }
.home-page .map-nearby-dot--schools { background: #7b6d8d; }
.home-page .map-nearby-dot--malls { background: #aa7f55; }
.home-page .map-nearby-dot--airport { background: #53666b; }

.home-page .map-result-location-note {
  color: var(--home-muted);
  font-size: 8px;
  font-style: italic;
}

.home-page .map-empty-result {
  display: grid;
  gap: 7px;
  padding: 28px 16px;
  border: 1px dashed var(--home-line);
  color: var(--home-muted);
  text-align: center;
}

.home-page .map-empty-result strong {
  color: var(--home-ink);
}

.home-page .property-cluster-shell,
.home-page .property-marker-shell {
  border: 0;
  background: transparent;
}

.home-page .property-cluster,
.home-page .property-marker {
  display: grid;
  place-items: center;
  line-height: 1;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.home-page .property-cluster {
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: var(--home-teal);
  color: #ffffff;
  box-shadow: 0 0 0 4px rgba(8, 121, 108, 0.14), 0 6px 15px rgba(3, 55, 49, 0.2);
  font-size: 10px;
  font-weight: 800;
}

.home-page .property-marker {
  width: 24px;
  height: 24px;
  border: 1.5px solid var(--home-teal);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.98);
  color: var(--home-teal);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.88),
    0 5px 12px rgba(3, 55, 49, 0.2);
}

.home-page .property-marker-icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.home-page .property-marker-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.home-page .property-marker--approximate {
  border-style: solid;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.9),
    0 0 0 4px rgba(8, 121, 108, 0.16),
    0 5px 12px rgba(3, 55, 49, 0.18);
}

.home-page .property-marker-shell.is-hovered .property-marker {
  border-color: var(--home-teal);
  background: var(--home-teal);
  color: #ffffff;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.92),
    0 7px 16px rgba(3, 55, 49, 0.26);
  transform: scale(1.08);
}

.home-page .property-marker-shell.is-selected .property-marker {
  border-color: var(--home-teal);
  background: var(--home-teal);
  color: #ffffff;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.94),
    0 0 0 5px rgba(8, 121, 108, 0.28),
    0 7px 16px rgba(3, 55, 49, 0.28);
  transform: scale(1.08);
}

.home-page .map-poi-marker-shell {
  border: 0;
  background: transparent;
}

.home-page .map-poi-marker {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: #ffffff;
  color: var(--home-teal-dark);
  box-shadow: 0 5px 14px rgba(18, 43, 37, 0.18);
}

.home-page .map-poi-marker svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.home-page .map-poi-marker-beaches .map-poi-marker { color: #397f91; background: #edf8fa; }
.home-page .map-poi-marker-schools .map-poi-marker { color: #6f607f; background: #f5f1f7; }
.home-page .map-poi-marker-malls .map-poi-marker { color: #936b46; background: #faf4ec; }
.home-page .map-poi-marker-airport .map-poi-marker { color: #42565c; background: #eff3f4; }

.home-page .map-poi-marker-card {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  display: none;
  width: 220px;
  transform: translateX(-50%);
}

.home-page .map-poi-marker-shell.is-poi-preview-active .map-poi-marker-card,
.home-page .map-poi-marker-shell.is-poi-preview-pinned .map-poi-marker-card {
  display: block;
}

.home-page .map-poi-marker-card .map-poi-preview {
  display: block;
  padding: 11px 12px;
  border: 1px solid rgba(23, 33, 31, 0.1);
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(18, 43, 37, 0.18);
}

.home-page .map-poi-preview > div {
  display: grid;
  gap: 2px;
}

.home-page .map-poi-preview small {
  color: var(--home-teal);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-page .map-poi-preview strong {
  color: var(--home-ink);
  font-size: 11px;
  line-height: 1.25;
}

.home-page .map-poi-preview span {
  color: var(--home-muted);
  font-size: 9px;
}

.home-page .map-unavailable {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-content: center;
  gap: 6px;
  padding: 30px;
  background: #edf3f0;
  color: var(--home-muted);
  text-align: center;
}

/* What We're Building Next */

.home-page .future-products {
  border-top: 1px solid var(--home-line);
  background: #ffffff;
  color: var(--home-ink);
}

.home-page .future-products-heading {
  max-width: 1020px;
  margin-bottom: 32px;
}

.home-page .future-products-heading h2 {
  max-width: 1020px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 3.8vw, 54px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
}

.home-page .future-products-heading > p:last-child {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.58;
}

.home-page .future-products-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.96fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 24px;
  background: var(--home-line);
  box-shadow: 0 24px 70px rgba(18, 43, 37, 0.08);
}

.home-page .future-product-panel {
  min-width: 0;
  padding: clamp(26px, 2.4vw, 34px);
  background: #fbfcfb;
}

.home-page .future-product-panel--agents {
  display: block;
}

.home-page .future-product-panel--mobile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(158px, 0.64fr);
  gap: clamp(22px, 2.5vw, 38px);
  align-items: center;
  background: #f1f5f3;
}

.home-page .future-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.home-page .future-product-meta > span,
.home-page .future-product-label {
  color: var(--home-teal);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-page .coming-soon-badge {
  flex: 0 0 auto;
  padding: 7px 10px 6px;
  border: 1px solid rgba(186, 139, 67, 0.42);
  border-radius: 999px;
  background: rgba(186, 139, 67, 0.1);
  color: #83612d;
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.home-page .future-product-label {
  margin: 0 0 10px;
  color: var(--home-muted);
  font-size: 9px;
}

.home-page .future-product-panel--agents .future-product-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  grid-template-rows: auto auto auto auto auto auto;
  gap: 0 24px;
}

.home-page .future-product-panel--agents .future-product-meta {
  grid-column: 1 / -1;
}

.home-page .future-product-panel--agents .future-product-label,
.home-page .future-product-panel--agents h3,
.home-page .future-product-panel--agents h3 + p {
  grid-column: 1;
}

.home-page .future-product-panel--agents .future-platform-preview {
  grid-column: 2;
  grid-row: 2 / 5;
  align-self: start;
}

.home-page .future-product-panel--agents .future-beginner-note {
  grid-column: 1;
  grid-row: 6;
}

.home-page .future-product-panel--agents .future-quiet-link {
  grid-column: 2;
  grid-row: 6;
  align-self: center;
}

.home-page .future-product-panel h3 {
  max-width: 600px;
  margin: 0;
  font-size: clamp(28px, 2.4vw, 39px);
  font-weight: 720;
  line-height: 1.05;
  letter-spacing: -0.038em;
}

.home-page .future-product-panel h3 + p,
.home-page .future-mobile-copy > p {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.65;
}

.home-page .future-agent-workflow {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 5;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  border-top: 1px solid var(--home-line);
  list-style: none;
}

.home-page .future-agent-workflow li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 13px 16px 13px 0;
  border-bottom: 1px solid var(--home-line);
}

.home-page .future-agent-workflow li:nth-child(even) {
  padding-right: 0;
  padding-left: 16px;
  border-left: 1px solid var(--home-line);
}

.home-page .future-agent-workflow li > span {
  color: var(--home-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.15;
}

.home-page .future-agent-workflow strong {
  display: block;
  font-size: 13px;
  line-height: 1.3;
}

.home-page .future-agent-workflow p {
  margin: 6px 0 0;
  color: var(--home-muted);
  font-size: 11px;
  line-height: 1.5;
}

.home-page .future-beginner-note {
  margin: 16px 0 0;
  padding: 13px 15px;
  border-left: 3px solid var(--home-teal);
  background: #f0f5f3;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.5;
}

.home-page .future-beginner-note strong {
  color: var(--home-ink);
}

.home-page .future-quiet-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  color: var(--home-teal-dark);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.35;
  text-decoration: none;
}

.home-page .future-quiet-link:hover,
.home-page .future-quiet-link:focus-visible {
  color: var(--home-ink);
}

.home-page .future-platform-preview,
.home-page .future-phone-preview {
  margin: 0;
}

.home-page .future-browser-frame {
  overflow: hidden;
  border: 1px solid rgba(23, 33, 31, 0.16);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(18, 43, 37, 0.1);
}

.home-page .future-browser-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 27px;
  padding: 0 10px;
  border-bottom: 1px solid var(--home-line);
  background: #f5f6f5;
}

.home-page .future-browser-bar > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bdc6c2;
}

.home-page .future-browser-bar small {
  margin-left: 7px;
  color: var(--home-muted);
  font-size: 8px;
  letter-spacing: 0.05em;
}

.home-page .future-browser-frame img {
  display: block;
  width: 100%;
  height: clamp(140px, 11vw, 170px);
  object-fit: cover;
  object-position: center 42%;
}

.home-page .future-platform-preview figcaption,
.home-page .future-phone-preview figcaption {
  margin-top: 9px;
  color: var(--home-muted);
  font-size: 9.5px;
  line-height: 1.45;
}

.home-page .future-mobile-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.home-page .future-mobile-features li {
  position: relative;
  min-width: 0;
  padding: 11px 0 11px 18px;
  border-top: 1px solid var(--home-line);
  color: var(--home-ink);
  font-size: 11px;
  font-weight: 690;
  line-height: 1.35;
}

.home-page .future-mobile-features li::before {
  position: absolute;
  top: 14px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--home-teal);
  content: "";
}

.home-page .future-phone-preview {
  display: grid;
  justify-items: center;
}

.home-page .future-phone-frame {
  position: relative;
  width: min(100%, 184px);
  aspect-ratio: 9 / 18.5;
  padding: 9px;
  overflow: hidden;
  border: 2px solid #1b2724;
  border-radius: 30px;
  background: #15201e;
  box-shadow: 0 22px 46px rgba(8, 21, 18, 0.2);
}

.home-page .future-phone-speaker {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 50%;
  width: 34%;
  height: 9px;
  border-radius: 0 0 8px 8px;
  background: #15201e;
  transform: translateX(-50%);
}

.home-page .future-phone-screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 21px;
  background: #e8f0ed;
}

.home-page .future-phone-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 86% center;
}

/* People Behind Under Roof */

.home-page .people-under-roof {
  border-top: 1px solid var(--home-line);
  background: #f8faf9;
  color: var(--home-ink);
}

.home-page .people-under-roof-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1.14fr) minmax(260px, 0.93fr) minmax(260px, 0.93fr);
  gap: 28px clamp(24px, 2.8vw, 44px);
  align-items: start;
  padding-block: var(--section-space);
}

.home-page .people-under-roof-intro {
  display: grid;
  align-content: start;
  min-width: 0;
  padding-top: 4px;
}

.home-page .people-under-roof .eyebrow {
  color: var(--home-teal);
}

.home-page .people-under-roof h2 {
  max-width: 520px;
  margin: 15px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(39px, 3.45vw, 54px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.home-page .people-under-roof-intro > p:not(.eyebrow) {
  max-width: 500px;
  margin: 0;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.68;
}

.home-page .people-profile {
  display: grid;
  align-content: start;
  width: 100%;
  max-width: 316px;
  min-width: 0;
  justify-self: center;
}

.home-page .people-profile-media {
  position: relative;
  aspect-ratio: 4 / 5;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #e9edeb;
}

.home-page .people-profile-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .people-profile--plaifa .people-profile-media img {
  object-position: 50% 30%;
}

.home-page .people-profile--andre .people-profile-media img {
  object-position: center;
}

.home-page .people-profile-copy {
  padding: 18px 2px 0;
}

.home-page .people-profile h3 {
  margin: 0;
  font-size: clamp(22px, 1.8vw, 27px);
  font-weight: 730;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.home-page .people-profile h3::after {
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 10px;
  background: #b89b61;
  content: "";
}

.home-page .people-profile-role {
  margin: 11px 0 10px;
  color: var(--home-teal);
  font-size: 10px;
  font-weight: 790;
  letter-spacing: 0.115em;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-page .people-profile-copy > p:last-child {
  margin: 0;
  color: var(--home-muted);
  font-size: 12.5px;
  line-height: 1.58;
}

/* Closing CTA and structured footer */

.home-page .closing-cta {
  background: #06473f;
  color: #ffffff;
}

.home-page .closing-cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(44px, 7vw, 112px);
  align-items: center;
}

.home-page .closing-cta .eyebrow {
  color: #ffffff;
}

.home-page .closing-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.3vw, 64px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
}

.home-page .closing-cta-layout > div:first-child > p:last-child {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.65;
}

.home-page .closing-cta-actions {
  display: grid;
  justify-items: start;
  gap: 16px;
  min-width: 220px;
}

.home-page .closing-cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  font-size: 12px;
  font-weight: 780;
  text-decoration: none;
}

.home-page .closing-cta-contact {
  gap: 8px;
  justify-content: center;
  min-width: 178px;
  padding-inline: 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #063b35;
}

.home-page .closing-cta-actions a:hover,
.home-page .closing-cta-actions a:focus-visible {
  transform: translateY(-1px);
}

.home-page .closing-cta-contact:hover,
.home-page .closing-cta-contact:focus-visible {
  background: #edf5f2;
}

.home-page .home-site-footer {
  background: #081310;
  color: rgba(255, 255, 255, 0.72);
}

.home-page .home-site-footer-inner {
  display: grid;
  grid-template-columns: minmax(230px, 1.5fr) minmax(220px, 0.9fr) auto;
  gap: 46px clamp(26px, 4vw, 64px);
  width: min(1480px, calc(100% - 64px));
  margin-inline: auto;
  padding: 68px 0 28px;
}

.home-page .home-footer-brand .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
}

.home-page .home-footer-brand .brand-symbol {
  width: 40px;
  height: 40px;
  filter: invert(1);
}

.home-page .home-footer-brand .brand-name {
  display: grid;
}

.home-page .home-footer-brand .brand-name strong {
  font-size: 18px;
  line-height: 1;
}

.home-page .home-footer-brand .brand-name small {
  margin-top: 4px;
  font-size: 9px;
  letter-spacing: 0.22em;
}

.home-page .home-footer-brand p {
  max-width: 250px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.55;
}

.home-page .home-footer-group {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 11px;
  min-width: 0;
}

.home-page .home-footer-group > strong {
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 790;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-page .home-footer-group a,
.home-page .home-footer-group span {
  max-width: 100%;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.4;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.home-page .home-footer-group a:hover,
.home-page .home-footer-group a:focus-visible {
  color: #ffffff;
}

.home-page .home-footer-social {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.home-page .home-footer-social a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffffff;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.home-page .home-footer-social svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.home-page .home-footer-social a:hover,
.home-page .home-footer-social a:focus-visible {
  border-color: var(--home-teal);
  background: var(--home-teal);
  transform: translateY(-1px);
}

.home-page .home-footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.44);
  font-size: 10px;
  letter-spacing: 0.04em;
}

/* Reveal motion */

.home-page [data-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity 500ms ease, transform 500ms ease;
}

.home-page [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* Responsive */

@media (max-width: 1380px) {
  .home-page .header-inner { width: min(100% - 36px, 1320px); gap: 22px; }
  .home-page .header-brand-cluster { gap: 9px; }
  .home-page .header-social-links a { width: 27px; height: 27px; }
  .home-page .journey-item small { display: none; }
  .home-page .journey-icon { width: 22px; height: 22px; }
  .home-page .header-journey { gap: 18px; }
  .home-page .language-switch { display: none; }
  .home-page .property-map-inner .map-search-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-page .map-search-panel .advanced-search-panel { grid-column: 1 / -1; }
  .home-page .search-intro { grid-column: 1 / -1; }
  .home-page .search-secondary-actions { grid-column: 1 / -1; }
  .home-page .homepage-listing-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
}

@media (max-width: 1100px) {
  .home-page { --section-space: var(--section-space-tablet); }
  .home-page .section-shell,
  .home-page .explore-phuket .section-shell { width: min(100% - 40px, 980px); }
  .home-page .mobile-menu-toggle { display: block; margin-left: auto; }
  .home-page .header-inner { position: relative; width: calc(100% - 32px); }
  .home-page .header-menu {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 20px;
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius-large);
    background: #ffffff;
    color: var(--home-ink);
    box-shadow: var(--home-shadow);
  }
  .home-page .hp-header.is-menu-open .header-menu { display: grid; gap: 20px; }
  .home-page .header-journey { display: grid; grid-template-columns: repeat(2, 1fr); justify-items: stretch; gap: 8px; }
  .home-page .journey-item { min-height: 48px; padding: 10px 6px; border-bottom: 1px solid var(--home-line); }
  .home-page .journey-item small { display: block; }
  .home-page .header-actions { justify-content: space-between; }
  .home-page .language-switch { display: block; }
  .home-page .hero-content { width: min(100% - 48px, 980px); }
  .home-page .hero-copy { width: min(700px, 82vw); }
  .home-page .explore-heading h2 { font-size: 42px; }
  .home-page .property-search-surface {
    height: auto;
    overflow: visible;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }
  .home-page .property-map-inner .map-search-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-page .map-search-panel .advanced-search-panel { grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-page .map-search-secondary-actions { align-self: end; }
  .home-page .map-nearby-toolbar { display: flex; align-items: center; }
  .home-page .map-layer-options { display: flex; flex-wrap: wrap; }
  .home-page .map-layer-options button { width: auto; }
  .home-page .search-button { width: 100%; }
  .home-page .homepage-listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .home-page .home-discovery-tools { align-items: flex-start; flex-direction: column; gap: 12px; }
  .home-page .home-discovery-filters { width: 100%; }
  .home-page .property-map-inner {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }
  .home-page .property-map-tool { height: clamp(430px, 58vh, 500px); min-height: 0; }
  .home-page .listing-map-wrap,
  .home-page .listing-map {
    height: 100%;
    min-height: 0;
  }
  .home-page .map-result-list {
    height: clamp(520px, 70vh, 640px);
    border-top: 1px solid var(--home-line);
    border-left: 0;
  }
  .home-page .map-result-list .public-listing-card--map { grid-template-rows: 180px auto; }
  .home-page .map-result-list-items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-page .future-products-grid { grid-template-columns: 1fr; }
  .home-page .future-product-panel--mobile {
    grid-template-columns: minmax(0, 1fr) minmax(170px, 0.42fr);
  }
  .home-page .people-under-roof-layout {
    grid-template-columns: repeat(2, minmax(0, 340px));
    justify-content: center;
  }
  .home-page .people-under-roof-intro {
    grid-column: 1 / -1;
    max-width: 760px;
  }
  .home-page .closing-cta-layout { grid-template-columns: 1fr; gap: 36px; }
  .home-page .home-site-footer-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100% - 40px, 980px);
  }
  .home-page .home-footer-social { justify-self: end; }
}

@media (max-width: 560px) {
  .home-page .home-discovery-tools { margin-block: 20px 18px; }
  .home-page .home-discovery-filters { width: calc(100vw - 40px); margin-right: -20px; padding-right: 20px; }
  .home-page .home-discovery-filters button { min-height: 36px; padding-inline: 14px; }
  .home-page .homepage-listing-grid { grid-template-columns: 1fr; }
  .home-page .home-carousel-arrow { opacity: 1; }
}

@media (max-width: 840px) {
  .home-page .map-result-list-items {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .home-page { --section-space: var(--section-space-mobile); }
  .home-page .section-shell,
  .home-page .explore-phuket .section-shell { width: calc(100% - 32px); }
  .home-page .section-heading { display: grid; gap: 18px; margin-bottom: 28px; }
  .home-page .section-heading h2 { font-size: 38px; line-height: 1.08; }
  .home-page .explore-heading { margin-bottom: 14px; }
  .home-page .explore-heading h2 { font-size: 33px; line-height: 1.05; }
  .home-page .explore-heading p:not(.eyebrow) { font-size: 14px; }
  .home-page .hp-header { min-height: 66px; }
  .home-page .header-inner { min-height: 66px; }
  .home-page .hp-header .brand { min-width: 0; }
  .home-page .hp-header .brand-symbol { width: 36px; height: 36px; }
  .home-page .hp-header .brand-name strong { font-size: 17px; }
  .home-page .header-brand-cluster { gap: 8px; }
  .home-page .header-social-links { gap: 4px; }
  .home-page .header-social-links a { width: 27px; height: 27px; }
  .home-page .header-social-links svg { width: 12px; height: 12px; }
  .home-page .header-menu { top: 60px; }
  .home-page .header-journey { grid-template-columns: 1fr; }
  .home-page .header-actions { display: grid; grid-template-columns: auto minmax(0, 1fr); }
  .home-page .language-switch { grid-column: auto; justify-self: start; }
  .home-page .hp-header .secondary-link { width: 100%; padding-inline: 10px; }
  .home-page .hp-hero { min-height: 100svh; }
  .home-page .hero-content { width: calc(100% - 40px); padding: 100px 0 72px; }
  .home-page .hero-copy { width: 100%; }
  .home-page .hero-title { max-width: 600px; font-size: clamp(46px, 13vw, 66px); }
  .home-page .hero-subcopy { font-size: 18px; }
  .home-page .hero-actions-row { display: grid; grid-template-columns: 1fr; }
  .home-page .hero-cta { width: 100%; }
  .home-page .slogan-ticker { min-height: 70px; margin-top: 30px; }
  .home-page .hero-scroll-cue { right: 20px; bottom: 18px; }
  .home-page .map-mobile-view-switcher { display: grid; }
  .home-page .explore-phuket[data-map-view="map"] .map-result-list { display: none; }
  .home-page .explore-phuket[data-map-view="list"] .property-map-tool { display: none; }
  .home-page .property-map-inner .map-search-panel { grid-template-columns: 1fr; padding: 18px; }
  .home-page .map-search-secondary-actions { grid-column: 1; }
  .home-page .map-search-panel .select-field select,
  .home-page .map-search-panel .mode-tabs,
  .home-page .map-search-panel .search-button { min-height: 44px; }
  .home-page .map-search-panel .map-search-secondary-actions button { min-height: 36px; }
  .home-page .advanced-search-panel { grid-column: 1; }
  .home-page .advanced-search-panel:not([hidden]) { grid-template-columns: 1fr; }
  .home-page .homepage-listing-grid { grid-template-columns: 1fr; }
  .home-page .map-nearby-toolbar { align-items: flex-start; flex-direction: column; gap: 10px; }
  .home-page .map-layer-options {
    display: flex;
    width: calc(100vw - 50px);
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 2px 2px 7px;
    scrollbar-width: none;
  }
  .home-page .map-layer-options::-webkit-scrollbar { display: none; }
  .home-page .map-layer-options button { width: 148px; flex: 0 0 148px; }
  .home-page .property-map-inner { min-height: 0; }
  .home-page .property-map-tool { height: min(520px, 66svh); }
  .home-page .listing-map-wrap {
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }
  .home-page .listing-map {
    height: 100%;
    min-height: 0;
  }
  .home-page .map-result-list {
    height: min(620px, 75vh);
    min-height: 520px;
    padding: 16px;
  }
  .home-page .map-results-heading { grid-template-columns: minmax(0, 1fr) auto; }
  .home-page .map-sort-control select { width: 108px; }
  .home-page .map-result-list-items { grid-template-columns: 1fr; }
  .home-page .future-products-heading { margin-bottom: 36px; }
  .home-page .future-products-heading h2 { font-size: 40px; }
  .home-page .future-products-heading > p:last-child { margin-top: 19px; font-size: 14px; }
  .home-page .future-product-panel { padding: 24px 20px; }
  .home-page .future-product-panel--agents { gap: 24px; }
  .home-page .future-product-panel--agents .future-product-copy { display: block; }
  .home-page .future-agent-workflow { grid-template-columns: 1fr; }
  .home-page .future-product-panel--agents .future-agent-workflow { margin-top: 24px; }
  .home-page .future-agent-workflow li,
  .home-page .future-agent-workflow li:nth-child(even) {
    padding: 17px 0;
    border-left: 0;
  }
  .home-page .future-product-panel--mobile { grid-template-columns: 1fr; }
  .home-page .future-phone-frame { width: 164px; }
  .home-page .future-phone-preview figcaption { max-width: 220px; text-align: center; }
  .home-page .people-under-roof-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 22px;
  }
  .home-page .people-under-roof h2 { font-size: 40px; }
  .home-page .people-profile { max-width: 320px; }
  .home-page .closing-cta h2 { font-size: 40px; }
  .home-page .closing-cta-actions { width: 100%; min-width: 0; }
  .home-page .closing-cta-actions a { width: 100%; }
  .home-page .home-site-footer-inner {
    grid-template-columns: 1fr;
    gap: 34px;
    width: calc(100% - 40px);
    padding-top: 54px;
  }
  .home-page .home-footer-contact { grid-column: auto; }
  .home-page .home-footer-social { justify-self: start; }
  .home-page .home-footer-bottom {
    display: grid;
    justify-content: start;
    gap: 8px;
  }
  .home-page .button { width: 100%; }
}

@media (max-width: 430px) {
  .home-page .hp-header .brand-name small { display: none; }
  .home-page .header-social-links a { width: 25px; height: 25px; }
  .home-page .hero-title { font-size: 44px; }
  .home-page .people-under-roof-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }
  .home-page .people-under-roof-intro { grid-column: 1; }
  .home-page .people-under-roof h2 { font-size: 37px; }
  .home-page .people-profile {
    max-width: 300px;
    justify-self: center;
  }
}

@media (hover: none) {
  .home-page .home-carousel-arrow { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .home-page *,
  .home-page *::before,
  .home-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .home-page [data-reveal] { opacity: 1; transform: none; }
}
