.simple-shell {
  border-radius: 0 0 14px 14px;
}

.honor-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem;
  background: #f0f1f2;
  border-top: 1px solid #e0e1e2;
  border-bottom: 1px solid #e0e1e2;
}

.honor-strip strong {
  font: 700 1rem var(--serif);
}

.honor-strip a {
  padding: .8rem 2.2rem;
  border-radius: 8px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.single-tab {
  position: relative;
  padding: 2.2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 1.05rem;
}

.single-tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 145px;
  height: 3px;
  background: #111;
  transform: translateX(-50%);
}

.obituary {
  position: relative;
  min-height: 650px;
  padding: 7rem 2rem 8rem;
  text-align: center;
}

.obituary h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 4.5rem;
  font: 700 clamp(2.3rem, 4vw, 3.5rem)/1.2 var(--serif);
  letter-spacing: -.04em;
}

.quotation-mark {
  position: absolute;
  top: 5.8rem;
  left: 50%;
  color: #e5e8ea;
  font: 700 8rem/1 var(--serif);
  transform: translateX(-50%);
}

.obituary-copy {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: left;
}

.obituary-copy p {
  margin: 0;
  color: #171717;
  font-size: 1.03rem;
  line-height: 1.55;
}

.obituary-copy p + p {
  margin-top: .35rem;
}

@media (max-width: 600px) {
  .honor-strip {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .honor-strip a {
    width: min(260px, 100%);
  }

  .single-tab {
    padding: 1.7rem;
  }

  .obituary {
    min-height: 0;
    padding: 5rem 1.5rem 6rem;
  }

  .obituary h2 {
    margin-bottom: 3.5rem;
    font-size: 2.3rem;
  }

  .quotation-mark {
    top: 4.2rem;
  }

  .obituary-copy p {
    font-size: .98rem;
    line-height: 1.65;
  }
}
