:root {
  --green-900: #063b2d;
  --green-800: #005f38;
  --green-700: #006b3e;
  --green-600: #178151;
  --gold: #c2a15a;
  --ink: #101416;
  --graphite: #343c3f;
  --muted: #6d7477;
  --line: #dfe5e2;
  --soft: #f4f7f5;
  --paper: #ffffff;
  --radius: 8px;
  --shadow: 0 22px 60px rgba(6, 59, 45, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 84px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

.lead-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.broker-lead-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.broker-lead-card img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--paper);
}

.broker-lead-card span,
.broker-lead-card small,
.broker-lead-card p {
  display: block;
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.broker-lead-card strong {
  display: block;
  color: var(--green-900);
  font-size: 1.02rem;
}

.broker-lead-card a {
  display: inline-flex;
  margin-top: 6px;
  color: var(--green-700);
  font-weight: 700;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(23, 129, 81, 0.34), transparent 28%),
    linear-gradient(135deg, #021813 0%, #063b2d 48%, #03221a 100%);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 520ms ease, visibility 520ms ease;
}

.site-loader::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    linear-gradient(115deg, transparent 35%, rgba(214, 194, 141, 0.22) 50%, transparent 65%),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: auto, 82px 82px, 82px 82px;
  opacity: 0.55;
  transform: rotateX(58deg) rotateZ(-18deg) translate3d(0, 0, -90px);
  animation: loaderGridDrift 2600ms linear infinite;
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-stage {
  position: relative;
  width: clamp(116px, 18vw, 176px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  perspective: 760px;
  transform-style: preserve-3d;
  animation: loaderFloat 2200ms ease-in-out infinite;
}

.loader-stage::after {
  content: "";
  position: absolute;
  width: 72%;
  height: 18%;
  bottom: -14%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  filter: blur(18px);
  transform: rotateX(76deg);
  animation: loaderShadow 2200ms ease-in-out infinite;
}

.loader-icon {
  position: relative;
  z-index: 2;
  width: 78%;
  height: 78%;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.36));
  transform: rotateX(12deg) rotateY(-24deg) translateZ(46px);
  transform-style: preserve-3d;
  animation: loaderMark3d 1800ms cubic-bezier(.45, 0, .2, 1) infinite;
}

.loader-ring {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(214, 194, 141, 0.34);
  border-radius: 30%;
  transform-style: preserve-3d;
}

.loader-ring-one {
  transform: rotateX(64deg) rotateZ(18deg);
  animation: loaderOrbitOne 2200ms linear infinite;
}

.loader-ring-two {
  inset: 18%;
  border-color: rgba(255, 255, 255, 0.18);
  transform: rotateY(70deg) rotateZ(-12deg);
  animation: loaderOrbitTwo 2600ms linear infinite;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px max(20px, calc((100vw - 1180px) / 2));
  transition: background 180ms ease, border-color 180ms ease, padding 180ms ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled,
.site-header.menu-active {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(16, 20, 22, 0.08);
  backdrop-filter: blur(18px);
  padding-block: 12px;
}

.brand {
  position: relative;
  z-index: 22;
  display: block;
  flex: 0 0 auto;
  width: 148px;
  height: 56px;
  line-height: 0;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  transition: opacity 180ms ease;
}

.brand-logo-color {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.site-header.is-scrolled .brand-logo-color,
.site-header.menu-active .brand-logo-color {
  opacity: 1;
}

.site-header.is-scrolled .brand-logo-light,
.site-header.menu-active .brand-logo-light {
  opacity: 0;
}

.site-nav {
  display: flex;
  gap: 32px;
  align-items: center;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 400;
  transition: color 160ms ease;
}

.site-nav a:hover {
  color: #fff;
}

.site-header.is-scrolled .site-nav a,
.site-header.menu-active .site-nav a {
  color: var(--graphite);
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.menu-active .site-nav a:hover {
  color: var(--green-700);
}

.nav-toggle {
  display: none;
  position: relative;
  z-index: 22;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
  transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
}

.site-header.is-scrolled .nav-toggle,
.site-header.menu-active .nav-toggle {
  border-color: rgba(16, 20, 22, 0.16);
  background: #fff;
}

.site-header.is-scrolled .nav-toggle span,
.site-header.menu-active .nav-toggle span {
  background: var(--ink);
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.hero-visual,
.hero-media,
.hero-shade,
.hero-light,
.hero-lines,
.hero-grid,
.hero-scanline {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-visual {
  z-index: -2;
  overflow: hidden;
  background: var(--green-900);
}

.hero-media {
  object-fit: cover;
  object-position: center;
  transform: scale(1.055);
  animation: heroImageSettle 1500ms cubic-bezier(.2,.7,.2,1) 120ms forwards;
  will-change: transform;
}

.hero-light {
  z-index: 1;
  background:
    radial-gradient(circle at 68% 48%, rgba(255, 255, 255, 0.16), transparent 24%),
    radial-gradient(circle at 20% 78%, rgba(0, 107, 62, 0.24), transparent 34%);
  mix-blend-mode: screen;
  opacity: 0.75;
  animation: heroLightDrift 8s ease-in-out infinite alternate;
}

.hero-shade {
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 18, 15, 0.9) 0%, rgba(4, 27, 21, 0.78) 34%, rgba(4, 27, 21, 0.26) 62%, rgba(4, 27, 21, 0.54) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.56), transparent 54%);
}

.hero-lines {
  z-index: 2;
  pointer-events: none;
  opacity: 0.78;
  mix-blend-mode: screen;
}

.hero-grid {
  z-index: 4;
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 194, 141, 0.1) 1px, transparent 1px);
  background-size: 108px 108px, 108px 108px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.72) 48%, transparent 78%);
}

