/* Project landing skin: align short-form ad pages with the Purvanchal reference page. */
:root {
  --landing-bg: #050505;
  --landing-panel: #111111;
  --landing-panel-soft: #17130b;
  --landing-gold: #d6ad45;
  --landing-gold-light: #f3d27a;
  --landing-text: #f7f1e3;
  --landing-muted: #b9ad94;
  --landing-border: rgba(214, 173, 69, 0.24);
}

html,
body {
  background:
    radial-gradient(circle at 16% 8%, rgba(214, 173, 69, 0.12), transparent 34rem),
    linear-gradient(180deg, #050505 0%, #090806 44%, #050505 100%) !important;
  color: var(--landing-text) !important;
}

.site-header {
  background: rgba(5, 5, 5, 0.96) !important;
  border-bottom: 1px solid var(--landing-border) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38) !important;
}

.nav-wrap {
  min-height: 84px !important;
}

.brand img {
  width: 52px !important;
  height: 52px !important;
}

.brand strong {
  color: #fff !important;
  font-size: 22px !important;
  letter-spacing: 0 !important;
}

.brand span span,
.brand > span > span {
  color: var(--landing-muted) !important;
  letter-spacing: 1.6px !important;
}

.nav-actions a,
.btn-line,
.btn-darkline,
.btn-gold {
  min-height: 44px !important;
  border-radius: 8px !important;
  padding: 12px 18px !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
}

.nav-actions a,
.btn-line,
.btn-darkline {
  background: rgba(255, 255, 255, 0.035) !important;
  border: 1px solid var(--landing-border) !important;
  color: rgba(247, 241, 227, 0.84) !important;
}

.nav-actions a:hover,
.btn-line:hover,
.btn-darkline:hover {
  background: rgba(214, 173, 69, 0.12) !important;
  color: var(--landing-gold-light) !important;
}

.btn-gold {
  background: linear-gradient(135deg, var(--landing-gold), var(--landing-gold-light)) !important;
  color: #050505 !important;
  box-shadow: 0 14px 30px rgba(214, 173, 69, 0.22) !important;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.hero {
  min-height: 720px !important;
  align-items: center !important;
  border-bottom: 1px solid rgba(214, 173, 69, 0.18);
}

.hero::before {
  filter: saturate(0.9) contrast(1.04);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 28%, rgba(214, 173, 69, 0.15), transparent 22rem),
    linear-gradient(180deg, rgba(5, 5, 5, 0.08) 0%, rgba(5, 5, 5, 0.92) 100%);
  pointer-events: none;
}

.hero .container {
  z-index: 1;
  padding-top: 120px !important;
  padding-bottom: 88px !important;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  align-items: center;
  gap: 34px;
}

.eyebrow {
  border-radius: 8px !important;
  background: rgba(214, 173, 69, 0.11) !important;
  color: var(--landing-gold-light) !important;
  box-shadow: inset 0 0 0 1px rgba(214, 173, 69, 0.16);
}

h1 {
  color: #fff !important;
  max-width: 980px !important;
  font-size: clamp(42px, 6vw, 76px) !important;
  line-height: 0.98 !important;
  margin-top: 20px !important;
}

h1 span,
.section-title span {
  background: linear-gradient(90deg, var(--landing-gold), var(--landing-gold-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-copy {
  max-width: 780px !important;
  color: #e6dcc4 !important;
}

.facts,
.hero-grid {
  max-width: 1040px !important;
}

.fact {
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.88), rgba(10, 10, 10, 0.82)) !important;
  border: 1px solid var(--landing-border) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
}

.fact strong {
  color: #fff !important;
}

.section {
  padding: 84px 0 !important;
  background: transparent !important;
  border-top: 1px solid rgba(214, 173, 69, 0.14) !important;
}

.section.alt {
  background: linear-gradient(180deg, rgba(214, 173, 69, 0.07), rgba(5, 5, 5, 0)) !important;
}

.section-title {
  color: #f9f3e6 !important;
  font-size: clamp(30px, 4vw, 46px) !important;
}

.section-lead {
  color: var(--landing-muted) !important;
}

.info-card,
.lead-form-card,
.enquiry-card,
.table-wrap,
.amenity {
  background: linear-gradient(180deg, #141414 0%, #0d0d0d 100%) !important;
  border: 1px solid var(--landing-border) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.info-card i,
.amenity i,
footer strong {
  color: var(--landing-gold) !important;
}

.info-card h3,
.lead-form-card h3,
.enquiry-card h2 {
  color: #fff !important;
}

.lead-form-card {
  padding: 24px !important;
  border-radius: 8px !important;
}

.lead-form-card h3 {
  margin: 0 0 8px !important;
  font-size: 24px !important;
}

.lead-form-card p,
.form-note {
  color: var(--landing-muted) !important;
  font-size: 13px !important;
}

.lead-form-card input,
.lead-form-card textarea {
  width: 100%;
  margin-bottom: 12px;
  padding: 13px 14px;
  border: 1px solid var(--landing-border);
  border-radius: 8px;
  background: #070707;
  color: var(--landing-text);
}

.lead-form-card .hp-field {
  display: none !important;
}

.lead-form-card input:focus,
.lead-form-card textarea:focus {
  border-color: var(--landing-gold);
  box-shadow: 0 0 0 3px rgba(214, 173, 69, 0.16);
  outline: none;
}

.lead-form-card button {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--landing-gold), var(--landing-gold-light));
  color: #050505;
  font-weight: 800;
}

.project-table th {
  color: var(--landing-gold-light) !important;
}

.project-table td {
  color: var(--landing-text) !important;
}

.gallery img {
  border-radius: 8px !important;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.34);
}

.enquiry-card input,
.enquiry-card textarea,
.enquiry-card select {
  background: #070707 !important;
  color: var(--landing-text) !important;
  border-color: var(--landing-border) !important;
}

.enquiry-card input:focus,
.enquiry-card textarea:focus,
.enquiry-card select:focus {
  border-color: var(--landing-gold) !important;
  box-shadow: 0 0 0 3px rgba(214, 173, 69, 0.16) !important;
  outline: none !important;
}

footer {
  background: linear-gradient(135deg, #050505 0%, #111111 58%, #070604 100%) !important;
  border-top: 1px solid var(--landing-border) !important;
  color: rgba(247, 241, 227, 0.76) !important;
}

footer a {
  color: var(--landing-gold-light) !important;
}

@media (max-width: 768px) {
  .nav-wrap {
    min-height: auto !important;
    padding: 14px 0 !important;
  }

  .nav-actions {
    width: 100%;
    justify-content: flex-start !important;
  }

  .nav-actions a,
  .hero-actions .btn-line,
  .hero-actions .btn-darkline,
  .hero-actions .btn-gold {
    width: 100%;
  }

  .hero {
    min-height: auto !important;
  }

  .hero .container {
    padding-top: 84px !important;
    padding-bottom: 64px !important;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }
}
