/* Golden Era Homes — warm gold overrides */

:root {
  --color-primary: #D4AF37;
  --color-primary-dark: #A67C00;
  --color-primary-light: #F5E6C8;
  --color-primary-glow: rgba(212, 175, 55, 0.42);
  --color-surface-dark: #121110;
  --color-surface-warm: #0a0a0a;
  --color-accent: #E8C547;
  --saffron: #D4AF37;
  --saffron-dark: #A67C00;
  --saffron-glow: rgba(212, 175, 55, 0.45);
  --forest: #B8860B;
  --forest-dark: #8B6914;
  --forest-glow: rgba(200, 150, 62, 0.35);
  --forest-light: #E8C547;
}

.hero-bg {
  background-image: url('../assets/hero-bg.webp');
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
  opacity: 0.35;
}

/* Homepage photography — B&W + 35% opacity (logos excluded) */
img:not(.hero-logo):not(.form-logo):not(.footer-logo-img):not(.footer-partner-logo) {
  filter: grayscale(100%) !important;
  opacity: 0.35;
}

/* Project logo — keep original brand colors */
.hero-logo,
.form-logo,
.footer-logo-img {
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 24px rgba(212, 175, 55, 0.12)) !important;
  opacity: 1 !important;
}

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

.hero-logo {
  max-height: 72px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
}

.offering {
  background: radial-gradient(ellipse at top, rgba(212, 175, 55, 0.1), transparent 55%),
    linear-gradient(180deg, #121110 0%, #0a0a0a 100%);
}

.accordion-wrap {
  background: linear-gradient(180deg, #0a0a0a 0%, #121110 50%, #141210 100%);
}

.footer-partner-logo--gv { max-height: 36px; }
.footer-partner-logo--yatharth { max-height: 32px; }
.footer-partner-logo--nbcc { max-height: 28px; }
.footer-partner-logo--aspire { max-height: 28px; }
