:root {
  --page-max-width: 1240px;
  --color-primary: #0b3d3a;
  --color-secondary: #145c54;
  --color-accent: #c6a75e;
  --color-bg: #f8f7f4;
  --color-text: #1b1b1b;
  --color-text-muted: #6b7280;
  --line-soft: rgba(11, 61, 58, 0.18);
  --line-strong: rgba(11, 61, 58, 0.34);
  --surface-raised: rgba(248, 247, 244, 0.86);
  --surface-muted: rgba(11, 61, 58, 0.08);
  --surface-strong: rgba(11, 61, 58, 0.14);
  --shadow-soft: 0 14px 36px rgba(11, 61, 58, 0.14);
  --shadow-strong: 0 24px 58px rgba(11, 61, 58, 0.2);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --fs-h1: clamp(36px, 4.8vw, 64px);
  --fs-h2: clamp(30px, 3.4vw, 48px);
  --fs-h3: clamp(21px, 1.9vw, 28px);
  --fs-h4: clamp(18px, 1.5vw, 23px);
  --fs-body: 16px;
  --fs-body-lg: clamp(17px, 1.2vw, 20px);
  --fs-caption: 12px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: var(--fs-body);
  color: var(--color-text);
  line-height: 1.62;
  background:
    radial-gradient(1400px 700px at 12% -12%, rgba(20, 92, 84, 0.22), transparent 56%),
    radial-gradient(1200px 600px at 88% -8%, rgba(198, 167, 94, 0.16), transparent 55%),
    linear-gradient(180deg, #faf9f6 0%, #f8f7f4 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

body.cursor-enhanced,
body.cursor-enhanced a,
body.cursor-enhanced button,
body.cursor-enhanced [data-cursor="lift"] {
  cursor: none;
}

body.cursor-enhanced input,
body.cursor-enhanced textarea,
body.cursor-enhanced select {
  cursor: text;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--color-primary);
  line-height: 1.12;
  letter-spacing: -0.018em;
  font-weight: 600;
  text-wrap: balance;
}

h1,
h2 {
  font-family: "Sora", "Manrope", sans-serif;
}

h3,
h4 {
  font-family: "Sora", "Manrope", sans-serif;
}

h1 {
  font-size: var(--fs-h1);
}

h2 {
  font-size: var(--fs-h2);
}

h3 {
  font-size: var(--fs-h3);
}

h4 {
  font-size: var(--fs-h4);
}

a {
  color: inherit;
}

main img:not(.brand-logo):not(.earth-fallback) {
  filter: saturate(1.14) contrast(1.08);
}

.bg-grid,
.bg-orb {
  position: fixed;
  pointer-events: none;
  z-index: -2;
}

.bg-grid {
  inset: 0;
  background-image:
    linear-gradient(rgba(11, 61, 58, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 61, 58, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.45;
  mask-image: radial-gradient(circle at 50% 30%, #000 44%, transparent 95%);
}

.bg-orb {
  width: 540px;
  height: 540px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.34;
}

.bg-orb-a {
  left: -170px;
  top: 54px;
  background: radial-gradient(circle, rgba(20, 92, 84, 0.7), rgba(20, 92, 84, 0));
}

.bg-orb-b {
  right: -220px;
  top: -110px;
  background: radial-gradient(circle, rgba(198, 167, 94, 0.58), rgba(198, 167, 94, 0));
}

.wrap {
  width: min(var(--page-max-width), calc(100% - 72px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid transparent;
  background: rgba(248, 247, 244, 0.68);
  backdrop-filter: blur(14px);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.topbar.is-scrolled {
  box-shadow: var(--shadow-soft);
  border-color: var(--line-soft);
  background: rgba(248, 247, 244, 0.92);
}

.topbar-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo {
  width: auto;
  height: 48px;
  object-fit: contain;
  display: block;
}

.brand-text {
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Sora", "Manrope", sans-serif;
}

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

.nav a {
  text-decoration: none;
  color: var(--color-text-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
  font-family: "Sora", "Manrope", sans-serif;
}

.nav a:hover {
  color: var(--color-primary);
  border-color: rgba(198, 167, 94, 0.7);
}

.nav a:focus-visible {
  border-color: rgba(198, 167, 94, 0.9);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  background: rgba(248, 247, 244, 0.74);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.nav-toggle-line {
  width: 18px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 999px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.cursor-dot,
.cursor-ring {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1200;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}

.cursor-wave-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1190;
}

.cursor-wave {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid rgba(198, 167, 94, 0.35);
  transform: translate(-50%, -50%) scale(0.45);
  opacity: 0.35;
  animation: cursorWaveExpand 760ms ease-out forwards;
}

.cursor-wave.cursor-wave-soft {
  width: 11px;
  height: 11px;
  border-color: rgba(20, 92, 84, 0.3);
  animation-duration: 620ms;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(198, 167, 94, 0.95);
}

.cursor-ring {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(198, 167, 94, 0.7);
  box-shadow: 0 0 0 1px rgba(20, 92, 84, 0.2) inset;
}

body.cursor-enhanced .cursor-dot,
body.cursor-enhanced .cursor-ring {
  opacity: 1;
}

body.cursor-enhanced .cursor-ring.is-hover {
  width: 62px;
  height: 62px;
  border-color: rgba(198, 167, 94, 0.95);
  box-shadow:
    0 0 0 1px rgba(20, 92, 84, 0.35) inset,
    0 10px 24px rgba(11, 61, 58, 0.2);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid transparent;
  min-height: 42px;
  padding: 0 22px;
  text-decoration: none;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Sora", "Manrope", sans-serif;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease;
}

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

.btn-solid {
  background: linear-gradient(145deg, var(--color-primary), var(--color-secondary));
  color: var(--color-bg);
  border-color: transparent;
  box-shadow: var(--shadow-soft);
}

.btn-solid:hover {
  box-shadow: var(--shadow-strong);
}

.btn-soft,
.btn-outline {
  background: rgba(248, 247, 244, 0.7);
  color: var(--color-primary);
  border-color: var(--line-strong);
}

.btn-soft:hover,
.btn-outline:hover {
  border-color: rgba(198, 167, 94, 0.9);
}

.section {
  padding: 80px 0;
}

.section-contrast {
  background:
    linear-gradient(160deg, rgba(11, 61, 58, 0.06), rgba(248, 247, 244, 0.84)),
    rgba(248, 247, 244, 0.72);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.section-head {
  max-width: 760px;
}

.section-head h2 {
  margin-top: 8px;
  font-size: var(--fs-h2);
  line-height: 1.06;
}

.eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-secondary);
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Sora", "Manrope", sans-serif;
}

.lede {
  margin-top: 16px;
  color: var(--color-text-muted);
  max-width: 66ch;
  font-size: var(--fs-body-lg);
}

.lede.small {
  font-size: 15px;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.metric {
  color: var(--color-primary);
  font-size: clamp(22px, 1.9vw, 30px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.06;
  font-family: "Sora", "Manrope", sans-serif;
}

.caption {
  margin-top: 6px;
  color: var(--color-text-muted);
  font-size: var(--fs-caption);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.panel-kicker {
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 700;
  font-family: "Sora", "Manrope", sans-serif;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr 0.96fr;
  gap: 28px;
  align-items: start;
}

.lead-form {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(170deg, rgba(248, 247, 244, 0.96), rgba(248, 247, 244, 0.8)),
    var(--surface-raised);
  box-shadow: var(--shadow-soft);
  padding: 26px;
  display: grid;
  gap: 12px;
}

.lead-form label {
  color: var(--color-secondary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Sora", "Manrope", sans-serif;
}

input,
select,
textarea {
  width: 100%;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line-soft);
  background: rgba(248, 247, 244, 0.86);
  color: var(--color-text);
  font: inherit;
  font-size: 14px;
  padding: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

input::placeholder,
textarea::placeholder {
  color: var(--color-text-muted);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--color-secondary);
  background: rgba(248, 247, 244, 1);
  box-shadow: 0 0 0 4px rgba(20, 92, 84, 0.15);
}

.form-status {
  min-height: 20px;
  color: var(--color-secondary);
  font-size: 14px;
}

.footer {
    background: #0B3D3A;
    color: rgba(255,255,255,0.85);
    padding: 32px 0;
    font-size: 0.92rem;
    line-height: 1.6;
  }

/* Unified footer grid (matches index.html) */
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1.4fr auto;
    align-items: center;
    gap: 40px;
}

.footer-brand {
    font-weight: 600;
    margin-bottom: 6px;
}

.footer-line {
    opacity: 0.8;
    margin-bottom: 6px;
}

.footer-parent {
    font-size: 13px;
    opacity: 0.75;
}

.footer-parent a {
    color: #C6A75E;
    text-decoration: none;
}

.footer-center p {
    margin: 2px 0;
}

.footer-right {
    text-align: right;
    font-size: 13px;
    opacity: 0.7;
}

.footer-slogan {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255,255,255,0.8);
    max-width: 420px;
}

/* WhatsApp chat button (shared) */
.whatsapp-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.whatsapp-chat img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    transition: transform .2s;
}

.whatsapp-chat img:hover {
    transform: scale(1.08);
}

/* Disabled/coming-soon cards */
.coming-soon {
    pointer-events: none;
    opacity: 0.45;
    cursor: not-allowed;
}

.hidden-industry {
    display: none !important;
}

/* Generic project grid/cards (shared) */
.project-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
.project-card {
    border: 1px solid var(--line-soft);
    border-radius: 16px;
    background: var(--surface-raised);
    box-shadow: var(--shadow-soft);
    padding: 16px;
}
.project-card img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 12px;
    border: 1px solid var(--line-soft);
}
.project-card h3 {
    margin: 4px 0 8px;
    font-size: clamp(20px, 1.9vw, 26px);
}
.project-card .project-meta {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-text-muted);
}
.project-card ul {
    margin: 8px 0 0;
    padding-left: 18px;
    color: var(--color-text-muted);
    line-height: 1.55;
    font-size: 14px;
}
.project-note {
    margin-top: 14px;
    color: var(--color-text-muted);
    font-size: 13px;
}

.benefits-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.benefit-card {
    border: 1px solid var(--line-soft);
    border-radius: 14px;
    background: var(--surface-raised);
    box-shadow: var(--shadow-soft);
    padding: 16px;
}

.benefit-card h3 {
    margin: 0 0 6px;
    font-size: 18px;
}

.benefit-card p {
    margin: 0;
    color: var(--color-text-muted);
}

.market-stats {
    padding: 0 0 60px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    align-items: stretch;
}

.stat {
    border: 1px solid var(--line-soft);
    border-radius: 12px;
    background: var(--surface-raised);
    box-shadow: var(--shadow-soft);
    padding: 14px;
    text-align: center;
}

.stat h3 {
    margin: 0;
    font-size: 22px;
    color: var(--color-primary);
}

.stat p {
    margin: 4px 0 0;
    color: var(--color-text-muted);
    font-size: 13px;
}

.featured-investments .investment-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.investment-card {
    border: 1px solid var(--line-soft);
    border-radius: 16px;
    background: var(--surface-raised);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.investment-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.investment-body {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.investment-meta {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 14px;
}

.investment-highlights {
    margin: 6px 0 0;
    padding-left: 18px;
    color: var(--color-text-muted);
    line-height: 1.6;
    font-size: 14px;
}

/* Icon badges for pills/cards */
.pill-with-icon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.pill-badge {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(11,61,58,0.08);
    color: #0b3d3a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

/* Property gallery */
.property-gallery {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-top: 20px;
}

.gallery-track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 6px;
}

.gallery-track img {
    width: 420px;
    height: 260px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
    border: 1px solid var(--line-soft);
}

.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px 14px;
    cursor: pointer;
    border-radius: 6px;
}

.gallery-arrow.left {
    left: 10px;
}

.gallery-arrow.right {
    right: 10px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  letter-spacing: 0.03em;
  font-family: "Sora", "Manrope", sans-serif;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
}

[data-reveal][data-reveal-dir="left"] {
  transform: translateX(-30px);
}

[data-reveal][data-reveal-dir="right"] {
  transform: translateX(30px);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.is-hidden {
  display: none !important;
}

.section a:not(.btn):focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

[data-cursor="lift"] {
  transform: translate3d(var(--lift-x, 0), var(--lift-y, 0), 0);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  will-change: transform;
}

@keyframes cursorWaveExpand {
  0% {
    transform: translate(-50%, -50%) scale(0.45);
    opacity: 0.34;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.9);
    opacity: 0;
  }
}

@media (max-width: 1060px) {
  .wrap {
    width: min(var(--page-max-width), calc(100% - 36px));
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 250px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line-soft);
    border-radius: var(--radius-md);
    background: rgba(248, 247, 244, 0.97);
    box-shadow: var(--shadow-soft);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    border-bottom: 1px solid var(--line-soft);
    padding: 11px 9px;
  }

  .nav a:last-child {
    border-bottom: 0;
  }

  .topbar .btn-outline {
    display: none;
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 58px 0;
  }

  .topbar-inner {
    min-height: 74px;
  }

  .brand-text {
    display: none;
  }

  .btn {
    min-height: 40px;
    font-size: 12px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 8px;
  }

  body.cursor-enhanced,
  body.cursor-enhanced a,
  body.cursor-enhanced button,
  body.cursor-enhanced [data-cursor="lift"] {
    cursor: auto;
  }
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .cursor-dot,
  .cursor-ring,
  .cursor-wave-layer {
    display: none !important;
  }
}
