﻿.pendel-page {
  width: 100%;
  box-sizing: border-box;
  padding: 38px 28px 34px;
  color: #f8efd9;
  background:
    radial-gradient(circle at 50% 48%, rgba(231, 199, 125, 0.055) 0 1px, transparent 2px 100px),
    repeating-conic-gradient(from 0deg at 50% 48%, rgba(255, 238, 180, 0.035) 0deg 1deg, transparent 1deg 15deg),
    radial-gradient(circle at 18% 10%, rgba(57, 126, 147, 0.26), transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(170, 92, 72, 0.22), transparent 30%),
    radial-gradient(circle at 50% 88%, rgba(122, 88, 40, 0.18), transparent 34%),
    radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.28) 78%),
    linear-gradient(145deg, #110b1c 0%, #101722 45%, #11170f 100%);
  min-height: 760px;
  border: 1px solid rgba(222, 194, 126, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 245, 210, 0.08), 0 24px 70px rgba(0, 0, 0, 0.22);
}

.pendel-page * {
  box-sizing: border-box;
}

.pendel-hero {
  max-width: 900px;
  margin: 0 auto 28px auto;
  text-align: center;
}

.pendel-eyebrow {
  margin: 0 0 9px 0 !important;
  color: #e3c77b !important;
  font-size: 12px !important;
  line-height: 1.4em !important;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}

.pendel-hero h1 {
  margin: 0 0 13px 0 !important;
  color: #fff8e7 !important;
  font-size: 42px !important;
  line-height: 1.12em !important;
  font-weight: 700 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55), 0 0 24px rgba(226, 199, 123, 0.20);
}

.pendel-intro {
  max-width: 720px;
  margin: 0 auto !important;
  color: #eadfca !important;
  font-size: 18px !important;
  line-height: 1.7em !important;
}

.pendel-layout {
  display: grid;
  grid-template-columns: minmax(230px, 310px) minmax(420px, 720px);
  gap: 26px;
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
}

.pendel-picker {
  display: grid;
  gap: 11px;
}

.pendel-card {
  display: block;
  width: 100%;
  min-height: 76px;
  padding: 14px 16px;
  border: 1px solid rgba(231, 199, 125, 0.28);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.035));
  color: #fbf0d9;
  text-align: left;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 24px rgba(0, 0, 0, 0.18);
}

.pendel-card:hover {
  border-color: rgba(230, 198, 119, 0.72);
  background: linear-gradient(145deg, rgba(224, 190, 108, 0.16), rgba(88, 58, 111, 0.12));
}

.pendel-card.is-active {
  position: relative;
  border-color: rgba(255, 224, 142, 0.98);
  background: linear-gradient(145deg, rgba(231, 199, 125, 0.32), rgba(70, 46, 92, 0.22));
  box-shadow: inset 0 1px 0 rgba(255, 246, 210, 0.28), 0 16px 34px rgba(0, 0, 0, 0.30), 0 0 24px rgba(231, 199, 125, 0.18);
}

.pendel-card.is-active::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 10px;
  bottom: 10px;
  width: 4px;
  border-radius: 3px;
  background: linear-gradient(#fff1b8, #c99d38);
  box-shadow: 0 0 12px rgba(231, 199, 125, 0.50);
}

.pendel-card span {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 700;
}

.pendel-card small {
  display: block;
  color: #d6c9b2;
  font-size: 12px;
  line-height: 1.4em;
}

.pendel-stage {
  border: 1px solid rgba(231, 199, 125, 0.30);
  border-radius: 10px;
  padding: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(98, 64, 123, 0.25), transparent 36%),
    linear-gradient(155deg, rgba(13, 12, 21, 0.92), rgba(7, 13, 18, 0.88));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 244, 208, 0.08);
}

.pendel-stage-top {
  text-align: center;
}

.pendel-stage-label {
  margin: 0 0 6px 0 !important;
  color: #e3c77b !important;
  font-size: 11px !important;
  line-height: 1.4em !important;
  text-transform: uppercase;
  letter-spacing: 2.2px;
}

