/* The Heritage Village — green / gold farmhouse theme (VeWe hero layout) */

:root {
  --color-primary: #2d6a4f;
  --color-primary-dark: #1b4332;
  --color-primary-light: #40916c;
  --color-primary-glow: rgba(45, 106, 79, 0.42);
  --color-surface-dark: #0a120e;
  --color-surface-warm: #0f1a14;
  --color-accent: #d4a853;
  --saffron: #2d6a4f;
  --saffron-dark: #1b4332;
  --saffron-glow: rgba(45, 106, 79, 0.48);
  --forest: #2d6a4f;
  --forest-dark: #1b4332;
  --forest-glow: rgba(45, 106, 79, 0.35);
  --forest-light: #95d5b2;
  --wv-gold: #d4a853;
  --wv-maroon: #1b4332;
  --wv-void: #0a120e;

  /* Map template gold aliases → heritage green + gold accents */
  --patch-gold: var(--color-primary-light);
  --patch-gold-dark: var(--color-primary);
  --patch-gold-light: #52b788;
  --patch-gold-glow: var(--color-primary-glow);
  --sage: var(--wv-gold);
  --gold: var(--wv-gold);
  --gold-light: #e8c878;
  --forest: var(--color-primary);
  --forest-dark: var(--color-primary-dark);
  --color-accent: var(--wv-gold);
}

.hero {
  background: var(--wv-void);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('../images/bg_villa_project.jpg?v=1') center center / cover no-repeat !important;
  opacity: 1 !important;
  filter: none;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(27, 67, 50, 0.55) 0%,
    rgba(45, 106, 79, 0.35) 38%,
    rgba(10, 18, 14, 0.75) 72%,
    rgba(10, 18, 14, 0.92) 100%
  ) !important;
}

.hero .hero-title {
  color: #fffaf4;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #fffaf4;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
  margin-bottom: 20px !important;
}

.hero .hero-title::after {
  width: 64px;
  margin-top: 14px;
  background: linear-gradient(90deg, transparent, var(--wv-gold), transparent);
}

.hero-wordmark {
  margin: 0 auto 18px;
  font-family: 'Cinzel', serif;
  font-size: clamp(22px, 5vw, 34px);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fffaf4;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
  line-height: 1.15;
}

.nav-brand-text {
  font-family: 'Cinzel', serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.hero {
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 48px;
}

.hero .hero-content {
  max-width: min(560px, 94vw) !important;
  padding-top: 108px !important;
  padding-bottom: 56px !important;
}

.hero-ornament {
  position: absolute;
  width: clamp(120px, 28vw, 220px);
  height: clamp(120px, 28vw, 220px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 168, 83, 0.2) 0%, rgba(45, 106, 79, 0.1) 45%, transparent 70%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.75;
}

.hero-ornament--tl { top: 8%; left: -6%; }
.hero-ornament--br { bottom: 6%; right: -8%; transform: rotate(180deg); }

.hero-panel {
  width: 100%;
  text-align: center;
  padding: 22px 20px 18px;
  border-radius: 22px;
  background: linear-gradient(165deg, rgba(27, 67, 50, 0.94) 0%, rgba(45, 106, 79, 0.88) 42%, rgba(64, 145, 108, 0.82) 100%);
  border: 1px solid rgba(212, 168, 83, 0.28);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.hero-panel-eyebrow {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: rgba(255, 248, 240, 0.78);
}

.hero-band {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 10px;
  margin-bottom: 16px;
}

.hero-band--gold {
  background: linear-gradient(90deg, #d4a853 0%, #e8c878 50%, #d4a853 100%);
  box-shadow: 0 4px 14px rgba(212, 168, 83, 0.35);
}

.hero-band--gold span {
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: 700;
  line-height: 1.35;
  color: #1a0a04;
}

.hero-panel-loc {
  margin: 0 0 18px;
  font-size: clamp(14px, 3.6vw, 16px);
  line-height: 1.55;
  color: rgba(255, 250, 244, 0.92);
}

.hero-panel-loc strong {
  color: #fff;
  font-weight: 700;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.hero-stats--single {
  grid-template-columns: 1fr;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.hero-stat {
  padding: 12px 8px 10px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-stat-val {
  display: block;
  font-size: clamp(18px, 4.8vw, 24px);
  font-weight: 800;
  line-height: 1.1;
  color: #fffaf4;
}

.hero-stat-val sup {
  font-size: 0.55em;
  font-weight: 700;
  opacity: 0.85;
}

.hero-stat-lbl {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.35;
  font-weight: 500;
  color: rgba(255, 248, 240, 0.72);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 18px;
}

.hero-trust-chip {
  display: inline-flex;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 250, 244, 0.92);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(212, 168, 83, 0.25);
}

.hero-panel-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-cta-primary {
  width: 100%;
  justify-content: center;
  border-radius: 12px !important;
  font-size: 15px !important;
  padding: 16px 20px !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.hero-panel-rera {
  margin: 14px 0 0;
  font-size: 10px;
  line-height: 1.45;
  color: rgba(255, 248, 240, 0.62);
}

.hero-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: max(18px, env(safe-area-inset-bottom));
  transform: translateX(-50%);
  z-index: 3;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(255, 248, 240, 0.72);
  text-decoration: none;
}

.hero-scroll-hint:hover {
  color: var(--wv-gold);
  transform: translateX(-50%) translateY(2px);
}

.hero-scroll-hint svg {
  animation: hero-scroll-bob 1.8s ease-in-out infinite;
}

@keyframes hero-scroll-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

.btn-primary:not(.btn-white),
.form-submit,
.sticky-cta-btn,
.rhythm-float,
.promo-unmute-btn {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.form-logo,
.footer-logo-img {
  filter: none !important;
  opacity: 1 !important;
}

.red-band {
  height: 56px;
  background: var(--color-primary);
  width: 100%;
}

.stats-banner {
  background: var(--color-surface-dark);
}

.stats-banner-eyebrow {
  color: var(--wv-gold);
}

.sb-value {
  color: #fffaf4;
}

.footer-partners {
  display: none;
}

.promo-video-section {
  background: linear-gradient(180deg, var(--surface-dark, #0a120e) 0%, #0f1a14 100%);
}

.promo-video-wrap {
  border-color: rgba(64, 145, 108, 0.35);
}

.offering {
  background: radial-gradient(ellipse at top, rgba(45, 106, 79, 0.12), transparent 55%), var(--color-surface-dark) !important;
}

.unlock-section {
  background: var(--color-surface-warm) !important;
}

.btn-primary:not(.btn-white),
.form-submit,
.sticky-cta-btn {
  background: linear-gradient(135deg, var(--color-primary-light) 0%, var(--color-primary) 52%, var(--color-primary-dark) 100%) !important;
  box-shadow: 0 8px 28px var(--color-primary-glow), inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
}

.btn-primary:not(.btn-white):hover,
.form-submit:hover,
.sticky-cta-btn:hover {
  background: linear-gradient(135deg, #52b788 0%, var(--color-primary-light) 52%, var(--color-primary) 100%) !important;
}

.nav-brand-dot {
  background: var(--wv-gold) !important;
  box-shadow: 0 0 12px rgba(212, 168, 83, 0.65) !important;
}

@media (max-width: 520px) {
  .hero .hero-content {
    padding-top: 96px !important;
  }

  .hero-panel {
    padding: 18px 14px 16px;
    border-radius: 18px;
  }
}
