/* Doctrine page — smoky purple chamber (no temple.css, no diagonals) */

.doctrine-body {
  background: #030204;
}

.doctrine-body .ambient {
  display: none !important;
}

.doctrine-page {
  position: relative;
  isolation: isolate;
  min-height: 60vh;
  padding: 5rem 0 6rem;
  overflow: hidden;
  background-color: #030204;
  /* Layered smoky purple → black; opaque stops only */
  background-image:
    linear-gradient(
      180deg,
      #2a1838 0%,
      #1a0f28 22%,
      #120a1a 48%,
      #0a0610 72%,
      #030204 100%
    ),
    linear-gradient(
      145deg,
      #241432 0%,
      #140c20 40%,
      #080510 75%,
      #030204 100%
    ),
    linear-gradient(
      215deg,
      #1e1230 0%,
      #100818 50%,
      #06040a 85%,
      #030204 100%
    );
  background-blend-mode: normal, soft-light, multiply;
}

/* Soft smoke veil (no diagonals) */
.doctrine-smoke {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, #2c1a3c 0%, #1a1028 35%, #030204 70%),
    radial-gradient(ellipse 60% 50% at 15% 85%, #1a0e28 0%, #030204 55%),
    radial-gradient(ellipse 55% 45% at 90% 70%, #160c22 0%, #030204 50%);
  opacity: 0.85;
}

/* Kill any pseudo diagonals / seams from global styles */
.doctrine-page::before {
  content: none !important;
  display: none !important;
}

/* Optional solid corner patch — seals lower-right pixel seam */
.doctrine-page::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3px;
  height: 3px;
  z-index: 4;
  pointer-events: none;
  background: #030204;
}

.doctrine-page-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.doctrine-label {
  margin: 0 0 1.25rem;
  font-family: var(--font-ui, "Outfit", system-ui, sans-serif);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold, #c4a574);
}

.doctrine-recorded {
  margin: 0 0 3rem;
  font-family: "Cinzel Decorative", "Cinzel", Georgia, serif;
  font-size: clamp(2.5rem, 7vw, 4.25rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
  color: var(--text, #f4efe6);
  text-shadow:
    0 2px 0 rgba(3, 2, 4, 0.95),
    0 0 48px #1a1028;
}

.doctrine-body-text {
  max-width: 36rem;
  margin: 0 auto;
}

.doctrine-page .doctrine-line {
  margin: 0 0 2rem;
  font-family: "Cinzel Decorative", "Cinzel", Georgia, serif;
  font-size: clamp(1.3rem, 3.4vw, 1.95rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: var(--text-soft, #b8b0a8);
  text-wrap: balance;
  max-width: 22em;
  margin-left: auto;
  margin-right: auto;
}

.doctrine-page .doctrine-line--lead {
  font-size: clamp(1.4rem, 3.8vw, 2.15rem);
  color: var(--text, #f4efe6);
  margin-bottom: 2.5rem;
}

.doctrine-page .doctrine-line--emph {
  color: var(--gold-bright, #e8d4a8);
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 2.5rem 0;
}

.doctrine-page .doctrine-line--dim {
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #8a8290;
  margin: 2.25rem 0;
}

.doctrine-page .doctrine-line--closer {
  margin: 3rem 0 0;
  font-size: clamp(1.55rem, 4.2vw, 2.4rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--gold-bright, #e8d4a8);
}

.doctrine-after {
  margin: 3.5rem auto 0;
  max-width: 22em;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.65;
  color: #9a929c;
  letter-spacing: 0.02em;
}

.doctrine-cta {
  margin: 2.75rem 0 0;
  text-align: center;
}
