:root {
  --bp-sage: #78866b;
  --bp-sage-hover: #657058;
  --bp-cream: #f2e8d5;
  --bp-serif: 'Nunito Sans', sans-serif;
}

.amenities-hero {
  min-height: 58vh;
  position: relative;
  display: flex;
  align-items: center;
  background: url('/assets/img/jpg5.webp') center/cover no-repeat;
}

.amenities-hero::before {
  content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
}

.amenities-hero .container {
  position: relative;
  z-index: 1;
}

.amenities-hero .bp-heading,
.amenities-hero .bp-lead {
  color: #fff;
}

.bp-page-section {
  padding: 5rem 0;
}

@media (min-width: 992px) {
  .bp-page-section {
    padding: 6rem 0;
  }
}

@media (max-width: 767px) {
  .bp-page-section {
    padding: 3rem 0;
  }

  .amenities-hero {
    min-height: 48vh;
    padding-top: 88px;
    padding-bottom: 40px;
  }

  .building-panel {
    padding: 1.5rem;
  }
}

.amenity-card {
  border: 1px solid color-mix(in srgb, var(--bp-sage) 16%, transparent);
  background: #fff;
  border-radius: 18px;
  padding: 1.5rem;
  height: 100%;
  box-shadow: 0 10px 30px rgba(101, 112, 88, 0.08);
}

.amenity-card .icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--bp-cream);
  color: var(--bp-sage-hover);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 0.9rem;
}

.amenity-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--bp-sage-hover);
  margin-bottom: 0.5rem;
}

.amenity-card p {
  margin: 0;
  color: var(--bp-sage);
  line-height: 1.7;
  font-size: 0.96rem;
}

.amenity-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.amenity-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.9rem;
  color: #4a554a;
  font-size: 0.95rem;
  line-height: 1.5;
}

.amenity-list li i {
  color: var(--bp-sage);
  margin-right: 0.75rem;
  margin-top: 0.15rem;
  font-size: 1.05rem;
}

.building-panel {
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--bp-sage) 18%, transparent);
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
}

.building-panel .badge-line {
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bp-sage);
  font-weight: 600;
}

.building-panel h3 {
  font-family: var(--bp-serif);
  font-size: 1.7rem;
  color: var(--bp-sage-hover);
  margin: 0.4rem 0 0.85rem;
}

.building-panel ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--bp-sage);
}

.building-panel li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.service-strip {
  background: var(--bp-sage);
  color: #fff;
}

.service-strip .bp-heading,
.service-strip .bp-lead {
  color: #fff;
}

.service-item {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  height: 100%;
}

.service-item i {
  color: var(--bp-cream);
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
  display: block;
}

.service-item h4 {
  margin: 0.2rem 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
}

.service-item p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  opacity: 0.95;
}

.location-focus {
  background: var(--bp-cream);
}

.location-focus .map-pin {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: #fff;
  color: var(--bp-sage-hover);
  border: 1px solid color-mix(in srgb, var(--bp-sage) 20%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .amenity-list li {
    margin-bottom: 0.75rem;
  }
}
