/* ==============================
   HOUSE OF DIANE'S DESIGNS
   Bold • Faith-Forward • Elegant
============================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(135deg, #f5f0ff 0%, #e6dfff 100%); /* soft lavender gradient */
  color: #222;
  margin: 0;
  line-height: 1.6;
}

/* HERO */
header {
  text-align: center;
  padding: 70px 20px;
  position: relative;
  background: url('hero-bg.jpg') center/cover no-repeat;
  background-color: rgba(230, 210, 255, 0.3); /* soft lavender overlay */
  color: #222;
}

header h1 {
  font-size: 3rem;
  color: #5B2D8B; /* royal purple */
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

header h1::after {
  content: '';
  display: block;
  width: 90px;
  height: 5px;
  background: #5B2D8B;
  margin: 15px auto;
  border-radius: 3px;
}

.hero-text {
  max-width: 900px;
  margin: 0 auto 30px;
  font-size: 1.15rem;
  position: relative;
  z-index: 1;
}

.hero-buttons {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

/* Buttons */
a.button {
  display: inline-block;
  margin: 10px;
  padding: 0.8rem 1.8rem;
  background: #5B2D8B; /* purple */
  color: #fff;
  border: 1px solid #C9A24D; /* gold border */
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

a.button:hover {
  background: #3D1A5E; /* darker purple hover */
  transform: scale(1.05);
}

/* Sections */
.section-container {
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
  text-align: center;
}

/* Section Dividers */
h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #5B2D8

  .shop-item { flex: 1 1 100%; }
  header h1 { font-size: 2.3rem; }
}