.hero-scanline {
  z-index: 5;
  width: 1px;
  left: clamp(280px, 46vw, 760px);
  background: linear-gradient(transparent, rgba(194, 161, 90, 0.34), transparent);
  opacity: 0;
  animation: heroLineReveal 1300ms cubic-bezier(.2,.7,.2,1) 550ms forwards;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 120px 0 92px;
  max-width: 760px;
  margin-inline: max(20px, calc((100vw - 1180px) / 2)) auto;
}

.hero-kicker,
.hero-title,
.hero-lead,
.hero-cta-row,
.hero-signature {
  opacity: 1;
  transform: translateY(0);
}

.hero-motion .hero-kicker,
.hero-motion .hero-title,
.hero-motion .hero-lead,
.hero-motion .hero-cta-row,
.hero-motion .hero-signature {
  opacity: 1;
  transform: translateY(18px);
  animation: heroTextIn 900ms cubic-bezier(.2,.7,.2,1) forwards;
}

.hero-motion .hero-kicker {
  animation-delay: 220ms;
}

.hero-motion .hero-title {
  animation-delay: 360ms;
}

.hero-motion .hero-lead {
  animation-delay: 520ms;
}

.hero-motion .hero-cta-row {
  animation-delay: 680ms;
}

.hero-signature {
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: 116px;
  z-index: 2;
  display: grid;
  gap: 8px;
  min-width: 250px;
  padding-left: 20px;
  border-left: 1px solid rgba(194, 161, 90, 0.72);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-motion .hero-signature {
  animation-delay: 840ms;
}

.hero-signature strong {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--green-700);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-dark .eyebrow,
.investor .eyebrow {
  color: #d6c28d;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3.1rem, 7vw, 6.9rem);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  font-weight: 300;
}

.hero-actions,
.footer-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 0.92rem;
  font-weight: 600;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--green-700);
  color: #fff;
  box-shadow: 0 18px 34px rgba(0, 107, 62, 0.26);
}

