/* CZR niche overlays. Base visual system is inherited from style.css. */

.property-preview-page {
  background: #f8f4ed;
  color: #121212;
}

.property-preview-page #main-nav {
  position: fixed;
  z-index: 50;
  background: rgba(17, 14, 11, 0.28);
  border-bottom: 1px solid rgba(255, 250, 243, 0.16);
  backdrop-filter: blur(18px);
}

.property-preview-page #main-nav.scrolled {
  background: rgba(248, 244, 237, 0.92);
  border-bottom-color: rgba(18, 18, 18, 0.08);
}

.property-preview-page #main-nav:not(.scrolled) .logo,
.property-preview-page #main-nav:not(.scrolled) .nav-links a,
.property-preview-page #main-nav:not(.scrolled) .hamburger span {
  color: #fffaf3;
  border-color: rgba(255, 250, 243, 0.5);
}

.property-preview-page #main-nav:not(.scrolled) .hamburger span {
  background: #fffaf3;
}

.property-main {
  background: #f8f4ed;
}

.property-immersive-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #16120f;
}

.property-hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(1.04) brightness(0.82);
  transform: scale(1.01);
}

.property-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12, 9, 6, 0.84) 0%, rgba(12, 9, 6, 0.56) 42%, rgba(12, 9, 6, 0.1) 76%),
    linear-gradient(180deg, rgba(12, 9, 6, 0.22) 0%, rgba(12, 9, 6, 0.18) 48%, rgba(12, 9, 6, 0.66) 100%);
}

.property-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(8rem, 15vw, 13rem) 0 clamp(4rem, 8vw, 7rem);
}

.property-hero-card {
  max-width: 680px;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border-left: 2px solid #9b2400;
  background: linear-gradient(90deg, rgba(16, 12, 9, 0.62), rgba(16, 12, 9, 0.28));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.2);
}

.property-hero-card .house-eyebrow {
  display: block;
  color: rgba(255, 250, 243, 0.68);
}

.property-hero-card h1 {
  max-width: 8.5ch;
  margin: 0.7rem 0 0;
  color: #fffaf3;
  font-family: var(--font-display);
  font-size: clamp(4.4rem, 8.2vw, 9rem);
  line-height: 0.82;
  letter-spacing: -0.065em;
}

.property-hero-card p {
  max-width: 36rem;
  margin: 1.35rem 0 0;
  color: rgba(255, 250, 243, 0.78);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.65;
}

.property-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.property-preview-page .wa-hero,
.property-preview-page .hero-secondary {
  box-shadow: none;
}

.property-preview-page .hero-secondary {
  color: #fffaf3;
  border-color: rgba(255, 250, 243, 0.55);
  background: rgba(255, 250, 243, 0.08);
}

.property-editorial-section,
.property-offer-section,
.property-price-section,
.property-audit-section {
  padding: clamp(4.8rem, 8vw, 7.5rem) 0;
}

.property-proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(18, 18, 18, 0.12);
  border-bottom: 1px solid rgba(18, 18, 18, 0.12);
}

.property-proof-row article {
  min-height: 220px;
  padding: 1.45rem;
  border-right: 1px solid rgba(18, 18, 18, 0.12);
}

.property-proof-row article:last-child {
  border-right: 0;
}

.property-proof-row span,
.property-price-bar span,
.property-price-bar a {
  display: block;
  color: rgba(139, 37, 0, 0.9);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
}

.property-proof-row strong {
  display: block;
  margin-top: 3rem;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.6vw, 4rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.property-proof-row p {
  max-width: 18rem;
  margin-top: 0.75rem;
  color: rgba(18, 18, 18, 0.64);
  font-size: 0.94rem;
  line-height: 1.75;
}

.property-offer-layout,
.property-audit-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(380px, 1.14fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.property-offer-layout h2,
.property-audit-layout h2 {
  max-width: 12ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 7rem);
  line-height: 0.86;
  letter-spacing: -0.055em;
}

.property-audit-layout p {
  max-width: 28rem;
  margin-top: 1rem;
  color: rgba(18, 18, 18, 0.64);
  line-height: 1.8;
}

.property-included-list {
  border-top: 1px solid rgba(18, 18, 18, 0.12);
}

.property-included-list p {
  margin: 0;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(18, 18, 18, 0.12);
  color: rgba(18, 18, 18, 0.68);
}

.property-price-bar {
  display: grid;
  grid-template-columns: 0.7fr 1fr auto;
  gap: 1.2rem;
  align-items: center;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(18, 18, 18, 0.12);
  border-bottom: 1px solid rgba(18, 18, 18, 0.12);
}

.property-price-bar strong {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.property-price-bar a {
  color: rgba(139, 37, 0, 1);
  border-bottom: 1px solid currentColor;
  justify-self: end;
}

.property-form {
  display: grid;
  gap: 1rem;
}

.property-form label {
  display: grid;
  gap: 0.45rem;
  color: rgba(18, 18, 18, 0.46);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.property-form input {
  min-height: 3.25rem;
  border: 1px solid rgba(18, 18, 18, 0.14);
  background: rgba(255, 250, 243, 0.74);
  color: #121212;
  font: 500 0.95rem/1.4 var(--font-body);
  padding: 0.9rem 1rem;
  outline: none;
}

.property-form input:focus {
  border-color: rgba(139, 37, 0, 0.42);
}

.property-form .status {
  min-height: 1.4rem;
  color: rgba(139, 37, 0, 0.92);
  font-size: 0.85rem;
}

@media (max-width: 900px) {
  .property-hero-inner {
    width: min(100% - 32px, 720px);
  }

  .property-hero-card h1 {
    font-size: clamp(4rem, 16vw, 7rem);
  }

  .property-proof-row,
  .property-offer-layout,
  .property-audit-layout,
  .property-price-bar {
    grid-template-columns: 1fr;
  }

  .property-proof-row article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(18, 18, 18, 0.12);
  }

  .property-proof-row article:last-child {
    border-bottom: 0;
  }

  .property-proof-row strong {
    margin-top: 1.5rem;
  }

  .property-price-bar a {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .property-immersive-hero {
    min-height: 94svh;
  }

  .property-hero-inner {
    width: calc(100% - 28px);
    padding-bottom: 2.2rem;
  }

  .property-hero-card {
    padding: 1.2rem;
  }

  .property-hero-card h1 {
    font-size: clamp(3.55rem, 17vw, 5.3rem);
  }

  .property-hero-actions .wa-hero,
  .property-hero-actions .hero-secondary,
  .property-form .wa-hero {
    width: 100%;
  }
}