.pendel-stage h2 {
  margin: 0 0 9px 0 !important;
  color: #fff8e7 !important;
  font-size: 29px !important;
  line-height: 1.25em !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
}

.pendel-stage p {
  color: #e5d8c1 !important;
  font-size: 16px !important;
  line-height: 1.58em !important;
}

.pendel-question-label {
  display: block;
  margin: 20px 0 8px 0;
  color: #e3c77b;
  font-size: 12px;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}

.pendel-question {
  width: 100%;
  min-height: 72px;
  padding: 13px 15px;
  border: 1px solid rgba(231, 199, 125, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  color: #fff5dd;
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55em;
  resize: vertical;
  box-shadow: inset 0 1px 12px rgba(0, 0, 0, 0.25);
}

.pendel-question:focus {
  border-color: rgba(231, 199, 125, 0.92);
  outline: none;
  box-shadow: inset 0 1px 12px rgba(0, 0, 0, 0.24), 0 0 0 3px rgba(231, 199, 125, 0.08);
}

.pendel-question::placeholder {
  color: rgba(248, 239, 217, 0.55);
}

.pendel-canvas-wrap::before {
  content: "";
  display: block;
  width: min(72%, 380px);
  height: 1px;
  margin: 0 auto 14px auto;
  background: linear-gradient(90deg, transparent, rgba(231, 199, 125, 0.22), rgba(255, 244, 200, 0.62), rgba(231, 199, 125, 0.22), transparent);
}
.pendel-canvas-wrap {
  width: min(100%, 560px);
  margin: 14px auto 0 auto;
  filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.34));
}

.pendel-canvas-button {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

#pendelCanvas {
  display: block;
  width: 100%;
  height: auto;
}

.pendel-hint {
  min-height: 24px;
  margin: 10px 0 0 0 !important;
  color: #d8cbb4 !important;
  text-align: center;
  font-style: italic;
}

.pendel-answer {
  display: grid;
  gap: 5px;
  min-height: 78px;
  margin: 9px 0 0 0;
  text-align: center;
  align-content: center;
}

.pendel-answer span {
  color: #d8c392;
  font-size: 10px;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: 3px;
  opacity: 0.95;
}

.pendel-answer strong {
  color: #fff3be;
  font-size: 36px;
  line-height: 1.12em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55), 0 0 26px rgba(231, 199, 125, 0.45);
}

.pendel-actions {
  display: flex;
  gap: 11px;
  justify-content: center;
  flex-wrap: wrap;
}

