 :root {
  --imparables-moss: #8b9a46;
}

body.imparables-body {
  background:
    radial-gradient(circle at top right, rgba(230, 126, 34, 0.12), transparent 18rem),
    radial-gradient(circle at bottom left, rgba(45, 90, 39, 0.12), transparent 20rem),
    #fafafa;
}

.imparables-body::selection {
  background: #e67e22;
  color: #ffffff;
}

.glass-plate {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
}

.terrain-card {
  position: relative;
  overflow: hidden;
}

.terrain-card::after {
  content: "";
  position: absolute;
  inset: auto 1.25rem 1.1rem 1.25rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(45, 90, 39, 0.18), var(--imparables-moss));
}

.story-copy a,
.prose a {
  color: #2d5a27;
  font-weight: 700;
  text-decoration: none;
}

.story-copy a:hover,
.prose a:hover {
  color: #e67e22;
}

.imparables-body img {
  max-width: 100%;
}

details > summary::-webkit-details-marker {
  display: none;
}

@media print {
  header,
  footer {
    display: none !important;
  }

  body.imparables-body {
    background: #ffffff;
    color: #000000;
  }
}