.button-primary:hover {
  background: var(--green-800);
  box-shadow: 0 22px 44px rgba(0, 107, 62, 0.32);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 1;
  transform: translateX(-50%);
  display: grid;
  gap: 8px;
  justify-items: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.scroll-cue::after {
  content: "";
  width: 1px;
  height: 36px;
  background: linear-gradient(#fff, transparent);
  animation: cue 1.5s ease-in-out infinite;
}

@keyframes heroImageSettle {
  from { transform: scale(1.055); }
  to { transform: scale(1); }
}

@keyframes heroTextIn {
  from {
    transform: translateY(18px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes heroLightDrift {
  from { transform: translate3d(-1.5%, -1%, 0); opacity: 0.58; }
  to { transform: translate3d(1.5%, 1%, 0); opacity: 0.82; }
}

@keyframes heroLineReveal {
  from {
    opacity: 0;
    transform: translateY(-14%);
  }
  to {
    opacity: 0.72;
    transform: translateY(0);
  }
}

@keyframes cue {
  0%, 100% { transform: translateY(-5px); opacity: 0.5; }
  50% { transform: translateY(4px); opacity: 1; }
}

@keyframes loaderMark3d {
  0%, 100% {
    transform: rotateX(12deg) rotateY(-24deg) translateZ(46px) scale(1);
  }
  50% {
    transform: rotateX(18deg) rotateY(28deg) translateZ(62px) scale(1.04);
  }
}

@keyframes loaderFloat {
  0%, 100% {
    transform: translateY(0) rotateZ(-2deg);
  }
  50% {
    transform: translateY(-10px) rotateZ(2deg);
  }
}

@keyframes loaderShadow {
  0%, 100% {
    opacity: 0.38;
    transform: rotateX(76deg) scale(0.9);
  }
  50% {
    opacity: 0.24;
    transform: rotateX(76deg) scale(1.12);
  }
}

@keyframes loaderOrbitOne {
  to {
    transform: rotateX(64deg) rotateZ(378deg);
  }
}

@keyframes loaderOrbitTwo {
  to {
    transform: rotateY(70deg) rotateZ(-372deg);
  }
}

@keyframes loaderGridDrift {
  to {
    transform: rotateX(58deg) rotateZ(-18deg) translate3d(82px, 82px, -90px);
  }
}

.intro-strip {
  background: var(--green-900);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1.25fr);
  gap: 30px;
  align-items: center;
  padding: 26px 0;
}

.intro-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.intro-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.intro-metrics span {
  min-height: 74px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

.intro-metrics strong {
  color: #fff;
  font-size: 1.45rem;
  line-height: 1;
}

.section {
  padding: 106px 0;
}

.section-soft {
  background: var(--soft);
}

.split,
.feature-grid,
.investor-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 72px;
  align-items: center;
}

.section-copy h2,
.section-heading h2 {
  margin-bottom: 24px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 4.15rem);
  line-height: 1.03;
  font-weight: 500;
  letter-spacing: 0;
}

.section-copy p,
.section-heading p {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 300;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.quality-grid span,
.feature-list li {
  position: relative;
  padding-left: 22px;
  color: var(--graphite);
  font-size: 0.95rem;
}

.quality-grid span::before,
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.63em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.image-stack {
  position: relative;
}

.image-stack img,
.feature-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(300px, calc(100% - 48px));
  padding: 18px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.image-note strong,
.image-note span {
  display: block;
}

.image-note strong {
  margin-bottom: 6px;
  color: var(--green-900);
}

.image-note span {
  color: var(--muted);
  font-size: 0.88rem;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.project-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 20, 22, 0.06);
}

.project-media {
  position: relative;
  height: 330px;
  overflow: hidden;
}

.project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.project-card:hover .project-media img {
  transform: scale(1.04);
}

.project-media span {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 10px;
  border-radius: 4px;
  background: var(--green-700);
  color: #fff;
  font-size: 0.73rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.project-body {
  display: grid;
  gap: 22px;
  padding: 28px;
}

.project-location {
  margin-bottom: 8px;
  color: var(--green-700);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.project-body h3 {
  margin-bottom: 10px;
  font-size: 1.55rem;
}

.project-body p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 300;
}

.project-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
}

.project-facts div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.project-facts dt {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.project-facts dd {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}

.text-link {
  color: var(--green-700);
  font-weight: 700;
}

.text-link::after {
  content: " ->";
}

.emerald-feature {
  background: #fff;
}

.feature-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
}

.property-hero .hero-media {
  object-position: center;
}

.property-hero .hero-content {
  z-index: 3;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}

.investor {
  color: #fff;
  background:
    linear-gradient(120deg, rgba(6, 59, 45, 0.94), rgba(0, 95, 56, 0.94)),
    url("assets/lazer-gourmet.png") center / cover;
}

.investor .section-copy h2,
.investor .section-copy p {
  color: #fff;
}

.investor .section-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.reason-list {
  display: grid;
  gap: 14px;
}

.reason-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
}

.reason-list span {
  grid-row: span 2;
  color: var(--gold);
  font-weight: 700;
}

.reason-list h3 {
  margin-bottom: 6px;
  font-size: 1.12rem;
}

.reason-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.94rem;
  font-weight: 300;
}

.process {
  background: var(--paper);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.process-grid article {
  min-height: 220px;
  display: grid;
  align-content: space-between;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-grid span {
  color: var(--green-700);
  font-size: 1.22rem;
  font-weight: 700;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 300;
}

.footer {
  padding: 70px 0 28px;
  color: #fff;
  background: var(--green-900);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 0.8fr;
  gap: 52px;
  align-items: start;
}

.footer-logo {
  width: 154px;
  margin-bottom: 22px;
}

.footer p,
.footer li,
.footer-bottom {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 300;
}

.footer h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.footer ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.84rem;
}

.developer-signature {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 600;
}

.developer-signature img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 50%;
}

.developer-signature strong {
  color: #fff;
  font-size: 0.84rem;
}

.broker-public-footer {
  padding-top: 0;
}

.spec-panel {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.spec-panel h2,
.spec-panel h3 {
  margin-bottom: 24px;
  color: var(--ink);
  font-size: 1.35rem;
}

.spec-panel dl {
  display: grid;
  gap: 18px;
  margin: 0;
}

.spec-panel div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.spec-panel div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.spec-panel dt {
  color: var(--muted);
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.spec-panel dd {
  margin: 0;
  color: var(--ink);
  font-weight: 600;
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.amenity-grid figure {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.amenity-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amenity-grid figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.42);
}

.unit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.unit-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.unit-list span {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--graphite);
  background: #fff;
}

.plan-preview {
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: 28px;
  border: 1px solid rgba(194, 161, 90, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(244, 247, 245, 0.78)),
    var(--soft);
}

.plan-preview img {
  max-height: 470px;
  width: auto;
  object-fit: contain;
}

.property-hero {
  min-height: 100svh;
  align-items: end;
}

.property-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 18, 15, 0.9) 0%, rgba(4, 27, 21, 0.72) 34%, rgba(4, 27, 21, 0.2) 66%, rgba(4, 27, 21, 0.58) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.64), transparent 56%);
}

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

