.bd {
  --bd-ink: #050506;
  --bd-panel: #0d0c0c;
  --bd-panel-2: #15120e;
  --bd-gold: #d7ad50;
  --bd-gold-bright: #f2d58b;
  --bd-gold-dim: #8b6b31;
  --bd-lapis: #18315a;
  --bd-lapis-soft: #2f5184;
  --bd-ivory: #fff7e5;
  --bd-muted: #c9c0ae;
  position: relative;
  isolation: isolate;
  margin: 1.35rem auto 2.2rem;
  overflow: hidden;
  border: 1px solid rgba(215, 173, 80, .35);
  border-radius: 25px;
  color: var(--bd-ivory);
  background:
    radial-gradient(circle at 88% 14%, rgba(31, 59, 105, .23), transparent 28rem),
    radial-gradient(circle at 12% 85%, rgba(126, 88, 27, .12), transparent 30rem),
    var(--bd-ink);
  box-shadow: 0 28px 76px rgba(0, 0, 0, .48), inset 0 0 0 1px rgba(255, 255, 255, .018);
  font-family: inherit;
}

.bd::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .22;
  pointer-events: none;
  background-image:
    linear-gradient(30deg, transparent 49.7%, rgba(214, 174, 84, .2) 50%, transparent 50.3%),
    linear-gradient(-30deg, transparent 49.7%, rgba(214, 174, 84, .12) 50%, transparent 50.3%);
  background-size: 90px 156px;
}

.bd [hidden] { display: none !important; }
.bd *, .bd *::before, .bd *::after { box-sizing: border-box; }
.bd button, .bd textarea, .bd input { font: inherit; }
.bd button { -webkit-tap-highlight-color: transparent; }
.bd h2, .bd h3, .bd p { margin-top: 0; }

.bd-hero {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-bottom: 1px solid rgba(215, 173, 80, .24);
  background: #050505;
}

.bd-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bd-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, .98) 0%, rgba(3, 3, 3, .87) 39%, rgba(3, 3, 3, .19) 66%, transparent 100%),
    linear-gradient(0deg, rgba(4, 4, 4, .72), transparent 46%);
}

.bd-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 440px;
  width: min(58%, 680px);
  padding: clamp(2rem, 5vw, 4.7rem);
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.bd-kicker {
  display: block;
  margin: 0 0 .68rem;
  color: var(--bd-gold-bright);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .19em;
  line-height: 1.35;
  text-transform: uppercase;
}

.bd-hero h2,
.bd-heading h2,
.bd-weighing h2,
.bd-result-head h2 {
  margin-bottom: .82rem;
  color: var(--bd-ivory);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  line-height: 1.04;
  text-wrap: balance;
}

.bd-hero h2 { font-size: clamp(2.35rem, 5.15vw, 4.55rem); }

.bd-hero-copy > p {
  max-width: 35rem;
  margin-bottom: 1.35rem;
  color: #e8dfcf;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.65;
}

.bd-hero-steps {
  display: flex;
  flex-wrap: wrap;
  gap: .58rem;
}

.bd-hero-steps span {
  display: inline-flex;
  min-height: 38px;
  padding: .48rem .76rem;
  align-items: center;
  gap: .46rem;
  border: 1px solid rgba(215, 173, 80, .38);
  border-radius: 999px;
  color: #f2e7cf;
  background: rgba(2, 2, 2, .55);
  backdrop-filter: blur(5px);
  font-size: .78rem;
  font-weight: 700;
}

.bd-hero-steps i { color: var(--bd-gold-bright); font-style: normal; }

.bd-shell { padding: clamp(1.25rem, 4.5vw, 3.7rem); }

.bd-start,
.bd-choose,
.bd-result {
  max-width: 1100px;
  margin: 0 auto;
}

.bd-heading {
  max-width: 760px;
  margin: 0 auto 1.6rem;
  text-align: center;
}

