.memory-hero {
  min-height: 56vh;
  display: flex;
  align-items: center;
  position: relative;
  background: url('/assets/img/jpg7.webp') center center / cover no-repeat;
  overflow: hidden;
}

.memory-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(28, 40, 34, 0.9) 14%, rgba(28, 40, 34, 0.58) 60%, rgba(28, 40, 34, 0.4) 100%);
}

.memory-hero .container {
  position: relative;
  z-index: 1;
}

.memory-hero .bp-heading,
.memory-hero .bp-lead {
  color: #fff;
}

.memory-wrap {
  background:
    radial-gradient(circle at 85% 10%, rgba(206, 225, 214, 0.35) 0%, transparent 36%),
    linear-gradient(180deg, #f3f7f4 0%, #ffffff 36%);
}

.memory-intro {
  background: #ffffff;
  border: 1px solid #d9e4dc;
  border-radius: 18px;
  padding: 1.4rem;
  box-shadow: 0 14px 32px rgba(68, 97, 79, 0.12);
  margin-bottom: 1rem;
}

.memory-intro h2 {
  font-family: var(--bp-serif);
  color: #2f4b40;
  margin-bottom: 0.65rem;
}

.memory-feature {
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--bp-sage) 14%, transparent);
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: 0 14px 32px rgba(101, 112, 88, 0.14);
  height: 100%;
}

.memory-feature h3 {
  font-family: var(--bp-serif);
  color: #2d385f;
  margin-bottom: 0.7rem;
  font-size: 1.55rem;
}

.memory-feature p,
.memory-feature li {
  line-height: 1.55;
  color: #2e2e2e;
}

.memory-feature ul {
  margin-bottom: 0;
  padding-left: 1.1rem;
}

.memory-feature.headline-showcase {
  background: linear-gradient(180deg, #ffffff 0%, #f8f7f2 100%);
}

.memory-feature.headline-showcase h3 {
  margin-bottom: 1rem;
}

.memory-feature .headline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 0.85rem;
}

.memory-feature .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;
}

.memory-feature .headline-list li::before {
  content: '\2726';
  position: absolute;
  left: 0.76rem;
  top: 0.62rem;
  color: #6e7b5f;
  font-size: 0.85rem;
}

.memory-highlight {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d5e0d8;
  margin-top: 1.25rem;
}

.memory-highlight img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.memory-pillars {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem;
}

.memory-pillars div {
  border-radius: 12px;
  background: #f3f8f5;
  border: 1px solid #d8e6de;
  text-align: center;
  padding: 0.7rem;
  font-size: 0.92rem;
  color: #355248;
}

@media (max-width: 991px) {
  .memory-pillars {
    grid-template-columns: repeat(2, 1fr);
  }

  .memory-feature .headline-list {
    grid-template-columns: 1fr;
  }
}