.property-title-mark {
  display: grid;
  width: min(430px, 62vw);
  margin: 0 0 22px;
  color: rgba(244, 248, 246, 0.66);
  font-size: clamp(2.25rem, 3.6vw, 3.9rem);
  font-weight: 300;
  line-height: 1.03;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}

.property-title-mark span,
.property-title-mark small {
  display: block;
}

.property-title-mark em {
  color: rgba(0, 185, 130, 0.9);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  text-shadow: 0 2px 14px rgba(0, 185, 130, 0.18);
}

.property-title-mark small {
  width: min(250px, 62vw);
  margin-top: 12px;
  color: rgba(244, 248, 246, 0.58);
  font-size: clamp(0.78rem, 0.9vw, 0.9rem);
  line-height: 1.32;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.property-location {
  position: relative;
  margin: -14px 0 28px;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  font-weight: 400;
}

.property-location::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.hero-facts-mobile {
  display: none;
}

.property-hero-proof {
  display: none;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.property-hero-proof span {
  padding: 8px 11px;
  border: 1px solid rgba(214, 194, 141, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  font-weight: 700;
}

.property-fast-contact {
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.property-fast-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.property-fast-contact h2 {
  max-width: 760px;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.08;
  font-weight: 500;
}

.property-fast-contact .eyebrow {
  margin-bottom: 10px;
  color: var(--green-700);
}

.property-fast-contact p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
}

.property-fast-actions {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.property-overview {
  align-items: start;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.74fr);
  gap: clamp(34px, 5vw, 72px);
}

.property-overview .section-copy {
  max-width: 620px;
}

.property-overview .section-copy .button {
  margin-top: 30px;
}

.property-spec-panel {
  overflow: hidden;
  background: #fff;
  border-color: rgba(194, 161, 90, 0.34);
  box-shadow: 0 18px 42px rgba(6, 59, 45, 0.08);
}

.property-spec-panel::before {
  content: "";
  display: block;
  height: 2px;
  margin: -34px -34px 28px;
  background: linear-gradient(90deg, var(--gold), rgba(194, 161, 90, 0.16));
}

.unit-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: -18px 0 38px;
}

.unit-tabs,
.amenity-gallery {
  scrollbar-width: none;
}

.unit-tabs::-webkit-scrollbar,
.amenity-gallery::-webkit-scrollbar {
  display: none;
}

.unit-tab {
  min-height: 58px;
  min-width: 156px;
  padding: 10px 14px;
  border: 1px solid rgba(223, 229, 226, 0.95);
  border-radius: 6px;
  background: #fff;
  color: var(--graphite);
  font: inherit;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(16, 20, 22, 0.04);
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.unit-tab:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 107, 62, 0.42);
}

.unit-tab.is-active {
  border-color: rgba(194, 161, 90, 0.72);
  background: var(--green-700);
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 107, 62, 0.2);
}

