/* ===== Site Theme: Unified Background, Hero, and Footer ===== */
body {
  background: linear-gradient(to bottom, #000000, #fff0f5);
  color: #0f172a;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

/* Hero section */
.hero { background-image: linear-gradient(to bottom, rgba(15,23,42,.55), rgba(15,23,42,.75)), url('assets/img/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

/* keep section-hero transparent so it inherits body gradient */
.section-hero { color: #ffffff; }

/* Footer */
.footer {
  padding: 24px 0;
  background: #0b1220;
  color: #94a3b8;
  text-align: center;
}

/* Unify gallery footers */
.gallery-grid ~ footer.footer,
.gallery-grid ~ footer.footer .container {
  background: transparent !important;
  border-top: 0 !important;
  box-shadow: none !important;
}

/* Ensure smooth transition */
body {
  transition: background 0.5s ease;
}
