/* HALO HILLS — EXPLORE THE PROPERTY */

.property-page {
  --property-ink: #112c25;
  --property-cream: #f2efe7;
  --property-gold: #c9a35d;
  --property-muted: #68746d;
  background: var(--property-cream);
  color: var(--property-ink);
  overflow: clip;
}

.property-inner {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.property-kicker {
  margin: 0 0 16px;
  color: var(--property-gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.property-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  color: #fff;
}

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

.property-hero-media {
  z-index: -2;
  background: url("/assets/images/property-sunrise.webp") center 48% / cover no-repeat;
  transform: scale(1.035);
  will-change: transform;
}

.property-hero-shade {
  z-index: -1;
  background: linear-gradient(180deg, rgba(4,18,14,.12) 12%, rgba(4,18,14,.24) 52%, rgba(4,18,14,.82) 100%);
}

.property-hero-content {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  padding: 180px 0 72px;
}

.property-hero h1 {
  max-width: 950px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.5rem, 8.3vw, 8.6rem);
  line-height: .91;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.property-hero-content > p:not(.property-kicker) {
  max-width: 690px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  line-height: 1.65;
}

.property-scroll-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.property-scroll-link span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  transition: transform .25s ease, background .25s ease;
}

.property-scroll-link:hover span {
  transform: translateY(4px);
  background: rgba(255,255,255,.12);
}

.property-intro {
  padding: clamp(110px, 14vw, 210px) 0;
}

.property-intro h2 {
  max-width: 1080px;
  margin: 0;
  color: var(--property-ink);
  font-size: clamp(2.5rem, 5.8vw, 6rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.property-destinations {
  display: grid;
}

.property-panel {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(380px, .68fr);
  background: #0e251f;
  color: #fff;
}

.property-panel--reverse {
  grid-template-columns: minmax(380px, .68fr) minmax(0, 1.32fr);
}

.property-panel--reverse .property-panel-image {
  grid-column: 2;
}

.property-panel--reverse .property-panel-copy {
  grid-column: 1;
  grid-row: 1;
}

.property-panel-image {
  min-height: 100svh;
  background-position: center;
  background-size: cover;
}

.property-panel--overlook .property-panel-image { background-image: url("/assets/images/property-sunrise.webp"); }
.property-panel--pavilion .property-panel-image { background-image: url("/assets/images/IMG_5718.jpeg"); }
.property-panel--fire .property-panel-image { background-image: url("/assets/images/property-fire-ring.webp"); }
.property-panel--meadow .property-panel-image { background-image: url("/assets/images/property-meadow-deer.webp"); }
.property-panel--trails .property-panel-image { background-image: url("/assets/images/property-creek.webp"); }
.property-panel--seasons .property-panel-image { background-image: url("/assets/images/property-autumn.webp"); }

.property-panel-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(46px, 6vw, 100px);
  background: radial-gradient(circle at 20% 20%, rgba(201,163,93,.08), transparent 40%), #102c25;
}

.property-panel-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 5.3vw, 6.4rem);
  line-height: .96;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.property-panel-copy > p:not(.property-kicker) {
  max-width: 590px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.74);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.75;
}

.property-panel-copy a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 30px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.property-panel-copy a span {
  transition: transform .25s ease;
}

.property-panel-copy a:hover span {
  transform: translateX(5px);
}

.property-map-section {
  position: relative;
  min-height: 92svh;
  display: grid;
  place-items: center;
  isolation: isolate;
  padding: 90px 20px;
}

.property-map-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("/assets/images/property-rainbow.webp") center / cover no-repeat;
}

.property-map-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(6,24,19,.58);
}

.property-map-card {
  width: min(720px, 100%);
  padding: clamp(38px, 6vw, 72px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background: rgba(11,39,32,.82);
  box-shadow: 0 28px 90px rgba(0,0,0,.28);
  color: #fff;
  text-align: center;
  backdrop-filter: blur(18px);
}

.property-map-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: .98;
  letter-spacing: -.05em;
}

.property-map-card > p:not(.property-kicker) {
  max-width: 560px;
  margin: 24px auto 0;
  color: rgba(255,255,255,.76);
  font-size: 1.08rem;
  line-height: 1.7;
}

.property-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  margin-top: 32px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--property-gold);
  color: #10271f;
  font-weight: 900;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.property-primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,.24);
}

.property-facts {
  padding: clamp(100px, 13vw, 190px) 0;
}

.property-facts-heading {
  max-width: 850px;
}