.unit-tab-name,
.unit-tab-meta {
  display: block;
}

.unit-tab-name {
  font-size: 0.86rem;
  font-weight: 700;
}

.unit-tab-meta {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
}

.unit-tab.is-active .unit-tab-meta {
  color: rgba(255, 255, 255, 0.72);
}

.unit-note {
  max-width: 660px;
  margin: -16px auto 30px;
  color: var(--muted);
  font-size: 0.86rem;
  text-align: center;
}

.unit-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 42px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 245, 0.9)),
    #fff;
  box-shadow: 0 22px 52px rgba(16, 20, 22, 0.09);
}

.unit-panel[hidden] {
  display: none;
}

.unit-details {
  display: grid;
  justify-items: start;
}

.unit-chip {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 10px;
  border-radius: 4px;
  background: rgba(0, 107, 62, 0.1);
  color: var(--green-700);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.unit-details h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  line-height: 1.05;
  font-weight: 500;
}

.unit-price {
  margin-bottom: 26px;
  color: var(--green-700);
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  font-weight: 700;
}

.unit-details-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 30px;
}

.unit-details-grid div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.unit-details-grid dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.unit-details-grid dd {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}

.amenity-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.amenity-card {
  position: relative;
  min-height: 290px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--green-900);
}

.amenity-card:nth-child(1),
.amenity-card:nth-child(6),
.amenity-card:nth-child(12) {
  grid-column: span 2;
}

.amenity-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
}

.amenity-card:hover img {
  transform: scale(1.045);
}

.amenity-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.62));
  pointer-events: none;
}

.amenity-card figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.38);
}

.differential-grid {
  counter-reset: differential;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.differential-card {
  position: relative;
  min-height: 220px;
  display: grid;
  gap: 28px;
  align-content: space-between;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(16, 20, 22, 0.06);
}

.differential-card::before {
  counter-increment: differential;
  content: "0" counter(differential);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.differential-card h3 {
  margin-bottom: 18px;
  color: var(--green-900);
  font-size: 1.25rem;
}

.differential-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 300;
}

.property-cta {
  position: relative;
  isolation: isolate;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(3, 24, 19, 0.32), rgba(3, 24, 19, 0.9)),
    url("assets/port-esmeralda/lazer-fireplace-DNyZ5UUv.png") center / cover;
}

.property-cta-inner {
  display: grid;
  min-height: 480px;
  align-content: end;
  justify-items: start;
  text-align: left;
}

.property-cta h2 {
  max-width: 760px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 4.1rem);
  line-height: 1.04;
  font-weight: 500;
}

.property-cta .eyebrow {
  margin-bottom: 14px;
  color: #d6c28d;
  font-weight: 700;
}

.property-cta p {
  max-width: 560px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 300;
}

.button-light {
  background: #fff;
  color: var(--green-900);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
}

.button-light:hover {
  background: rgba(255, 255, 255, 0.9);
}

.lead-section {
  background:
    linear-gradient(135deg, rgba(244, 247, 245, 0.98), rgba(255, 255, 255, 0.96)),
    url("assets/hero-building.jpg") center / cover;
}

.property-lead-section {
  background:
    linear-gradient(135deg, rgba(244, 247, 245, 0.98), rgba(255, 255, 255, 0.96)),
    url("assets/port-esmeralda/lazer-gourmet-1-DyHpFYyf.png") center / cover;
}

.lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  gap: 64px;
  align-items: start;
}

