body {
  font-family: 'Playfair Display', serif;
  background-color: #fff;
  color: #111;
}

.navbar-brand {
  letter-spacing: 1px;
}

.section-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #111;
}

.hero {
  position: relative;
  height: 85vh;
  background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.5)),
              url('images/porsche.jpg') center center/cover no-repeat;
  background-attachment: fixed;
}

.hero-content {
  z-index: 2;
  max-width: 700px;
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: white;
}

.hero p {
  font-size: 1.2rem;
  color: #eee;
}

.card-title {
  font-weight: 700;
  font-size: 1.2rem;
}

.hover-scale {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-scale:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.hero-mini {
  height: 60vh;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.5)),
              url('images/porsche2.jpg') center center/cover no-repeat;
  background-attachment: fixed;
}

.card-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.25rem;
}

.hover-scale {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-scale:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.hero-mini {
  height: 60vh;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.5)),
              url('images/porsche2.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