.pendel-action {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(231, 199, 125, 0.72);
  border-radius: 999px;
  background: linear-gradient(145deg, #fff0a8, #d5ad4d 48%, #9d7426);
  color: #17110c;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24), 0 0 18px rgba(231, 199, 125, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.pendel-action:hover {
  transform: translateY(-1px);
  box-shadow: 0 13px 28px rgba(0, 0, 0, 0.30), 0 0 24px rgba(231, 199, 125, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.pendel-action-secondary {
  background: rgba(255, 255, 255, 0.045);
  color: #f8efd9;
}

.pendel-note {
  max-width: 1120px;
  margin: 26px auto 0 auto;
  padding: 24px;
  border-left: 4px solid #e3c77b;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.045));
  box-shadow: inset 0 1px 0 rgba(255, 244, 208, 0.08);
}

.pendel-note h2 {
  margin: 0 0 10px 0 !important;
  color: #fff8e7 !important;
  font-size: 25px !important;
  line-height: 1.25em !important;
}

.pendel-note p {
  margin: 0 0 12px 0 !important;
  color: #eadfca !important;
  font-size: 16px !important;
  line-height: 1.7em !important;
}

.pendel-note a {
  color: #fff0bd;
  text-decoration: underline;
}

@media screen and (max-width: 980px) {
  .pendel-page {
    padding: 24px 16px;
  }

  .pendel-layout {
    grid-template-columns: 1fr;
  }

  .pendel-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 560px) {
  .pendel-page {
    padding: 18px 10px;
  }

  .pendel-hero h1 {
    font-size: 31px !important;
  }

  .pendel-intro {
    font-size: 16px !important;
  }

  .pendel-picker {
    grid-template-columns: 1fr;
  }

  .pendel-stage {
    padding: 16px 12px;
  }

  .pendel-stage h2 {
    font-size: 24px !important;
  }

  .pendel-answer strong {
    font-size: 29px;
  }
}



/* Experience layout: central ritual focus */
.pendel-page {
  padding-top: 34px;
}

.pendel-layout {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1040px;
  gap: 18px;
}

.pendel-picker {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 920px;
  margin: 0 auto;
}

.pendel-card {
  width: auto;
  min-height: 48px;
  min-width: 118px;
  padding: 9px 13px 10px;
  text-align: center;
}

.pendel-card span {
  margin-bottom: 1px;
  font-size: 14px;
}

.pendel-card small {
  display: none;
}

.pendel-card.is-active::before {
  left: 12px;
  right: 12px;
  top: auto;
  bottom: -1px;
  width: auto;
  height: 3px;
}

.pendel-stage {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 24px 24px;
}

.pendel-stage-top p {
  max-width: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.pendel-ritual {
  width: min(100%, 620px);
  margin: 14px auto 6px;
  text-align: center;
  color: #efe2c7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.55em;
  font-style: italic;
}

.pendel-ritual span {
  display: inline-block;
  padding: 8px 20px;
  border-top: 1px solid rgba(231, 199, 125, 0.20);
  border-bottom: 1px solid rgba(231, 199, 125, 0.20);
}

.pendel-question-label,
.pendel-question {
  display: none;
}

.pendel-canvas-wrap {
  margin-top: 10px;
}

.pendel-answer strong {
  opacity: 1;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.pendel-answer.is-revealing strong {
  animation: pendelReveal 0.75s ease both;
}

@keyframes pendelReveal {
  0% { opacity: 0; transform: translateY(8px) scale(0.96); }
  60% { opacity: 1; transform: translateY(0) scale(1.03); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@media screen and (max-width: 560px) {
  .pendel-card {
    min-width: calc(50% - 8px);
  }

  .pendel-stage {
    padding: 16px 10px 20px;
  }
}

/* UX correction: compact desktop layout and cleaner reading */
.pendel-page {
  padding: 24px 22px 28px;
  min-height: 0;
}

.pendel-hero {
  margin-bottom: 18px;
}

.pendel-eyebrow {
  margin-bottom: 5px !important;
}

.pendel-hero h1 {
  font-size: 36px !important;
  margin-bottom: 8px !important;
}

.pendel-intro {
  max-width: 660px;
  font-size: 16px !important;
  line-height: 1.55em !important;
}

.pendel-layout {
  grid-template-columns: minmax(210px, 260px) minmax(420px, 640px);
  max-width: 950px;
  gap: 18px;
  align-items: start;
}

.pendel-picker {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  max-width: none;
  margin: 0;
  justify-content: stretch;
}

.pendel-card {
  width: 100%;
  min-width: 0;
  min-height: 58px;
  padding: 10px 13px;
  text-align: left;
}

.pendel-card span {
  font-size: 15px;
  line-height: 1.2em;
}

.pendel-card small {
  display: block;
  font-size: 11px;
  line-height: 1.3em;
}

.pendel-card.is-active::before {
  left: -1px;
  right: auto;
  top: 9px;
  bottom: 9px;
  width: 4px;
  height: auto;
}

.pendel-stage {
  max-width: 640px;
  padding: 16px 18px 18px;
}

.pendel-stage h2 {
  font-size: 24px !important;
  margin-bottom: 5px !important;
}

.pendel-stage p {
  font-size: 14px !important;
  line-height: 1.45em !important;
}

.pendel-stage-label {
  margin-bottom: 3px !important;
}

.pendel-ritual {
  margin: 8px auto 2px;
  font-size: 15px;
  line-height: 1.35em;
}

.pendel-ritual span {
  padding: 6px 16px;
}

.pendel-canvas-wrap {
  width: min(100%, 430px);
  margin-top: 4px;
}

.pendel-canvas-wrap::before {
  width: min(66%, 280px);
  margin-bottom: 8px;
}

.pendel-hint {
  min-height: 18px;
  margin-top: 5px !important;
}

.pendel-answer {
  min-height: 60px;
  margin-top: 4px;
}

.pendel-answer strong {
  font-size: 30px;
}

.pendel-actions {
  gap: 8px;
}

.pendel-action {
  min-height: 40px;
  padding: 8px 15px;
}

.pendel-note {
  max-width: 950px;
  margin-top: 18px;
  padding: 18px 20px;
}

@media screen and (max-width: 980px) {
  .pendel-layout {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .pendel-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pendel-stage {
    max-width: 680px;
  }
}

@media screen and (max-width: 560px) {
  .pendel-page {
    padding: 18px 10px 22px;
  }

  .pendel-hero h1 {
    font-size: 30px !important;
  }

  .pendel-picker {
    grid-template-columns: 1fr;
  }

  .pendel-card {
    min-width: 0;
  }

  .pendel-stage {
    padding: 14px 10px 16px;
  }

  .pendel-canvas-wrap {
    width: min(100%, 380px);
  }
}

/* Background ornament: subtle Fibonacci-inspired spiral instead of straight rays */
.pendel-page {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(231, 199, 125, 0.040) 0 1px, transparent 2px 100px),
    radial-gradient(circle at 18% 10%, rgba(57, 126, 147, 0.23), transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(170, 92, 72, 0.18), transparent 30%),
    radial-gradient(circle at 50% 88%, rgba(122, 88, 40, 0.16), transparent 34%),
    radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.30) 78%),
    linear-gradient(145deg, #110b1c 0%, #101722 45%, #11170f 100%);
}

.pendel-page::before,
.pendel-page::after {
  content: "";
  position: absolute;
  inset: -18%;
  pointer-events: none;
  z-index: 0;
}

.pendel-page::before {
  opacity: 0.34;
  background:
    radial-gradient(ellipse at 50% 50%, transparent 0 16%, rgba(246, 221, 151, 0.08) 16.4% 16.8%, transparent 17.2% 100%),
    radial-gradient(ellipse at 56% 45%, transparent 0 24%, rgba(246, 221, 151, 0.065) 24.3% 24.7%, transparent 25.1% 100%),
    radial-gradient(ellipse at 43% 57%, transparent 0 34%, rgba(246, 221, 151, 0.052) 34.2% 34.6%, transparent 35% 100%),
    radial-gradient(ellipse at 61% 60%, transparent 0 48%, rgba(246, 221, 151, 0.040) 48.2% 48.5%, transparent 49% 100%);
  transform: rotate(-28deg) scale(1.05);
  mix-blend-mode: screen;
}

.pendel-page::after {
  opacity: 0.20;
  background:
    conic-gradient(from 137.5deg at 50% 50%, transparent 0deg 19deg, rgba(236, 203, 126, 0.07) 20deg 21deg, transparent 22deg 55deg, rgba(129, 181, 173, 0.045) 56deg 57deg, transparent 58deg 100deg),
    radial-gradient(circle at 50% 50%, transparent 0 42%, rgba(255, 238, 179, 0.07) 42.2% 42.5%, transparent 42.8% 100%);
  filter: blur(0.2px);
}

.pendel-hero,
.pendel-layout,
.pendel-note {
  position: relative;
  z-index: 1;
}

/* Clearer golden-ratio background ornament */
.pendel-page::before {
  opacity: 0.46;
  background:
    radial-gradient(ellipse at 50% 50%, transparent 0 10%, rgba(246, 221, 151, 0.13) 10.3% 10.7%, transparent 11.1% 100%),
    radial-gradient(ellipse at 57% 44%, transparent 0 18%, rgba(246, 221, 151, 0.105) 18.2% 18.6%, transparent 19% 100%),
    radial-gradient(ellipse at 42% 58%, transparent 0 29%, rgba(246, 221, 151, 0.078) 29.2% 29.6%, transparent 30% 100%),
    radial-gradient(ellipse at 63% 61%, transparent 0 47%, rgba(246, 221, 151, 0.055) 47.2% 47.5%, transparent 48% 100%),
    radial-gradient(ellipse at 35% 38%, transparent 0 76%, rgba(246, 221, 151, 0.035) 76.1% 76.4%, transparent 77% 100%);
  transform: rotate(-32deg) scale(1.12);
}

/* Slightly larger board after compacting the layout */
.pendel-canvas-wrap {
  width: min(100%, 455px);
}

@media screen and (max-width: 560px) {
  .pendel-canvas-wrap {
    width: min(100%, 400px);
  }
}

/* Larger board while keeping the pendulum visually lighter */
.pendel-canvas-wrap {
  width: min(100%, 480px);
}

@media screen and (max-width: 560px) {
  .pendel-canvas-wrap {
    width: min(100%, 410px);
  }
}

/* Desktop fit: show wheel, answer and lower text without making it tiny */
@media screen and (min-width: 981px) {
  .pendel-page {
    padding: 18px 18px 20px;
  }

  .pendel-hero {
    margin-bottom: 12px;
  }

  .pendel-hero h1 {
    font-size: 32px !important;
    margin-bottom: 6px !important;
  }

  .pendel-intro {
    max-width: 620px;
    font-size: 15px !important;
    line-height: 1.45em !important;
  }

  .pendel-layout {
    grid-template-columns: minmax(205px, 248px) minmax(600px, 820px);
    max-width: 1110px;
    gap: 16px;
  }

  .pendel-picker {
    gap: 7px;
  }

  .pendel-card {
    min-height: 54px;
    padding: 8px 12px;
  }

  .pendel-card span {
    font-size: 14px;
  }

  .pendel-card small {
    font-size: 10.5px;
  }

  .pendel-stage {
    display: grid;
    grid-template-columns: minmax(360px, 430px) minmax(185px, 250px);
    grid-template-areas:
      "top top"
      "ritual ritual"
      "wheel hint"
      "wheel answer"
      "wheel actions";
    column-gap: 18px;
    row-gap: 6px;
    align-items: center;
    max-width: 820px;
    padding: 14px 18px 16px;
  }

  .pendel-stage-top {
    grid-area: top;
  }

  .pendel-stage h2 {
    font-size: 28px !important;
    margin-bottom: 4px !important;
  }

  .pendel-stage p {
    font-size: 14px !important;
    line-height: 1.38em !important;
  }

  .pendel-ritual {
    grid-area: ritual;
    margin: 4px auto 2px;
    font-size: 14px;
  }

  .pendel-ritual span {
    padding: 5px 16px;
  }

  .pendel-canvas-wrap {
    grid-area: wheel;
    width: min(100%, 430px);
    margin: 4px auto 0;
  }

  .pendel-canvas-wrap::before {
    display: none;
  }

  .pendel-hint {
    grid-area: hint;
    align-self: end;
    min-height: 0;
    margin: 0 !important;
    text-align: left;
  }

  .pendel-answer {
    grid-area: answer;
    min-height: 74px;
    margin: 0;
    text-align: left;
    align-content: center;
  }

  .pendel-answer span {
    font-size: 9px;
    letter-spacing: 2.4px;
  }

  .pendel-answer strong {
    font-size: 29px;
  }

  .pendel-actions {
    grid-area: actions;
    justify-content: flex-start;
    align-self: start;
  }

  .pendel-action {
    min-height: 38px;
    padding: 8px 14px;
  }

  .pendel-note {
    max-width: 1110px;
    margin-top: 12px;
    padding: 14px 18px;
  }

  .pendel-note h2 {
    font-size: 20px !important;
    margin-bottom: 6px !important;
  }

  .pendel-note p {
    font-size: 14px !important;
    line-height: 1.5em !important;
    margin-bottom: 8px !important;
  }
}

/* Mobile lock: keep the earlier phone layout intact */
@media screen and (max-width: 980px) {
  .pendel-stage {
    display: block;
  }

  .pendel-stage-top,
  .pendel-ritual,
  .pendel-canvas-wrap,
  .pendel-hint,
  .pendel-answer,
  .pendel-actions {
    grid-area: auto;
  }

  .pendel-canvas-wrap {
    width: min(100%, 480px);
    margin: 10px auto 0;
  }

  .pendel-canvas-wrap::before {
    display: block;
  }

  .pendel-hint,
  .pendel-answer {
    text-align: center;
  }

  .pendel-actions {
    justify-content: center;
  }
}

@media screen and (max-width: 560px) {
  .pendel-canvas-wrap {
    width: min(100%, 410px);
  }
}

/* Performance: keep the pendel animation from repainting expensive filters. */
.pendel-page::after {
  filter: none;
}

.pendel-stage {
  contain: paint;
}

.pendel-canvas-wrap {
  filter: none;
}

.pendel-canvas-button {
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.26);
}

#pendelCanvas {
  backface-visibility: hidden;
}

/* Light theme: same layout, calmer colors and less paint work. */
.pendel-page {
  color: #4f3a30;
  background:
    radial-gradient(circle at 82% 12%, rgba(231, 178, 90, 0.24), transparent 30%),
    radial-gradient(circle at 16% 78%, rgba(255, 255, 255, 0.68), transparent 34%),
    linear-gradient(135deg, #fff8ea 0%, #fff1d7 52%, #f7dca7 100%);
  border-color: rgba(219, 177, 109, 0.50);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 16px 42px rgba(144, 92, 41, 0.12);
}

.pendel-page::before,
.pendel-page::after {
  display: none;
}

.pendel-eyebrow,
.pendel-stage-label,
.pendel-question-label,
.pendel-answer span {
  color: #b2622f !important;
}

.pendel-hero h1,
.pendel-stage h2,
.pendel-note h2 {
  color: #3f2059 !important;
  text-shadow: none !important;
}

.pendel-intro,
.pendel-stage p,
.pendel-note p,
.pendel-hint {
  color: #6a4d3c !important;
}

.pendel-card {
  border-color: rgba(203, 162, 94, 0.46);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 246, 226, 0.62));
  color: #4e3426;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.80), 0 8px 18px rgba(123, 82, 38, 0.10);
}

.pendel-card:hover {
  border-color: rgba(181, 103, 45, 0.62);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.90), rgba(255, 236, 200, 0.78));
}

.pendel-card.is-active {
  border-color: rgba(181, 103, 45, 0.84);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(249, 219, 163, 0.76));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 10px 24px rgba(132, 83, 34, 0.14);
}