.lead-contact-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.lead-contact-list span {
  padding: 14px 0 14px 18px;
  border-left: 2px solid var(--gold);
  color: var(--graphite);
  font-weight: 600;
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.lead-field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lead-field {
  display: grid;
  gap: 8px;
}

.lead-field label {
  color: var(--graphite);
  font-size: 0.82rem;
  font-weight: 700;
}

.lead-field input,
.lead-field select,
.lead-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.lead-field textarea {
  resize: vertical;
}

.lead-field input:focus,
.lead-field select:focus,
.lead-field textarea:focus {
  border-color: var(--green-600);
  box-shadow: 0 0 0 3px rgba(23, 129, 81, 0.12);
}

.lead-privacy,
.lead-form-status {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.lead-alt-action {
  justify-self: center;
  color: var(--green-700);
  font-size: 0.9rem;
  font-weight: 700;
}

.lead-alt-action:hover {
  color: var(--green-900);
}

.lead-form-status {
  min-height: 20px;
}

.lead-form-status.is-success {
  color: var(--green-700);
}

.lead-form-status.is-error {
  color: #b42318;
}

.lead-form .button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.broker-landing {
  background: var(--paper);
}

.broker-public-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px max(18px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(16, 20, 22, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.broker-public-header .brand {
  width: 138px;
  height: 48px;
}

.broker-public-header .brand-logo-color {
  position: static;
  opacity: 1;
}

.broker-public-hero {
  position: relative;
  isolation: isolate;
  min-height: 92svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 120px 0 72px;
  color: #fff;
  background: var(--green-900);
}

.broker-public-media,
.broker-public-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.broker-public-media {
  z-index: -2;
}

.broker-public-media img {
  object-fit: cover;
}

.broker-public-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 18, 15, 0.94) 0%, rgba(4, 27, 21, 0.78) 46%, rgba(4, 27, 21, 0.26) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62), transparent 54%);
}

.broker-public-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 56px;
  align-items: end;
}

.broker-public-copy h1 {
  margin-bottom: 24px;
  color: #fff;
}

.broker-public-copy p {
  max-width: 620px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 300;
}

.broker-public-card {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.broker-public-photo {
  width: 124px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--gold);
  background: var(--soft);
}

.broker-public-card span,
.broker-public-card small {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.broker-public-card strong {
  display: block;
  color: var(--green-900);
  font-size: 1.55rem;
  line-height: 1.1;
}

.broker-public-card p {
  margin: 0;
  color: var(--graphite);
  font-weight: 300;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 18;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--green-700);
  color: #fff;
  box-shadow: 0 16px 42px rgba(0, 107, 62, 0.34);
  font-size: 0.9rem;
  font-weight: 700;
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease, background 160ms ease;
}