.bd-heading h2,
.bd-weighing h2,
.bd-result-head h2 { font-size: clamp(1.85rem, 4.1vw, 3rem); }

.bd-heading > p,
.bd-weighing > p,
.bd-result-head > p {
  color: var(--bd-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.bd-form {
  padding: clamp(1rem, 3vw, 1.7rem);
  border: 1px solid rgba(215, 173, 80, .22);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(30, 44, 68, .13), transparent 44%),
    rgba(14, 12, 10, .93);
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}

.bd-form fieldset { margin: 0; padding: 0; border: 0; }

.bd-form legend,
.bd-question-label > span {
  display: block;
  margin-bottom: .72rem;
  color: var(--bd-gold-bright);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.bd-topics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .72rem;
}

.bd-topics label { position: relative; cursor: pointer; }
.bd-topics input { position: absolute; opacity: 0; pointer-events: none; }

.bd-topics label > span {
  display: grid;
  min-height: 96px;
  padding: .8rem;
  align-content: center;
  gap: .12rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  place-items: center;
  color: var(--bd-gold);
  background: rgba(3, 3, 4, .62);
  font-size: 1.15rem;
  transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.bd-topics label > span > i { display: block; font-style: normal; }
.bd-topics strong,
.bd-topics small { display: block; text-align: center; }
.bd-topics strong { color: var(--bd-ivory); font-size: .92rem; }
.bd-topics small { margin-top: .15rem; color: #a9a093; font-size: .72rem; line-height: 1.3; }

.bd-topics input:checked + span {
  border-color: rgba(242, 213, 139, .74);
  background: linear-gradient(145deg, rgba(104, 76, 25, .32), rgba(18, 31, 52, .38));
  box-shadow: 0 0 0 1px rgba(215, 173, 80, .1), 0 10px 26px rgba(0, 0, 0, .25);
}

.bd-topics input:focus-visible + span,
.bd button:focus-visible,
.bd textarea:focus-visible {
  outline: 3px solid rgba(134, 174, 234, .82);
  outline-offset: 3px;
}

.bd-question-label {
  display: flex;
  margin-top: 1.25rem;
  justify-content: space-between;
  gap: 1rem;
}

.bd-question-label small { color: #9e9588; font-size: .76rem; }

.bd-question {
  display: block;
  width: 100%;
  min-height: 76px;
  resize: vertical;
  padding: .9rem 1rem;
  border: 1px solid rgba(215, 173, 80, .22);
  border-radius: 13px;
  color: var(--bd-ivory);
  background: #050506;
  line-height: 1.5;
}

.bd-question::placeholder { color: #777064; opacity: 1; }

.bd-form-foot {
  display: flex;
  margin-top: 1rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.bd-privacy { max-width: 31rem; color: #948b7e; font-size: .77rem; line-height: 1.45; }

.bd-begin,
.bd-share,
.bd-again {
  display: inline-flex;
  min-height: 47px;
  padding: .78rem 1.15rem;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.15;
  transition: transform .18s ease, filter .18s ease, border-color .18s ease;
}

.bd-begin,
.bd-share {
  border: 1px solid #f1d486;
  color: #110e08;
  background: linear-gradient(135deg, #f3d991, #c89337);
  box-shadow: 0 12px 28px rgba(148, 104, 27, .21);
}

.bd-again {
  border: 1px solid rgba(215, 173, 80, .38);
  color: var(--bd-ivory);
  background: rgba(8, 8, 9, .75);
}

.bd-begin:hover,
.bd-share:hover,
.bd-again:hover { transform: translateY(-2px); filter: brightness(1.06); }

.bd-weighing {
  min-height: 390px;
  padding: 3rem 1rem;
  text-align: center;
}

.bd-loader-scale {
  position: relative;
  width: 166px;
  height: 132px;
  margin: 0 auto 1.8rem;
  animation: bd-scale-settle 1.15s ease-in-out infinite alternate;
  transform-origin: 50% 28%;
}

.bd-loader-scale::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 80px;
  width: 6px;
  height: 76px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(90deg, #7f5b21, #f1d27e, #8d6424);
}

.bd-loader-scale::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 55px;
  width: 56px;
  height: 7px;
  border-radius: 50%;
  background: var(--bd-gold);
  box-shadow: 0 0 26px rgba(215, 173, 80, .32);
}

.bd-loader-scale > i {
  position: absolute;
  top: 31px;
  left: 17px;
  width: 132px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8d6424, #f1d27e, #8d6424);
}

.bd-loader-scale > b {
  position: absolute;
  top: 18px;
  left: 74px;
  width: 18px;
  height: 18px;
  border: 3px solid var(--bd-gold-bright);
  border-radius: 50%;
  background: #080707;
}

.bd-loader-scale > span {
  position: absolute;
  top: 37px;
  width: 62px;
  height: 48px;
  border-bottom: 4px solid var(--bd-gold);
  border-radius: 0 0 50% 50%;
}

.bd-loader-scale > span::before,
.bd-loader-scale > span::after {
  content: "";
  position: absolute;
  top: -2px;
  width: 1px;
  height: 42px;
  background: rgba(242, 213, 139, .82);
}

.bd-loader-scale > span::before { left: 9px; transform: rotate(12deg); }
.bd-loader-scale > span::after { right: 9px; transform: rotate(-12deg); }
.bd-loader-scale > span:nth-of-type(1) { left: 0; }
.bd-loader-scale > span:nth-of-type(2) { right: 0; }

@keyframes bd-scale-settle {
  from { transform: rotate(-3.5deg); }
  to { transform: rotate(3.5deg); }
}

.bd-choose-status { min-height: 1.6em; margin-bottom: 0; color: #e6d7ba !important; font-weight: 700; }

.bd-position-track {
  display: grid;
  max-width: 930px;
  margin: 0 auto 1.6rem;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: .72rem;
  list-style: none;
}

.bd-position-track li {
  display: flex;
  min-height: 78px;
  padding: .78rem;
  align-items: center;
  gap: .72rem;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 15px;
  color: #8f877b;
  background: rgba(7, 7, 8, .74);
  transition: border-color .25s ease, background .25s ease, color .25s ease, transform .25s ease;
}

.bd-position-track li > span {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(215, 173, 80, .25);
  border-radius: 50%;
  place-items: center;
  color: #8c6e37;
}

.bd-position-track small,
.bd-position-track strong { display: block; }
.bd-position-track small { margin-bottom: .17rem; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.bd-position-track strong { color: inherit; font-size: .83rem; line-height: 1.3; }

.bd-position-track li.is-current {
  border-color: rgba(242, 213, 139, .7);
  color: var(--bd-ivory);
  background: linear-gradient(145deg, rgba(92, 67, 22, .25), rgba(19, 40, 72, .25));
  transform: translateY(-2px);
}

.bd-position-track li.is-current > span { color: var(--bd-gold-bright); border-color: var(--bd-gold); box-shadow: 0 0 22px rgba(215, 173, 80, .18); }
.bd-position-track li.is-complete { border-color: rgba(69, 104, 153, .48); color: #b8cce9; }
.bd-position-track li.is-complete > span { color: #b9d3f6; border-color: var(--bd-lapis-soft); background: rgba(31, 61, 104, .24); }

.bd-deck {
  display: grid;
  max-width: 1020px;
  margin: 0 auto;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(.42rem, 1.2vw, .82rem);
  perspective: 1400px;
}

.bd-card-choice {
  position: relative;
  aspect-ratio: 10 / 17;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 11px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  perspective: 1000px;
  transition: opacity .25s ease, transform .25s ease, filter .25s ease;
}

.bd-card-choice:hover:not(.is-selected) { transform: translateY(-7px); filter: brightness(1.08); }
.bd-card-choice.is-dimmed { opacity: .25; filter: saturate(.4); pointer-events: none; }

.bd-card-inner {
  position: absolute;
  inset: 0;
  display: block;
  transform-style: preserve-3d;
  transition: transform .68s cubic-bezier(.2, .75, .2, 1);
}

.bd-card-choice.is-selected .bd-card-inner { transform: rotateY(180deg); }

.bd-card-back,
.bd-card-front {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(242, 213, 139, .66);
  border-radius: 11px;
  background: #050506;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .42);
  backface-visibility: hidden;
}

.bd-card-front { transform: rotateY(180deg); }
.bd-card-back img,
.bd-card-front img { display: block; width: 100%; height: 100%; object-fit: cover; }

.bd-card-front::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(transparent, rgba(1, 1, 1, .92));
}

.bd-card-front small,
.bd-card-front strong {
  position: absolute;
  z-index: 1;
  right: 5px;
  left: 5px;
  display: block;
  text-align: center;
  text-shadow: 0 1px 3px #000;
}

.bd-card-front small { bottom: 23px; color: var(--bd-gold-bright); font-size: clamp(.55rem, .75vw, .72rem); }
.bd-card-front strong { bottom: 8px; overflow: hidden; color: #fff8e8; font-family: Georgia, serif; font-size: clamp(.54rem, .76vw, .74rem); text-overflow: ellipsis; white-space: nowrap; }

.bd-result-head { max-width: 780px; margin: 0 auto 1.35rem; text-align: center; }
.bd-result-focus { margin-bottom: 0; color: #d7cbb6 !important; font-style: italic; overflow-wrap: anywhere; }

.bd-verdict {
  max-width: 930px;
  margin: 0 auto 1.5rem;
  padding: 1.2rem clamp(1rem, 3vw, 1.6rem);
  border: 1px solid rgba(242, 213, 139, .45);
  border-radius: 17px;
  background:
    linear-gradient(110deg, rgba(118, 81, 21, .25), rgba(22, 45, 79, .23)),
    #0d0c0b;
  box-shadow: inset 4px 0 var(--bd-gold);
  text-align: center;
}

.bd-verdict small,
.bd-golden-rule small {
  display: block;
  margin-bottom: .4rem;
  color: var(--bd-gold-bright);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.bd-verdict p { margin-bottom: 0; color: #fff4de; font-family: Georgia, serif; font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.6; }

.bd-reading {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}

.bd-reading-card {
  overflow: hidden;
  border: 1px solid rgba(215, 173, 80, .2);
  border-radius: 18px;
  background: rgba(12, 11, 10, .94);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .24);
  animation: bd-reading-in .5s both;
  animation-delay: var(--delay);
}

.bd-reading-card.is-cost { border-color: rgba(74, 104, 151, .38); }
.bd-reading-card.is-invest { border-color: rgba(242, 213, 139, .4); }

@keyframes bd-reading-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

.bd-reading-image {
  position: relative;
  aspect-ratio: 10 / 8.2;
  overflow: hidden;
  border-bottom: 1px solid rgba(215, 173, 80, .18);
  background: #050506;
}

.bd-reading-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 29%;
}

.bd-reading-copy { padding: 1rem; }

.bd-position-name {
  display: flex;
  margin-bottom: .55rem;
  align-items: center;
  gap: .4rem;
  color: var(--bd-gold-bright);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bd-position-name i { font-style: normal; }

.bd-reading-copy h3 {
  margin-bottom: .35rem;
  color: var(--bd-ivory);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.25rem, 2.2vw, 1.58rem);
  font-weight: 500;
}

.bd-reading-copy h3 span { margin-right: .45rem; color: var(--bd-gold); font-size: .7em; }
.bd-reading-copy > strong { display: block; margin-bottom: .75rem; color: #aabfdd; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.bd-reading-copy p { color: #ddd4c6; font-size: .9rem; line-height: 1.58; }
.bd-topic-note { margin-bottom: 0; padding-top: .72rem; border-top: 1px solid rgba(255, 255, 255, .07); color: #bdb4a6 !important; }
.bd-topic-note b { color: var(--bd-gold-bright); }

.bd-golden-rule {
  display: flex;
  max-width: 820px;
  margin: 1.25rem auto 0;
  padding: 1rem 1.15rem;
  align-items: center;
  gap: .85rem;
  border: 1px solid rgba(215, 173, 80, .33);
  border-radius: 16px;
  background: linear-gradient(120deg, rgba(112, 79, 23, .2), rgba(19, 36, 62, .23));
}

.bd-golden-rule > span {
  display: grid;
  flex: 0 0 43px;
  width: 43px;
  height: 43px;
  border: 1px solid var(--bd-gold);
  border-radius: 50%;
  place-items: center;
  color: var(--bd-gold-bright);
  background: #080707;
}

.bd-golden-rule p { margin-bottom: 0; color: #f4ead6; font-weight: 700; line-height: 1.55; }

.bd-actions { display: flex; margin-top: 1.25rem; justify-content: center; gap: .72rem; }
.bd-share-status { min-height: 1.5em; margin: .75rem 0 0; color: #b6c9e4; text-align: center; }
.bd-disclaimer { margin: .8rem 0 0; color: #827a70; font-size: .72rem; text-align: center; }

@media (max-width: 900px) {
  .bd-hero-copy { width: 67%; }
  .bd-deck { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 690px; }
  .bd-deck .bd-card-choice:nth-child(n+5) { transform: translateX(53%); }
  .bd-deck .bd-card-choice:nth-child(n+5):hover:not(.is-selected) { transform: translate(53%, -7px); }
}

@media (max-width: 720px) {
  .bd { border-radius: 19px; }
  .bd-hero { min-height: 510px; }
  .bd-hero > img { object-position: 70% center; }
  .bd-hero-shade { background: linear-gradient(0deg, rgba(3, 3, 3, .98) 0%, rgba(3, 3, 3, .88) 50%, rgba(3, 3, 3, .28) 100%); }
  .bd-hero-copy { min-height: 510px; width: 100%; padding: 2rem 1.25rem; justify-content: flex-end; }
  .bd-hero-copy > p { max-width: 100%; }
  .bd-shell { padding: 1.05rem; }
  .bd-topics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bd-question-label { display: block; }
  .bd-question-label small { display: block; margin: -.45rem 0 .65rem; }
  .bd-form-foot { align-items: stretch; flex-direction: column; }
  .bd-begin { width: 100%; }
  .bd-position-track { grid-template-columns: 1fr; }
  .bd-position-track li { min-height: 62px; }
  .bd-reading { grid-template-columns: 1fr; }
  .bd-reading-card { display: grid; grid-template-columns: minmax(112px, 35%) 1fr; }
  .bd-reading-image { height: 100%; min-height: 250px; aspect-ratio: auto; border: 0; border-right: 1px solid rgba(215, 173, 80, .18); }
  .bd-reading-image img { object-position: center; }
}

@media (max-width: 520px) {
  .bd-hero { min-height: 475px; }
  .bd-hero-copy { min-height: 475px; }
  .bd-hero h2 { font-size: clamp(2.15rem, 12vw, 3.25rem); }
  .bd-hero-steps span { font-size: .71rem; }
  .bd-deck { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .38rem; }
  .bd-card-back, .bd-card-front { border-radius: 7px; }
  .bd-card-front strong { display: none; }
  .bd-card-front small { bottom: 6px; }
  .bd-reading-card { display: block; }
  .bd-reading-image { height: auto; min-height: 0; aspect-ratio: 10 / 7.4; border-right: 0; border-bottom: 1px solid rgba(215, 173, 80, .18); }
  .bd-actions { align-items: stretch; flex-direction: column; }
  .bd-share, .bd-again { width: 100%; }
  .bd-golden-rule { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .bd *, .bd *::before, .bd *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