.property-facts-heading h2 {
  margin: 0;
  color: var(--property-ink);
  font-size: clamp(2.7rem, 5vw, 5.5rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.property-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 70px;
  background: rgba(17,44,37,.18);
  border: 1px solid rgba(17,44,37,.18);
}

.property-fact {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  background: var(--property-cream);
}

.property-fact strong {
  color: var(--property-ink);
  font-size: clamp(3.4rem, 6vw, 6.8rem);
  line-height: .9;
  letter-spacing: -.055em;
}

.property-fact span {
  margin-top: 16px;
  color: var(--property-muted);
  font-weight: 800;
}

.property-closing {
  position: relative;
  min-height: 88svh;
  display: grid;
  place-items: center;
  isolation: isolate;
  padding: 90px 20px;
  color: #fff;
  text-align: center;
}

.property-closing-media,
.property-closing-shade {
  position: absolute;
  inset: 0;
}

.property-closing-media {
  z-index: -2;
  background: url("/assets/images/property-rainbow.webp") center / cover no-repeat;
}

.property-closing-shade {
  z-index: -1;
  background: rgba(5,22,17,.56);
}

.property-closing-content {
  max-width: 920px;
}

.property-closing h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 7vw, 7.4rem);
  line-height: .94;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.property-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .85s cubic-bezier(.22,1,.36,1), transform .85s cubic-bezier(.22,1,.36,1);
}

.property-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .property-panel,
  .property-panel--reverse {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .property-panel-image,
  .property-panel--reverse .property-panel-image {
    grid-column: 1;
    grid-row: 1;
    min-height: 66svh;
  }

  .property-panel-copy,
  .property-panel--reverse .property-panel-copy {
    grid-column: 1;
    grid-row: 2;
    min-height: 54svh;
  }

  .property-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .property-inner,
  .property-hero-content {
    width: min(100% - 28px, 1180px);
  }

  .property-hero-content {
    padding-bottom: 42px;
  }

  .property-hero h1 {
    font-size: clamp(3.2rem, 17vw, 5.4rem);
  }

  .property-intro {
    padding-block: 90px;
  }

  .property-panel-image,
  .property-panel--reverse .property-panel-image {
    min-height: 55svh;
  }

  .property-panel-copy,
  .property-panel--reverse .property-panel-copy {
    min-height: auto;
    padding: 64px 24px 72px;
  }

  .property-facts-grid {
    grid-template-columns: 1fr;
  }

  .property-fact {
    min-height: 170px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .property-hero-media,
  .property-reveal,
  .property-panel-copy a span,
  .property-scroll-link span,
  .property-primary-button {
    transition: none;
    transform: none;
  }

  .property-reveal {
    opacity: 1;
  }
}

/* =========================================================
   EMBEDDED INTERACTIVE PROPERTY MAP
========================================================= */

.property-map {
  padding: clamp(100px, 13vw, 180px) 0;
  background: #e8e4da;
}

.property-map-heading {
  max-width: 900px;
  margin-bottom: 54px;
}

.property-map-heading h2 {
  margin: 0;
  color: var(--property-ink);
  font-size: clamp(3rem, 6vw, 6.4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.property-map-heading > p:not(.property-kicker) {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--property-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.property-map .map-layout {
  align-items: start;
  gap: 28px;
}

.property-map .map-wrap {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(17, 44, 37, 0.16);
}

.property-map .map-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.property-map .pin {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(17, 44, 37, 0.92);
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.property-map .pin:hover,
.property-map .pin:focus-visible {
  background: var(--property-gold);
  color: #10271f;
}

.property-map .map-side {
  display: grid;
  gap: 18px;
}

.property-map .map-card {
  border: 1px solid rgba(17, 44, 37, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(17, 44, 37, 0.08);
  backdrop-filter: blur(12px);
}

.property-map .map-card h3,
.property-map .info-card h3 {
  color: var(--property-ink);
}

.property-map .map-card a {
  display: block;
  margin-top: 12px;
  color: var(--property-ink);
  font-weight: 800;
  text-decoration: none;
}

.property-map .map-card a:hover {
  color: #8b692e;
}

.property-map .info-grid {
  margin-top: 28px;
}

.property-map .info-card {
  border: 1px solid rgba(17, 44, 37, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 34px rgba(17, 44, 37, 0.07);
}

.property-map .info-card p,
.property-map .map-card p {
  color: var(--property-muted);
}

.property-map + .property-facts {
  background: var(--property-cream);
}

@media (max-width: 860px) {
  .property-map .map-layout {
    grid-template-columns: 1fr;
  }

  .property-map .map-side {
    grid-template-columns: 1fr;
  }
}