.whatsapp-float:hover {
  background: var(--green-800);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

@media (max-width: 900px) {
  .site-header {
    min-height: 76px;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 21;
    width: 100vw;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    padding: 104px clamp(24px, 8vw, 56px) 48px;
    background: linear-gradient(180deg, #ffffff 0%, #f6faf7 100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 200ms ease, visibility 200ms ease, transform 220ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a,
  .site-header .site-nav a {
    color: var(--ink);
    width: min(100%, 760px);
    font-size: clamp(1.55rem, 6vw, 2.2rem);
    line-height: 1.08;
    font-weight: 500;
  }

  .nav-toggle {
    display: block;
    z-index: 23;
  }

  .intro-grid,
  .split,
  .feature-grid,
  .investor-grid,
  .footer-grid,
  .lead-grid,
  .broker-public-grid,
  .unit-grid,
  .unit-panel {
    grid-template-columns: 1fr;
  }

  .intro-metrics,
  .project-grid,
  .process-grid,
  .amenity-grid,
  .differential-grid {
    grid-template-columns: 1fr;
  }

  .amenity-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split,
  .feature-grid,
  .investor-grid {
    gap: 42px;
  }

  .feature-media {
    order: 2;
  }

  .lead-grid {
    gap: 34px;
  }

  .property-fast-contact-inner {
    grid-template-columns: 1fr;
  }

  .property-fast-actions {
    justify-items: stretch;
  }

  .broker-public-grid {
    align-items: start;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    min-height: auto;
    padding: calc(env(safe-area-inset-top) + 10px) 14px 10px;
    background: linear-gradient(180deg, rgba(2, 24, 19, 0.52), transparent);
  }

  .site-header.is-scrolled,
  .site-header.menu-active {
    padding-block: 8px;
    background: rgba(255, 255, 255, 0.92);
  }

  .brand {
    width: 118px;
    height: 44px;
  }

  .hero {
    min-height: 86svh;
    align-items: end;
  }

  .broker-public-header {
    padding: calc(env(safe-area-inset-top) + 10px) 14px 10px;
  }

  .broker-public-header .brand {
    width: 118px;
    height: 42px;
  }

  .broker-public-header .button {
    width: auto;
    min-height: 40px;
    padding-inline: 12px;
    font-size: 0.82rem;
  }

  .broker-public-hero {
    min-height: 100svh;
    padding: 104px 0 36px;
    align-items: end;
  }

  .broker-public-hero::before {
    background:
      linear-gradient(0deg, rgba(2, 18, 15, 0.96) 0%, rgba(2, 18, 15, 0.76) 48%, rgba(2, 18, 15, 0.22) 100%),
      linear-gradient(90deg, rgba(3, 18, 15, 0.5), transparent 70%);
  }

  .broker-public-media img {
    object-position: 56% center;
  }

  .broker-public-copy h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .broker-public-card {
    padding: 18px;
  }

  .hero-media {
    object-position: 34% center;
  }

  .hero-content {
    width: calc(100% - 40px);
    padding: 132px 0 110px;
  }

  h1 {
    font-size: clamp(2.72rem, 14vw, 4.15rem);
    line-height: 1;
  }

  .hero-copy {
    max-width: 34rem;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 18, 15, 0.92) 0%, rgba(4, 27, 21, 0.72) 58%, rgba(4, 27, 21, 0.2) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.62), transparent 58%);
  }

  .hero-grid {
    background-size: 76px 76px, 76px 76px;
    opacity: 0.08;
  }

  .hero-lines {
    opacity: 0.5;
    mask-image: linear-gradient(90deg, transparent 0%, transparent 20%, rgba(0, 0, 0, 0.78) 52%, #000 100%);
  }

  .hero-scanline {
    left: 64vw;
  }

  .hero-signature {
    display: none;
  }

  .property-hero {
    min-height: 100svh;
  }

  .property-hero .hero-grid,
  .property-hero .hero-lines,
  .property-hero .hero-scanline {
    display: none;
  }

  .property-hero .hero-light {
    opacity: 0.35;
  }

  .property-hero .hero-shade {
    background:
      linear-gradient(0deg, rgba(2, 18, 15, 0.94) 0%, rgba(2, 18, 15, 0.72) 42%, transparent 74%),
      linear-gradient(90deg, rgba(3, 18, 15, 0.45), transparent 70%);
  }

  .property-hero .hero-media {
    object-position: 56% center;
  }

  .property-hero-content {
    width: calc(100% - 28px);
    padding: 108px 0 48px;
  }

  .property-title-mark {
    width: min(250px, 72vw);
    margin-bottom: 16px;
    font-size: clamp(1.55rem, 7.4vw, 2.05rem);
    line-height: 1.05;
    color: rgba(255, 255, 255, 0.68);
  }

  .property-title-mark small {
    display: none;
  }

  .property-hero .hero-title {
    margin-bottom: 16px;
    font-size: clamp(2.42rem, 12vw, 3.45rem);
  }

  .property-hero .hero-copy {
    margin-bottom: 18px;
    font-size: 1rem;
    line-height: 1.45;
  }

  .property-location {
    margin-bottom: 14px;
  }

  .hero-facts-mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
  }

  .hero-facts-mobile span {
    padding: 7px 9px;
    border: 1px solid rgba(214, 194, 141, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.72rem;
    font-weight: 700;
  }

  .hero-actions,
  .footer-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-cta-row .button-primary {
    min-height: 52px;
  }

  .hero-cta-row .button-ghost {
    width: auto;
    align-self: center;
    min-height: auto;
    padding: 8px 4px;
    border: 0;
    background: transparent;
    color: #d6c28d;
  }

  .property-hero .hero-cta-row .button-ghost {
    width: 100%;
    min-height: 50px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
  }

  .property-hero-proof {
    display: none;
  }

  .property-hero .scroll-cue {
    display: none;
  }

  .section {
    padding: 72px 0;
  }

  #empreendimento.section {
    padding-top: 68px;
    padding-bottom: 52px;
  }

  .property-fast-contact {
    padding: 28px 0;
  }

  .property-fast-contact h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .property-overview {
    gap: 30px;
  }

  .property-metrics-strip .intro-grid {
    gap: 18px;
    padding: 22px 0;
  }

  .property-metrics-strip .intro-metrics {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .property-metrics-strip .intro-metrics span {
    min-height: auto;
    padding: 14px 0 14px 16px;
    border: 0;
    border-left: 1px solid rgba(194, 161, 90, 0.75);
    border-radius: 0;
  }

  .property-metrics-strip .intro-metrics strong {
    font-size: clamp(1.2rem, 5vw, 1.45rem);
    white-space: nowrap;
  }

  .intro-metrics span {
    min-height: 64px;
  }

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

  .quality-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .quality-grid span {
    padding: 10px 10px 10px 22px;
    border-top: 1px solid var(--line);
    font-size: 0.88rem;
  }

  .image-note {
    position: static;
    width: auto;
    margin-top: 12px;
    box-shadow: none;
    border: 1px solid var(--line);
  }

  .project-media {
    height: 250px;
  }

  .project-body,
  .process-grid article,
  .lead-form {
    padding: 22px;
  }

  .lead-field-row {
    grid-template-columns: 1fr;
  }

  .reason-list article {
    grid-template-columns: 1fr;
  }

  .spec-panel {
    padding: 24px;
  }

  .property-spec-panel::before {
    margin: -24px -24px 24px;
  }

  .spec-panel div {
    grid-template-columns: minmax(86px, 0.38fr) minmax(0, 1fr);
    gap: 12px;
  }

  .spec-panel dt {
    font-size: 0.68rem;
  }

  .spec-panel dd {
    line-height: 1.35;
  }

  .amenity-grid figure {
    min-height: 260px;
  }

  .unit-tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    margin: -18px -14px 18px;
    padding: 0 14px 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .unit-tab {
    flex: 0 0 min(64vw, 238px);
    min-height: 60px;
    padding-inline: 10px;
    scroll-snap-align: start;
  }

  .unit-note {
    margin: 0 0 22px;
    text-align: left;
  }

  .unit-panel {
    padding: 18px;
    gap: 26px;
  }

  .unit-details {
    order: 1;
  }

  .unit-panel .plan-preview {
    order: 2;
  }

  .unit-details-grid {
    grid-template-columns: 1fr;
  }

  .unit-details h3 {
    font-size: clamp(1.45rem, 8vw, 2.05rem);
  }

  .unit-price {
    font-size: clamp(1.15rem, 6vw, 1.45rem);
  }

  #lazer .section-heading {
    text-align: left;
    margin-bottom: 28px;
  }

  #lazer .section-heading h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
    line-height: 1.05;
  }

  .amenity-gallery {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin-inline: -14px;
    padding: 0 14px 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .amenity-card,
  .amenity-card:nth-child(1),
  .amenity-card:nth-child(6),
  .amenity-card:nth-child(12) {
    flex: 0 0 min(82vw, 340px);
    grid-column: auto;
    min-height: auto;
    aspect-ratio: 4 / 5;
    scroll-snap-align: start;
    box-shadow: 0 18px 44px rgba(6, 59, 45, 0.16);
  }

  .amenity-card:first-child {
    flex-basis: min(90vw, 380px);
  }

  .amenity-card::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 20%, rgba(0, 0, 0, 0.68) 100%);
  }

  .amenity-card figcaption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    font-size: 0.95rem;
  }

  .differential-grid {
    gap: 12px;
  }

  .differential-card {
    min-height: auto;
    padding: 22px;
    border-left: 3px solid var(--gold);
    background: linear-gradient(180deg, #fff 0%, #f8faf8 100%);
  }

  .differential-card h3 {
    margin-bottom: 10px;
    font-size: 1.12rem;
  }

  .plan-preview {
    min-height: 300px;
    padding: 18px;
  }

  .property-cta {
    padding: 0;
    background-position: 52% center;
  }

  .property-cta-inner {
    min-height: 520px;
    padding: 64px 0 40px;
    justify-items: stretch;
  }

  .property-cta h2 {
    font-size: clamp(2rem, 9vw, 2.7rem);
    line-height: 1.07;
  }

  .footer {
    padding: 52px 0 24px;
    background: linear-gradient(180deg, #052d24 0%, #021813 100%);
  }

  .footer-grid {
    gap: 30px;
  }

  .footer-grid > div + div {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer p,
  .footer li {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .footer-bottom {
    margin-top: 34px;
    text-align: center;
    align-items: center;
    flex-direction: column;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-height: 44px;
    padding-inline: 14px;
    background: rgba(0, 107, 62, 0.94);
    backdrop-filter: blur(14px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
  }

  .whatsapp-float.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (max-width: 640px) and (max-height: 760px) {
  .hero {
    min-height: 100svh;
  }

  .hero-content {
    padding: 104px 0 54px;
  }

  h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.45rem);
    margin-bottom: 18px;
  }

  .hero-copy {
    margin-bottom: 22px;
  }

  .scroll-cue {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .hero-media {
    transform: none !important;
  }

  .site-loader::before,
  .loader-stage,
  .loader-stage::after,
  .loader-icon,
  .loader-ring {
    animation: none !important;
  }
}