.pendel-card.is-active::before {
  background: linear-gradient(#d88b3a, #8f4a22);
  box-shadow: none;
}

.pendel-card small {
  color: #81604d;
}

.pendel-stage {
  border-color: rgba(203, 162, 94, 0.48);
  background: linear-gradient(145deg, rgba(255, 253, 247, 0.90), rgba(255, 240, 209, 0.78));
  box-shadow: 0 16px 38px rgba(117, 76, 34, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.pendel-ritual {
  color: #6a4a34;
}

.pendel-ritual span {
  border-top-color: rgba(191, 132, 56, 0.24);
  border-bottom-color: rgba(191, 132, 56, 0.24);
}

.pendel-canvas-wrap::before {
  background: linear-gradient(90deg, transparent, rgba(190, 129, 50, 0.18), rgba(130, 74, 35, 0.34), rgba(190, 129, 50, 0.18), transparent);
}

.pendel-answer strong {
  color: #3f2059;
  text-shadow: none;
}

.pendel-action {
  border-color: rgba(168, 94, 38, 0.56);
  background: linear-gradient(145deg, #ffffff, #f2ca82 54%, #b7682e);
  color: #3d2415;
  box-shadow: 0 8px 18px rgba(111, 68, 29, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.pendel-action:hover {
  box-shadow: 0 10px 22px rgba(111, 68, 29, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.pendel-note {
  border-left-color: #b2622f;
  background: rgba(255, 248, 233, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.pendel-note a {
  color: #6c348a;
}

/* Subtle ownership note */
.pendel-copyright {
  color: rgba(98, 70, 50, 0.72) !important;
  font-size: 13px !important;
  line-height: 1.5em !important;
  font-style: italic;
}
