.living-hero {
  min-height: 56vh;
  display: flex;
  align-items: center;
  position: relative;
  background: url('/assets/img/jpg.webp') center 38% / cover no-repeat;
  overflow: hidden;
}

.living-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(29, 35, 27, 0.9) 8%, rgba(29, 35, 27, 0.6) 56%, rgba(29, 35, 27, 0.35) 100%);
}

.living-hero .container {
  position: relative;
  z-index: 1;
}

.living-hero .bp-heading,
.living-hero .bp-lead {
  color: #fff;
}

.living-content {
  background:
    radial-gradient(circle at 15% 8%, #f0efe7 0%, transparent 38%),
    linear-gradient(180deg, #f8f6f1 0%, #ffffff 38%);
}

.living-overview {
  margin-top: -64px;
  position: relative;
  z-index: 2;
}

.living-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--bp-sage) 14%, transparent);
  box-shadow: 0 14px 32px rgba(101, 112, 88, 0.14);
  height: 100%;
  padding: 1.5rem;
}

.living-card h3 {
  font-family: var(--bp-serif);
  color: #2d385f;
  font-size: 1.55rem;
  margin-bottom: 0.7rem;
}

.living-card p,
.living-card li {
  line-height: 1.55;
  color: #2e2e2e;
}

.living-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.living-card.headline-showcase {
  background: linear-gradient(180deg, #ffffff 0%, #f8f7f2 100%);
}

.living-card.headline-showcase h3 {
  margin-bottom: 1rem;
}

.living-card .headline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 0.85rem;
}

.living-card .headline-list li {
  background: #ffffff;
  border: 1px solid #e4e6dc;
  border-radius: 12px;
  padding: 0.68rem 0.82rem 0.68rem 2rem;
  position: relative;
  line-height: 1.45;
}

.living-card .headline-list li::before {
  content: '\2726';
  position: absolute;
  left: 0.75rem;
  top: 0.62rem;
  color: #6e7b5f;
  font-size: 0.85rem;
}

.living-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  margin-top: 1rem;
}

.living-kpi {
  border-radius: 14px;
  background: #f7f8f3;
  border: 1px solid #e3e6d8;
  padding: 0.95rem 0.9rem;
  text-align: center;
}

.living-kpi strong {
  display: block;
  font-size: 1.5rem;
  color: #2d385f;
  font-family: var(--bp-serif);
  line-height: 1;
}

.living-kpi span {
  display: block;
  margin-top: 0.35rem;
  color: #4d4d4d;
  font-size: 0.92rem;
}

.living-steps {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.living-steps li {
  border: 1px solid #e2e0d6;
  border-radius: 12px;
  background: #fcfcfa;
  padding: 0.7rem 0.8rem;
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
}

.living-steps i {
  color: var(--bp-sage-deep);
  margin-top: 2px;
}

.living-gallery {
  margin-top: 1.4rem;
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid #e3dfd5;
}

.living-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-right: 1px solid #e3dfd5;
}

.living-gallery img:last-child {
  border-right: 0;
}

@media (max-width: 991px) {
  .living-overview {
    margin-top: 0;
  }

  .living-kpis {
    grid-template-columns: 1fr;
  }

  .living-gallery {
    grid-template-columns: 1fr;
  }

  .living-card .headline-list {
    grid-template-columns: 1fr;
  }

  .living-gallery img {
    border-right: 0;
    border-bottom: 1px solid #e3dfd5;
  }

  .living-gallery img:last-child {
    border-bottom: 0;
  }

  .amenity-list {
  list-style: none;
  padding: 0;
  margin: 0;
  }

  .amenity-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    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.1rem;
  }

  .amenity-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid color-mix(in srgb, var(--bp-sage) 15%, transparent);
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(101, 112, 88, 0.08);
  }

  .amenity-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .amenity-card-content {
    padding: 1.5rem;
  }

  .amenity-card-content h3 {
    font-family: var(--bp-serif);
    color: var(--bp-sage-hover);
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }

  .amenity-card-content p {
    color: #596854;
    font-size: 0.92rem;
    line-height: 1.6;
    margin: 0;
  }

  @media (max-width: 991px) {
    .amenity-list li {
      margin-bottom: 0.8rem;
    }
  }
}
