body {
  background: #070605;
  color: #f5f3ee;
  font-family: "Inter", Arial, sans-serif;
}
.section-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 2rem;
}
.back-link {
  position: fixed;
  top: 2rem;
  left: 2rem;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(245, 243, 238, 0.58);
}
.section-page section { width: min(86vw, 760px); }
.section-page h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 300;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.section-page p {
  margin-top: 3rem;
  max-width: 520px;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(245, 243, 238, 0.68);
}
.section-page span {
  display: block;
  margin-top: 4rem;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(245, 243, 238, 0.42);
}
